Build Information
Successful build of XServiceLocator, reference master (5477ac
), with Swift 6.0 for macOS (SPM) on 2 Nov 2024 13:20:45 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/QuickBirdEng/XServiceLocator.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/QuickBirdEng/XServiceLocator
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 5477ac1 first version of XServiceLocator
Cloned https://github.com/QuickBirdEng/XServiceLocator.git
Revision (git rev-parse @):
5477ac1e0fb8440f1e34d235c17fb922da98644c
SUCCESS checkout https://github.com/QuickBirdEng/XServiceLocator.git at master
========================================
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",
"dependencies": [
{
"identity": "xservicelocator",
"name": "XServiceLocator",
"url": "https://github.com/QuickBirdEng/XServiceLocator.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/XServiceLocator",
"dependencies": [
]
}
]
}
Fetching https://github.com/QuickBirdEng/XServiceLocator.git
[3/40] Fetching xservicelocator
Fetched https://github.com/QuickBirdEng/XServiceLocator.git from cache (0.72s)
Creating working copy for https://github.com/QuickBirdEng/XServiceLocator.git
Working copy of https://github.com/QuickBirdEng/XServiceLocator.git resolved at master (5477ac1)
warning: '.resolve-product-dependencies': dependency 'xservicelocator' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/QuickBirdEng/XServiceLocator.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/10] Compiling XServiceLocator Container.swift
[4/10] Compiling XServiceLocator Collection+FirstToResolve.swift
[5/10] Compiling XServiceLocator BasicServiceFactory.swift
[6/10] Compiling XServiceLocator AnyServiceFactory.swift
[7/10] Compiling XServiceLocator ServiceFactory.swift
[8/10] Emitting module XServiceLocator
[9/10] Compiling XServiceLocator Array+Resolver.swift
[10/10] Compiling XServiceLocator Resolver.swift
Build complete! (9.87s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "XServiceLocator",
"name" : "XServiceLocator",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "XServiceLocator",
"targets" : [
"XServiceLocator"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "XServiceLocatorTests",
"module_type" : "SwiftTarget",
"name" : "XServiceLocatorTests",
"path" : "Tests/XServiceLocatorTests",
"sources" : [
"XServiceLocatorTests.swift",
"utils/DummyProtocol.swift",
"utils/TestClass.swift",
"utils/TestProtocol.swift",
"utils/TestStruct.swift"
],
"target_dependencies" : [
"XServiceLocator"
],
"type" : "test"
},
{
"c99name" : "XServiceLocator",
"module_type" : "SwiftTarget",
"name" : "XServiceLocator",
"path" : "Sources/XServiceLocator",
"product_memberships" : [
"XServiceLocator"
],
"sources" : [
"Container.swift",
"Extensions/Array+Resolver.swift",
"Extensions/Collection+FirstToResolve.swift",
"Resolver.swift",
"ServiceFactory/AnyServiceFactory.swift",
"ServiceFactory/BasicServiceFactory.swift",
"ServiceFactory/ServiceFactory.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.