Build Information
Successful build of package-datetime, reference 2.0.0-alpha.1 (245d8f
), with Swift 6.0 for macOS (SPM) on 3 Nov 2024 08:46:43 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/ordo-one/package-datetime.git
Reference: 2.0.0-alpha.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ordo-one/package-datetime
* tag 2.0.0-alpha.1 -> FETCH_HEAD
HEAD is now at 245d8ff Update Package.swift
Cloned https://github.com/ordo-one/package-datetime.git
Revision (git rev-parse @):
245d8ff3a97d9bcb57dbd9455bcfeded20369e0d
SUCCESS checkout https://github.com/ordo-one/package-datetime.git at 2.0.0-alpha.1
========================================
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": "package-datetime",
"name": "package-datetime",
"url": "https://github.com/ordo-one/package-datetime.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/package-datetime",
"dependencies": [
]
}
]
}
Fetching https://github.com/ordo-one/package-datetime.git
[1/549] Fetching package-datetime
Fetched https://github.com/ordo-one/package-datetime.git from cache (0.80s)
Creating working copy for https://github.com/ordo-one/package-datetime.git
Working copy of https://github.com/ordo-one/package-datetime.git resolved at 2.0.0-alpha.1 (245d8ff)
warning: '.resolve-product-dependencies': dependency 'package-datetime' 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/ordo-one/package-datetime.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/8] Compiling DateTime InternalUTCClock.swift
[4/8] Compiling DateTime EpochDateTime.swift
[5/8] Compiling DateTime BenchmarkClock.swift
[6/8] Compiling DateTime FoundationExports.swift
[7/8] Compiling DateTime Duration+Convenience.swift
[8/8] Emitting module DateTime
Build complete! (7.28s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "package-datetime",
"name" : "package-datetime",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "DateTime",
"targets" : [
"DateTime"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "EpochDateTimeTests",
"module_type" : "SwiftTarget",
"name" : "EpochDateTimeTests",
"path" : "Tests/EpochDateTimeTests",
"sources" : [
"EpochDateTimeTests.swift"
],
"target_dependencies" : [
"DateTime"
],
"type" : "test"
},
{
"c99name" : "DateTimeTests",
"module_type" : "SwiftTarget",
"name" : "DateTimeTests",
"path" : "Tests/DateTimeTests",
"sources" : [
"DateTimeTests.swift"
],
"target_dependencies" : [
"DateTime"
],
"type" : "test"
},
{
"c99name" : "DateTime",
"module_type" : "SwiftTarget",
"name" : "DateTime",
"path" : "Sources/DateTime",
"product_memberships" : [
"DateTime"
],
"sources" : [
"BenchmarkClock.swift",
"Duration+Convenience.swift",
"EpochDateTime.swift",
"FoundationExports.swift",
"InternalUTCClock.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.