Build Information
Successful build of SwifCron, reference 2.0.0 (51d388
), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 20:02:41 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mihaelisaev/SwifCron.git
Reference: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mihaelisaev/SwifCron
* tag 2.0.0 -> FETCH_HEAD
HEAD is now at 51d388d Merge pull request #1 from Higher08/master
Cloned https://github.com/mihaelisaev/SwifCron.git
Revision (git rev-parse @):
51d388da749b002522261e6fe4171acf93ee1b74
SUCCESS checkout https://github.com/mihaelisaev/SwifCron.git at 2.0.0
========================================
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": "swifcron",
"name": "SwifCron",
"url": "https://github.com/mihaelisaev/SwifCron.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwifCron",
"dependencies": [
]
}
]
}
Fetching https://github.com/mihaelisaev/SwifCron.git
[1/169] Fetching swifcron
Fetched https://github.com/mihaelisaev/SwifCron.git from cache (0.74s)
Creating working copy for https://github.com/mihaelisaev/SwifCron.git
Working copy of https://github.com/mihaelisaev/SwifCron.git resolved at 2.0.0 (51d388d)
warning: '.resolve-product-dependencies': dependency 'swifcron' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/mihaelisaev/SwifCron.git
https://github.com/mihaelisaev/SwifCron.git
{
"dependencies" : [
],
"manifest_display_name" : "SwifCron",
"name" : "SwifCron",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwifCron",
"targets" : [
"SwifCron"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwifCronTests",
"module_type" : "SwiftTarget",
"name" : "SwifCronTests",
"path" : "Tests/SwifCronTests",
"sources" : [
"SwifCronTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SwifCron"
],
"type" : "test"
},
{
"c99name" : "SwifCron",
"module_type" : "SwiftTarget",
"name" : "SwifCron",
"path" : "Sources/SwifCron",
"product_memberships" : [
"SwifCron"
],
"sources" : [
"Array+Each.swift",
"ExpressionParser.swift",
"Helper.swift",
"SwifCron.swift",
"SwifCronError.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/8] Compiling SwifCron SwifCronError.swift
[4/8] Compiling SwifCron SwifCron.swift
[5/8] Emitting module SwifCron
[6/8] Compiling SwifCron ExpressionParser.swift
[7/8] Compiling SwifCron Helper.swift
[8/8] Compiling SwifCron Array+Each.swift
Build complete! (4.00s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwifCron",
"name" : "SwifCron",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwifCron",
"targets" : [
"SwifCron"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwifCronTests",
"module_type" : "SwiftTarget",
"name" : "SwifCronTests",
"path" : "Tests/SwifCronTests",
"sources" : [
"SwifCronTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SwifCron"
],
"type" : "test"
},
{
"c99name" : "SwifCron",
"module_type" : "SwiftTarget",
"name" : "SwifCron",
"path" : "Sources/SwifCron",
"product_memberships" : [
"SwifCron"
],
"sources" : [
"Array+Each.swift",
"ExpressionParser.swift",
"Helper.swift",
"SwifCron.swift",
"SwifCronError.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Done.