Build Information
Successful build of SessionKit, reference v1.0.3 (f16d9b
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 08:09:49 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Digipolitan/session-kit.git
Reference: v1.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Digipolitan/session-kit
* tag v1.0.3 -> FETCH_HEAD
HEAD is now at f16d9bd Merge branch 'release/1.0.3'
Cloned https://github.com/Digipolitan/session-kit.git
Revision (git rev-parse @):
f16d9bd99344b0d0fe1c09851f35d2138708e4c2
SUCCESS checkout https://github.com/Digipolitan/session-kit.git at v1.0.3
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Digipolitan/session-kit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/4] Compiling SessionKit Session.swift
[4/4] Emitting module SessionKit
Build complete! (3.08s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SessionKit",
"name" : "SessionKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SessionKit",
"targets" : [
"SessionKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SessionKitTests",
"module_type" : "SwiftTarget",
"name" : "SessionKitTests",
"path" : "Tests/SessionKitTests",
"sources" : [
"SessionKitTests.swift"
],
"target_dependencies" : [
"SessionKit"
],
"type" : "test"
},
{
"c99name" : "SessionKit",
"module_type" : "SwiftTarget",
"name" : "SessionKit",
"path" : "Sources/SessionKit",
"product_memberships" : [
"SessionKit"
],
"sources" : [
"Session.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.