Build Information
Successful build of Cron, reference master (769767), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 03:56:18 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/safx/Cron-Swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/safx/Cron-Swift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 769767b Merge pull request #9 from eliekarouz/master
Cloned https://github.com/safx/Cron-Swift.git
Revision (git rev-parse @):
769767bf44120b2e42bb2ee3327287a4770586d7
SUCCESS checkout https://github.com/safx/Cron-Swift.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/safx/Cron-Swift.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/10] Compiling Cron NumberSet.swift
[4/10] Compiling Cron Utils.swift
[5/10] Compiling Cron FieldPattern.swift
[6/10] Compiling Cron CronJob.swift
[7/10] Compiling Cron Date.swift
[8/10] Compiling Cron DateGenerator.swift
[9/10] Emitting module Cron
[10/10] Compiling Cron DatePattern.swift
Build complete! (3.09s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Cron",
"name" : "Cron",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Cron",
"targets" : [
"Cron"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CronTests",
"module_type" : "SwiftTarget",
"name" : "CronTests",
"path" : "Tests/CronTests",
"sources" : [
"CronTests.swift",
"DatePatternTests.swift",
"FieldPatternTests.swift",
"NumberSetTests.swift",
"ParserTests.swift",
"UtilTests.swift"
],
"target_dependencies" : [
"Cron"
],
"type" : "test"
},
{
"c99name" : "Cron",
"module_type" : "SwiftTarget",
"name" : "Cron",
"path" : "Sources/Cron",
"product_memberships" : [
"Cron"
],
"sources" : [
"CronJob.swift",
"Date.swift",
"DateGenerator.swift",
"DatePattern.swift",
"FieldPattern.swift",
"NumberSet.swift",
"Utils.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.