Build Information
Successful build of SPT, reference main (aea1e1), with Swift 6.2 for macOS (SPM) on 2 Dec 2025 00:51:02 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "spt",
"name": "SPT",
"url": "https://github.com/TahaTesser/SPT.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SPT",
"dependencies": [
]
}
]
}
Fetching https://github.com/TahaTesser/SPT.git
[1/140] Fetching spt
Fetched https://github.com/TahaTesser/SPT.git from cache (0.91s)
Creating working copy for https://github.com/TahaTesser/SPT.git
Working copy of https://github.com/TahaTesser/SPT.git resolved at main (aea1e10)
warning: '.resolve-product-dependencies': dependency 'spt' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/TahaTesser/SPT.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-49B95AFC49DCD68C.txt
[5/10] Compiling SPTCore SPTEvents.swift
[6/10] Compiling SPTCore SPTEventBus.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] Emitting module SPTInstrumentation
[12/13] Compiling SPTInstrumentation SPTViewProfiling.swift
[13/13] Compiling SPTInstrumentation SPTInstrumentation.swift
[14/15] Compiling SPT SPT.swift
[15/15] Emitting module SPT
Build complete! (8.27s)
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.