Build Information
Successful build of InfomaniakDI, reference 2.0.6 (46250e), with Swift 6.0 for macOS (SPM) on 9 Apr 2026 09:03:44 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Infomaniak/swift-dependency-injection.git
Reference: 2.0.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Infomaniak/swift-dependency-injection
* tag 2.0.6 -> FETCH_HEAD
HEAD is now at 46250e9 feat: Expose dynamic target (#16)
Cloned https://github.com/Infomaniak/swift-dependency-injection.git
Revision (git rev-parse @):
46250e9cccf918c2a03bcd6cff6b16cdc2adb9ee
SUCCESS checkout https://github.com/Infomaniak/swift-dependency-injection.git at 2.0.6
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/Infomaniak/swift-dependency-injection.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version-5BDAB9E9C0126B9D.txt
[3/9] Emitting module InfomaniakDI
[4/9] Compiling InfomaniakDI SimpleResolver.swift
[5/9] Compiling InfomaniakDI InjectService.swift
[6/9] Compiling InfomaniakDI Factory.swift
[7/9] Compiling InfomaniakDI LazyInjectService.swift
[7/9] Write Objects.LinkFileList
[8/9] Linking libInfomaniakDI.dylib
Build complete! (4.30s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "InfomaniakDI",
"name" : "InfomaniakDI",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "InfomaniakDI",
"targets" : [
"InfomaniakDI"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "InfomaniakDITests",
"module_type" : "SwiftTarget",
"name" : "InfomaniakDITests",
"path" : "Tests/InfomaniakDITests",
"sources" : [
"ITInjectService.swift",
"ITLazyInjectService.swift",
"ITSimpleReslover.swift",
"UTHelpers.swift",
"UTInjectService.swift",
"UTLazyInjectService.swift"
],
"target_dependencies" : [
"InfomaniakDI"
],
"type" : "test"
},
{
"c99name" : "InfomaniakDI",
"module_type" : "SwiftTarget",
"name" : "InfomaniakDI",
"path" : "Sources/InfomaniakDI",
"product_memberships" : [
"InfomaniakDI"
],
"sources" : [
"Factory.swift",
"InjectService.swift",
"LazyInjectService.swift",
"SimpleResolver.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Done.