We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentc270cf5 commit8009f8dCopy full SHA for 8009f8d
images/build-time-1st.png
-217 Bytes
images/build-time-2nd.png
-202 Bytes
index.md
@@ -58,10 +58,8 @@ do a `swift build` only when the `Package.swift` file is changed.
58
Produces a static library (pretty big, bundles up all the packages),
59
which is directly linked against the Xcode target.
60
61
-Build time on first build:
62
-
+Changing a source file:
63
64
-Changing main.swift:
65

66
67
###3. Reduce*Initial* Compile Time
@@ -84,6 +82,10 @@ Goals, alongside goal 1:
84
82
2. Edit your main.swift or whatever
85
83
3. Build and run. Only build your own project sources.
86
+Build time on first build, straight after project creation:
+
87
+
88
89
####3.1. Bonus: Do not require Internet to create new projects
90
91
Internet is only required when you install an image, once.