Build Information
Successful build of Lunar, reference main (27426c), with Swift 6.2 for macOS (SPM) on 30 Mar 2026 19:17:22 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
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 27426c5 Rename Tests
Cloned https://github.com/dl-alexandre/Lunar.git
Revision (git rev-parse @):
27426c512abf8a2a5c232ecb895d8601b643561e
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/26] Fetching lunar
Fetched https://github.com/dl-alexandre/Lunar.git from cache (0.58s)
Creating working copy for https://github.com/dl-alexandre/Lunar.git
Working copy of https://github.com/dl-alexandre/Lunar.git resolved at main (27426c5)
warning: '.resolve-product-dependencies': dependency 'lunar' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/dl-alexandre/Lunar.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[0/6] Write Lunar-entitlement.plist
[2/6] Write swift-version-49B95AFC49DCD68C.txt
[4/8] Compiling Lunar main.swift
[5/8] Emitting module Lunar
[5/8] Write Objects.LinkFileList
[6/8] Linking Lunar
[7/8] Applying Lunar
Build complete! (4.22s)
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/LunarTests",
"sources" : [
"LunarTests.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.