Build Information
Successful build of TriforkSwiftDependencyInjection, reference master (e8f9e9
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 02:01:27 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/trifork/TriforkSwiftDependencyInjection.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/trifork/TriforkSwiftDependencyInjection
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at e8f9e91 Merge branch 'readme'
Cloned https://github.com/trifork/TriforkSwiftDependencyInjection.git
Revision (git rev-parse @):
e8f9e91274e240252855bef7683bee4e51653d87
SUCCESS checkout https://github.com/trifork/TriforkSwiftDependencyInjection.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/trifork/TriforkSwiftDependencyInjection.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/5] Emitting module TriforkSwiftDependencyInjection
[4/5] Compiling TriforkSwiftDependencyInjection InjectPropertyWrapper.swift
[5/5] Compiling TriforkSwiftDependencyInjection Resolver.swift
Build complete! (3.12s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "TriforkSwiftDependencyInjection",
"name" : "TriforkSwiftDependencyInjection",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "TriforkSwiftDependencyInjection",
"targets" : [
"TriforkSwiftDependencyInjection"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TriforkSwiftDependencyInjectionTests",
"module_type" : "SwiftTarget",
"name" : "TriforkSwiftDependencyInjectionTests",
"path" : "Tests/TriforkSwiftDependencyInjectionTests",
"sources" : [
"TestModels/Models.swift",
"TriforkSwiftDependencyInjectionTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"TriforkSwiftDependencyInjection"
],
"type" : "test"
},
{
"c99name" : "TriforkSwiftDependencyInjection",
"module_type" : "SwiftTarget",
"name" : "TriforkSwiftDependencyInjection",
"path" : "Sources/TriforkSwiftDependencyInjection",
"product_memberships" : [
"TriforkSwiftDependencyInjection"
],
"sources" : [
"InjectPropertyWrapper.swift",
"Resolver.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.