Build Information
Successful build of DSFVersion, reference main (47e1bd
), with Swift 6.0 for macOS (SPM) on 5 Nov 2024 10:18:20 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/dagronf/DSFVersion.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dagronf/DSFVersion
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 47e1bd5 Minor restructure
Cloned https://github.com/dagronf/DSFVersion.git
Revision (git rev-parse @):
47e1bd52eb0edd99a6a3c969885cc07ccbc1b946
SUCCESS checkout https://github.com/dagronf/DSFVersion.git at main
========================================
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": "dsfversion",
"name": "DSFVersion",
"url": "https://github.com/dagronf/DSFVersion.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DSFVersion",
"dependencies": [
]
}
]
}
Fetching https://github.com/dagronf/DSFVersion.git
[1/138] Fetching dsfversion
Fetched https://github.com/dagronf/DSFVersion.git from cache (0.68s)
Creating working copy for https://github.com/dagronf/DSFVersion.git
Working copy of https://github.com/dagronf/DSFVersion.git resolved at main (47e1bd5)
warning: '.resolve-product-dependencies': dependency 'dsfversion' 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/dagronf/DSFVersion.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/4] Emitting module DSFVersion
[4/4] Compiling DSFVersion NumericVersion.swift
Build complete! (5.83s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "DSFVersion",
"name" : "DSFVersion",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "DSFVersion",
"targets" : [
"DSFVersion"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DSFVersionTests",
"module_type" : "SwiftTarget",
"name" : "DSFVersionTests",
"path" : "Tests/DSFVersionTests",
"sources" : [
"DSFVersionTests.swift",
"XCTestHelpers.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"DSFVersion"
],
"type" : "test"
},
{
"c99name" : "DSFVersion",
"module_type" : "SwiftTarget",
"name" : "DSFVersion",
"path" : "Sources/DSFVersion",
"product_memberships" : [
"DSFVersion"
],
"sources" : [
"NumericVersion.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.