The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Gherkin 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/iainsmith/swiftgherkin.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/iainsmith/swiftgherkin
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 84581c3 Update README
Cloned https://github.com/iainsmith/swiftgherkin.git
Revision (git rev-parse @):
84581c35391054ed623de9de56ec6e4efb7587fa
SUCCESS checkout https://github.com/iainsmith/swiftgherkin.git at master
Fetching https://github.com/nicklockwood/Consumer.git
[1/591] Fetching consumer
Fetched https://github.com/nicklockwood/Consumer.git (0.35s)
Computing version for https://github.com/nicklockwood/Consumer.git
Computed https://github.com/nicklockwood/Consumer.git at 0.3.4 (0.53s)
Creating working copy for https://github.com/nicklockwood/Consumer.git
Working copy of https://github.com/nicklockwood/Consumer.git resolved at 0.3.4
========================================
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": "swiftgherkin",
      "name": "Gherkin",
      "url": "https://github.com/iainsmith/swiftgherkin.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftgherkin",
      "dependencies": [
        {
          "identity": "consumer",
          "name": "Consumer",
          "url": "https://github.com/nicklockwood/Consumer.git",
          "version": "0.3.5",
          "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Consumer",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/iainsmith/swiftgherkin.git
[1/556] Fetching swiftgherkin
Fetched https://github.com/iainsmith/swiftgherkin.git (0.29s)
Fetching https://github.com/nicklockwood/Consumer.git from cache
Fetched https://github.com/nicklockwood/Consumer.git (0.18s)
Computing version for https://github.com/nicklockwood/Consumer.git
Computed https://github.com/nicklockwood/Consumer.git at 0.3.5 (0.02s)
Creating working copy for https://github.com/nicklockwood/Consumer.git
Working copy of https://github.com/nicklockwood/Consumer.git resolved at 0.3.5
Creating working copy for https://github.com/iainsmith/swiftgherkin.git
Working copy of https://github.com/iainsmith/swiftgherkin.git resolved at master
warning: '.resolve-product-dependencies': dependency 'swiftgherkin' is not used by any target
Found 1 product dependencies
  - Consumer
========================================
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 Consumer
[2/2] Compiling Consumer Consumer.swift
[3/8] Compiling Gherkin Parser.swift
[4/8] Emitting module Gherkin
[5/8] Compiling Gherkin Models.swift
[6/8] Compiling Gherkin Transform.swift
[7/8] Compiling Gherkin LegacyShims.swift
[8/8] Compiling Gherkin Error.swift
Build complete! (10.40s)
Build complete.
Done.