The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build Kineo, reference master (190631), with Swift 5.8 for iOS using Xcode 14.3 on 31 Oct 2024 00:11:49 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Kineo-Package -destination generic/platform=iOS

Build Log

/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/RDF.swift:266:16: error: 'Regex' is only available in iOS 16.0 or newer
        return #/^[-+]?[0-9]+$/#.anchorsMatchLineEndings()
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/RDF.swift:266:16: note: add 'if #available' version check
        return #/^[-+]?[0-9]+$/#.anchorsMatchLineEndings()
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/RDF.swift:265:24: note: add @available attribute to enclosing static property
    private static let _integerPattern: Regex = {
                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/RDF.swift:167:15: note: add @available attribute to enclosing struct
public struct Term: CustomStringConvertible, CustomDebugStringConvertible, Hashable, Codable {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/RDF.swift:266:34: error: 'anchorsMatchLineEndings' is only available in iOS 16.0 or newer
        return #/^[-+]?[0-9]+$/#.anchorsMatchLineEndings()
                                 ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/RDF.swift:266:34: note: add 'if #available' version check
        return #/^[-+]?[0-9]+$/#.anchorsMatchLineEndings()
                                 ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/RDF.swift:265:24: note: add @available attribute to enclosing static property
    private static let _integerPattern: Regex = {
                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/RDF.swift:167:15: note: add @available attribute to enclosing struct
public struct Term: CustomStringConvertible, CustomDebugStringConvertible, Hashable, Codable {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/RDF.swift:265:41: error: 'Regex' is only available in iOS 16.0 or newer
    private static let _integerPattern: Regex = {
                                        ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/RDF.swift:265:24: note: add @available attribute to enclosing static property
    private static let _integerPattern: Regex = {
                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/RDF.swift:167:15: note: add @available attribute to enclosing struct
public struct Term: CustomStringConvertible, CustomDebugStringConvertible, Hashable, Codable {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/RDF.swift:270:16: error: 'Regex' is only available in iOS 16.0 or newer
        return #/^[-+]?([0-9]+([.][0-9]*)?|[.]\d+)$/#.anchorsMatchLineEndings()
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/RDF.swift:270:16: note: add 'if #available' version check
        return #/^[-+]?([0-9]+([.][0-9]*)?|[.]\d+)$/#.anchorsMatchLineEndings()
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/RDF.swift:269:24: note: add @available attribute to enclosing static property
    private static let _decimalPattern: Regex = {
                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/RDF.swift:167:15: note: add @available attribute to enclosing struct
public struct Term: CustomStringConvertible, CustomDebugStringConvertible, Hashable, Codable {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/RDF.swift:270:55: error: 'anchorsMatchLineEndings' is only available in iOS 16.0 or newer
        return #/^[-+]?([0-9]+([.][0-9]*)?|[.]\d+)$/#.anchorsMatchLineEndings()
                                                      ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/RDF.swift:270:55: note: add 'if #available' version check
        return #/^[-+]?([0-9]+([.][0-9]*)?|[.]\d+)$/#.anchorsMatchLineEndings()
                                                      ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/RDF.swift:269:24: note: add @available attribute to enclosing static property
    private static let _decimalPattern: Regex = {
                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/RDF.swift:167:15: note: add @available attribute to enclosing struct
public struct Term: CustomStringConvertible, CustomDebugStringConvertible, Hashable, Codable {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/RDF.swift:269:41: error: 'Regex' is only available in iOS 16.0 or newer
    private static let _decimalPattern: Regex = {
                                        ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/RDF.swift:269:24: note: add @available attribute to enclosing static property
    private static let _decimalPattern: Regex = {
                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/RDF.swift:167:15: note: add @available attribute to enclosing struct
public struct Term: CustomStringConvertible, CustomDebugStringConvertible, Hashable, Codable {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/RDF.swift:274:16: error: 'Regex' is only available in iOS 16.0 or newer
        return #/^[-+]?(\d+([.]\d*)?|[.]\d+)([eE]([-+])?\d+)?$/#.anchorsMatchLineEndings()
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/RDF.swift:274:16: note: add 'if #available' version check
        return #/^[-+]?(\d+([.]\d*)?|[.]\d+)([eE]([-+])?\d+)?$/#.anchorsMatchLineEndings()
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/RDF.swift:273:24: note: add @available attribute to enclosing static property
    private static let _doublePattern: Regex = {
                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/RDF.swift:167:15: note: add @available attribute to enclosing struct
public struct Term: CustomStringConvertible, CustomDebugStringConvertible, Hashable, Codable {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/RDF.swift:274:66: error: 'anchorsMatchLineEndings' is only available in iOS 16.0 or newer
        return #/^[-+]?(\d+([.]\d*)?|[.]\d+)([eE]([-+])?\d+)?$/#.anchorsMatchLineEndings()
                                                                 ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/RDF.swift:274:66: note: add 'if #available' version check
        return #/^[-+]?(\d+([.]\d*)?|[.]\d+)([eE]([-+])?\d+)?$/#.anchorsMatchLineEndings()
                                                                 ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/RDF.swift:273:24: note: add @available attribute to enclosing static property
    private static let _doublePattern: Regex = {
                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/RDF.swift:167:15: note: add @available attribute to enclosing struct
public struct Term: CustomStringConvertible, CustomDebugStringConvertible, Hashable, Codable {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/RDF.swift:273:40: error: 'Regex' is only available in iOS 16.0 or newer
    private static let _doublePattern: Regex = {
                                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/RDF.swift:273:24: note: add @available attribute to enclosing static property
    private static let _doublePattern: Regex = {
                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/RDF.swift:167:15: note: add @available attribute to enclosing struct
public struct Term: CustomStringConvertible, CustomDebugStringConvertible, Hashable, Codable {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:307:38: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
        let PN_CHARS_BASE = ChoiceOf {
                                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:307:29: error: referencing initializer 'init(_:_:)' on 'RegexComponent' requires the types 'ChoiceOf<Output>' and 'CharacterClass' be equivalent
        let PN_CHARS_BASE = ChoiceOf {
                            ^
RegexBuilder.RegexComponent:2:11: note: where 'Self' = 'ChoiceOf<Output>'
extension RegexComponent where Self == CharacterClass {
          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:307:38: error: trailing closure passed to parameter of type 'CharacterClass' that does not accept a closure
        let PN_CHARS_BASE = ChoiceOf {
                                     ^
RegexBuilder.RegexComponent:3:12: note: 'init(_:_:)' declared here
    public init(_ first: CharacterClass, _ rest: CharacterClass...)
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:307:29: error: generic parameter 'Output' could not be inferred
        let PN_CHARS_BASE = ChoiceOf {
                            ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:307:29: note: explicitly specify the generic arguments to fix this issue
        let PN_CHARS_BASE = ChoiceOf {
                            ^
                                    <Any>
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:17: error: referencing initializer 'init(_:_:)' on 'RegexComponent' requires the types 'ChoiceOf<Output>' and 'CharacterClass' be equivalent
                ChoiceOf {
                ^
RegexBuilder.RegexComponent:2:11: note: where 'Self' = 'ChoiceOf<Output>'
extension RegexComponent where Self == CharacterClass {
          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: trailing closure passed to parameter of type 'CharacterClass' that does not accept a closure
                ChoiceOf {
                         ^
RegexBuilder.RegexComponent:3:12: note: 'init(_:_:)' declared here
    public init(_ first: CharacterClass, _ rest: CharacterClass...)
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:17: error: generic parameter 'Output' could not be inferred
                ChoiceOf {
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:17: note: explicitly specify the generic arguments to fix this issue
                ChoiceOf {
                ^
                        <Any>
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:390:34: error: 'Regex' is only available in iOS 16.0 or newer
    private static let _aRegex = #/a\b/#
                                 ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:390:24: note: add @available attribute to enclosing static property
    private static let _aRegex = #/a\b/#
                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:271:14: note: add @available attribute to enclosing class
public class SPARQLLexer: IteratorProtocol {
             ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:392:40: error: 'Regex' is only available in iOS 16.0 or newer
    private static let _booleanRegex = #/(true|false)/#.anchorsMatchLineEndings().ignoresCase()
                                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:392:24: note: add @available attribute to enclosing static property
    private static let _booleanRegex = #/(true|false)/#.anchorsMatchLineEndings().ignoresCase()
                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:271:14: note: add @available attribute to enclosing class
public class SPARQLLexer: IteratorProtocol {
             ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:392:57: error: 'anchorsMatchLineEndings' is only available in iOS 16.0 or newer
    private static let _booleanRegex = #/(true|false)/#.anchorsMatchLineEndings().ignoresCase()
                                                        ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:392:24: note: add @available attribute to enclosing static property
    private static let _booleanRegex = #/(true|false)/#.anchorsMatchLineEndings().ignoresCase()
                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:271:14: note: add @available attribute to enclosing class
public class SPARQLLexer: IteratorProtocol {
             ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:392:83: error: 'ignoresCase' is only available in iOS 16.0 or newer
    private static let _booleanRegex = #/(true|false)/#.anchorsMatchLineEndings().ignoresCase()
                                                                                  ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:392:24: note: add @available attribute to enclosing static property
    private static let _booleanRegex = #/(true|false)/#.anchorsMatchLineEndings().ignoresCase()
                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:271:14: note: add @available attribute to enclosing class
public class SPARQLLexer: IteratorProtocol {
             ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:402:38: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
        let PN_CHARS_BASE = ChoiceOf {
                                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:402:29: error: referencing initializer 'init(_:_:)' on 'RegexComponent' requires the types 'ChoiceOf<Output>' and 'CharacterClass' be equivalent
        let PN_CHARS_BASE = ChoiceOf {
                            ^
RegexBuilder.RegexComponent:2:11: note: where 'Self' = 'ChoiceOf<Output>'
extension RegexComponent where Self == CharacterClass {
          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:402:38: error: trailing closure passed to parameter of type 'CharacterClass' that does not accept a closure
        let PN_CHARS_BASE = ChoiceOf {
                                     ^
RegexBuilder.RegexComponent:3:12: note: 'init(_:_:)' declared here
    public init(_ first: CharacterClass, _ rest: CharacterClass...)
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:402:29: error: generic parameter 'Output' could not be inferred
        let PN_CHARS_BASE = ChoiceOf {
                            ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:402:29: note: explicitly specify the generic arguments to fix this issue
        let PN_CHARS_BASE = ChoiceOf {
                            ^
                                    <Any>
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:532:36: error: 'Regex' is only available in iOS 16.0 or newer
    private static let _iriRegex = #/<([^<>"{}|^`\x{00}-\x{20}]*)>/#
                                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:532:24: note: add @available attribute to enclosing static property
    private static let _iriRegex = #/<([^<>"{}|^`\x{00}-\x{20}]*)>/#
                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:271:14: note: add @available attribute to enclosing class
public class SPARQLLexer: IteratorProtocol {
             ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:534:39: error: 'Regex' is only available in iOS 16.0 or newer
    private static let _doubleRegex = #/(([0-9]+[.][0-9]*[eE][+-]?[0-9]+)|([.][0-9]+[eE][+-]?[0-9]+)|([0-9]+[eE][+-]?[0-9]+))/#
                                      ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:534:24: note: add @available attribute to enclosing static property
    private static let _doubleRegex = #/(([0-9]+[.][0-9]*[eE][+-]?[0-9]+)|([.][0-9]+[eE][+-]?[0-9]+)|([0-9]+[eE][+-]?[0-9]+))/#
                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:271:14: note: add @available attribute to enclosing class
public class SPARQLLexer: IteratorProtocol {
             ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:536:40: error: 'Regex' is only available in iOS 16.0 or newer
    private static let _decimalRegex = #/[0-9]*[.][0-9]+/#
                                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:536:24: note: add @available attribute to enclosing static property
    private static let _decimalRegex = #/[0-9]*[.][0-9]+/#
                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:271:14: note: add @available attribute to enclosing class
public class SPARQLLexer: IteratorProtocol {
             ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:538:40: error: 'Regex' is only available in iOS 16.0 or newer
    private static let _integerRegex = #/[0-9]+/#
                                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:538:24: note: add @available attribute to enclosing static property
    private static let _integerRegex = #/[0-9]+/#
                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:271:14: note: add @available attribute to enclosing class
public class SPARQLLexer: IteratorProtocol {
             ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:540:37: error: 'Regex' is only available in iOS 16.0 or newer
    private static let _anonRegex = #/\[[ \u{0a}\u{0d}\u{09}]*\]/#
                                    ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:540:24: note: add @available attribute to enclosing static property
    private static let _anonRegex = #/\[[ \u{0a}\u{0d}\u{09}]*\]/#
                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:271:14: note: add @available attribute to enclosing class
public class SPARQLLexer: IteratorProtocol {
             ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:542:45: error: 'Regex' is only available in iOS 16.0 or newer
    private static let _prefixOrBaseRegex = #/(prefix|base)\b/#
                                            ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:542:24: note: add @available attribute to enclosing static property
    private static let _prefixOrBaseRegex = #/(prefix|base)\b/#
                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:271:14: note: add @available attribute to enclosing class
public class SPARQLLexer: IteratorProtocol {
             ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:544:37: error: 'Regex' is only available in iOS 16.0 or newer
    private static let _langRegex = #/[a-zA-Z]+(-[a-zA-Z0-9]+)*\b/#
                                    ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:544:24: note: add @available attribute to enclosing static property
    private static let _langRegex = #/[a-zA-Z]+(-[a-zA-Z0-9]+)*\b/#
                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:271:14: note: add @available attribute to enclosing class
public class SPARQLLexer: IteratorProtocol {
             ^
SwiftEmitModule normal arm64 Emitting\ module\ for\ SQLite (in target 'SQLite' from project 'SQLite.swift')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift
    builtin-swiftTaskExecution -- /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Core/Blob.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Core/Errors.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Core/Statement.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Core/Value.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Extensions/Cipher.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Extensions/FTS4.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Extensions/FTS5.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Extensions/RTree.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Foundation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Helpers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/AggregateFunctions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/Coding.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/Collation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/CoreFunctions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/CustomFunctions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/DateAndTimeFunctions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/Expression.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/Operators.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/Query.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/Schema.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/Setter.swift -target arm64-apple-ios11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/SQLiteObjc.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos16.4-20E238-.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLiteObjc/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SQLite -disable-clang-spi -target-sdk-version 16.4 -target-sdk-name iphoneos16.4 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/Objects-normal/arm64/SQLite.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/Objects-normal/arm64/SQLite.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/Objects-normal/arm64/SQLite-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/Objects-normal/arm64/SQLite-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/Objects-normal/arm64/SQLite-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/Objects-normal/arm64/SQLite.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/Objects-normal/arm64/SQLite.abi.json
SwiftEmitModule normal arm64 Emitting\ module\ for\ CryptoSwift (in target 'CryptoSwift' from project 'CryptoSwift')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift
    builtin-swiftTaskExecution -- /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/AEAD/AEAD.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/AEAD/AEADChaCha20Poly1305.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/AES.Cryptors.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/AES.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Array+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Authenticator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/BatchedCollection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Bit.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/BlockCipher.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/BlockDecryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/BlockEncryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/BlockMode.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CBC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CFB.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CTR.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CipherModeWorker.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/ECB.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/GCM.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/OCB.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/OFB.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/PCBC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Blowfish.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CBCMAC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CMAC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/Addition.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/BigInt.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/BigUInt.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/Bitwise\ Ops.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/CS.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/Codable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/Comparable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/Data\ Conversion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/Division.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/Exponentiation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/Floating\ Point\ Conversion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/GCD.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/Hashable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/Integer\ Conversion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/Multiplication.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/Prime\ Test.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/Random.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/Shifts.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/Square\ Root.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/Strideable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/String\ Conversion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/Subtraction.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/Words\ and\ Bits.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/ChaCha20.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Checksum.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Cipher.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Collection+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CompactMap.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Cryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Cryptors.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Digest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/DigestType.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Foundation/AES+Foundation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Foundation/Array+Foundation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Foundation/Blowfish+Foundation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Foundation/ChaCha20+Foundation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Foundation/Data+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Foundation/HMAC+Foundation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Foundation/Rabbit+Foundation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Foundation/String+FoundationExtension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Foundation/Utils+Foundation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Generics.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/HKDF.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/HMAC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/ISO10126Padding.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/ISO78164Padding.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Int+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/MD5.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/NoPadding.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Operators.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF1.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PKCS5.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PKCS7.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PKCS7Padding.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Padding.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Poly1305.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/RSA.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Rabbit.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/SHA1.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/SHA2.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/SHA3.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Scrypt.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/StreamDecryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/StreamEncryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/String+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/UInt128.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/UInt16+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/UInt32+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/UInt64+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/UInt8+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Updatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Utils.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/ZeroPadding.swift -target arm64-apple-ios11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos16.4-20E238-.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-iphoneos/CryptoSwift.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-iphoneos/CryptoSwift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-iphoneos/CryptoSwift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-iphoneos/CryptoSwift.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CryptoSwift -disable-clang-spi -target-sdk-version 16.4 -target-sdk-name iphoneos16.4 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-iphoneos/CryptoSwift.build/Objects-normal/arm64/CryptoSwift.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-iphoneos/CryptoSwift.build/Objects-normal/arm64/CryptoSwift.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-iphoneos/CryptoSwift.build/Objects-normal/arm64/CryptoSwift-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-iphoneos/CryptoSwift.build/Objects-normal/arm64/CryptoSwift-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-iphoneos/CryptoSwift.build/Objects-normal/arm64/CryptoSwift-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-iphoneos/CryptoSwift.build/Objects-normal/arm64/CryptoSwift.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-iphoneos/CryptoSwift.build/Objects-normal/arm64/CryptoSwift.abi.json
SwiftEmitModule normal arm64 Emitting\ module\ for\ Algorithms (in target 'Algorithms' from project 'swift-algorithms')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-algorithms
    builtin-swiftTaskExecution -- /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-algorithms/Sources/Algorithms/Chain.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-algorithms/Sources/Algorithms/Chunked.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-algorithms/Sources/Algorithms/Combinations.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-algorithms/Sources/Algorithms/Compacted.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-algorithms/Sources/Algorithms/Cycle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-algorithms/Sources/Algorithms/FirstNonNil.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-algorithms/Sources/Algorithms/Indexed.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-algorithms/Sources/Algorithms/Intersperse.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-algorithms/Sources/Algorithms/LazySplit.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-algorithms/Sources/Algorithms/MinMax.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-algorithms/Sources/Algorithms/Partition.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-algorithms/Sources/Algorithms/Permutations.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-algorithms/Sources/Algorithms/Product.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-algorithms/Sources/Algorithms/RandomSample.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-algorithms/Sources/Algorithms/Reductions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-algorithms/Sources/Algorithms/Rotate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-algorithms/Sources/Algorithms/Stride.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-algorithms/Sources/Algorithms/Suffix.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-algorithms/Sources/Algorithms/Trim.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-algorithms/Sources/Algorithms/Unique.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-algorithms/Sources/Algorithms/Windows.swift -target arm64-apple-ios11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-algorithms -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos16.4-20E238-.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-algorithms.build/Debug-iphoneos/Algorithms.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-numerics/Sources/_NumericsShims/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-algorithms.build/Debug-iphoneos/Algorithms.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-algorithms.build/Debug-iphoneos/Algorithms.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-algorithms.build/Debug-iphoneos/Algorithms.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Algorithms -disable-clang-spi -target-sdk-version 16.4 -target-sdk-name iphoneos16.4 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-algorithms.build/Debug-iphoneos/Algorithms.build/Objects-normal/arm64/Algorithms.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-algorithms.build/Debug-iphoneos/Algorithms.build/Objects-normal/arm64/Algorithms.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-algorithms.build/Debug-iphoneos/Algorithms.build/Objects-normal/arm64/Algorithms-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-algorithms.build/Debug-iphoneos/Algorithms.build/Objects-normal/arm64/Algorithms-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-algorithms.build/Debug-iphoneos/Algorithms.build/Objects-normal/arm64/Algorithms-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-algorithms.build/Debug-iphoneos/Algorithms.build/Objects-normal/arm64/Algorithms.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-algorithms.build/Debug-iphoneos/Algorithms.build/Objects-normal/arm64/Algorithms.abi.json
SwiftCompile normal arm64 Compiling\ Helpers.swift,\ AggregateFunctions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Helpers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/AggregateFunctions.swift (in target 'SQLite' from project 'SQLite.swift')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift
    builtin-swiftTaskExecution -- /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Core/Blob.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Core/Errors.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Core/Statement.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Core/Value.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Extensions/Cipher.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Extensions/FTS4.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Extensions/FTS5.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Extensions/RTree.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Foundation.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Helpers.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/AggregateFunctions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/Coding.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/Collation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/CoreFunctions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/CustomFunctions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/DateAndTimeFunctions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/Expression.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/Operators.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/Query.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/Schema.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/Setter.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/Objects-normal/arm64/Helpers.d -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/Objects-normal/arm64/Helpers.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/Objects-normal/arm64/Helpers.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/Objects-normal/arm64/AggregateFunctions.d -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/Objects-normal/arm64/AggregateFunctions.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/Objects-normal/arm64/AggregateFunctions.dia -target arm64-apple-ios11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/SQLiteObjc.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos16.4-20E238-.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLiteObjc/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SQLite -frontend-parseable-output -disable-clang-spi -target-sdk-version 16.4 -target-sdk-name iphoneos16.4 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/Objects-normal/arm64/Helpers.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/Objects-normal/arm64/AggregateFunctions.o -index-unit-output-path /SQLite.swift.build/Debug-iphoneos/SQLite.build/Objects-normal/arm64/Helpers.o -index-unit-output-path /SQLite.swift.build/Debug-iphoneos/SQLite.build/Objects-normal/arm64/AggregateFunctions.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Blob.swift,\ Connection.swift,\ Errors.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Core/Blob.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Core/Errors.swift (in target 'SQLite' from project 'SQLite.swift')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift
    builtin-swiftTaskExecution -- /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Core/Blob.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Core/Errors.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Core/Statement.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Core/Value.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Extensions/Cipher.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Extensions/FTS4.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Extensions/FTS5.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Extensions/RTree.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Foundation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Helpers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/AggregateFunctions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/Coding.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/Collation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/CoreFunctions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/CustomFunctions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/DateAndTimeFunctions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/Expression.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/Operators.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/Query.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/Schema.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/Setter.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/Objects-normal/arm64/supplementaryOutputs-1 -target arm64-apple-ios11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/SQLiteObjc.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos16.4-20E238-.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLiteObjc/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SQLite -frontend-parseable-output -disable-clang-spi -target-sdk-version 16.4 -target-sdk-name iphoneos16.4 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/Objects-normal/arm64/Blob.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/Objects-normal/arm64/Connection.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/Objects-normal/arm64/Errors.o -index-unit-output-path /SQLite.swift.build/Debug-iphoneos/SQLite.build/Objects-normal/arm64/Blob.o -index-unit-output-path /SQLite.swift.build/Debug-iphoneos/SQLite.build/Objects-normal/arm64/Connection.o -index-unit-output-path /SQLite.swift.build/Debug-iphoneos/SQLite.build/Objects-normal/arm64/Errors.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Coding.swift,\ Collation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/Coding.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/Collation.swift (in target 'SQLite' from project 'SQLite.swift')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift
    builtin-swiftTaskExecution -- /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Core/Blob.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Core/Errors.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Core/Statement.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Core/Value.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Extensions/Cipher.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Extensions/FTS4.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Extensions/FTS5.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Extensions/RTree.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Foundation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Helpers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/AggregateFunctions.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/Coding.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/Collation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/CoreFunctions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/CustomFunctions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/DateAndTimeFunctions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/Expression.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/Operators.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/Query.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/Schema.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/Setter.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/Objects-normal/arm64/Coding.d -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/Objects-normal/arm64/Coding.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/Objects-normal/arm64/Coding.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/Objects-normal/arm64/Collation.d -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/Objects-normal/arm64/Collation.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/Objects-normal/arm64/Collation.dia -target arm64-apple-ios11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/SQLiteObjc.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos16.4-20E238-.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLiteObjc/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SQLite -frontend-parseable-output -disable-clang-spi -target-sdk-version 16.4 -target-sdk-name iphoneos16.4 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/Objects-normal/arm64/Coding.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/Objects-normal/arm64/Collation.o -index-unit-output-path /SQLite.swift.build/Debug-iphoneos/SQLite.build/Objects-normal/arm64/Coding.o -index-unit-output-path /SQLite.swift.build/Debug-iphoneos/SQLite.build/Objects-normal/arm64/Collation.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Command SwiftCompile failed with a nonzero exit code
SwiftCompile normal arm64 Compiling\ Operators.swift,\ Query.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/Operators.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/Query.swift (in target 'SQLite' from project 'SQLite.swift')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift
    builtin-swiftTaskExecution -- /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Core/Blob.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Core/Errors.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Core/Statement.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Core/Value.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Extensions/Cipher.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Extensions/FTS4.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Extensions/FTS5.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Extensions/RTree.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Foundation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Helpers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/AggregateFunctions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/Coding.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/Collation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/CoreFunctions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/CustomFunctions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/DateAndTimeFunctions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/Expression.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/Operators.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/Query.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/Schema.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/Setter.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/Objects-normal/arm64/Operators.d -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/Objects-normal/arm64/Operators.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/Objects-normal/arm64/Operators.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/Objects-normal/arm64/Query.d -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/Objects-normal/arm64/Query.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/Objects-normal/arm64/Query.dia -target arm64-apple-ios11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/SQLiteObjc.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos16.4-20E238-.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLiteObjc/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SQLite -frontend-parseable-output -disable-clang-spi -target-sdk-version 16.4 -target-sdk-name iphoneos16.4 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/Objects-normal/arm64/Operators.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLite.swift.build/Debug-iphoneos/SQLite.build/Objects-normal/arm64/Query.o -index-unit-output-path /SQLite.swift.build/Debug-iphoneos/SQLite.build/Objects-normal/arm64/Operators.o -index-unit-output-path /SQLite.swift.build/Debug-iphoneos/SQLite.build/Objects-normal/arm64/Query.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Command SwiftCompile failed with a nonzero exit code
2024-10-30 20:11:47.309 xcodebuild[1420:5684] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ SPARQLSyntax (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
	SwiftCompile normal arm64 Compiling\ Coding.swift,\ Collation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/Coding.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/Collation.swift (in target 'SQLite' from project 'SQLite.swift')
	SwiftCompile normal arm64 Compiling\ Operators.swift,\ Query.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/Operators.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SQLite.swift/Sources/SQLite/Typed/Query.swift (in target 'SQLite' from project 'SQLite.swift')
(3 failures)
BUILD FAILURE 5.8 iOS