Build Information
Successful build of SessionTools 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/BottleRocketStudios/iOS-SessionTools.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/BottleRocketStudios/iOS-SessionTools
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at fc93f2f Merge pull request #34 from BottleRocketStudios/feature/projectRestructure
Cloned https://github.com/BottleRocketStudios/iOS-SessionTools.git
Revision (git rev-parse @):
fc93f2f33c09fdcf6d289f515c34933d9893f182
SUCCESS checkout https://github.com/BottleRocketStudios/iOS-SessionTools.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/BottleRocketStudios/iOS-SessionTools.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/3] Write sources
[2/3] Write swift-version-6F35C1178C84523A.txt
[4/5] Emitting module KeychainAccess
[5/5] Compiling KeychainAccess Keychain.swift
[6/12] Compiling SessionTools Session.swift
[7/12] Emitting module SessionTools
[8/12] Compiling SessionTools UserSession.swift
[9/12] Compiling SessionTools SessionContainer.swift
[10/12] Compiling SessionTools Refreshable.swift
[11/12] Compiling SessionTools KeychainStorageContainer.swift
[12/12] Compiling SessionTools NotificationPosting.swift
Build complete! (21.18s)
Fetching https://github.com/kishikawakatsumi/KeychainAccess.git
[1/4391] Fetching keychainaccess
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git from cache (1.47s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess.git
Computed https://github.com/kishikawakatsumi/KeychainAccess.git at 4.2.2 (0.65s)
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess.git
Working copy of https://github.com/kishikawakatsumi/KeychainAccess.git resolved at 4.2.2
Build complete.
{
"dependencies" : [
{
"identity" : "keychainaccess",
"requirement" : {
"range" : [
{
"lower_bound" : "4.2.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kishikawakatsumi/KeychainAccess.git"
}
],
"manifest_display_name" : "SessionTools",
"name" : "SessionTools",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "10.0"
},
{
"name" : "watchos",
"version" : "4.2"
}
],
"products" : [
{
"name" : "SessionTools",
"targets" : [
"SessionTools"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SessionToolsTests",
"module_type" : "SwiftTarget",
"name" : "SessionToolsTests",
"path" : "Tests",
"sources" : [
"KeychainStorageContainerTests.swift",
"Mocks/MockNotificationPoster.swift",
"Mocks/MockSession.swift",
"Mocks/MockStorageContainer.swift",
"SessionTests.swift",
"UserSessionTests.swift"
],
"target_dependencies" : [
"SessionTools"
],
"type" : "test"
},
{
"c99name" : "SessionTools",
"module_type" : "SwiftTarget",
"name" : "SessionTools",
"path" : "Sources",
"product_dependencies" : [
"KeychainAccess"
],
"product_memberships" : [
"SessionTools"
],
"sources" : [
"Core/NotificationPosting.swift",
"Core/Refreshable.swift",
"Core/Session.swift",
"Core/SessionContainer.swift",
"Core/UserSession.swift",
"KeychainStorage/KeychainStorageContainer.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.