Build Information
Successful build of Thales, reference main (77952d), with Swift 6.1 for macOS (SPM) on 9 Apr 2026 21:28:54 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChrisGVE/thales.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChrisGVE/thales
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 77952dd Merge branch 'dev'
Cloned https://github.com/ChrisGVE/thales.git
Revision (git rev-parse @):
77952ddd4adb104a91e2f2e7d94a9c23a6f6c122
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ChrisGVE/thales.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/ChrisGVE/thales.git
https://github.com/ChrisGVE/thales.git
{
"dependencies" : [
],
"manifest_display_name" : "Thales",
"name" : "Thales",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "Thales",
"targets" : [
"Thales"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ThalesBridge",
"module_type" : "ClangTarget",
"name" : "ThalesBridge",
"path" : "swift/Sources/ThalesBridge",
"product_memberships" : [
"Thales"
],
"sources" : [
"shim.c"
],
"type" : "library"
},
{
"c99name" : "Thales",
"module_type" : "SwiftTarget",
"name" : "Thales",
"path" : "swift/Sources/Thales",
"product_memberships" : [
"Thales"
],
"sources" : [
"SwiftBridgeCore.swift",
"ThalesWrapper.swift",
"thales.swift"
],
"target_dependencies" : [
"ThalesBridge"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version-2F0A5646E1D333AE.txt
[2/3] Compiling ThalesBridge shim.c
[4/7] Compiling Thales thales.swift
[5/7] Compiling Thales ThalesWrapper.swift
[6/7] Compiling Thales SwiftBridgeCore.swift
[7/7] Emitting module Thales
Build complete! (4.43s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Thales",
"name" : "Thales",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "Thales",
"targets" : [
"Thales"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ThalesBridge",
"module_type" : "ClangTarget",
"name" : "ThalesBridge",
"path" : "swift/Sources/ThalesBridge",
"product_memberships" : [
"Thales"
],
"sources" : [
"shim.c"
],
"type" : "library"
},
{
"c99name" : "Thales",
"module_type" : "SwiftTarget",
"name" : "Thales",
"path" : "swift/Sources/Thales",
"product_memberships" : [
"Thales"
],
"sources" : [
"SwiftBridgeCore.swift",
"ThalesWrapper.swift",
"thales.swift"
],
"target_dependencies" : [
"ThalesBridge"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.