Build Information
Successful build of Nanoseconds, reference 1.1.3 (a279f3
), with Swift 6.0 for macOS (SPM) on 5 Nov 2024 04:39:19 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/dominicegginton/Nanoseconds.git
Reference: 1.1.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dominicegginton/Nanoseconds
* tag 1.1.3 -> FETCH_HEAD
HEAD is now at a279f37 chore(workspcae): downgrade swift tools
Cloned https://github.com/dominicegginton/Nanoseconds.git
Revision (git rev-parse @):
a279f375fd88d91102d7567d7f93cbbfb85f3a53
SUCCESS checkout https://github.com/dominicegginton/Nanoseconds.git at 1.1.3
========================================
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": "nanoseconds",
"name": "Nanoseconds",
"url": "https://github.com/dominicegginton/Nanoseconds.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Nanoseconds",
"dependencies": [
]
}
]
}
Fetching https://github.com/dominicegginton/Nanoseconds.git
[1/201] Fetching nanoseconds
Fetched https://github.com/dominicegginton/Nanoseconds.git from cache (0.76s)
Creating working copy for https://github.com/dominicegginton/Nanoseconds.git
Working copy of https://github.com/dominicegginton/Nanoseconds.git resolved at 1.1.3 (a279f37)
warning: '.resolve-product-dependencies': dependency 'nanoseconds' 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/dominicegginton/Nanoseconds.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/5] Emitting module Nanoseconds
[4/5] Compiling Nanoseconds Now.swift
[5/5] Compiling Nanoseconds TimeInterval.swift
Build complete! (6.64s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Nanoseconds",
"name" : "Nanoseconds",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Nanoseconds",
"targets" : [
"Nanoseconds"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "NanosecondsTests",
"module_type" : "SwiftTarget",
"name" : "NanosecondsTests",
"path" : "Tests/NanosecondsTests",
"sources" : [
"NowTests.swift",
"TimeIntervalTests.swift"
],
"target_dependencies" : [
"Nanoseconds"
],
"type" : "test"
},
{
"c99name" : "Nanoseconds",
"module_type" : "SwiftTarget",
"name" : "Nanoseconds",
"path" : "Sources/Nanoseconds",
"product_memberships" : [
"Nanoseconds"
],
"sources" : [
"Now.swift",
"TimeInterval.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.