Build Information
Successful build of SwiftParser, reference 1.1.1 (b3aaf8), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 23:41:54 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/dparnell/swift-parser-generator.git
Reference: 1.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dparnell/swift-parser-generator
* tag 1.1.1 -> FETCH_HEAD
HEAD is now at b3aaf80 Merge pull request #15 from pixelspark/swift4
Cloned https://github.com/dparnell/swift-parser-generator.git
Revision (git rev-parse @):
b3aaf8070dad2a84a3ffb45a9cff30b22f703019
SUCCESS checkout https://github.com/dparnell/swift-parser-generator.git at 1.1.1
========================================
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": "swift-parser-generator",
"name": "SwiftParser",
"url": "https://github.com/dparnell/swift-parser-generator.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-parser-generator",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/dparnell/swift-parser-generator.git
[1/276] Fetching swift-parser-generator
Fetched https://github.com/dparnell/swift-parser-generator.git from cache (0.64s)
Creating working copy for https://github.com/dparnell/swift-parser-generator.git
Working copy of https://github.com/dparnell/swift-parser-generator.git resolved at 1.1.1 (b3aaf80)
warning: '.resolve-product-dependencies': dependency 'swift-parser-generator' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/dparnell/swift-parser-generator.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/6] Compiling SwiftParser StringReader.swift
[4/6] Compiling SwiftParser Parser.swift
/Users/admin/builder/spi-builder-workspace/Sources/Parser.swift:65:39: warning: 'characters' is deprecated: Please use String directly [#DeprecatedDeclaration]
63 | let res = target.substring(with: m.range)
64 | // reset to end of match
65 | reader.seek(pos + res.characters.count)
| `- warning: 'characters' is deprecated: Please use String directly [#DeprecatedDeclaration]
66 |
67 | parser.leave("regex", true)
/Users/admin/builder/spi-builder-workspace/Sources/Parser.swift:95:26: warning: 'characters' is deprecated: Please use String directly [#DeprecatedDeclaration]
93 | let pos = reader.position
94 |
95 | for ch in string.characters {
| `- warning: 'characters' is deprecated: Please use String directly [#DeprecatedDeclaration]
96 | let flag = ch == reader.read()
97 | if !flag {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[5/6] Compiling SwiftParser Reader.swift
[6/6] Emitting module SwiftParser
Build complete! (4.05s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftParser",
"name" : "SwiftParser",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftParser",
"targets" : [
"SwiftParser"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftParser",
"module_type" : "SwiftTarget",
"name" : "SwiftParser",
"path" : "Sources",
"product_memberships" : [
"SwiftParser"
],
"sources" : [
"Parser.swift",
"Reader.swift",
"StringReader.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.