Build Information
Successful build of SwiftyDates, reference 0.3.3 (dfed08
), with Swift 6.0 for macOS (SPM) on 3 Nov 2024 18:29:05 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/skelpo/swiftydates.git
Reference: 0.3.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/skelpo/swiftydates
* tag 0.3.3 -> FETCH_HEAD
HEAD is now at dfed086 small fix for some iso dates
Cloned https://github.com/skelpo/swiftydates.git
Revision (git rev-parse @):
dfed086ea0317d77fc8cbb25beb04ae1f7ae41a8
SUCCESS checkout https://github.com/skelpo/swiftydates.git at 0.3.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": "swiftydates",
"name": "SwiftyDates",
"url": "https://github.com/skelpo/swiftydates.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftydates",
"dependencies": [
]
}
]
}
Fetching https://github.com/skelpo/swiftydates.git
[1/189] Fetching swiftydates
Fetched https://github.com/skelpo/swiftydates.git from cache (0.80s)
Creating working copy for https://github.com/skelpo/swiftydates.git
Working copy of https://github.com/skelpo/swiftydates.git resolved at 0.3.3 (dfed086)
warning: '.resolve-product-dependencies': dependency 'swiftydates' 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/skelpo/swiftydates.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] Compiling SwiftyDates String+SwiftyDates.swift
[4/4] Emitting module SwiftyDates
Build complete! (5.70s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftyDates",
"name" : "SwiftyDates",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftyDates",
"targets" : [
"SwiftyDates"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftyDatesTests",
"module_type" : "SwiftTarget",
"name" : "SwiftyDatesTests",
"path" : "SwiftyDatesTests",
"sources" : [
"SwiftyDatesTests.swift"
],
"target_dependencies" : [
"SwiftyDates"
],
"type" : "test"
},
{
"c99name" : "SwiftyDates",
"module_type" : "SwiftTarget",
"name" : "SwiftyDates",
"path" : "Sources",
"product_memberships" : [
"SwiftyDates"
],
"sources" : [
"String+SwiftyDates.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.