Build Information
Successful build of Lunar, reference main (819a2d
), with Swift 6.1 for macOS (SPM) on 1 May 2025 12:15:56 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.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dl-alexandre/Lunar.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dl-alexandre/Lunar
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 819a2d4 Initial Commit
Cloned https://github.com/dl-alexandre/Lunar.git
Revision (git rev-parse @):
819a2d49fc6ea5dd9a00c2ab4fb75bbc2e645452
SUCCESS checkout https://github.com/dl-alexandre/Lunar.git at main
========================================
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": "lunar",
"name": "Lunar",
"url": "https://github.com/dl-alexandre/Lunar.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Lunar",
"dependencies": [
]
}
]
}
Fetching https://github.com/dl-alexandre/Lunar.git
[1/9] Fetching lunar
Fetched https://github.com/dl-alexandre/Lunar.git from cache (0.54s)
Creating working copy for https://github.com/dl-alexandre/Lunar.git
Working copy of https://github.com/dl-alexandre/Lunar.git resolved at main (819a2d4)
warning: '.resolve-product-dependencies': dependency 'lunar' 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/dl-alexandre/Lunar.git
https://github.com/dl-alexandre/Lunar.git
{
"dependencies" : [
],
"manifest_display_name" : "Lunar",
"name" : "Lunar",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Lunar",
"targets" : [
"Lunar"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "LunarTests",
"module_type" : "SwiftTarget",
"name" : "LunarTests",
"path" : "Tests",
"sources" : [
"LunarLanderTests/LunarLanderTests.swift"
],
"target_dependencies" : [
"Lunar"
],
"type" : "test"
},
{
"c99name" : "Lunar",
"module_type" : "SwiftTarget",
"name" : "Lunar",
"path" : "Sources",
"product_memberships" : [
"Lunar"
],
"sources" : [
"main.swift"
],
"type" : "executable"
}
],
"tools_version" : "6.1"
}
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/6] Write sources
[1/6] Write Lunar-entitlement.plist
[2/6] Write swift-version-2F0A5646E1D333AE.txt
[4/8] Emitting module Lunar
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[5/8] Compiling Lunar main.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[5/8] Write Objects.LinkFileList
[6/8] Linking Lunar
[7/8] Applying Lunar
Build complete! (4.34s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Lunar",
"name" : "Lunar",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Lunar",
"targets" : [
"Lunar"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "LunarTests",
"module_type" : "SwiftTarget",
"name" : "LunarTests",
"path" : "Tests",
"sources" : [
"LunarLanderTests/LunarLanderTests.swift"
],
"target_dependencies" : [
"Lunar"
],
"type" : "test"
},
{
"c99name" : "Lunar",
"module_type" : "SwiftTarget",
"name" : "Lunar",
"path" : "Sources",
"product_memberships" : [
"Lunar"
],
"sources" : [
"main.swift"
],
"type" : "executable"
}
],
"tools_version" : "6.1"
}
Done.