The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of RuntimeAssertions, reference 2.1.0 (d3394b), with Swift 6.1 for macOS (SPM) on 21 May 2025 22:42:41 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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Reference: 2.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/StanfordBDHG/XCTRuntimeAssertions
 * tag               2.1.0      -> FETCH_HEAD
HEAD is now at d3394b8 negative assertions (#21)
Cloned https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Revision (git rev-parse @):
d3394b8c432f4e3d30cdf14cb5892695e923b06d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/StanfordBDHG/XCTRuntimeAssertions.git at 2.1.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "xctruntimeassertions",
      "name": "RuntimeAssertions",
      "url": "https://github.com/StanfordBDHG/XCTRuntimeAssertions.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/XCTRuntimeAssertions",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
[1/583] Fetching xctruntimeassertions
Fetched https://github.com/StanfordBDHG/XCTRuntimeAssertions.git from cache (0.89s)
Creating working copy for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Working copy of https://github.com/StanfordBDHG/XCTRuntimeAssertions.git resolved at 2.1.0 (d3394b8)
warning: '.resolve-product-dependencies': dependency 'xctruntimeassertions' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "RuntimeAssertions",
  "name" : "RuntimeAssertions",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "RuntimeAssertions",
      "targets" : [
        "RuntimeAssertions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RuntimeAssertionsTesting",
      "targets" : [
        "RuntimeAssertionsTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "XCTRuntimeAssertions",
      "targets" : [
        "XCTRuntimeAssertions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "XCTRuntimeAssertionsTests",
      "module_type" : "SwiftTarget",
      "name" : "XCTRuntimeAssertionsTests",
      "path" : "Tests/XCTRuntimeAssertionsTests",
      "sources" : [
        "XCTRuntimeAssertionsTests.swift",
        "XCTRuntimePreconditionsTests.swift"
      ],
      "target_dependencies" : [
        "XCTRuntimeAssertions"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XCTRuntimeAssertions",
      "module_type" : "SwiftTarget",
      "name" : "XCTRuntimeAssertions",
      "path" : "Sources/XCTRuntimeAssertions",
      "product_memberships" : [
        "XCTRuntimeAssertions"
      ],
      "sources" : [
        "Deprecations.swift",
        "XCTRuntimeAssertion.swift",
        "XCTRuntimePrecondition.swift"
      ],
      "target_dependencies" : [
        "RuntimeAssertions"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RuntimeAssertionsTests",
      "module_type" : "SwiftTarget",
      "name" : "RuntimeAssertionsTests",
      "path" : "Tests/RuntimeAssertionsTests",
      "sources" : [
        "RuntimeAssertionsTests.swift",
        "RuntimePreconditionsTests.swift"
      ],
      "target_dependencies" : [
        "RuntimeAssertions",
        "RuntimeAssertionsTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RuntimeAssertionsTesting",
      "module_type" : "SwiftTarget",
      "name" : "RuntimeAssertionsTesting",
      "path" : "Sources/RuntimeAssertionsTesting",
      "product_memberships" : [
        "RuntimeAssertionsTesting"
      ],
      "sources" : [
        "RuntimeAssertion.swift",
        "RuntimePrecondition.swift"
      ],
      "target_dependencies" : [
        "RuntimeAssertions"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RuntimeAssertions",
      "module_type" : "SwiftTarget",
      "name" : "RuntimeAssertions",
      "path" : "Sources/RuntimeAssertions",
      "product_memberships" : [
        "RuntimeAssertions",
        "RuntimeAssertionsTesting",
        "XCTRuntimeAssertions"
      ],
      "sources" : [
        "Assert.swift",
        "Counter.swift",
        "DebugOnly.swift",
        "NeverReturn.swift",
        "Precondition.swift",
        "RuntimeAssertion.swift",
        "RuntimeAssertionInjection.swift",
        "RuntimePrecondition.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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/13] Emitting module RuntimeAssertions
[6/13] Compiling RuntimeAssertions NeverReturn.swift
[7/13] Compiling RuntimeAssertions RuntimeAssertionInjection.swift
[8/13] Compiling RuntimeAssertions RuntimeAssertion.swift
[9/13] Compiling RuntimeAssertions DebugOnly.swift
[10/13] Compiling RuntimeAssertions Precondition.swift
[11/13] Compiling RuntimeAssertions Assert.swift
[12/13] Compiling RuntimeAssertions Counter.swift
[13/13] Compiling RuntimeAssertions RuntimePrecondition.swift
[14/20] Compiling RuntimeAssertionsTesting RuntimePrecondition.swift
[15/20] Emitting module RuntimeAssertionsTesting
[16/20] Compiling RuntimeAssertionsTesting RuntimeAssertion.swift
[17/20] Compiling XCTRuntimeAssertions XCTRuntimeAssertion.swift
[18/20] Compiling XCTRuntimeAssertions Deprecations.swift
[19/20] Compiling XCTRuntimeAssertions XCTRuntimePrecondition.swift
[20/20] Emitting module XCTRuntimeAssertions
Build complete! (11.80s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "RuntimeAssertions",
  "name" : "RuntimeAssertions",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "RuntimeAssertions",
      "targets" : [
        "RuntimeAssertions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RuntimeAssertionsTesting",
      "targets" : [
        "RuntimeAssertionsTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "XCTRuntimeAssertions",
      "targets" : [
        "XCTRuntimeAssertions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "XCTRuntimeAssertionsTests",
      "module_type" : "SwiftTarget",
      "name" : "XCTRuntimeAssertionsTests",
      "path" : "Tests/XCTRuntimeAssertionsTests",
      "sources" : [
        "XCTRuntimeAssertionsTests.swift",
        "XCTRuntimePreconditionsTests.swift"
      ],
      "target_dependencies" : [
        "XCTRuntimeAssertions"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XCTRuntimeAssertions",
      "module_type" : "SwiftTarget",
      "name" : "XCTRuntimeAssertions",
      "path" : "Sources/XCTRuntimeAssertions",
      "product_memberships" : [
        "XCTRuntimeAssertions"
      ],
      "sources" : [
        "Deprecations.swift",
        "XCTRuntimeAssertion.swift",
        "XCTRuntimePrecondition.swift"
      ],
      "target_dependencies" : [
        "RuntimeAssertions"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RuntimeAssertionsTests",
      "module_type" : "SwiftTarget",
      "name" : "RuntimeAssertionsTests",
      "path" : "Tests/RuntimeAssertionsTests",
      "sources" : [
        "RuntimeAssertionsTests.swift",
        "RuntimePreconditionsTests.swift"
      ],
      "target_dependencies" : [
        "RuntimeAssertions",
        "RuntimeAssertionsTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RuntimeAssertionsTesting",
      "module_type" : "SwiftTarget",
      "name" : "RuntimeAssertionsTesting",
      "path" : "Sources/RuntimeAssertionsTesting",
      "product_memberships" : [
        "RuntimeAssertionsTesting"
      ],
      "sources" : [
        "RuntimeAssertion.swift",
        "RuntimePrecondition.swift"
      ],
      "target_dependencies" : [
        "RuntimeAssertions"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RuntimeAssertions",
      "module_type" : "SwiftTarget",
      "name" : "RuntimeAssertions",
      "path" : "Sources/RuntimeAssertions",
      "product_memberships" : [
        "RuntimeAssertions",
        "RuntimeAssertionsTesting",
        "XCTRuntimeAssertions"
      ],
      "sources" : [
        "Assert.swift",
        "Counter.swift",
        "DebugOnly.swift",
        "NeverReturn.swift",
        "Precondition.swift",
        "RuntimeAssertion.swift",
        "RuntimeAssertionInjection.swift",
        "RuntimePrecondition.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.