Build Information
Successful build of SessionTools, reference 1.3.0 (456223), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 20:39:24 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/BottleRocketStudios/iOS-SessionTools.git
Reference: 1.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/BottleRocketStudios/iOS-SessionTools
* tag 1.3.0 -> FETCH_HEAD
HEAD is now at 456223a Merge pull request #33 from BottleRocketStudios/release/1.3.0
Cloned https://github.com/BottleRocketStudios/iOS-SessionTools.git
Revision (git rev-parse @):
456223a2b816959b5090cd22d28485b0c579d89c
SUCCESS checkout https://github.com/BottleRocketStudios/iOS-SessionTools.git at 1.3.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/BottleRocketStudios/iOS-SessionTools.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/5] Emitting module KeychainAccess
[5/5] Compiling KeychainAccess Keychain.swift
[6/12] Emitting module SessionTools
[7/12] Compiling SessionTools KeychainStorageContainer.swift
[8/12] Compiling SessionTools NotificationPosting.swift
[9/12] Compiling SessionTools Refreshable.swift
[10/12] Compiling SessionTools Session.swift
[11/12] Compiling SessionTools SessionContainer.swift
[12/12] Compiling SessionTools UserSession.swift
Build complete! (7.13s)
Fetching https://github.com/kishikawakatsumi/KeychainAccess.git
[1/4386] Fetching keychainaccess
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git from cache (1.31s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess.git
Computed https://github.com/kishikawakatsumi/KeychainAccess.git at 4.2.2 (1.87s)
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" : "SessionTools_iOSTests",
"module_type" : "SwiftTarget",
"name" : "SessionTools-iOSTests",
"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" : [
"SessionTools/Base/NotificationPosting.swift",
"SessionTools/Base/Refreshable.swift",
"SessionTools/Base/Session.swift",
"SessionTools/Base/SessionContainer.swift",
"SessionTools/Base/UserSession.swift",
"SessionTools/KeychainStorage/KeychainStorageContainer.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.