Build Information
Successful build of LaunchAgent, reference main (9f6d33), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 22:34:43 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/emorydunn/launchagent.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/emorydunn/launchagent
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 9f6d33a Set version
Cloned https://github.com/emorydunn/launchagent.git
Revision (git rev-parse @):
9f6d33abfa4a0a45a877e9b884391981c1f4152b
SUCCESS checkout https://github.com/emorydunn/launchagent.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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "launchagent",
"name": "LaunchAgent",
"url": "https://github.com/emorydunn/launchagent.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/launchagent",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/emorydunn/launchagent.git
[1/648] Fetching launchagent
Fetched https://github.com/emorydunn/launchagent.git from cache (0.91s)
Creating working copy for https://github.com/emorydunn/launchagent.git
Working copy of https://github.com/emorydunn/launchagent.git resolved at main (9f6d33a)
warning: '.resolve-product-dependencies': dependency 'launchagent' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/emorydunn/launchagent.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/12] Compiling LaunchAgent File Permissions.swift
[4/12] Emitting module LaunchAgent
[5/13] Compiling LaunchAgent LaunchAgent+Status.swift
[6/13] Compiling LaunchAgent inetdCompatibility.swift
[7/13] Compiling LaunchAgent ResourceLimits.swift
[8/13] Compiling LaunchAgent StartCalendarInterval.swift
[9/13] Compiling LaunchAgent LaunchAgent.swift
[10/13] Compiling LaunchAgent MachService.swift
[11/13] Compiling LaunchAgent ProcessType.swift
[12/13] Compiling LaunchAgent LaunchControl.swift
[13/13] Compiling LaunchAgent String Extensions.swift
Build complete! (5.42s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "LaunchAgent",
"name" : "LaunchAgent",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "LaunchAgent",
"targets" : [
"LaunchAgent"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LaunchAgentTests",
"module_type" : "SwiftTarget",
"name" : "LaunchAgentTests",
"path" : "Tests/LaunchAgentTests",
"sources" : [
"FilePermissionsTests.swift",
"LaunchAgentTests.swift",
"LaunchAgentValiditytests.swift",
"LaunchControlTests.swift",
"ProgramTests.swift",
"StartCalendarIntervalTests.swift"
],
"target_dependencies" : [
"LaunchAgent"
],
"type" : "test"
},
{
"c99name" : "LaunchAgent",
"module_type" : "SwiftTarget",
"name" : "LaunchAgent",
"path" : "Sources/LaunchAgent",
"product_memberships" : [
"LaunchAgent"
],
"sources" : [
"Key Types/File Permissions.swift",
"Key Types/MachService.swift",
"Key Types/ProcessType.swift",
"Key Types/ResourceLimits.swift",
"Key Types/StartCalendarInterval.swift",
"Key Types/inetdCompatibility.swift",
"LaunchAgent+Status.swift",
"LaunchAgent.swift",
"LaunchControl.swift",
"String Extensions.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.