The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-dev-console, reference v0.2.0 (d67102), with Swift 6.1 for macOS (SPM) on 3 Apr 2026 03:05:38 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build 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.1
Building package at path:  $PWD
https://github.com/philiprehberger/swift-dev-console.git
https://github.com/philiprehberger/swift-dev-console.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/11] Compiling DevConsole EnvironmentManager.swift
[4/11] Compiling DevConsole ShakeDetector.swift
[5/11] Compiling DevConsole LogStore.swift
[6/11] Compiling DevConsole FeatureFlagStore.swift
[7/11] Compiling DevConsole NetworkMonitor.swift
[8/11] Compiling DevConsole AnalyticsStore.swift
[9/11] Compiling DevConsole Command.swift
[10/11] Compiling DevConsole DevConsole.swift
[11/11] Emitting module DevConsole
Build complete! (5.51s)
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.