Build Information
Successful build of Sparse, reference 0.4.1 (7c360c
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 10:27:04 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/johnpatrickmorgan/Sparse.git
Reference: 0.4.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/johnpatrickmorgan/Sparse
* tag 0.4.1 -> FETCH_HEAD
HEAD is now at 7c360cc Adds library product to Package.swift
Cloned https://github.com/johnpatrickmorgan/Sparse.git
Revision (git rev-parse @):
7c360cc062cf14ee993c6de5b28e04f0892818ac
SUCCESS checkout https://github.com/johnpatrickmorgan/Sparse.git at 0.4.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/johnpatrickmorgan/Sparse.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/21] Compiling Sparse Stream.swift
[4/21] Compiling Sparse StringParsers.swift
[5/23] Compiling Sparse ParsingContext.swift
[6/23] Compiling Sparse PositionedInput.swift
[7/23] Compiling Sparse Parser_name.swift
[8/23] Compiling Sparse Parser_run.swift
[9/23] Compiling Sparse Parser.swift
[10/23] Compiling Sparse ParserError.swift
[11/23] Compiling Sparse IgnoreError.swift
[12/23] Compiling Sparse InfiniteLoopError.swift
[13/23] Compiling Sparse ContextDescribableError.swift
[14/23] Compiling Sparse ContextualizedError.swift
[15/23] Compiling Sparse Parser_combinators.swift
[16/23] Compiling Sparse Parser_creators.swift
[17/23] Compiling Sparse CSVParser.swift
[18/23] Compiling Sparse CharacterParsers.swift
[19/23] Compiling Sparse DotStringsEntry.swift
[20/23] Compiling Sparse DotStringsParser.swift
[21/23] Emitting module Sparse
[22/23] Compiling Sparse Transforms.swift
[23/23] Compiling Sparse UnexpectedInputError.swift
Build complete! (10.84s)
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/Quick/Quick.git
[1/19584] Fetching nimble
[393/34343] Fetching nimble, quick
Fetched https://github.com/Quick/Nimble.git from cache (1.81s)
Fetched https://github.com/Quick/Quick.git from cache (1.81s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.2.1 (2.38s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.2 (0.50s)
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.1.2
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 2.2.1
Build complete.
{
"dependencies" : [
{
"identity" : "quick",
"requirement" : {
"range" : [
{
"lower_bound" : "2.2.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Quick.git"
},
{
"identity" : "nimble",
"requirement" : {
"range" : [
{
"lower_bound" : "8.0.4",
"upper_bound" : "9.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Nimble.git"
}
],
"manifest_display_name" : "Sparse",
"name" : "Sparse",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Sparse",
"targets" : [
"Sparse"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SparseTests",
"module_type" : "SwiftTarget",
"name" : "SparseTests",
"path" : "Sources/SparseTests",
"product_dependencies" : [
"Quick",
"Nimble"
],
"sources" : [
"CSV/CSVExample.swift",
"CSV/CSVPerformance.swift",
"CSV/CSVTests.swift",
"Core/CharacterParsersTests.swift",
"Core/ParserCombinatorsTests.swift",
"Core/ParserErrorTests.swift",
"Core/Quick+Throw.swift",
"DotStrings/DotStringsExample.swift",
"DotStrings/DotStringsParserPerformance.swift",
"DotStrings/DotStringsParserTests.swift"
],
"target_dependencies" : [
"Sparse"
],
"type" : "test"
},
{
"c99name" : "Sparse",
"module_type" : "SwiftTarget",
"name" : "Sparse",
"path" : "Sources/Sparse",
"product_memberships" : [
"Sparse"
],
"sources" : [
"CSVParser.swift",
"CharacterParsers.swift",
"ContextDescribableError.swift",
"ContextualizedError.swift",
"DotStringsEntry.swift",
"DotStringsParser.swift",
"IgnoreError.swift",
"InfiniteLoopError.swift",
"Parser.swift",
"ParserError.swift",
"Parser_combinators.swift",
"Parser_creators.swift",
"Parser_name.swift",
"Parser_run.swift",
"ParsingContext.swift",
"PositionedInput.swift",
"Stream.swift",
"StringParsers.swift",
"Transforms.swift",
"UnexpectedInputError.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.