Build Information
Successful build of swift-dev-console, reference v0.2.0 (d67102), with Swift 6.0 for macOS (SPM) on 3 Apr 2026 03:06:17 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/philiprehberger/swift-dev-console.git
Reference: v0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/philiprehberger/swift-dev-console
* tag v0.2.0 -> FETCH_HEAD
HEAD is now at d671029 Release v0.2.0
Cloned https://github.com/philiprehberger/swift-dev-console.git
Revision (git rev-parse @):
d6710290c2d0671d3b429f084da5e315f6c91a36
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/philiprehberger/swift-dev-console.git at v0.2.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/philiprehberger/swift-dev-console.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/11] Compiling DevConsole NetworkMonitor.swift
[4/11] Compiling DevConsole DevConsole.swift
[5/11] Compiling DevConsole EnvironmentManager.swift
[6/11] Compiling DevConsole AnalyticsStore.swift
[7/11] Compiling DevConsole Command.swift
[8/11] Compiling DevConsole ShakeDetector.swift
[9/11] Compiling DevConsole FeatureFlagStore.swift
[10/11] Emitting module DevConsole
[11/11] Compiling DevConsole LogStore.swift
Build complete! (5.39s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-dev-console",
"name" : "swift-dev-console",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "DevConsole",
"targets" : [
"DevConsole"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DevConsoleTests",
"module_type" : "SwiftTarget",
"name" : "DevConsoleTests",
"path" : "Tests/DevConsoleTests",
"sources" : [
"AnalyticsStoreTests.swift",
"CommandTests.swift",
"EnvironmentManagerTests.swift",
"FeatureFlagStoreTests.swift",
"LogStoreTests.swift",
"NetworkMonitorTests.swift"
],
"target_dependencies" : [
"DevConsole"
],
"type" : "test"
},
{
"c99name" : "DevConsole",
"module_type" : "SwiftTarget",
"name" : "DevConsole",
"path" : "Sources/DevConsole",
"product_memberships" : [
"DevConsole"
],
"sources" : [
"AnalyticsStore.swift",
"Command.swift",
"DevConsole.swift",
"EnvironmentManager.swift",
"FeatureFlagStore.swift",
"LogStore.swift",
"NetworkMonitor.swift",
"ShakeDetector.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.