The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Runner 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/elegantchaos/Runner.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/elegantchaos/Runner
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 65420eb added license
Cloned https://github.com/elegantchaos/Runner.git
Revision (git rev-parse @):
65420eb4e534a58c8fb1bf18e344bc86edb42c65
SUCCESS checkout https://github.com/elegantchaos/Runner.git at main
Fetching https://github.com/elegantchaos/XCTestExtensions.git from cache
Fetched https://github.com/elegantchaos/XCTestExtensions.git (0.19s)
Computing version for https://github.com/elegantchaos/XCTestExtensions.git
Computed https://github.com/elegantchaos/XCTestExtensions.git at 1.3.2 (0.40s)
Creating working copy for https://github.com/elegantchaos/XCTestExtensions.git
Working copy of https://github.com/elegantchaos/XCTestExtensions.git resolved at 1.3.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "runner",
      "name": "Runner",
      "url": "https://github.com/elegantchaos/Runner.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Runner",
      "dependencies": [
        {
          "identity": "xctestextensions",
          "name": "XCTestExtensions",
          "url": "https://github.com/elegantchaos/XCTestExtensions.git",
          "version": "1.5.0",
          "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/XCTestExtensions",
          "dependencies": [
            {
              "identity": "matchable",
              "name": "Matchable",
              "url": "https://github.com/elegantchaos/Matchable.git",
              "version": "1.0.7",
              "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Matchable",
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/elegantchaos/Runner.git from cache
Fetched https://github.com/elegantchaos/Runner.git (0.20s)
Fetching https://github.com/elegantchaos/XCTestExtensions.git from cache
Fetched https://github.com/elegantchaos/XCTestExtensions.git (0.18s)
Computing version for https://github.com/elegantchaos/XCTestExtensions.git
Computed https://github.com/elegantchaos/XCTestExtensions.git at 1.5.0 (0.36s)
Fetching https://github.com/elegantchaos/Matchable.git from cache
Fetched https://github.com/elegantchaos/Matchable.git (0.18s)
Computing version for https://github.com/elegantchaos/Matchable.git
Computed https://github.com/elegantchaos/Matchable.git at 1.0.7 (0.38s)
Creating working copy for https://github.com/elegantchaos/Matchable.git
Working copy of https://github.com/elegantchaos/Matchable.git resolved at 1.0.7
Creating working copy for https://github.com/elegantchaos/XCTestExtensions.git
Working copy of https://github.com/elegantchaos/XCTestExtensions.git resolved at 1.5.0
Creating working copy for https://github.com/elegantchaos/Runner.git
Working copy of https://github.com/elegantchaos/Runner.git resolved at main
warning: '.resolve-product-dependencies': dependency 'runner' is not used by any target
Found 1 product dependencies
  - XCTestExtensions
========================================
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/2] Emitting module Runner
[2/2] Compiling Runner Runner.swift
Build complete! (8.75s)
Build complete.
Done.