Build Information
Successful build of CELLULAR with Swift 6.0 for macOS (SPM).
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cellular/cellular-swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/cellular/cellular-swift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 2e11080 Merge pull request #6 from markuswntr/master
Cloned https://github.com/cellular/cellular-swift.git
Revision (git rev-parse @):
2e1108028fb08424a870ad5406c4757e35810330
SUCCESS checkout https://github.com/cellular/cellular-swift.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/cellular/cellular-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a 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-6F35C1178C84523A.txt
[3/10] Compiling CELLULAR Protected.swift
[4/10] Compiling CELLULAR StoryboardIdentifier.swift
[5/10] Compiling CELLULAR NSLock+Lock.swift
[6/10] Compiling CELLULAR Lock.swift
[7/10] Compiling CELLULAR KeyedDecodingContainer+Convenience.swift
[8/10] Compiling CELLULAR KeyedDecodingContainer+FailableSequence.swift
[9/10] Compiling CELLULAR DispatchLock.swift
[10/10] Emitting module CELLULAR
Build complete! (18.78s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "CELLULAR",
"name" : "CELLULAR",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "CELLULAR",
"targets" : [
"CELLULAR"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CELLULARTests",
"module_type" : "SwiftTarget",
"name" : "CELLULARTests",
"path" : "Tests/CELLULARTests",
"sources" : [
"CodableTests.swift",
"LockingTests.swift",
"StoryboardTests.swift"
],
"target_dependencies" : [
"CELLULAR"
],
"type" : "test"
},
{
"c99name" : "CELLULAR",
"module_type" : "SwiftTarget",
"name" : "CELLULAR",
"path" : "Sources/CELLULAR",
"product_memberships" : [
"CELLULAR"
],
"sources" : [
"Codable/KeyedDecodingContainer+Convenience.swift",
"Codable/KeyedDecodingContainer+FailableSequence.swift",
"Locking/DispatchLock.swift",
"Locking/Lock.swift",
"Locking/NSLock+Lock.swift",
"Locking/Protected.swift",
"Storyboard/StoryboardIdentifier.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.