The Swift Package Index logo.Swift Package Index

Build Information

Successful build of RomanNumerals 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/danielctull/RomanNumerals.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/danielctull/RomanNumerals
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at bea00ee Add Swift 5.3 to the list of versions to test against
Cloned https://github.com/danielctull/RomanNumerals.git
Revision (git rev-parse @):
bea00ee11e3d15926894512ec7915a1e01205f6d
SUCCESS checkout https://github.com/danielctull/RomanNumerals.git at main
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser (0.25s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.0.1 (0.50s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.0.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "romannumerals",
      "name": "RomanNumerals",
      "url": "https://github.com/danielctull/RomanNumerals.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RomanNumerals",
      "dependencies": [
        {
          "identity": "swift-argument-parser",
          "name": "swift-argument-parser",
          "url": "https://github.com/apple/swift-argument-parser",
          "version": "0.5.0",
          "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/danielctull/RomanNumerals.git
[1/231] Fetching romannumerals
Fetched https://github.com/danielctull/RomanNumerals.git (0.28s)
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser (0.24s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.5.0 (0.02s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.5.0
Creating working copy for https://github.com/danielctull/RomanNumerals.git
Working copy of https://github.com/danielctull/RomanNumerals.git resolved at main
Found 1 product dependencies
  - swift-argument-parser
========================================
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/30] Compiling RomanNumerals Symbol.swift
[2/30] Emitting module RomanNumerals
[3/30] Compiling RomanNumerals RomanNumeral.swift
[4/30] Compiling ArgumentParser InputOrigin.swift
[5/30] Compiling ArgumentParser Name.swift
[6/30] Compiling ArgumentParser Parsed.swift
[7/33] Emitting module ArgumentParser
[8/33] Compiling ArgumentParser Option.swift
[9/33] Compiling ArgumentParser OptionGroup.swift
[10/33] Compiling ArgumentParser ValidationError.swift
[11/33] Compiling ArgumentParser CommandConfiguration.swift
[12/33] Compiling ArgumentParser Argument.swift
[13/33] Compiling ArgumentParser ArgumentHelp.swift
[14/33] Compiling ArgumentParser Flag.swift
[15/33] Compiling ArgumentParser NameSpecification.swift
[16/33] Compiling ArgumentParser ExpressibleByArgument.swift
[17/33] Compiling ArgumentParser ParsableArguments.swift
[18/33] Compiling ArgumentParser ParsableCommand.swift
[19/33] Compiling ArgumentParser ArgumentDecoder.swift
[20/33] Compiling ArgumentParser ParsedValues.swift
[21/33] Compiling ArgumentParser ParserError.swift
[22/33] Compiling ArgumentParser SplitArguments.swift
[23/33] Compiling ArgumentParser ArgumentDefinition.swift
[24/33] Compiling ArgumentParser ArgumentSet.swift
[25/33] Compiling ArgumentParser ArgumentSetSequence.swift
[26/33] Compiling ArgumentParser CommandParser.swift
[27/33] Compiling ArgumentParser HelpCommand.swift
[28/33] Compiling ArgumentParser HelpGenerator.swift
[29/33] Compiling ArgumentParser MessageInfo.swift
[30/33] Compiling ArgumentParser UsageGenerator.swift
[31/33] Compiling ArgumentParser StringExtensions.swift
[32/33] Compiling ArgumentParser Tree.swift
[33/35] Emitting module RomanNumeralsTool
[34/35] Compiling RomanNumeralsTool main.swift
[34/35] Linking roman
Build complete! (9.12s)
Build complete.
Done.