Build Information
Successful build of SwinjectLight, reference main (8ad34e), with Swift 6.1 for macOS (SPM) on 1 Dec 2025 21:27:47 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 .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/marekpridal/SwinjectLight.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/marekpridal/SwinjectLight
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 8ad34ee Merge pull request #8 from marekpridal/develop
Cloned https://github.com/marekpridal/SwinjectLight.git
Revision (git rev-parse @):
8ad34eedd47c71ae1168e8ae8c10c2ed9c0248da
SUCCESS checkout https://github.com/marekpridal/SwinjectLight.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/marekpridal/SwinjectLight.git
https://github.com/marekpridal/SwinjectLight.git
{
"dependencies" : [
],
"manifest_display_name" : "SwinjectLight",
"name" : "SwinjectLight",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwinjectLight-static",
"targets" : [
"SwinjectLight"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "SwinjectLight-dynamic",
"targets" : [
"SwinjectLight"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "SwinjectLightTests",
"module_type" : "SwiftTarget",
"name" : "SwinjectLightTests",
"path" : "Tests/SwinjectLightTests",
"sources" : [
"SwinjectLightTests.swift"
],
"target_dependencies" : [
"SwinjectLight"
],
"type" : "test"
},
{
"c99name" : "SwinjectLight",
"module_type" : "SwiftTarget",
"name" : "SwinjectLight",
"path" : "Sources/SwinjectLight",
"product_memberships" : [
"SwinjectLight-static",
"SwinjectLight-dynamic"
],
"sources" : [
"Container.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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
Building for debugging...
[0/6] Write sources
[1/6] Write swift-version-2F0A5646E1D333AE.txt
[3/8] Emitting module SwinjectLight
[4/8] Compiling SwinjectLight Container.swift
[4/8] Write Objects.LinkFileList
[6/8] Archiving libSwinjectLight-static.a
[7/8] Linking libSwinjectLight-dynamic.dylib
Build complete! (4.68s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwinjectLight",
"name" : "SwinjectLight",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwinjectLight-static",
"targets" : [
"SwinjectLight"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "SwinjectLight-dynamic",
"targets" : [
"SwinjectLight"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "SwinjectLightTests",
"module_type" : "SwiftTarget",
"name" : "SwinjectLightTests",
"path" : "Tests/SwinjectLightTests",
"sources" : [
"SwinjectLightTests.swift"
],
"target_dependencies" : [
"SwinjectLight"
],
"type" : "test"
},
{
"c99name" : "SwinjectLight",
"module_type" : "SwiftTarget",
"name" : "SwinjectLight",
"path" : "Sources/SwinjectLight",
"product_memberships" : [
"SwinjectLight-static",
"SwinjectLight-dynamic"
],
"sources" : [
"Container.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.