The Swift Package Index logo.Swift Package Index

Build Information

Successful build of WeakMapTable, reference master (3c4c84), with Swift 6.2 for macOS (SPM) on 12 Sep 2025 18:38:31 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ReactorKit/WeakMapTable.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ReactorKit/WeakMapTable
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 3c4c84f Merge pull request #5 from Woollim/master
Cloned https://github.com/ReactorKit/WeakMapTable.git
Revision (git rev-parse @):
3c4c84fb116bd120202c7fa677eaf5383e12fda0
SUCCESS checkout https://github.com/ReactorKit/WeakMapTable.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ReactorKit/WeakMapTable.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/4] Emitting module WeakMapTable
[4/4] Compiling WeakMapTable WeakMapTable.swift
Build complete! (3.14s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "WeakMapTable",
  "name" : "WeakMapTable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.11"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    }
  ],
  "products" : [
    {
      "name" : "WeakMapTable",
      "targets" : [
        "WeakMapTable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "WeakMapTableTests",
      "module_type" : "SwiftTarget",
      "name" : "WeakMapTableTests",
      "path" : "Tests/WeakMapTableTests",
      "sources" : [
        "WeakMapTableTests.swift"
      ],
      "target_dependencies" : [
        "WeakMapTable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WeakMapTable",
      "module_type" : "SwiftTarget",
      "name" : "WeakMapTable",
      "path" : "Sources/WeakMapTable",
      "product_memberships" : [
        "WeakMapTable"
      ],
      "sources" : [
        "WeakMapTable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.