Build Information
Successful build of Injector, reference develop (f09985), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 01:04:14 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ptrkstr/Injector.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ptrkstr/Injector
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at f09985d Simplify tests
Cloned https://github.com/ptrkstr/Injector.git
Revision (git rev-parse @):
f09985d1d4eed1d2f054db15fe55999cf2ec378d
SUCCESS checkout https://github.com/ptrkstr/Injector.git at develop
Fetching https://github.com/hmlongco/Factory.git
[1/19378] Fetching factory
Fetched https://github.com/hmlongco/Factory.git from cache (1.89s)
Computing version for https://github.com/hmlongco/Factory.git
Computed https://github.com/hmlongco/Factory.git at 1.3.7 (2.56s)
Creating working copy for https://github.com/hmlongco/Factory.git
Working copy of https://github.com/hmlongco/Factory.git resolved at 1.3.7
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "injector",
"name": "Injector",
"url": "https://github.com/ptrkstr/Injector.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Injector",
"traits": [
"default"
],
"dependencies": [
{
"identity": "factory",
"name": "Factory",
"url": "https://github.com/hmlongco/Factory.git",
"version": "1.3.7",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Factory",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/ptrkstr/Injector.git
[1/99] Fetching injector
Fetched https://github.com/ptrkstr/Injector.git from cache (0.69s)
Fetching https://github.com/hmlongco/Factory.git from cache
Fetched https://github.com/hmlongco/Factory.git from cache (0.43s)
Computing version for https://github.com/hmlongco/Factory.git
Computed https://github.com/hmlongco/Factory.git at 1.3.7 (0.49s)
Creating working copy for https://github.com/hmlongco/Factory.git
Working copy of https://github.com/hmlongco/Factory.git resolved at 1.3.7
Creating working copy for https://github.com/ptrkstr/Injector.git
Working copy of https://github.com/ptrkstr/Injector.git resolved at develop (f09985d)
warning: '.resolve-product-dependencies': dependency 'injector' is not used by any target
Found 1 product dependencies
- Factory
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/ptrkstr/Injector.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/5] Emitting module Factory
[5/5] Compiling Factory Factory.swift
[6/7] Emitting module Injector
[7/7] Compiling Injector Injector.swift
Build complete! (4.82s)
Build complete.
{
"dependencies" : [
{
"identity" : "factory",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hmlongco/Factory.git"
}
],
"manifest_display_name" : "Injector",
"name" : "Injector",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "macos",
"version" : "10.14"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Injector",
"targets" : [
"Injector"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "InjectorTests",
"module_type" : "SwiftTarget",
"name" : "InjectorTests",
"path" : "Tests/InjectorTests",
"sources" : [
"InjectorTests.swift"
],
"target_dependencies" : [
"Injector"
],
"type" : "test"
},
{
"c99name" : "Injector",
"module_type" : "SwiftTarget",
"name" : "Injector",
"path" : "Sources/Injector",
"product_dependencies" : [
"Factory"
],
"product_memberships" : [
"Injector"
],
"sources" : [
"Injector.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Done.