This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SwiftParamTest with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/YusukeHosonuma/SwiftParamTest.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/YusukeHosonuma/SwiftParamTest
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at f513e1d Update README.md
Cloned https://github.com/YusukeHosonuma/SwiftParamTest.git
Revision (git rev-parse @):
f513e1dbbdd86e2ca2b672537f4bcb4417f94c27
SUCCESS checkout https://github.com/YusukeHosonuma/SwiftParamTest.git at master
Fetching https://github.com/YusukeHosonuma/SHList.git
Fetching https://github.com/YusukeHosonuma/Flatten.git from cache
Fetched https://github.com/YusukeHosonuma/Flatten.git (0.26s)
[1/64] Fetching shlist
Fetched https://github.com/YusukeHosonuma/SHList.git (0.37s)
Computing version for https://github.com/YusukeHosonuma/SHList.git
Computed https://github.com/YusukeHosonuma/SHList.git at 0.1.0 (0.79s)
Computing version for https://github.com/YusukeHosonuma/Flatten.git
Computed https://github.com/YusukeHosonuma/Flatten.git at 0.1.0 (0.71s)
Creating working copy for https://github.com/YusukeHosonuma/Flatten.git
Working copy of https://github.com/YusukeHosonuma/Flatten.git resolved at 0.1.0
Creating working copy for https://github.com/YusukeHosonuma/SHList.git
Working copy of https://github.com/YusukeHosonuma/SHList.git resolved at 0.1.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swiftparamtest",
      "name": "SwiftParamTest",
      "url": "https://github.com/YusukeHosonuma/SwiftParamTest.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftParamTest",
      "dependencies": [
        {
          "identity": "flatten",
          "name": "Flatten",
          "url": "https://github.com/YusukeHosonuma/Flatten.git",
          "version": "0.1.0",
          "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Flatten",
          "dependencies": [
          ]
        },
        {
          "identity": "shlist",
          "name": "SHList",
          "url": "https://github.com/YusukeHosonuma/SHList.git",
          "version": "0.1.0",
          "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SHList",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/YusukeHosonuma/SwiftParamTest.git
[1/806] Fetching swiftparamtest
Fetched https://github.com/YusukeHosonuma/SwiftParamTest.git (0.83s)
Fetching https://github.com/YusukeHosonuma/SHList.git from cache
Fetching https://github.com/YusukeHosonuma/Flatten.git from cache
Fetched https://github.com/YusukeHosonuma/SHList.git (0.26s)
Fetched https://github.com/YusukeHosonuma/Flatten.git (0.26s)
Computing version for https://github.com/YusukeHosonuma/SHList.git
Computed https://github.com/YusukeHosonuma/SHList.git at 0.1.0 (0.03s)
Computing version for https://github.com/YusukeHosonuma/Flatten.git
Computed https://github.com/YusukeHosonuma/Flatten.git at 0.1.0 (0.04s)
Creating working copy for https://github.com/YusukeHosonuma/Flatten.git
Working copy of https://github.com/YusukeHosonuma/Flatten.git resolved at 0.1.0
Creating working copy for https://github.com/YusukeHosonuma/SHList.git
Working copy of https://github.com/YusukeHosonuma/SHList.git resolved at 0.1.0
Creating working copy for https://github.com/YusukeHosonuma/SwiftParamTest.git
Working copy of https://github.com/YusukeHosonuma/SwiftParamTest.git resolved at master
warning: '.resolve-product-dependencies': dependency 'swiftparamtest' is not used by any target
Found 2 product dependencies
  - Flatten
  - SHList
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/4] Emitting module Flatten
[2/4] Compiling Flatten Flatten.swift
[3/4] Compiling SHList SHList.swift
[4/4] Emitting module SHList
[5/14] Compiling SwiftParamTest ResultBuilderDSLAssert.swift
[6/15] Compiling SwiftParamTest ParameterBuilder.swift
[7/15] Compiling SwiftParamTest Operator.swift
[8/15] Compiling SwiftParamTest BasicDSLAssert.swift
[9/15] Compiling SwiftParamTest Row.swift
[10/15] Compiling SwiftParamTest CustomAssertion.swift
[11/15] Compiling SwiftParamTest Args.swift
[12/15] Emitting module SwiftParamTest
[13/15] Compiling SwiftParamTest ParameterizedTest.swift
[14/15] Compiling SwiftParamTest ParameterizedTestRunner.swift
[15/15] Compiling SwiftParamTest MarkdownTable.swift
Build complete! (21.17s)
Build complete.
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.