The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-dev-console, reference main (a21e83), with Swift 6.0 for macOS (SPM) on 3 Apr 2026 21:36:13 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/philiprehberger/swift-dev-console.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/philiprehberger/swift-dev-console
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a21e838 Update install version to 0.2.0 in README
Cloned https://github.com/philiprehberger/swift-dev-console.git
Revision (git rev-parse @):
a21e838fdd4dbb68f7e9edc6c111bcc5f62749b0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/philiprehberger/swift-dev-console.git at main
========================================
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 ShakeDetector.swift
[4/11] Compiling DevConsole LogStore.swift
[5/11] Compiling DevConsole FeatureFlagStore.swift
[6/11] Compiling DevConsole EnvironmentManager.swift
[7/11] Compiling DevConsole DevConsole.swift
[8/11] Compiling DevConsole AnalyticsStore.swift
[9/11] Emitting module DevConsole
[10/11] Compiling DevConsole Command.swift
[11/11] Compiling DevConsole NetworkMonitor.swift
Build complete! (5.37s)
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.