The Swift Package Index logo.Swift Package Index

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/J1XnyXFH/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/Flatten.git from cache
Fetching https://github.com/YusukeHosonuma/SHList.git from cache
Fetched https://github.com/YusukeHosonuma/Flatten.git (0.26s)
Fetched https://github.com/YusukeHosonuma/SHList.git (0.26s)
Computing version for https://github.com/YusukeHosonuma/SHList.git
Computed https://github.com/YusukeHosonuma/SHList.git at 0.1.0 (1.27s)
Computing version for https://github.com/YusukeHosonuma/Flatten.git
Computed https://github.com/YusukeHosonuma/Flatten.git at 0.1.0 (0.68s)
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/Flatten.git
Working copy of https://github.com/YusukeHosonuma/Flatten.git resolved at 0.1.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/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/J1XnyXFH/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/J1XnyXFH/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/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SHList",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/YusukeHosonuma/SwiftParamTest.git from cache
Fetched https://github.com/YusukeHosonuma/SwiftParamTest.git (0.28s)
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.20s)
Fetched https://github.com/YusukeHosonuma/Flatten.git (0.21s)
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.03s)
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
Creating working copy for https://github.com/YusukeHosonuma/Flatten.git
Working copy of https://github.com/YusukeHosonuma/Flatten.git resolved at 0.1.0
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] Compiling Flatten Flatten.swift
[2/4] Emitting module Flatten
[3/4] Compiling SHList SHList.swift
[4/4] Emitting module SHList
[5/14] Compiling SwiftParamTest Args.swift
[6/14] Compiling SwiftParamTest Operator.swift
[7/14] Compiling SwiftParamTest ResultBuilderDSLAssert.swift
[8/14] Compiling SwiftParamTest ParameterBuilder.swift
[9/14] Compiling SwiftParamTest BasicDSLAssert.swift
[10/15] Compiling SwiftParamTest ParameterizedTest.swift
[11/15] Compiling SwiftParamTest ParameterizedTestRunner.swift
[12/15] Emitting module SwiftParamTest
[13/15] Compiling SwiftParamTest Row.swift
[14/15] Compiling SwiftParamTest CustomAssertion.swift
[15/15] Compiling SwiftParamTest MarkdownTable.swift
Build complete! (17.91s)
Build complete.
Done.