Build Information
Successful build of Gherkin, reference master (84581c), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 01:29:31 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/iainsmith/swiftgherkin.git
Reference: master
Initialized empty Git repository in /Users/admin/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 from cache (0.73s)
Computing version for https://github.com/nicklockwood/Consumer.git
Computed https://github.com/nicklockwood/Consumer.git at 0.3.4 (3.00s)
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/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swiftgherkin",
"name": "Gherkin",
"url": "https://github.com/iainsmith/swiftgherkin.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftgherkin",
"traits": [
"default"
],
"dependencies": [
{
"identity": "consumer",
"name": "Consumer",
"url": "https://github.com/nicklockwood/Consumer.git",
"version": "0.3.5",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Consumer",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/iainsmith/swiftgherkin.git
[1/556] Fetching swiftgherkin
Fetched https://github.com/iainsmith/swiftgherkin.git from cache (0.84s)
Fetching https://github.com/nicklockwood/Consumer.git from cache
Fetched https://github.com/nicklockwood/Consumer.git from cache (0.45s)
Computing version for https://github.com/nicklockwood/Consumer.git
Computed https://github.com/nicklockwood/Consumer.git at 0.3.5 (0.51s)
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 (84581c3)
warning: '.resolve-product-dependencies': dependency 'swiftgherkin' is not used by any target
Found 1 product dependencies
- Consumer
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/iainsmith/swiftgherkin.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/5] Emitting module Consumer
[5/5] Compiling Consumer Consumer.swift
[6/11] Compiling Gherkin Models.swift
[7/11] Emitting module Gherkin
[8/11] Compiling Gherkin Error.swift
[9/11] Compiling Gherkin LegacyShims.swift
[10/11] Compiling Gherkin Parser.swift
[11/11] Compiling Gherkin Transform.swift
Build complete! (6.72s)
Build complete.
{
"dependencies" : [
{
"identity" : "consumer",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.4",
"upper_bound" : "0.4.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/Consumer.git"
}
],
"manifest_display_name" : "Gherkin",
"name" : "Gherkin",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Gherkin",
"targets" : [
"Gherkin"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"4.2",
"5"
],
"targets" : [
{
"c99name" : "GherkinTests",
"module_type" : "SwiftTarget",
"name" : "GherkinTests",
"path" : "Tests/GherkinTests",
"sources" : [
"GherkinTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Gherkin"
],
"type" : "test"
},
{
"c99name" : "Gherkin",
"module_type" : "SwiftTarget",
"name" : "Gherkin",
"path" : "Sources/Gherkin",
"product_dependencies" : [
"Consumer"
],
"product_memberships" : [
"Gherkin"
],
"sources" : [
"Error.swift",
"LegacyShims.swift",
"Models.swift",
"Parser.swift",
"Transform.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Done.