Build Information
Successful build of ActiveDays, reference master (6cb72e
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 04:19:21 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/zonble/ActiveDays.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/zonble/ActiveDays
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 6cb72e2 Documentation.
Cloned https://github.com/zonble/ActiveDays.git
Revision (git rev-parse @):
6cb72e29da8ab6f9af99735cdd152b4e43836f88
SUCCESS checkout https://github.com/zonble/ActiveDays.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/zonble/ActiveDays.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/5] Compiling ActiveDays DateExtensions.swift
[4/5] Compiling ActiveDays ActiveDays.swift
[5/5] Emitting module ActiveDays
Build complete! (3.37s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ActiveDays",
"name" : "ActiveDays",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ActiveDays",
"targets" : [
"ActiveDays"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ActiveDaysTests",
"module_type" : "SwiftTarget",
"name" : "ActiveDaysTests",
"path" : "Tests/ActiveDaysTests",
"sources" : [
"ActiveDaysTests.swift",
"DateExtensionTest.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"ActiveDays"
],
"type" : "test"
},
{
"c99name" : "ActiveDays",
"module_type" : "SwiftTarget",
"name" : "ActiveDays",
"path" : "Sources/ActiveDays",
"product_memberships" : [
"ActiveDays"
],
"sources" : [
"ActiveDays.swift",
"DateExtensions.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.