Build Information
Successful build of Dependiject, reference 1.1.0 (7f5426), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 03:11:49 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Tiny-Home-Consulting/Dependiject.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Tiny-Home-Consulting/Dependiject
* tag 1.1.0 -> FETCH_HEAD
HEAD is now at 7f54260 1.1.0 (#81)
Cloned https://github.com/Tiny-Home-Consulting/Dependiject.git
Revision (git rev-parse @):
7f54260dd54fccaaceb57ff2564da15c39741814
SUCCESS checkout https://github.com/Tiny-Home-Consulting/Dependiject.git at 1.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Tiny-Home-Consulting/Dependiject.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/13] Compiling Dependiject Registration.swift
[4/13] Compiling Dependiject RegistrationConvertible.swift
[5/13] Compiling Dependiject Resolver.swift
[6/14] Compiling Dependiject AnyObservableObject.swift
[7/14] Compiling Dependiject ErasedObservableObject.swift
[8/14] Compiling Dependiject Synchronization.swift
[9/14] Compiling Dependiject Util.swift
[10/14] Compiling Dependiject Store.swift
/Users/admin/builder/spi-builder-workspace/Dependiject/Store.swift:114:17: warning: capture of 'self' with non-sendable type 'Store<ObjectType>.Wrapper' in a '@Sendable' closure [#SendableClosureCaptures]
112 | ) -> Binding<Subject> {
113 | return Binding {
114 | self.store.wrappedValue[keyPath: keyPath]
| `- warning: capture of 'self' with non-sendable type 'Store<ObjectType>.Wrapper' in a '@Sendable' closure [#SendableClosureCaptures]
115 | } set: {
116 | self.store.wrappedValue[keyPath: keyPath] = $0
/Users/admin/builder/spi-builder-workspace/Dependiject/Store.swift:116:17: warning: capture of 'self' with non-sendable type 'Store<ObjectType>.Wrapper' in a '@Sendable' closure [#SendableClosureCaptures]
114 | self.store.wrappedValue[keyPath: keyPath]
115 | } set: {
116 | self.store.wrappedValue[keyPath: keyPath] = $0
| `- warning: capture of 'self' with non-sendable type 'Store<ObjectType>.Wrapper' in a '@Sendable' closure [#SendableClosureCaptures]
117 | }
118 | }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[11/14] Compiling Dependiject Factory.swift
[12/14] Compiling Dependiject MultitypeService.swift
[13/14] Compiling Dependiject RegistrationBuilder.swift
[14/14] Emitting module Dependiject
Build complete! (9.22s)
Fetching https://github.com/tcldr/Entwine.git
[1/2725] Fetching entwine
Fetched https://github.com/tcldr/Entwine.git from cache (1.26s)
Computing version for https://github.com/tcldr/Entwine.git
Computed https://github.com/tcldr/Entwine.git at 0.9.1 (1.76s)
Creating working copy for https://github.com/tcldr/Entwine.git
Working copy of https://github.com/tcldr/Entwine.git resolved at 0.9.1
Build complete.
{
"dependencies" : [
{
"identity" : "entwine",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tcldr/Entwine.git"
}
],
"manifest_display_name" : "Dependiject",
"name" : "Dependiject",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Dependiject",
"targets" : [
"Dependiject"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "DependijectTests",
"module_type" : "SwiftTarget",
"name" : "DependijectTests",
"path" : "Tests",
"product_dependencies" : [
"EntwineTest"
],
"sources" : [
"BaseFactoryTest.swift",
"DuplicateRegistrationTest.swift",
"MultitypeServiceTests.swift",
"ParallelResolutionTest.swift",
"RegistrationNameTests.swift",
"ScopeTests.swift",
"StoreTests.swift"
],
"target_dependencies" : [
"Dependiject"
],
"type" : "test"
},
{
"c99name" : "Dependiject",
"module_type" : "SwiftTarget",
"name" : "Dependiject",
"path" : "Dependiject",
"product_memberships" : [
"Dependiject"
],
"sources" : [
"Factory.swift",
"MultitypeService.swift",
"Registration.swift",
"RegistrationBuilder.swift",
"RegistrationConvertible.swift",
"Resolver.swift",
"Store.swift",
"Synchronization.swift",
"Util.swift",
"XUI/AnyObservableObject.swift",
"XUI/ErasedObservableObject.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.