The Swift Package Index logo.Swift Package Index

Build Information

Successful build of RetroKit, reference 0.1.4 (b87488), with Swift 6.0 for macOS (SPM) on 31 Jan 2026 06:20:05 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dev-retro/RetroKit.git
Reference: 0.1.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dev-retro/RetroKit
 * tag               0.1.4      -> FETCH_HEAD
HEAD is now at b87488e Removed Debugging, fixed Settings to be less opaque
Cloned https://github.com/dev-retro/RetroKit.git
Revision (git rev-parse @):
b87488e670c17416dc0aff8af2aac966041eebce
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/dev-retro/RetroKit.git at 0.1.4
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/dev-retro/RetroKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/12] Compiling RetroKit RetroState.swift
[6/12] Compiling RetroKit RetroStateItem.swift
[7/12] Compiling RetroKit RetroPlatform.swift
[8/12] Compiling RetroKit RetroSettingItem.swift
[9/12] Emitting module RetroKit
[10/12] Compiling RetroKit RetroInput.swift
[11/12] Compiling RetroKit RetroSetting.swift
[12/12] Compiling RetroKit RetroSettings.swift
Build complete! (21.90s)
Fetching https://github.com/apple/swift-docc-plugin
[1/2167] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.23s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (2.98s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3650] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.23s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.62s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "RetroKit",
  "name" : "RetroKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "RetroKit",
      "targets" : [
        "RetroKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RetroKit",
      "module_type" : "SwiftTarget",
      "name" : "RetroKit",
      "path" : "Sources/RetroKit",
      "product_memberships" : [
        "RetroKit"
      ],
      "sources" : [
        "RetroInput.swift",
        "RetroPlatform.swift",
        "RetroSetting.swift",
        "RetroSettingItem.swift",
        "RetroSettings.swift",
        "RetroState.swift",
        "RetroStateItem.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.