Build Information
Successful build of snap-foundation, reference main (75dfea), with Swift 6.2 for macOS (SPM) on 27 Sep 2025 22:37:16 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/simonnickel/snap-foundation.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/simonnickel/snap-foundation
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 75dfea4 Cleanup todo comments
Cloned https://github.com/simonnickel/snap-foundation.git
Revision (git rev-parse @):
75dfea465bf7f7e58c528d74650b2f401308203b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/simonnickel/snap-foundation.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "snap-foundation",
"name": "snap-foundation",
"url": "https://github.com/simonnickel/snap-foundation.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/snap-foundation",
"dependencies": [
]
}
]
}
Fetching https://github.com/simonnickel/snap-foundation.git
[1/155] Fetching snap-foundation
Fetched https://github.com/simonnickel/snap-foundation.git from cache (0.66s)
Creating working copy for https://github.com/simonnickel/snap-foundation.git
Working copy of https://github.com/simonnickel/snap-foundation.git resolved at main (75dfea4)
warning: '.resolve-product-dependencies': dependency 'snap-foundation' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/simonnickel/snap-foundation.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/17] Compiling SnapFoundation FontDesign+Description.swift
[4/17] Compiling SnapFoundation CGRect+Inset.swift
[5/17] Compiling SnapFoundation EdgeInsets+Helper.swift
[6/17] Emitting module SnapFoundation
[7/17] Compiling SnapFoundation CGSize+Adjusted.swift
[8/17] Compiling SnapFoundation OSLog+Logger.swift
[9/17] Compiling SnapFoundation Font.Width+UIFont.Width.swift
[10/17] Compiling SnapFoundation FontDesign+CaseIterable.swift
[11/17] Compiling SnapFoundation FontWidth+Description.swift
[12/17] Compiling SnapFoundation Font.Design+UIFont.Design.swift
[13/17] Compiling SnapFoundation Font.Weight+UIFont.Weight.swift
[14/17] Compiling SnapFoundation ProcessInfo+isPreview.swift
[15/17] Compiling SnapFoundation AnyInsettableShape.swift
[16/17] Compiling SnapFoundation View+ColorScheme.swift
[17/17] Compiling SnapFoundation FontWidth+CaseIterable.swift
[18/18] Compiling SnapFoundation ViewModifierConditional.swift
Build complete! (10.40s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "snap-foundation",
"name" : "snap-foundation",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "SnapFoundation",
"targets" : [
"SnapFoundation"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "SnapFoundationTests",
"module_type" : "SwiftTarget",
"name" : "SnapFoundationTests",
"path" : "Sources/SnapFoundationTests",
"sources" : [
"CGRectInsetsTests.swift",
"CGSizeAdjustedTests.swift",
"EdgeInsetsHelperTests.swift"
],
"target_dependencies" : [
"SnapFoundation"
],
"type" : "test"
},
{
"c99name" : "SnapFoundation",
"module_type" : "SwiftTarget",
"name" : "SnapFoundation",
"path" : "Sources/SnapFoundation",
"product_memberships" : [
"SnapFoundation"
],
"sources" : [
"CoreFoundation/CGSize+Adjusted.swift",
"OSLog+Logger.swift",
"ProcessInfo+isPreview.swift",
"SwiftUI+UIKit/AnyInsettableShape.swift",
"SwiftUI+UIKit/CGRect+Inset.swift",
"SwiftUI+UIKit/EdgeInsets+Helper.swift",
"SwiftUI+UIKit/Font.Design+UIFont.Design.swift",
"SwiftUI+UIKit/Font.Weight+UIFont.Weight.swift",
"SwiftUI+UIKit/Font.Width+UIFont.Width.swift",
"SwiftUI+UIKit/FontDesign+CaseIterable.swift",
"SwiftUI+UIKit/FontDesign+Description.swift",
"SwiftUI+UIKit/FontWidth+CaseIterable.swift",
"SwiftUI+UIKit/FontWidth+Description.swift",
"SwiftUI+UIKit/View+ColorScheme.swift",
"SwiftUI+UIKit/ViewModifierConditional.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/simonnickel/snap-foundation/main
Repository: simonnickel/snap-foundation
Swift version used: 6.2
Target: SnapFoundation
Extracting symbol information for 'SnapFoundation'...
Finished extracting symbol information for 'SnapFoundation'. (3.81s)
Building documentation for 'SnapFoundation'...
warning: External name 'else' used to document parameter
--> Sources/SnapFoundation/SwiftUI+UIKit/ViewModifierConditional.swift:53:10-53:14
51 | /// - condition: The condition to evaluate.
52 | /// - transform: The transform to apply to the source `View`, if the condition is met.
53 + /// - else: Optional transform to apply to the source `View`, if the condition is NOT met.
| ╰─suggestion: Replace 'else' with 'transformOther'
54 | /// - Returns: The modified `View`.
55 | ///
warning: External name 'else' used to document parameter
--> Sources/SnapFoundation/SwiftUI+UIKit/ViewModifierConditional.swift:53:10-53:14
51 | /// - condition: The condition to evaluate.
52 | /// - transform: The transform to apply to the source `View`, if the condition is met.
53 + /// - else: Optional transform to apply to the source `View`, if the condition is NOT met.
| ╰─suggestion: Replace 'else' with 'transformOther'
54 | /// - Returns: The modified `View`.
55 | ///
warning: External name 'else' used to document parameter
--> Sources/SnapFoundation/SwiftUI+UIKit/ViewModifierConditional.swift:116:10-116:14
114 | /// - unwrap: The optional to unwrap.
115 | /// - transform: The transform to apply to the source `View`, if the optinal has a value.
116 + /// - else: Optional transform to apply to the source `View`, if the optional does NOT have a value.
| ╰─suggestion: Replace 'else' with 'transformOther'
117 | /// - Returns: The modified `View`.
118 | ///
warning: External name 'else' used to document parameter
--> Sources/SnapFoundation/SwiftUI+UIKit/ViewModifierConditional.swift:116:10-116:14
114 | /// - unwrap: The optional to unwrap.
115 | /// - transform: The transform to apply to the source `View`, if the optinal has a value.
116 + /// - else: Optional transform to apply to the source `View`, if the optional does NOT have a value.
| ╰─suggestion: Replace 'else' with 'transformOther'
117 | /// - Returns: The modified `View`.
118 | ///
Finished building documentation for 'SnapFoundation' (0.70s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/simonnickel/snap-foundation/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2094] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.19s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (3.22s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3535] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.18s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.88s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
Building for debugging...
[0/8] Write snippet-extract-tool-entitlement.plist
[0/8] Write sources
[4/8] Write swift-version-49B95AFC49DCD68C.txt
[6/53] Compiling SymbolKit SourceRange.swift
[7/53] Compiling SymbolKit Metadata.swift
[8/53] Compiling SymbolKit Module.swift
[9/53] Compiling SymbolKit OperatingSystem.swift
[10/53] Compiling SymbolKit Platform.swift
[11/57] Compiling SymbolKit Identifier.swift
[12/57] Compiling SymbolKit KindIdentifier.swift
[13/57] Compiling SymbolKit Location.swift
[14/57] Compiling SymbolKit Mutability.swift
[15/57] Compiling SymbolKit Mixin+Equals.swift
[16/57] Compiling SymbolKit Mixin+Hash.swift
[17/57] Compiling SymbolKit Mixin.swift
[18/57] Compiling SymbolKit LineList.swift
[19/57] Compiling SymbolKit Position.swift
[20/57] Compiling SymbolKit SemanticVersion.swift
[21/57] Compiling SymbolKit AccessControl.swift
[22/57] Compiling SymbolKit Availability.swift
[23/57] Compiling SymbolKit AvailabilityItem.swift
[24/57] Compiling SymbolKit Domain.swift
[25/57] Compiling SymbolKit Relationship.swift
[26/57] Compiling SymbolKit RelationshipKind.swift
[27/57] Compiling SymbolKit SourceOrigin.swift
[28/57] Compiling SymbolKit GenericConstraints.swift
[29/57] Compiling SymbolKit Swift.swift
[30/57] Compiling SymbolKit DeclarationFragments.swift
[31/57] Compiling SymbolKit Fragment.swift
[32/57] Compiling SymbolKit FragmentKind.swift
[33/57] Compiling SymbolKit FunctionParameter.swift
[34/57] Compiling SymbolKit FunctionSignature.swift
[35/57] Compiling SymbolKit Symbol.swift
[36/57] Compiling SymbolKit SymbolKind.swift
[37/57] Compiling SymbolKit SymbolGraph.swift
[38/57] Compiling SymbolKit GraphCollector.swift
[39/57] Compiling SymbolKit Names.swift
[40/57] Compiling SymbolKit SPI.swift
[41/57] Compiling SymbolKit Snippet.swift
[42/57] Compiling SymbolKit Extension.swift
[43/57] Compiling Snippets SnippetParser.swift
[44/57] Compiling Snippets Snippet.swift
[45/57] Emitting module Snippets
[46/57] Emitting module SymbolKit
[47/57] Compiling SymbolKit GenericConstraint.swift
[48/57] Compiling SymbolKit GenericParameter.swift
[49/57] Compiling SymbolKit Generics.swift
[50/57] Compiling SymbolKit Namespace.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[56/61] Compiling snippet_extract SnippetBuildCommand.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract URL+Status.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.76s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'SnapFoundation' complete! (0.19s)
1860
14 /Users/admin/builder/spi-builder-workspace/.docs/simonnickel/snap-foundation/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/simonnickel/snap-foundation/main
File count: 1860
Doc size: 14.0MB
Preparing doc bundle ...
Uploading prod-simonnickel-snap-foundation-main-c7952d06.zip to s3://spi-docs-inbox/prod-simonnickel-snap-foundation-main-c7952d06.zip
Copying... [12%]
Copying... [22%]
Copying... [31%]
Copying... [41%]
Copying... [51%]
Copying... [60%]
Copying... [70%]
Copying... [82%]
Copying... [92%]
Copying... [100%]
Done.