The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Releases 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/JohnSundell/releases.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/JohnSundell/releases
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 5c8c1d5 README: Remove Marathon and Issues descriptions
Cloned https://github.com/JohnSundell/releases.git
Revision (git rev-parse @):
5c8c1d56109bd5da1dd17b949abfc700483f84a4
SUCCESS checkout https://github.com/JohnSundell/releases.git at master
Fetching https://github.com/JohnSundell/ShellOut.git from cache
Fetching https://github.com/JohnSundell/Require.git from cache
Fetched https://github.com/JohnSundell/ShellOut.git (0.19s)
Fetched https://github.com/JohnSundell/Require.git (0.19s)
Computing version for https://github.com/JohnSundell/Require.git
Computed https://github.com/JohnSundell/Require.git at 2.0.1 (0.02s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.2.0 (0.04s)
Creating working copy for https://github.com/JohnSundell/Require.git
Working copy of https://github.com/JohnSundell/Require.git resolved at 2.0.1
Creating working copy for https://github.com/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.2.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "releases",
      "name": "Releases",
      "url": "https://github.com/JohnSundell/releases.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/releases",
      "dependencies": [
        {
          "identity": "shellout",
          "name": "ShellOut",
          "url": "https://github.com/JohnSundell/ShellOut.git",
          "version": "2.3.0",
          "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ShellOut",
          "dependencies": [
          ]
        },
        {
          "identity": "require",
          "name": "Require",
          "url": "https://github.com/JohnSundell/Require.git",
          "version": "2.0.1",
          "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Require",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/JohnSundell/releases.git
[1/174] Fetching releases
Fetched https://github.com/JohnSundell/releases.git (0.24s)
Fetching https://github.com/JohnSundell/Require.git from cache
Fetching https://github.com/JohnSundell/ShellOut.git from cache
Fetched https://github.com/JohnSundell/Require.git (0.17s)
Fetched https://github.com/JohnSundell/ShellOut.git (0.18s)
Computing version for https://github.com/JohnSundell/Require.git
Computed https://github.com/JohnSundell/Require.git at 2.0.1 (0.03s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (0.03s)
Creating working copy for https://github.com/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.3.0
Creating working copy for https://github.com/JohnSundell/releases.git
Working copy of https://github.com/JohnSundell/releases.git resolved at master
Creating working copy for https://github.com/JohnSundell/Require.git
Working copy of https://github.com/JohnSundell/Require.git resolved at 2.0.1
warning: '.resolve-product-dependencies': dependency 'releases' is not used by any target
Found 2 product dependencies
  - ShellOut
  - Require
========================================
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 Require
[2/4] Compiling Require Require.swift
[3/4] Emitting module ShellOut
[4/4] Compiling ShellOut ShellOut.swift
[5/9] Compiling Releases ReleasesError.swift
[6/9] Compiling Releases Array+Version.swift
[7/9] Compiling Releases Releases.swift
[8/9] Compiling Releases Version.swift
[9/9] Emitting module Releases
Build complete! (10.24s)
Build complete.
Done.