Build Information
Successful build of Lunch, reference main (2ae6d4), with Swift 6.2 for macOS (SPM) on 11 Jan 2026 19:05:40 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fromkk/lunch.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fromkk/lunch
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 2ae6d42 add MainActor
Cloned https://github.com/fromkk/lunch.git
Revision (git rev-parse @):
2ae6d42ab77bc45cdad0f6a72e679a8315af78ba
SUCCESS checkout https://github.com/fromkk/lunch.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": "lunch",
"name": "Lunch",
"url": "https://github.com/fromkk/lunch.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/lunch",
"dependencies": [
]
}
]
}
Fetching https://github.com/fromkk/lunch.git
[1/343] Fetching lunch
Fetched https://github.com/fromkk/lunch.git from cache (0.71s)
Creating working copy for https://github.com/fromkk/lunch.git
Working copy of https://github.com/fromkk/lunch.git resolved at main (2ae6d42)
warning: '.resolve-product-dependencies': dependency 'lunch' 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/fromkk/lunch.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-49B95AFC49DCD68C.txt
[4/12] Compiling Lunch Makeable.swift
[5/12] Compiling Lunch LaunchKeys.swift
[6/12] Emitting module Lunch
[7/12] Compiling Lunch Creatable.swift
[8/12] Compiling Lunch Launcher.swift
[9/12] Compiling LunchTest PageObjectsRepresentable.swift
[10/12] Compiling LunchTest ViewControllerTestable.swift
[11/12] Emitting module LunchTest
[12/12] Compiling LunchTest Launcher.swift
Build complete! (9.38s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Lunch",
"name" : "Lunch",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
}
],
"products" : [
{
"name" : "Lunch",
"targets" : [
"Lunch"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "LunchTest",
"targets" : [
"LunchTest"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LunchTestTests",
"module_type" : "SwiftTarget",
"name" : "LunchTestTests",
"path" : "LunchTestTests",
"sources" : [
"LauncherTests.swift"
],
"target_dependencies" : [
"LunchTest"
],
"type" : "test"
},
{
"c99name" : "LunchTest",
"module_type" : "SwiftTarget",
"name" : "LunchTest",
"path" : "LunchTest",
"product_memberships" : [
"LunchTest"
],
"sources" : [
"Launcher.swift",
"PageObjectsRepresentable.swift",
"ViewControllerTestable.swift"
],
"type" : "library"
},
{
"c99name" : "Lunch",
"module_type" : "SwiftTarget",
"name" : "Lunch",
"path" : "Lunch",
"product_memberships" : [
"Lunch"
],
"sources" : [
"Creatable.swift",
"LaunchKeys.swift",
"Launcher.swift",
"Makeable.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Done.