Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8009f8d

Browse files
committed
Put images to proper locs
..
1 parentc270cf5 commit8009f8d

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

‎images/build-time-1st.png‎

-217 Bytes
Loading

‎images/build-time-2nd.png‎

-202 Bytes
Loading

‎index.md‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,8 @@ do a `swift build` only when the `Package.swift` file is changed.
5858
Produces a static library (pretty big, bundles up all the packages),
5959
which is directly linked against the Xcode target.
6060

61-
Build time on first build:
62-
![Buildtime first build](images/build-time-1st.png)
61+
Changing a source file:
6362

64-
Changing main.swift:
6563
![Buildtime second build](images/build-time-2nd.png)
6664

6765
###3. Reduce*Initial* Compile Time
@@ -84,6 +82,10 @@ Goals, alongside goal 1:
8482
2. Edit your main.swift or whatever
8583
3. Build and run. Only build your own project sources.
8684

85+
Build time on first build, straight after project creation:
86+
87+
![Buildtime first build](images/build-time-1st.png)
88+
8789
####3.1. Bonus: Do not require Internet to create new projects
8890

8991
Internet is only required when you install an image, once.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp