Build Information
Failed to build Diomede, reference 0.0.66 (836a57
), with Swift 5.10 for watchOS using Xcode 15.4 on 30 Oct 2024 02:15:29 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Diomede-Package -destination generic/platform=watchOS
Build Log
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 watchOS 9.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 watchOS 9.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 watchOS 9.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 watchOS 9.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: 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: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:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
ChoiceOf {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' 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 watchOS 9.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 watchOS 9.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 watchOS 9.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 watchOS 9.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 watchOS 9.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 watchOS 9.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 watchOS 9.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 watchOS 9.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 watchOS 9.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 watchOS 9.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 watchOS 9.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 {
^
SwiftCompile normal arm64 Compiling\ SPARQLSyntax.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLSyntax.swift (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax
builtin-swiftTaskExecution -- /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Aggregation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Algebra.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Expression.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/IRI.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/PropertyPath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Query.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/RDF.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/RDFPatterns.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/RDFSerialization.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLSerializer.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLSyntax.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Window.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/XSD.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64/SPARQLSyntax.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64/SPARQLSyntax.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64/SPARQLSyntax.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64/SPARQLSyntax.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64/SPARQLSyntax_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax -resource-dir /Applications/Xcode-15.4.0.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-watchos/serd.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.5-21T569-607812366920c826b3ec796033b57e80.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-serd/Sources/serd/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SPARQLSyntax -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.5 -target-sdk-name watchos10.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64/SPARQLSyntax.o -index-unit-output-path /SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64/SPARQLSyntax.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLSyntax.swift (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax
/Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Aggregation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Algebra.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Expression.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/IRI.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/PropertyPath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Query.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/RDF.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/RDFPatterns.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/RDFSerialization.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLSerializer.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLSyntax.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Window.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/XSD.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64/SPARQLSyntax.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64/SPARQLSyntax.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64/SPARQLSyntax.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64/SPARQLSyntax.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64/SPARQLSyntax_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax -resource-dir /Applications/Xcode-15.4.0.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-watchos/serd.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.5-21T569-607812366920c826b3ec796033b57e80.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-serd/Sources/serd/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SPARQLSyntax -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.5 -target-sdk-name watchos10.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64/SPARQLSyntax.o -index-unit-output-path /SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64/SPARQLSyntax.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 Compiling\ Aggregation.swift,\ Algebra.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Aggregation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Algebra.swift (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax
builtin-swiftTaskExecution -- /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Aggregation.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Algebra.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Expression.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/IRI.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/PropertyPath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Query.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/RDF.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/RDFPatterns.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/RDFSerialization.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLSerializer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLSyntax.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Window.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/XSD.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64_32/Aggregation.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64_32/Aggregation.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64_32/Aggregation.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64_32/Aggregation.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64_32/Algebra.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64_32/Algebra.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64_32/Algebra.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64_32/Algebra.dia -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64_32/SPARQLSyntax_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax -resource-dir /Applications/Xcode-15.4.0.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-watchos/serd.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.5-21T569-607812366920c826b3ec796033b57e80.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-serd/Sources/serd/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SPARQLSyntax -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.5 -target-sdk-name watchos10.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64_32/Aggregation.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64_32/Algebra.o -index-unit-output-path /SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64_32/Aggregation.o -index-unit-output-path /SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64_32/Algebra.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Aggregation.swift (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax
/Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Aggregation.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Algebra.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Expression.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/IRI.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/PropertyPath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Query.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/RDF.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/RDFPatterns.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/RDFSerialization.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLSerializer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLSyntax.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Window.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/XSD.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64_32/Aggregation.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64_32/Aggregation.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64_32/Aggregation.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64_32/Aggregation.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64_32/Algebra.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64_32/Algebra.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64_32/Algebra.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64_32/Algebra.dia -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64_32/SPARQLSyntax_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax -resource-dir /Applications/Xcode-15.4.0.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-watchos/serd.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.5-21T569-607812366920c826b3ec796033b57e80.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-serd/Sources/serd/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SPARQLSyntax -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.5 -target-sdk-name watchos10.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64_32/Aggregation.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64_32/Algebra.o -index-unit-output-path /SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64_32/Aggregation.o -index-unit-output-path /SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64_32/Algebra.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Algebra.swift (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax
/Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Aggregation.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Algebra.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Expression.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/IRI.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/PropertyPath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Query.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/RDF.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/RDFPatterns.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/RDFSerialization.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLLexer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLSerializer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/SPARQLSyntax.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Window.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/XSD.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64_32/Aggregation.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64_32/Aggregation.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64_32/Aggregation.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64_32/Aggregation.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64_32/Algebra.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64_32/Algebra.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64_32/Algebra.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64_32/Algebra.dia -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64_32/SPARQLSyntax_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax -resource-dir /Applications/Xcode-15.4.0.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-watchos/serd.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.5-21T569-607812366920c826b3ec796033b57e80.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-serd/Sources/serd/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SPARQLSyntax -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.5 -target-sdk-name watchos10.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64_32/Aggregation.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64_32/Algebra.o -index-unit-output-path /SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64_32/Aggregation.o -index-unit-output-path /SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64_32/Algebra.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
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-15.4.0.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-watchos4.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-watchos/CryptoSwift.build/Objects-normal/arm64/CryptoSwift_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift -resource-dir /Applications/Xcode-15.4.0.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/watchos10.5-21T569-607812366920c826b3ec796033b57e80.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-watchos/CryptoSwift.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-watchos/CryptoSwift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-watchos/CryptoSwift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-watchos/CryptoSwift.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CryptoSwift -disable-clang-spi -target-sdk-version 10.5 -target-sdk-name watchos10.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-watchos/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-watchos/CryptoSwift.build/Objects-normal/arm64/CryptoSwift.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-watchos/CryptoSwift.build/Objects-normal/arm64/CryptoSwift-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-watchos/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-watchos/CryptoSwift.build/Objects-normal/arm64/CryptoSwift-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-watchos/CryptoSwift.build/Objects-normal/arm64/CryptoSwift.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-watchos/CryptoSwift.build/Objects-normal/arm64/CryptoSwift.abi.json
SwiftDriver\ Compilation\ Requirements SPARQLSyntax normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SPARQLSyntax -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64_32/SPARQLSyntax.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/serd.modulemap -DXcode -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.5-21T569-607812366920c826b3ec796033b57e80.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64_32/SPARQLSyntax-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64_32/SPARQLSyntax.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64_32/SPARQLSyntax_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-serd/Sources/serd/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-watchos/SPARQLSyntax.build/Objects-normal/arm64_32/SPARQLSyntax-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sparql-syntax -experimental-emit-module-separately -disable-cmo
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal armv7k Emitting\ module\ for\ SPARQLSyntax (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SPARQLSyntax (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
SwiftEmitModule normal arm64 Emitting\ module\ for\ SPARQLSyntax (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
(3 failures)
BUILD FAILURE 5.10 watchOS