Build Information
Successful build of SwiftyDates, reference master (dfed08
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 16:15:27 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/skelpo/swiftydates.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/skelpo/swiftydates
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
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 master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/skelpo/swiftydates.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/4] Compiling SwiftyDates String+SwiftyDates.swift
[4/4] Emitting module SwiftyDates
Build complete! (3.19s)
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.