Build Information
Successful build of SPT, reference main (aea1e1), with Swift 6.0 for macOS (SPM) on 2 Dec 2025 00:51:51 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/TahaTesser/SPT.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/TahaTesser/SPT
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at aea1e10 Add development warning to README
Cloned https://github.com/TahaTesser/SPT.git
Revision (git rev-parse @):
aea1e105dfe450af8a833031806bd2798bf3a104
SUCCESS checkout https://github.com/TahaTesser/SPT.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/TahaTesser/SPT.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/10] Compiling SPTCore SPTEventBus.swift
[6/10] Compiling SPTCore SPTEvents.swift
[7/10] Compiling SPTCore SPTConfiguration.swift
[8/10] Compiling SPTCore SPT.swift
[9/10] Emitting module SPTCore
[10/10] Compiling SPTCore SPTDefaultAnalytics.swift
[11/13] Compiling SPTInstrumentation SPTInstrumentation.swift
[12/13] Compiling SPTInstrumentation SPTViewProfiling.swift
[13/13] Emitting module SPTInstrumentation
[14/15] Emitting module SPT
[15/15] Compiling SPT SPT.swift
Build complete! (9.46s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SPT",
"name" : "SPT",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "SPT",
"targets" : [
"SPT"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SPTTests",
"module_type" : "SwiftTarget",
"name" : "SPTTests",
"path" : "Tests/SPTTests",
"sources" : [
"SPTTests.swift"
],
"target_dependencies" : [
"SPT"
],
"type" : "test"
},
{
"c99name" : "SPTInstrumentation",
"module_type" : "SwiftTarget",
"name" : "SPTInstrumentation",
"path" : "Sources/SPTInstrumentation",
"product_memberships" : [
"SPT"
],
"sources" : [
"SPTInstrumentation.swift",
"SPTViewProfiling.swift"
],
"target_dependencies" : [
"SPTCore"
],
"type" : "library"
},
{
"c99name" : "SPTCore",
"module_type" : "SwiftTarget",
"name" : "SPTCore",
"path" : "Sources/SPTCore",
"product_memberships" : [
"SPT"
],
"sources" : [
"SPT.swift",
"SPTConfiguration.swift",
"SPTDefaultAnalytics.swift",
"SPTEventBus.swift",
"SPTEvents.swift"
],
"type" : "library"
},
{
"c99name" : "SPT",
"module_type" : "SwiftTarget",
"name" : "SPT",
"path" : "Sources/SPT",
"product_memberships" : [
"SPT"
],
"sources" : [
"SPT.swift"
],
"target_dependencies" : [
"SPTCore",
"SPTInstrumentation"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.