The Swift Package Index logo.Swift Package Index

Build Information

Successful build of RomanNumeralFormatter 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/SlaunchaMan/RomanNumeralFormatter.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/SlaunchaMan/RomanNumeralFormatter
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5985cdc Formatting.
Cloned https://github.com/SlaunchaMan/RomanNumeralFormatter.git
Revision (git rev-parse @):
5985cdcfd8ba8a4cefc567fb89f617734dae0604
SUCCESS checkout https://github.com/SlaunchaMan/RomanNumeralFormatter.git at main
Fetching https://github.com/SlaunchaMan/IsNotEmpty.git
[1/45] Fetching isnotempty
Fetched https://github.com/SlaunchaMan/IsNotEmpty.git (0.23s)
Computing version for https://github.com/SlaunchaMan/IsNotEmpty.git
Computed https://github.com/SlaunchaMan/IsNotEmpty.git at 0.0.1 (0.51s)
Creating working copy for https://github.com/SlaunchaMan/IsNotEmpty.git
Working copy of https://github.com/SlaunchaMan/IsNotEmpty.git resolved at 0.0.1
========================================
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": "romannumeralformatter",
      "name": "RomanNumeralFormatter",
      "url": "https://github.com/SlaunchaMan/RomanNumeralFormatter.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RomanNumeralFormatter",
      "dependencies": [
        {
          "identity": "isnotempty",
          "name": "IsNotEmpty",
          "url": "https://github.com/SlaunchaMan/IsNotEmpty.git",
          "version": "0.0.1",
          "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/IsNotEmpty",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/SlaunchaMan/RomanNumeralFormatter.git
[1/29] Fetching romannumeralformatter
Fetched https://github.com/SlaunchaMan/RomanNumeralFormatter.git (0.32s)
Fetching https://github.com/SlaunchaMan/IsNotEmpty.git from cache
Fetched https://github.com/SlaunchaMan/IsNotEmpty.git (0.27s)
Computing version for https://github.com/SlaunchaMan/IsNotEmpty.git
Computed https://github.com/SlaunchaMan/IsNotEmpty.git at 0.0.1 (0.02s)
Creating working copy for https://github.com/SlaunchaMan/RomanNumeralFormatter.git
Working copy of https://github.com/SlaunchaMan/RomanNumeralFormatter.git resolved at main
Creating working copy for https://github.com/SlaunchaMan/IsNotEmpty.git
Working copy of https://github.com/SlaunchaMan/IsNotEmpty.git resolved at 0.0.1
warning: '.resolve-product-dependencies': dependency 'romannumeralformatter' is not used by any target
Found 1 product dependencies
  - IsNotEmpty
========================================
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 IsNotEmpty
[2/2] Compiling IsNotEmpty IsNotEmpty.swift
[3/4] Emitting module RomanNumeralFormatter
[4/4] Compiling RomanNumeralFormatter RomanNumeralFormatter.swift
Build complete! (9.28s)
Build complete.
Done.