Build Information
Successful build of Parsel 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/BenchR267/Parsel.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/BenchR267/Parsel
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 501db28 Release version 3.0.2
Cloned https://github.com/BenchR267/Parsel.git
Revision (git rev-parse @):
501db286265e62867b42851cce4a2fa914eac43f
SUCCESS checkout https://github.com/BenchR267/Parsel.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "parsel",
"name": "Parsel",
"url": "https://github.com/BenchR267/Parsel.git",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Parsel",
"dependencies": [
]
}
]
}
Fetching https://github.com/BenchR267/Parsel.git
[1/2352] Fetching parsel
Fetched https://github.com/BenchR267/Parsel.git (0.53s)
Creating working copy for https://github.com/BenchR267/Parsel.git
Working copy of https://github.com/BenchR267/Parsel.git resolved at master
warning: '.resolve-product-dependencies': dependency 'parsel' is not used by any target
Found 0 product dependencies
========================================
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/8] Compiling Parsel Parser.swift
[2/8] Compiling Parsel Errors.swift
[3/8] Compiling Parsel Parser+Conjunction.swift
[4/8] Compiling Parsel Lexical.swift
[5/8] Compiling Parsel ParseResult.swift
[6/8] Compiling Parsel Operators.swift
[7/8] Compiling Parsel Operators+Sequential.swift
[8/8] Emitting module Parsel
[9/9] Compiling Parsel RegexParser.swift
Build complete! (8.20s)
Build complete.
Done.