Build Information
Successful build of ParserDescription 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/turbolent/ParserDescription.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/turbolent/ParserDescription
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 7a21913 remove parser combinator compiler
Cloned https://github.com/turbolent/ParserDescription.git
Revision (git rev-parse @):
7a219130897990805926f04f7a43d19a3a3e42c5
SUCCESS checkout https://github.com/turbolent/ParserDescription.git at master
Fetching https://github.com/turbolent/DiffedAssertEqual.git from cache
Fetched https://github.com/turbolent/DiffedAssertEqual.git (0.24s)
Computing version for https://github.com/turbolent/DiffedAssertEqual.git
Computed https://github.com/turbolent/DiffedAssertEqual.git at 0.3.0 (0.02s)
Creating working copy for https://github.com/turbolent/DiffedAssertEqual.git
Working copy of https://github.com/turbolent/DiffedAssertEqual.git resolved at 0.3.0
========================================
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": "parserdescription",
"name": "ParserDescription",
"url": "https://github.com/turbolent/ParserDescription.git",
"version": "unspecified",
"path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ParserDescription",
"dependencies": [
{
"identity": "diffedassertequal",
"name": "DiffedAssertEqual",
"url": "https://github.com/turbolent/DiffedAssertEqual.git",
"version": "0.3.0",
"path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DiffedAssertEqual",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/turbolent/ParserDescription.git from cache
Fetched https://github.com/turbolent/ParserDescription.git (0.22s)
Fetching https://github.com/turbolent/DiffedAssertEqual.git from cache
Fetched https://github.com/turbolent/DiffedAssertEqual.git (0.21s)
Computing version for https://github.com/turbolent/DiffedAssertEqual.git
Computed https://github.com/turbolent/DiffedAssertEqual.git at 0.3.0 (0.03s)
Creating working copy for https://github.com/turbolent/DiffedAssertEqual.git
Working copy of https://github.com/turbolent/DiffedAssertEqual.git resolved at 0.3.0
Creating working copy for https://github.com/turbolent/ParserDescription.git
Working copy of https://github.com/turbolent/ParserDescription.git resolved at master
warning: '.resolve-product-dependencies': dependency 'parserdescription' is not used by any target
Found 1 product dependencies
- DiffedAssertEqual
========================================
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/5] Emitting module ParserDescription
[2/5] Compiling ParserDescription Operation.swift
[3/5] Compiling ParserDescription Condition.swift
[4/5] Compiling ParserDescription Token.swift
[5/5] Compiling ParserDescription Pattern.swift
[6/8] Compiling ParserDescriptionOperators Precedence.swift
[7/8] Emitting module ParserDescriptionOperators
[8/8] Compiling ParserDescriptionOperators Operators.swift
Build complete! (7.85s)
Build complete.
Done.