Build Information
Successful build of snap-core, reference 0.1.0 (4c6c24
), with Swift 6.0 for macOS (SPM) on 4 Nov 2024 19:53:01 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/simonnickel/snap-core.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/simonnickel/snap-core
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at 4c6c245 Update README.md
Cloned https://github.com/simonnickel/snap-core.git
Revision (git rev-parse @):
4c6c2451a96a893e68385148b8f72d41c6df7996
SUCCESS checkout https://github.com/simonnickel/snap-core.git at 0.1.0
========================================
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-core",
"name": "snap-core",
"url": "https://github.com/simonnickel/snap-core.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/snap-core",
"dependencies": [
]
}
]
}
Fetching https://github.com/simonnickel/snap-core.git
[1/311] Fetching snap-core
Fetched https://github.com/simonnickel/snap-core.git from cache (0.79s)
Creating working copy for https://github.com/simonnickel/snap-core.git
Working copy of https://github.com/simonnickel/snap-core.git resolved at 0.1.0 (4c6c245)
warning: '.resolve-product-dependencies': dependency 'snap-core' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/simonnickel/snap-core.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/26] Emitting module SnapCore
[4/28] Compiling SnapCore SemanticVersion.swift
[5/28] Compiling SnapCore CGFloat+Rounding.swift
[6/28] Compiling SnapCore Array+Unique.swift
[7/28] Compiling SnapCore Collection+Helper.swift
[8/28] Compiling SnapCore Set+Insert.swift
[9/28] Compiling SnapCore OSLog+Logger.swift
[10/28] Compiling SnapCore ScrollViewWithBottomView.swift
[11/28] Compiling SnapCore ToggleTapable.swift
[12/28] Compiling SnapCore AnyLabelStyle.swift
[13/28] Compiling SnapCore Angle+Codable.swift
[14/28] Compiling SnapCore UnitPoint+Codable.swift
[15/28] Compiling SnapCore SystemColorScheme.swift
[16/28] Compiling SnapCore View+KeyboardPublisher.swift
[17/28] Compiling SnapCore Publisher+withWeak.swift
[18/28] Compiling SnapCore String+Helper.swift
[19/28] Compiling SnapCore WeakRef.swift
[20/28] Compiling SnapCore ModalPresentation.swift
[21/28] Compiling SnapCore View+FrameFill.swift
[22/28] Compiling SnapCore PickerTapable.swift
[23/28] Compiling SnapCore ScrollViewWith.swift
[24/28] Compiling SnapCore ViewModifierConditional.swift
[25/28] Compiling SnapCore EmptyNoSpaceView.swift
[26/28] Compiling SnapCore Color+Adjust.swift
[27/28] Compiling SnapCore EdgeInsets+Helper.swift
[28/28] Compiling SnapCore GeometryReader+PreferenceKey.swift
Build complete! (24.64s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "snap-core",
"name" : "snap-core",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "SnapCore",
"targets" : [
"SnapCore"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SnapCoreTests",
"module_type" : "SwiftTarget",
"name" : "SnapCoreTests",
"path" : "Tests/SnapCoreTests",
"sources" : [
"Codable/AngleCodableTests.swift",
"Codable/UnitPointCodableTests.swift",
"Swift/ArrayUniquedTests.swift",
"Swift/CGFloatRoundTests.swift",
"Swift/CollectionCheckingTests.swift",
"Swift/SemanticVersionTests.swift",
"Swift/SetInsertedTests.swift",
"SwiftUI/ColorAdjustTests.swift"
],
"target_dependencies" : [
"SnapCore"
],
"type" : "test"
},
{
"c99name" : "SnapCore",
"module_type" : "SwiftTarget",
"name" : "SnapCore",
"path" : "Sources/SnapCore",
"product_memberships" : [
"SnapCore"
],
"sources" : [
"Others/SemanticVersion.swift",
"Swift/CGFloat+Rounding.swift",
"Swift/Collections/Array+Unique.swift",
"Swift/Collections/Collection+Helper.swift",
"Swift/Collections/Set+Insert.swift",
"Swift/OSLog+Logger.swift",
"Swift/Publisher+withWeak.swift",
"Swift/String+Helper.swift",
"Swift/WeakRef.swift",
"SwiftUI/AnyLabelStyle.swift",
"SwiftUI/Codable/Angle+Codable.swift",
"SwiftUI/Codable/UnitPoint+Codable.swift",
"SwiftUI/Color+Adjust.swift",
"SwiftUI/EdgeInsets+Helper.swift",
"SwiftUI/GeometryReader+PreferenceKey.swift",
"SwiftUI/SystemTypeWrapper/SystemColorScheme.swift",
"SwiftUI/View+KeyboardPublisher.swift",
"SwiftUI/ViewModifier/ModalPresentation.swift",
"SwiftUI/ViewModifier/View+FrameFill.swift",
"SwiftUI/ViewModifier/ViewModifierConditional.swift",
"SwiftUI/Views/EmptyNoSpaceView.swift",
"SwiftUI/Views/PickerTapable.swift",
"SwiftUI/Views/ScrollViewWith.swift",
"SwiftUI/Views/ScrollViewWithBottomView.swift",
"SwiftUI/Views/ToggleTapable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Done.