The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build SPARQLSyntax, reference 0.2.11 (9ebf4a), with Swift 6.1 for iOS using Xcode 16.3 on 29 Apr 2025 05:08:36 UTC.

Build Command

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

Build Log

        "ExpressionTests.swift",
        "IRITests.swift",
        "PropertyPathTests.swift",
        "RDFPatternsTests.swift",
        "RDFTests.swift",
        "SPARQLParserTests.swift",
        "SPARQLParserWindowTests.swift",
        "SPARQLReformattingTests.swift",
        "SPARQLRewriting.swift",
        "SPARQLSerializationTests.swift",
        "XCTestManifests.swift",
        "XSDTests.swift"
      ],
      "target_dependencies" : [
        "SPARQLSyntax"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SPARQLSyntax",
      "module_type" : "SwiftTarget",
      "name" : "SPARQLSyntax",
      "path" : "Sources/SPARQLSyntax",
      "product_dependencies" : [
        "serd"
      ],
      "product_memberships" : [
        "SPARQLSyntax",
        "sparqllint",
        "sparql-parser"
      ],
      "sources" : [
        "Aggregation.swift",
        "Algebra.swift",
        "Expression.swift",
        "IRI.swift",
        "PropertyPath.swift",
        "Query.swift",
        "RDF.swift",
        "RDFPatterns.swift",
        "RDFSerialization.swift",
        "SPARQLLexer.swift",
        "SPARQLParser.swift",
        "SPARQLSerializer.swift",
        "SPARQLSyntax.swift",
        "Window.swift",
        "XSD.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/kasei/swift-serd.git
Creating working copy of package ‘swift-serd’
Checking out 0.0.4 of package ‘swift-serd’
Resolve Package Graph
Resolved source packages:
  Cserd: https://github.com/kasei/swift-serd.git @ 0.0.4
  SPARQLSyntax: /Users/admin/builder/spi-builder-workspace
resolved source packages: Cserd, SPARQLSyntax
{
  "dependencies" : [
    {
      "identity" : "swift-serd",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.4",
            "upper_bound" : "0.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kasei/swift-serd.git"
    }
  ],
  "manifest_display_name" : "SPARQLSyntax",
  "name" : "SPARQLSyntax",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SPARQLSyntax",
      "targets" : [
        "SPARQLSyntax"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "sparqllint",
      "targets" : [
        "sparqllint"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "sparql-parser",
      "targets" : [
        "sparql-parser"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "sparqllint",
      "module_type" : "SwiftTarget",
      "name" : "sparqllint",
      "path" : "Sources/sparqllint",
      "product_memberships" : [
        "sparqllint"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SPARQLSyntax"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "sparql_parser",
      "module_type" : "SwiftTarget",
      "name" : "sparql-parser",
      "path" : "Sources/sparql-parser",
      "product_memberships" : [
        "sparql-parser"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SPARQLSyntax"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SPARQLSyntaxTests",
      "module_type" : "SwiftTarget",
      "name" : "SPARQLSyntaxTests",
      "path" : "Tests/SPARQLSyntaxTests",
      "sources" : [
        "AlgebraTests.swift",
        "ExpressionTests.swift",
        "IRITests.swift",
        "PropertyPathTests.swift",
        "RDFPatternsTests.swift",
        "RDFTests.swift",
        "SPARQLParserTests.swift",
        "SPARQLParserWindowTests.swift",
        "SPARQLReformattingTests.swift",
        "SPARQLRewriting.swift",
        "SPARQLSerializationTests.swift",
        "XCTestManifests.swift",
        "XSDTests.swift"
      ],
      "target_dependencies" : [
        "SPARQLSyntax"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SPARQLSyntax",
      "module_type" : "SwiftTarget",
      "name" : "SPARQLSyntax",
      "path" : "Sources/SPARQLSyntax",
      "product_dependencies" : [
        "serd"
      ],
      "product_memberships" : [
        "SPARQLSyntax",
        "sparqllint",
        "sparql-parser"
      ],
      "sources" : [
        "Aggregation.swift",
        "Algebra.swift",
        "Expression.swift",
        "IRI.swift",
        "PropertyPath.swift",
        "Query.swift",
        "RDF.swift",
        "RDFPatterns.swift",
        "RDFSerialization.swift",
        "SPARQLLexer.swift",
        "SPARQLParser.swift",
        "SPARQLSerializer.swift",
        "SPARQLSyntax.swift",
        "Window.swift",
        "XSD.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "sparql-parser",
      "sparqllint",
      "SPARQLSyntax",
      "SPARQLSyntax-Package"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SPARQLSyntax-Package -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme SPARQLSyntax-Package -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  Cserd: https://github.com/kasei/swift-serd.git @ 0.0.4
  SPARQLSyntax: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'sparqllint' in project 'SPARQLSyntax'
        ➜ Explicit dependency on target 'SPARQLSyntax' in project 'SPARQLSyntax'
        ➜ Explicit dependency on target 'serd' in project 'Cserd'
    Target 'sparql-parser' in project 'SPARQLSyntax'
        ➜ Explicit dependency on target 'SPARQLSyntax' in project 'SPARQLSyntax'
        ➜ Explicit dependency on target 'serd' in project 'Cserd'
    Target 'SPARQLSyntax' in project 'SPARQLSyntax'
        ➜ Explicit dependency on target 'SPARQLSyntax' in project 'SPARQLSyntax'
        ➜ Explicit dependency on target 'serd' in project 'Cserd'
    Target 'SPARQLSyntax' in project 'SPARQLSyntax'
        ➜ Explicit dependency on target 'serd' in project 'Cserd'
    Target 'serd' in project 'Cserd'
        ➜ Explicit dependency on target 'serd' in project 'Cserd'
    Target 'serd' in project 'Cserd' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 8415bc61a303cd4914b4e10966291324
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/8415bc61a303cd4914b4e10966291324.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/sparql-parser.build/sparql-parser.DependencyStaticMetadataFileList (in target 'sparql-parser' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/sparql-parser.build/sparql-parser.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/sparqllint.build/sparqllint.DependencyStaticMetadataFileList (in target 'sparqllint' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/sparqllint.build/sparqllint.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/sparql-parser.build/sparql-parser.DependencyMetadataFileList (in target 'sparql-parser' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/sparql-parser.build/sparql-parser.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/sparqllint.build/sparqllint.DependencyMetadataFileList (in target 'sparqllint' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/sparqllint.build/sparqllint.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/serd.modulemap (in target 'serd' from project 'Cserd')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-serd
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/serd.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/sparqllint.build/Objects-normal/arm64/sparqllint.LinkFileList (in target 'sparqllint' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/sparqllint.build/Objects-normal/arm64/sparqllint.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/sparqllint.build/Objects-normal/arm64/sparqllint_const_extract_protocols.json (in target 'sparqllint' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/sparqllint.build/Objects-normal/arm64/sparqllint_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/sparqllint.build/Objects-normal/arm64/sparqllint.SwiftFileList (in target 'sparqllint' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/sparqllint.build/Objects-normal/arm64/sparqllint.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/sparqllint.build/Objects-normal/arm64/sparqllint-OutputFileMap.json (in target 'sparqllint' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/sparqllint.build/Objects-normal/arm64/sparqllint-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/sparql-parser.build/Objects-normal/arm64/sparql-parser.LinkFileList (in target 'sparql-parser' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/sparql-parser.build/Objects-normal/arm64/sparql-parser.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/sparql-parser.build/Objects-normal/arm64/sparql-parser.SwiftFileList (in target 'sparql-parser' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/sparql-parser.build/Objects-normal/arm64/sparql-parser.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/sparql-parser.build/Objects-normal/arm64/sparql-parser_const_extract_protocols.json (in target 'sparql-parser' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/sparql-parser.build/Objects-normal/arm64/sparql-parser_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/sparql-parser.build/Objects-normal/arm64/sparql-parser-OutputFileMap.json (in target 'sparql-parser' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/sparql-parser.build/Objects-normal/arm64/sparql-parser-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/serd.DependencyStaticMetadataFileList (in target 'serd' from project 'Cserd')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-serd
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/serd.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/serd.DependencyMetadataFileList (in target 'serd' from project 'Cserd')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-serd
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/serd.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/serd.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/serd.modulemap (in target 'serd' from project 'Cserd')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-serd
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/serd.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'serd' from project 'Cserd')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-serd
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
-target arm64-apple-ios12.0 -fmodules -gmodules '-fmodules-cache-path=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex' '-fmodule-name=serd' -fpascal-strings -O0 -DSWIFT_PACKAGE '-DDEBUG=1' -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -g -fprofile-instr-generate -fcoverage-mapping -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-serd/Sources/serd/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -DXcode
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/serd.LinkFileList (in target 'serd' from project 'Cserd')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-serd
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/serd.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/SPARQLSyntax.build/SPARQLSyntax.modulemap (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/SPARQLSyntax.build/SPARQLSyntax.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/SPARQLSyntax.build/SPARQLSyntax.DependencyStaticMetadataFileList (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/SPARQLSyntax.build/SPARQLSyntax.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/SPARQLSyntax.build/SPARQLSyntax.DependencyMetadataFileList (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/SPARQLSyntax.build/SPARQLSyntax.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/SPARQLSyntax.build/Objects-normal/arm64/SPARQLSyntax_const_extract_protocols.json (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/SPARQLSyntax.build/Objects-normal/arm64/SPARQLSyntax_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/SPARQLSyntax.build/Objects-normal/arm64/SPARQLSyntax.SwiftFileList (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/SPARQLSyntax.build/Objects-normal/arm64/SPARQLSyntax.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/SPARQLSyntax.build/Objects-normal/arm64/SPARQLSyntax.SwiftConstValuesFileList (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/SPARQLSyntax.build/Objects-normal/arm64/SPARQLSyntax.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/SPARQLSyntax.build/Objects-normal/arm64/SPARQLSyntax.LinkFileList (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/SPARQLSyntax.build/Objects-normal/arm64/SPARQLSyntax.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/SPARQLSyntax.build/Objects-normal/arm64/SPARQLSyntax-OutputFileMap.json (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/SPARQLSyntax.build/Objects-normal/arm64/SPARQLSyntax-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/SPARQLSyntax.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/SPARQLSyntax.build/SPARQLSyntax.modulemap (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/SPARQLSyntax.build/SPARQLSyntax.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/uri.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-serd/Sources/serd/uri.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'serd' from project 'Cserd')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/uri.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/uri.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/uri.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-serd/Sources/serd/uri.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/uri.o -index-unit-output-path /Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/uri.o
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/writer.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-serd/Sources/serd/writer.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'serd' from project 'Cserd')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/writer.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/writer.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/writer.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-serd/Sources/serd/writer.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/writer.o -index-unit-output-path /Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/writer.o
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/n3.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-serd/Sources/serd/n3.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'serd' from project 'Cserd')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/n3.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/n3.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/n3.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-serd/Sources/serd/n3.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/n3.o -index-unit-output-path /Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/n3.o
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/string.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-serd/Sources/serd/string.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'serd' from project 'Cserd')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/string.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/string.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/string.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-serd/Sources/serd/string.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/string.o -index-unit-output-path /Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/string.o
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/node.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-serd/Sources/serd/node.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'serd' from project 'Cserd')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/node.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/node.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/node.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-serd/Sources/serd/node.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/node.o -index-unit-output-path /Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/node.o
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/reader.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-serd/Sources/serd/reader.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'serd' from project 'Cserd')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/reader.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/reader.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/reader.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-serd/Sources/serd/reader.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/reader.o -index-unit-output-path /Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/reader.o
SwiftDriver SPARQLSyntax normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.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-iphoneos/SPARQLSyntax.build/Objects-normal/arm64/SPARQLSyntax.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/serd.modulemap -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.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 -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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/SPARQLSyntax.build/Objects-normal/arm64/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-iphoneos/SPARQLSyntax.build/Objects-normal/arm64/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-iphoneos/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-iphoneos/SPARQLSyntax.build/Objects-normal/arm64/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-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/SPARQLSyntax.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/SPARQLSyntax.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/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-iphoneos/SPARQLSyntax.build/Objects-normal/arm64/SPARQLSyntax-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/byte_source.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-serd/Sources/serd/byte_source.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'serd' from project 'Cserd')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/byte_source.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/byte_source.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/byte_source.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-serd/Sources/serd/byte_source.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/byte_source.o -index-unit-output-path /Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/byte_source.o
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/env.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-serd/Sources/serd/env.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'serd' from project 'Cserd')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/env.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/env.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/env.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-serd/Sources/serd/env.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/env.o -index-unit-output-path /Cserd.build/Debug-iphoneos/serd.build/Objects-normal/arm64/env.o
SwiftCompile normal arm64 Compiling\ RDFSerialization.swift,\ SPARQLLexer.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDFSerialization.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDFSerialization.swift (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ SPARQLSyntax (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
Failed frontend command:
/Applications/Xcode-16.3.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/Sources/SPARQLSyntax/Aggregation.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/Algebra.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/Expression.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/IRI.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/PropertyPath.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/Query.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDF.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDFPatterns.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDFSerialization.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLParser.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLSerializer.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLSyntax.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/Window.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/XSD.swift -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/SPARQLSyntax.build/Objects-normal/arm64/SPARQLSyntax_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/serd.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/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-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/SPARQLSyntax.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/SPARQLSyntax.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/SPARQLSyntax.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SPARQLSyntax -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.4 -target-sdk-name iphoneos18.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.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/SPARQLSyntax.build/Debug-iphoneos/SPARQLSyntax.build/Objects-normal/arm64/SPARQLSyntax.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/SPARQLSyntax.build/Objects-normal/arm64/SPARQLSyntax.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/SPARQLSyntax.build/Objects-normal/arm64/SPARQLSyntax-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/SPARQLSyntax.build/Objects-normal/arm64/SPARQLSyntax-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/SPARQLSyntax.build/Objects-normal/arm64/SPARQLSyntax-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/SPARQLSyntax.build/Objects-normal/arm64/SPARQLSyntax.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/SPARQLSyntax.build/Objects-normal/arm64/SPARQLSyntax.abi.json
EmitSwiftModule normal arm64 (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/Algebra.swift:10:23: warning: static property 'defaultType' is not concurrency-safe because non-'Sendable' type 'WalkType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let defaultType = WalkType(descendIntoAlgebras: true, descendIntoSubqueries: false, descendIntoExpressions: false)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/Algebra.swift:9:15: note: consider making struct 'WalkType' conform to the 'Sendable' protocol
public struct WalkType {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/Algebra.swift:10:23: note: add '@MainActor' to make static property 'defaultType' part of global actor 'MainActor'
    public static let defaultType = WalkType(descendIntoAlgebras: true, descendIntoSubqueries: false, descendIntoExpressions: false)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/Algebra.swift:10:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let defaultType = WalkType(descendIntoAlgebras: true, descendIntoSubqueries: false, descendIntoExpressions: false)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/Expression.swift:14:16: warning: static property 'trueExpression' is not concurrency-safe because non-'Sendable' type 'Expression' may have shared mutable state; this is an error in the Swift 6 language mode
    static let trueExpression: Expression = .node(.bound(Term.trueValue))
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/Expression.swift:13:22: note: consider making enum 'Expression' conform to the 'Sendable' protocol
public indirect enum Expression: Equatable, Hashable, CustomStringConvertible {
                     ^
                                                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/Expression.swift:14:16: note: add '@MainActor' to make static property 'trueExpression' part of global actor 'MainActor'
    static let trueExpression: Expression = .node(.bound(Term.trueValue))
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/Expression.swift:14:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let trueExpression: Expression = .node(.bound(Term.trueValue))
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/Expression.swift:15:16: warning: static property 'falseExpression' is not concurrency-safe because non-'Sendable' type 'Expression' may have shared mutable state; this is an error in the Swift 6 language mode
    static let falseExpression: Expression = .node(.bound(Term.falseValue))
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/Expression.swift:13:22: note: consider making enum 'Expression' conform to the 'Sendable' protocol
public indirect enum Expression: Equatable, Hashable, CustomStringConvertible {
                     ^
                                                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/Expression.swift:15:16: note: add '@MainActor' to make static property 'falseExpression' part of global actor 'MainActor'
    static let falseExpression: Expression = .node(.bound(Term.falseValue))
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/Expression.swift:15:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let falseExpression: Expression = .node(.bound(Term.falseValue))
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/IRI.swift:13:23: warning: static property 'xsd' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var xsd = Namespace(value: "http://www.w3.org/2001/XMLSchema#")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/IRI.swift:13:23: note: convert 'xsd' to a 'let' constant to make 'Sendable' shared state immutable
    public static var xsd = Namespace(value: "http://www.w3.org/2001/XMLSchema#")
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/IRI.swift:13:23: note: add '@MainActor' to make static property 'xsd' part of global actor 'MainActor'
    public static var xsd = Namespace(value: "http://www.w3.org/2001/XMLSchema#")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/IRI.swift:13:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var xsd = Namespace(value: "http://www.w3.org/2001/XMLSchema#")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/IRI.swift:14:23: warning: static property 'rdf' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var rdf = Namespace(value: "http://www.w3.org/1999/02/22-rdf-syntax-ns#")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/IRI.swift:14:23: note: convert 'rdf' to a 'let' constant to make 'Sendable' shared state immutable
    public static var rdf = Namespace(value: "http://www.w3.org/1999/02/22-rdf-syntax-ns#")
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/IRI.swift:14:23: note: add '@MainActor' to make static property 'rdf' part of global actor 'MainActor'
    public static var rdf = Namespace(value: "http://www.w3.org/1999/02/22-rdf-syntax-ns#")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/IRI.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var rdf = Namespace(value: "http://www.w3.org/1999/02/22-rdf-syntax-ns#")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/IRI.swift:15:23: warning: static property 'rdfs' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var rdfs = Namespace(value: "http://www.w3.org/2000/01/rdf-schema#")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/IRI.swift:15:23: note: convert 'rdfs' to a 'let' constant to make 'Sendable' shared state immutable
    public static var rdfs = Namespace(value: "http://www.w3.org/2000/01/rdf-schema#")
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/IRI.swift:15:23: note: add '@MainActor' to make static property 'rdfs' part of global actor 'MainActor'
    public static var rdfs = Namespace(value: "http://www.w3.org/2000/01/rdf-schema#")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/IRI.swift:15:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var rdfs = Namespace(value: "http://www.w3.org/2000/01/rdf-schema#")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/IRI.swift:16:23: warning: static property 'sd' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var sd = Namespace(value: "http://www.w3.org/ns/sparql-service-description#")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/IRI.swift:16:23: note: convert 'sd' to a 'let' constant to make 'Sendable' shared state immutable
    public static var sd = Namespace(value: "http://www.w3.org/ns/sparql-service-description#")
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/IRI.swift:16:23: note: add '@MainActor' to make static property 'sd' part of global actor 'MainActor'
    public static var sd = Namespace(value: "http://www.w3.org/ns/sparql-service-description#")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/IRI.swift:16:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var sd = Namespace(value: "http://www.w3.org/ns/sparql-service-description#")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/IRI.swift:17:23: warning: static property 'hydra' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var hydra = Namespace(value: "http://www.w3.org/ns/hydra/core#")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/IRI.swift:17:23: note: convert 'hydra' to a 'let' constant to make 'Sendable' shared state immutable
    public static var hydra = Namespace(value: "http://www.w3.org/ns/hydra/core#")
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/IRI.swift:17:23: note: add '@MainActor' to make static property 'hydra' part of global actor 'MainActor'
    public static var hydra = Namespace(value: "http://www.w3.org/ns/hydra/core#")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/IRI.swift:17:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var hydra = Namespace(value: "http://www.w3.org/ns/hydra/core#")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/IRI.swift:18:23: warning: static property 'void' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var void = Namespace(value: "http://rdfs.org/ns/void#")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/IRI.swift:18:23: note: convert 'void' to a 'let' constant to make 'Sendable' shared state immutable
    public static var void = Namespace(value: "http://rdfs.org/ns/void#")
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/IRI.swift:18:23: note: add '@MainActor' to make static property 'void' part of global actor 'MainActor'
    public static var void = Namespace(value: "http://rdfs.org/ns/void#")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/IRI.swift:18:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var void = Namespace(value: "http://rdfs.org/ns/void#")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/IRI.swift:19:23: warning: static property 'formats' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var formats = Namespace(value: "http://www.w3.org/ns/formats/")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/IRI.swift:19:23: note: convert 'formats' to a 'let' constant to make 'Sendable' shared state immutable
    public static var formats = Namespace(value: "http://www.w3.org/ns/formats/")
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/IRI.swift:19:23: note: add '@MainActor' to make static property 'formats' part of global actor 'MainActor'
    public static var formats = Namespace(value: "http://www.w3.org/ns/formats/")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/IRI.swift:19:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var formats = Namespace(value: "http://www.w3.org/ns/formats/")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDF.swift:266:16: error: 'Regex' is only available in iOS 16.0 or newer
        return #/^[-+]?[0-9]+$/#.anchorsMatchLineEndings()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDF.swift:266:16: note: add 'if #available' version check
        return #/^[-+]?[0-9]+$/#.anchorsMatchLineEndings()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDF.swift:265:24: note: add @available attribute to enclosing static property
    private static let _integerPattern: Regex = {
                       ^
/Users/admin/builder/spi-builder-workspace/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/Sources/SPARQLSyntax/RDF.swift:266:34: error: 'anchorsMatchLineEndings' is only available in iOS 16.0 or newer
        return #/^[-+]?[0-9]+$/#.anchorsMatchLineEndings()
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDF.swift:266:34: note: add 'if #available' version check
        return #/^[-+]?[0-9]+$/#.anchorsMatchLineEndings()
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDF.swift:265:24: note: add @available attribute to enclosing static property
    private static let _integerPattern: Regex = {
                       ^
/Users/admin/builder/spi-builder-workspace/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/Sources/SPARQLSyntax/RDF.swift:265:24: warning: static property '_integerPattern' is not concurrency-safe because non-'Sendable' type 'Regex<Substring>' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let _integerPattern: Regex = {
                       ^
_StringProcessing.Regex:2:15: note: generic struct 'Regex' does not conform to the 'Sendable' protocol
public struct Regex<Output> : RegexComponent {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDF.swift:265:24: note: add '@MainActor' to make static property '_integerPattern' part of global actor 'MainActor'
    private static let _integerPattern: Regex = {
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDF.swift:265:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let _integerPattern: Regex = {
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDF.swift:265:41: error: 'Regex' is only available in iOS 16.0 or newer
    private static let _integerPattern: Regex = {
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDF.swift:265:24: note: add @available attribute to enclosing static property
    private static let _integerPattern: Regex = {
                       ^
/Users/admin/builder/spi-builder-workspace/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/Sources/SPARQLSyntax/RDF.swift:270:16: error: 'Regex' is only available in iOS 16.0 or newer
        return #/^[-+]?([0-9]+([.][0-9]*)?|[.]\d+)$/#.anchorsMatchLineEndings()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDF.swift:270:16: note: add 'if #available' version check
        return #/^[-+]?([0-9]+([.][0-9]*)?|[.]\d+)$/#.anchorsMatchLineEndings()
               ^
/Users/admin/builder/spi-builder-workspace/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/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/Sources/SPARQLSyntax/RDF.swift:270:55: error: 'anchorsMatchLineEndings' is only available in iOS 16.0 or newer
        return #/^[-+]?([0-9]+([.][0-9]*)?|[.]\d+)$/#.anchorsMatchLineEndings()
                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDF.swift:270:55: note: add 'if #available' version check
        return #/^[-+]?([0-9]+([.][0-9]*)?|[.]\d+)$/#.anchorsMatchLineEndings()
                                                      ^
/Users/admin/builder/spi-builder-workspace/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/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/Sources/SPARQLSyntax/RDF.swift:269:24: warning: static property '_decimalPattern' is not concurrency-safe because non-'Sendable' type 'Regex<(Substring, Substring, Substring?)>' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let _decimalPattern: Regex = {
                       ^
_StringProcessing.Regex:2:15: note: generic struct 'Regex' does not conform to the 'Sendable' protocol
public struct Regex<Output> : RegexComponent {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDF.swift:269:24: note: add '@MainActor' to make static property '_decimalPattern' part of global actor 'MainActor'
    private static let _decimalPattern: Regex = {
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDF.swift:269:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let _decimalPattern: Regex = {
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDF.swift:269:41: error: 'Regex' is only available in iOS 16.0 or newer
    private static let _decimalPattern: Regex = {
                                        ^
/Users/admin/builder/spi-builder-workspace/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/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/Sources/SPARQLSyntax/RDF.swift:274:16: error: 'Regex' is only available in iOS 16.0 or newer
        return #/^[-+]?(\d+([.]\d*)?|[.]\d+)([eE]([-+])?\d+)?$/#.anchorsMatchLineEndings()
               ^
/Users/admin/builder/spi-builder-workspace/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/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/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/Sources/SPARQLSyntax/RDF.swift:274:66: error: 'anchorsMatchLineEndings' is only available in iOS 16.0 or newer
        return #/^[-+]?(\d+([.]\d*)?|[.]\d+)([eE]([-+])?\d+)?$/#.anchorsMatchLineEndings()
                                                                 ^
/Users/admin/builder/spi-builder-workspace/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/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/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/Sources/SPARQLSyntax/RDF.swift:273:24: warning: static property '_doublePattern' is not concurrency-safe because non-'Sendable' type 'Regex<(Substring, Substring, Substring?, Substring?, Substring?)>' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let _doublePattern: Regex = {
                       ^
_StringProcessing.Regex:2:15: note: generic struct 'Regex' does not conform to the 'Sendable' protocol
public struct Regex<Output> : RegexComponent {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDF.swift:273:24: note: add '@MainActor' to make static property '_doublePattern' part of global actor 'MainActor'
    private static let _doublePattern: Regex = {
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDF.swift:273:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let _doublePattern: Regex = {
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDF.swift:273:40: error: 'Regex' is only available in iOS 16.0 or newer
    private static let _doublePattern: Regex = {
                                       ^
/Users/admin/builder/spi-builder-workspace/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/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/Sources/SPARQLSyntax/RDF.swift:600:23: warning: static property 'trueValue' is not concurrency-safe because non-'Sendable' type 'Term' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let trueValue = Term(value: "true", type: .datatype(.boolean))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDF.swift:167:15: note: consider making struct 'Term' conform to the 'Sendable' protocol
public struct Term: CustomStringConvertible, CustomDebugStringConvertible, Hashable, Codable {
              ^
                                                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDF.swift:600:23: note: add '@MainActor' to make static property 'trueValue' part of global actor 'MainActor'
    public static let trueValue = Term(value: "true", type: .datatype(.boolean))
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDF.swift:600:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let trueValue = Term(value: "true", type: .datatype(.boolean))
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDF.swift:601:23: warning: static property 'falseValue' is not concurrency-safe because non-'Sendable' type 'Term' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let falseValue = Term(value: "false", type: .datatype(.boolean))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDF.swift:167:15: note: consider making struct 'Term' conform to the 'Sendable' protocol
public struct Term: CustomStringConvertible, CustomDebugStringConvertible, Hashable, Codable {
              ^
                                                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDF.swift:601:23: note: add '@MainActor' to make static property 'falseValue' part of global actor 'MainActor'
    public static let falseValue = Term(value: "false", type: .datatype(.boolean))
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDF.swift:601:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let falseValue = Term(value: "false", type: .datatype(.boolean))
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDFPatterns.swift:65:23: warning: static property 'groundKeyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var groundKeyPaths: [KeyPath<GroundType, Term>] = [\Triple.subject, \Triple.predicate, \Triple.object]
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDFPatterns.swift:65:23: note: convert 'groundKeyPaths' to a 'let' constant to make 'Sendable' shared state immutable
    public static var groundKeyPaths: [KeyPath<GroundType, Term>] = [\Triple.subject, \Triple.predicate, \Triple.object]
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDFPatterns.swift:65:23: note: add '@MainActor' to make static property 'groundKeyPaths' part of global actor 'MainActor'
    public static var groundKeyPaths: [KeyPath<GroundType, Term>] = [\Triple.subject, \Triple.predicate, \Triple.object]
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDFPatterns.swift:65:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var groundKeyPaths: [KeyPath<GroundType, Term>] = [\Triple.subject, \Triple.predicate, \Triple.object]
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDFPatterns.swift:66:23: warning: static property 'groundKeyNames' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var groundKeyNames = ["subject", "predicate", "object"]
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDFPatterns.swift:66:23: note: convert 'groundKeyNames' to a 'let' constant to make 'Sendable' shared state immutable
    public static var groundKeyNames = ["subject", "predicate", "object"]
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDFPatterns.swift:66:23: note: add '@MainActor' to make static property 'groundKeyNames' part of global actor 'MainActor'
    public static var groundKeyNames = ["subject", "predicate", "object"]
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDFPatterns.swift:66:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var groundKeyNames = ["subject", "predicate", "object"]
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDFPatterns.swift:172:23: warning: static property 'keyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var keyPaths: [WritableKeyPath<QuadPattern, Node>] = [\.subject, \.predicate, \.object, \.graph]
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDFPatterns.swift:172:23: note: convert 'keyPaths' to a 'let' constant to make 'Sendable' shared state immutable
    public static var keyPaths: [WritableKeyPath<QuadPattern, Node>] = [\.subject, \.predicate, \.object, \.graph]
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDFPatterns.swift:172:23: note: add '@MainActor' to make static property 'keyPaths' part of global actor 'MainActor'
    public static var keyPaths: [WritableKeyPath<QuadPattern, Node>] = [\.subject, \.predicate, \.object, \.graph]
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDFPatterns.swift:172:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var keyPaths: [WritableKeyPath<QuadPattern, Node>] = [\.subject, \.predicate, \.object, \.graph]
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDFPatterns.swift:173:23: warning: static property 'groundKeyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var groundKeyPaths: [KeyPath<GroundType, Term>] = [\Quad.subject, \Quad.predicate, \Quad.object, \Quad.graph]
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDFPatterns.swift:173:23: note: convert 'groundKeyPaths' to a 'let' constant to make 'Sendable' shared state immutable
    public static var groundKeyPaths: [KeyPath<GroundType, Term>] = [\Quad.subject, \Quad.predicate, \Quad.object, \Quad.graph]
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDFPatterns.swift:173:23: note: add '@MainActor' to make static property 'groundKeyPaths' part of global actor 'MainActor'
    public static var groundKeyPaths: [KeyPath<GroundType, Term>] = [\Quad.subject, \Quad.predicate, \Quad.object, \Quad.graph]
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDFPatterns.swift:173:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var groundKeyPaths: [KeyPath<GroundType, Term>] = [\Quad.subject, \Quad.predicate, \Quad.object, \Quad.graph]
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDFPatterns.swift:174:23: warning: static property 'groundKeyNames' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var groundKeyNames = ["subject", "predicate", "object", "graph"]
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDFPatterns.swift:174:23: note: convert 'groundKeyNames' to a 'let' constant to make 'Sendable' shared state immutable
    public static var groundKeyNames = ["subject", "predicate", "object", "graph"]
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDFPatterns.swift:174:23: note: add '@MainActor' to make static property 'groundKeyNames' part of global actor 'MainActor'
    public static var groundKeyNames = ["subject", "predicate", "object", "graph"]
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDFPatterns.swift:174:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var groundKeyNames = ["subject", "predicate", "object", "graph"]
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/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/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/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/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/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.init:2:8: note: 'init(_:_:)' declared here
public init(_ first: CharacterClass, _ rest: CharacterClass...)}
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:361:23: error: trailing closure passed to parameter of type 'String' that does not accept a closure
        let r = Regex {
                      ^
_StringProcessing.Regex.init:2:8: note: 'init(_:)' declared here
public init(_ pattern: String) throws}
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:390:34: error: 'Regex' is only available in iOS 16.0 or newer
    private static let _aRegex = #/a\b/#
                                 ^
/Users/admin/builder/spi-builder-workspace/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/Sources/SPARQLSyntax/SPARQLLexer.swift:271:14: note: add @available attribute to enclosing class
public class SPARQLLexer: IteratorProtocol {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:390:24: warning: static property '_aRegex' is not concurrency-safe because non-'Sendable' type 'Regex<Substring>' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let _aRegex = #/a\b/#
                       ^
_StringProcessing.Regex:2:15: note: generic struct 'Regex' does not conform to the 'Sendable' protocol
public struct Regex<Output> : RegexComponent {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:390:24: note: add '@MainActor' to make static property '_aRegex' part of global actor 'MainActor'
    private static let _aRegex = #/a\b/#
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:390:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let _aRegex = #/a\b/#
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:392:40: error: 'Regex' is only available in iOS 16.0 or newer
    private static let _booleanRegex = #/(true|false)/#.anchorsMatchLineEndings().ignoresCase()
                                       ^
/Users/admin/builder/spi-builder-workspace/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/Sources/SPARQLSyntax/SPARQLLexer.swift:271:14: note: add @available attribute to enclosing class
public class SPARQLLexer: IteratorProtocol {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:392:57: error: 'anchorsMatchLineEndings' is only available in iOS 16.0 or newer
    private static let _booleanRegex = #/(true|false)/#.anchorsMatchLineEndings().ignoresCase()
                                                        ^
/Users/admin/builder/spi-builder-workspace/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/Sources/SPARQLSyntax/SPARQLLexer.swift:271:14: note: add @available attribute to enclosing class
public class SPARQLLexer: IteratorProtocol {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:392:83: error: 'ignoresCase' is only available in iOS 16.0 or newer
    private static let _booleanRegex = #/(true|false)/#.anchorsMatchLineEndings().ignoresCase()
                                                                                  ^
/Users/admin/builder/spi-builder-workspace/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/Sources/SPARQLSyntax/SPARQLLexer.swift:271:14: note: add @available attribute to enclosing class
public class SPARQLLexer: IteratorProtocol {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:392:24: warning: static property '_booleanRegex' is not concurrency-safe because non-'Sendable' type 'Regex<(Substring, Substring)>' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let _booleanRegex = #/(true|false)/#.anchorsMatchLineEndings().ignoresCase()
                       ^
_StringProcessing.Regex:2:15: note: generic struct 'Regex' does not conform to the 'Sendable' protocol
public struct Regex<Output> : RegexComponent {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:392:24: note: add '@MainActor' to make static property '_booleanRegex' part of global actor 'MainActor'
    private static let _booleanRegex = #/(true|false)/#.anchorsMatchLineEndings().ignoresCase()
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:392:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let _booleanRegex = #/(true|false)/#.anchorsMatchLineEndings().ignoresCase()
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/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/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/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/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/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.init:2:8: note: 'init(_:_:)' declared here
public init(_ first: CharacterClass, _ rest: CharacterClass...)}
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:532:36: error: 'Regex' is only available in iOS 16.0 or newer
    private static let _iriRegex = #/<([^<>"{}|^`\x{00}-\x{20}]*)>/#
                                   ^
/Users/admin/builder/spi-builder-workspace/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/Sources/SPARQLSyntax/SPARQLLexer.swift:271:14: note: add @available attribute to enclosing class
public class SPARQLLexer: IteratorProtocol {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:532:24: warning: static property '_iriRegex' is not concurrency-safe because non-'Sendable' type 'Regex<(Substring, Substring)>' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let _iriRegex = #/<([^<>"{}|^`\x{00}-\x{20}]*)>/#
                       ^
_StringProcessing.Regex:2:15: note: generic struct 'Regex' does not conform to the 'Sendable' protocol
public struct Regex<Output> : RegexComponent {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:532:24: note: add '@MainActor' to make static property '_iriRegex' part of global actor 'MainActor'
    private static let _iriRegex = #/<([^<>"{}|^`\x{00}-\x{20}]*)>/#
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:532:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let _iriRegex = #/<([^<>"{}|^`\x{00}-\x{20}]*)>/#
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:534:39: error: 'Regex' is only available in iOS 16.0 or newer
    private static let _doubleRegex = #/(([0-9]+[.][0-9]*[eE][+-]?[0-9]+)|([.][0-9]+[eE][+-]?[0-9]+)|([0-9]+[eE][+-]?[0-9]+))/#
                                      ^
/Users/admin/builder/spi-builder-workspace/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/Sources/SPARQLSyntax/SPARQLLexer.swift:271:14: note: add @available attribute to enclosing class
public class SPARQLLexer: IteratorProtocol {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:534:24: warning: static property '_doubleRegex' is not concurrency-safe because non-'Sendable' type 'Regex<(Substring, Substring, Substring?, Substring?, Substring?)>' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let _doubleRegex = #/(([0-9]+[.][0-9]*[eE][+-]?[0-9]+)|([.][0-9]+[eE][+-]?[0-9]+)|([0-9]+[eE][+-]?[0-9]+))/#
                       ^
_StringProcessing.Regex:2:15: note: generic struct 'Regex' does not conform to the 'Sendable' protocol
public struct Regex<Output> : RegexComponent {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:534:24: note: add '@MainActor' to make static property '_doubleRegex' part of global actor 'MainActor'
    private static let _doubleRegex = #/(([0-9]+[.][0-9]*[eE][+-]?[0-9]+)|([.][0-9]+[eE][+-]?[0-9]+)|([0-9]+[eE][+-]?[0-9]+))/#
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:534:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let _doubleRegex = #/(([0-9]+[.][0-9]*[eE][+-]?[0-9]+)|([.][0-9]+[eE][+-]?[0-9]+)|([0-9]+[eE][+-]?[0-9]+))/#
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:536:40: error: 'Regex' is only available in iOS 16.0 or newer
    private static let _decimalRegex = #/[0-9]*[.][0-9]+/#
                                       ^
/Users/admin/builder/spi-builder-workspace/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/Sources/SPARQLSyntax/SPARQLLexer.swift:271:14: note: add @available attribute to enclosing class
public class SPARQLLexer: IteratorProtocol {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:536:24: warning: static property '_decimalRegex' is not concurrency-safe because non-'Sendable' type 'Regex<Substring>' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let _decimalRegex = #/[0-9]*[.][0-9]+/#
                       ^
_StringProcessing.Regex:2:15: note: generic struct 'Regex' does not conform to the 'Sendable' protocol
public struct Regex<Output> : RegexComponent {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:536:24: note: add '@MainActor' to make static property '_decimalRegex' part of global actor 'MainActor'
    private static let _decimalRegex = #/[0-9]*[.][0-9]+/#
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:536:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let _decimalRegex = #/[0-9]*[.][0-9]+/#
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:538:40: error: 'Regex' is only available in iOS 16.0 or newer
    private static let _integerRegex = #/[0-9]+/#
                                       ^
/Users/admin/builder/spi-builder-workspace/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/Sources/SPARQLSyntax/SPARQLLexer.swift:271:14: note: add @available attribute to enclosing class
public class SPARQLLexer: IteratorProtocol {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:538:24: warning: static property '_integerRegex' is not concurrency-safe because non-'Sendable' type 'Regex<Substring>' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let _integerRegex = #/[0-9]+/#
                       ^
_StringProcessing.Regex:2:15: note: generic struct 'Regex' does not conform to the 'Sendable' protocol
public struct Regex<Output> : RegexComponent {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:538:24: note: add '@MainActor' to make static property '_integerRegex' part of global actor 'MainActor'
    private static let _integerRegex = #/[0-9]+/#
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:538:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let _integerRegex = #/[0-9]+/#
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:540:37: error: 'Regex' is only available in iOS 16.0 or newer
    private static let _anonRegex = #/\[[ \u{0a}\u{0d}\u{09}]*\]/#
                                    ^
/Users/admin/builder/spi-builder-workspace/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/Sources/SPARQLSyntax/SPARQLLexer.swift:271:14: note: add @available attribute to enclosing class
public class SPARQLLexer: IteratorProtocol {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:540:24: warning: static property '_anonRegex' is not concurrency-safe because non-'Sendable' type 'Regex<Substring>' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let _anonRegex = #/\[[ \u{0a}\u{0d}\u{09}]*\]/#
                       ^
_StringProcessing.Regex:2:15: note: generic struct 'Regex' does not conform to the 'Sendable' protocol
public struct Regex<Output> : RegexComponent {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:540:24: note: add '@MainActor' to make static property '_anonRegex' part of global actor 'MainActor'
    private static let _anonRegex = #/\[[ \u{0a}\u{0d}\u{09}]*\]/#
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:540:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let _anonRegex = #/\[[ \u{0a}\u{0d}\u{09}]*\]/#
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:542:45: error: 'Regex' is only available in iOS 16.0 or newer
    private static let _prefixOrBaseRegex = #/(prefix|base)\b/#
                                            ^
/Users/admin/builder/spi-builder-workspace/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/Sources/SPARQLSyntax/SPARQLLexer.swift:271:14: note: add @available attribute to enclosing class
public class SPARQLLexer: IteratorProtocol {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:542:24: warning: static property '_prefixOrBaseRegex' is not concurrency-safe because non-'Sendable' type 'Regex<(Substring, Substring)>' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let _prefixOrBaseRegex = #/(prefix|base)\b/#
                       ^
_StringProcessing.Regex:2:15: note: generic struct 'Regex' does not conform to the 'Sendable' protocol
public struct Regex<Output> : RegexComponent {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:542:24: note: add '@MainActor' to make static property '_prefixOrBaseRegex' part of global actor 'MainActor'
    private static let _prefixOrBaseRegex = #/(prefix|base)\b/#
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:542:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let _prefixOrBaseRegex = #/(prefix|base)\b/#
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:544:37: error: 'Regex' is only available in iOS 16.0 or newer
    private static let _langRegex = #/[a-zA-Z]+(-[a-zA-Z0-9]+)*\b/#
                                    ^
/Users/admin/builder/spi-builder-workspace/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/Sources/SPARQLSyntax/SPARQLLexer.swift:271:14: note: add @available attribute to enclosing class
public class SPARQLLexer: IteratorProtocol {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:544:24: warning: static property '_langRegex' is not concurrency-safe because non-'Sendable' type 'Regex<(Substring, Substring?)>' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let _langRegex = #/[a-zA-Z]+(-[a-zA-Z0-9]+)*\b/#
                       ^
_StringProcessing.Regex:2:15: note: generic struct 'Regex' does not conform to the 'Sendable' protocol
public struct Regex<Output> : RegexComponent {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:544:24: note: add '@MainActor' to make static property '_langRegex' part of global actor 'MainActor'
    private static let _langRegex = #/[a-zA-Z]+(-[a-zA-Z0-9]+)*\b/#
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:544:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let _langRegex = #/[a-zA-Z]+(-[a-zA-Z0-9]+)*\b/#
                       ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ PropertyPath.swift,\ Query.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/PropertyPath.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/Query.swift (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/PropertyPath.swift (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/Query.swift (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Window.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/Window.swift (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/Window.swift (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SPARQLParser.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLParser.swift (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLParser.swift (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SPARQLSyntax.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLSyntax.swift (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLSyntax.swift (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SPARQLSerializer.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLSerializer.swift (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLSerializer.swift (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ XSD.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/XSD.swift (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/XSD.swift (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Expression.swift,\ IRI.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/Expression.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/IRI.swift (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/Expression.swift (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/IRI.swift (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Aggregation.swift,\ Algebra.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/Aggregation.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/Algebra.swift (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/Aggregation.swift (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/Algebra.swift (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdarg-1OLJ9Y39B5YPJMY6C01X81KYT.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdarg-1OLJ9Y39B5YPJMY6C01X81KYT.scan
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ SPARQLSyntax (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
	EmitSwiftModule normal arm64 (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
	Building workspace spi-builder-workspace with scheme SPARQLSyntax-Package
(3 failures)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  SPARQLSyntax: /Users/admin/builder/spi-builder-workspace
  Cserd: https://github.com/kasei/swift-serd.git @ 0.0.4
resolved source packages: SPARQLSyntax, Cserd
{
  "dependencies" : [
    {
      "identity" : "swift-serd",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.4",
            "upper_bound" : "0.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kasei/swift-serd.git"
    }
  ],
  "manifest_display_name" : "SPARQLSyntax",
  "name" : "SPARQLSyntax",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SPARQLSyntax",
      "targets" : [
        "SPARQLSyntax"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "sparqllint",
      "targets" : [
        "sparqllint"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "sparql-parser",
      "targets" : [
        "sparql-parser"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "sparqllint",
      "module_type" : "SwiftTarget",
      "name" : "sparqllint",
      "path" : "Sources/sparqllint",
      "product_memberships" : [
        "sparqllint"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SPARQLSyntax"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "sparql_parser",
      "module_type" : "SwiftTarget",
      "name" : "sparql-parser",
      "path" : "Sources/sparql-parser",
      "product_memberships" : [
        "sparql-parser"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SPARQLSyntax"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SPARQLSyntaxTests",
      "module_type" : "SwiftTarget",
      "name" : "SPARQLSyntaxTests",
      "path" : "Tests/SPARQLSyntaxTests",
      "sources" : [
        "AlgebraTests.swift",
        "ExpressionTests.swift",
        "IRITests.swift",
        "PropertyPathTests.swift",
        "RDFPatternsTests.swift",
        "RDFTests.swift",
        "SPARQLParserTests.swift",
        "SPARQLParserWindowTests.swift",
        "SPARQLReformattingTests.swift",
        "SPARQLRewriting.swift",
        "SPARQLSerializationTests.swift",
        "XCTestManifests.swift",
        "XSDTests.swift"
      ],
      "target_dependencies" : [
        "SPARQLSyntax"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SPARQLSyntax",
      "module_type" : "SwiftTarget",
      "name" : "SPARQLSyntax",
      "path" : "Sources/SPARQLSyntax",
      "product_dependencies" : [
        "serd"
      ],
      "product_memberships" : [
        "SPARQLSyntax",
        "sparqllint",
        "sparql-parser"
      ],
      "sources" : [
        "Aggregation.swift",
        "Algebra.swift",
        "Expression.swift",
        "IRI.swift",
        "PropertyPath.swift",
        "Query.swift",
        "RDF.swift",
        "RDFPatterns.swift",
        "RDFSerialization.swift",
        "SPARQLLexer.swift",
        "SPARQLParser.swift",
        "SPARQLSerializer.swift",
        "SPARQLSyntax.swift",
        "Window.swift",
        "XSD.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "sparql-parser",
      "sparqllint",
      "SPARQLSyntax",
      "SPARQLSyntax-Package"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SPARQLSyntax-Package -destination generic/platform=iOS
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme SPARQLSyntax-Package -destination generic/platform=iOS
Resolve Package Graph
Resolved source packages:
  SPARQLSyntax: /Users/admin/builder/spi-builder-workspace
  Cserd: https://github.com/kasei/swift-serd.git @ 0.0.4
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'sparqllint' in project 'SPARQLSyntax'
        ➜ Explicit dependency on target 'SPARQLSyntax' in project 'SPARQLSyntax'
        ➜ Explicit dependency on target 'serd' in project 'Cserd'
    Target 'sparql-parser' in project 'SPARQLSyntax'
        ➜ Explicit dependency on target 'SPARQLSyntax' in project 'SPARQLSyntax'
        ➜ Explicit dependency on target 'serd' in project 'Cserd'
    Target 'SPARQLSyntax' in project 'SPARQLSyntax'
        ➜ Explicit dependency on target 'SPARQLSyntax' in project 'SPARQLSyntax'
        ➜ Explicit dependency on target 'serd' in project 'Cserd'
    Target 'SPARQLSyntax' in project 'SPARQLSyntax'
        ➜ Explicit dependency on target 'serd' in project 'Cserd'
    Target 'serd' in project 'Cserd'
        ➜ Explicit dependency on target 'serd' in project 'Cserd'
    Target 'serd' in project 'Cserd' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 4b7d5eab99726b3cc34e2f3c8e272d4a
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/4b7d5eab99726b3cc34e2f3c8e272d4a.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
SwiftDriver SPARQLSyntax normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.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-iphoneos/SPARQLSyntax.build/Objects-normal/arm64/SPARQLSyntax.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/serd.modulemap -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.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 -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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/SPARQLSyntax.build/Objects-normal/arm64/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-iphoneos/SPARQLSyntax.build/Objects-normal/arm64/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-iphoneos/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-iphoneos/SPARQLSyntax.build/Objects-normal/arm64/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-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/SPARQLSyntax.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/SPARQLSyntax.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/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-iphoneos/SPARQLSyntax.build/Objects-normal/arm64/SPARQLSyntax-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdarg-1OLJ9Y39B5YPJMY6C01X81KYT.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdarg-1OLJ9Y39B5YPJMY6C01X81KYT.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdbool-6Z0V4VM1JJUCMIRQRAF67LKTS.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdbool-6Z0V4VM1JJUCMIRQRAF67LKTS.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_availability_internal-3YWZH70447IGTNJWVE1DX1TY2.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_availability_internal-3YWZH70447IGTNJWVE1DX1TY2.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ptrcheck-7KQKQ696KGVYZKHX1PRZUZ4X1.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ptrcheck-7KQKQ696KGVYZKHX1PRZUZ4X1.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_float-9WQMKJV5T97U6N6W2RCUCEX0A.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_float-9WQMKJV5T97U6N6W2RCUCEX0A.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stddef-5EIVDPUV5V4U0OX93B1TX8OZN.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stddef-5EIVDPUV5V4U0OX93B1TX8OZN.scan
SwiftCompile normal arm64 Compiling\ RDF.swift,\ RDFPatterns.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDF.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDFPatterns.swift (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDF.swift (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDFPatterns.swift (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ PropertyPath.swift,\ Query.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/PropertyPath.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/Query.swift (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/PropertyPath.swift (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/Query.swift (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SPARQLParser.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLParser.swift (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLParser.swift (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Expression.swift,\ IRI.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/Expression.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/IRI.swift (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/Expression.swift (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/IRI.swift (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ RDFSerialization.swift,\ SPARQLLexer.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDFSerialization.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDFSerialization.swift (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SPARQLSerializer.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLSerializer.swift (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLSerializer.swift (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ SPARQLSyntax (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
Failed frontend command:
/Applications/Xcode-16.3.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/Sources/SPARQLSyntax/Aggregation.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/Algebra.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/Expression.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/IRI.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/PropertyPath.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/Query.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDF.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDFPatterns.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDFSerialization.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLParser.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLSerializer.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLSyntax.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/Window.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/XSD.swift -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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-iphoneos/SPARQLSyntax.build/Objects-normal/arm64/SPARQLSyntax_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/serd.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/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-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/SPARQLSyntax.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/SPARQLSyntax.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/SPARQLSyntax.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SPARQLSyntax -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.4 -target-sdk-name iphoneos18.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.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/SPARQLSyntax.build/Debug-iphoneos/SPARQLSyntax.build/Objects-normal/arm64/SPARQLSyntax.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/SPARQLSyntax.build/Objects-normal/arm64/SPARQLSyntax.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/SPARQLSyntax.build/Objects-normal/arm64/SPARQLSyntax-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/SPARQLSyntax.build/Objects-normal/arm64/SPARQLSyntax-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/SPARQLSyntax.build/Objects-normal/arm64/SPARQLSyntax-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/SPARQLSyntax.build/Objects-normal/arm64/SPARQLSyntax.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SPARQLSyntax.build/Debug-iphoneos/SPARQLSyntax.build/Objects-normal/arm64/SPARQLSyntax.abi.json
EmitSwiftModule normal arm64 (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDF.swift:266:16: error: 'Regex' is only available in iOS 16.0 or newer
        return #/^[-+]?[0-9]+$/#.anchorsMatchLineEndings()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDF.swift:266:16: note: add 'if #available' version check
        return #/^[-+]?[0-9]+$/#.anchorsMatchLineEndings()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDF.swift:265:24: note: add @available attribute to enclosing static property
    private static let _integerPattern: Regex = {
                       ^
/Users/admin/builder/spi-builder-workspace/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/Sources/SPARQLSyntax/RDF.swift:266:34: error: 'anchorsMatchLineEndings' is only available in iOS 16.0 or newer
        return #/^[-+]?[0-9]+$/#.anchorsMatchLineEndings()
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDF.swift:266:34: note: add 'if #available' version check
        return #/^[-+]?[0-9]+$/#.anchorsMatchLineEndings()
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDF.swift:265:24: note: add @available attribute to enclosing static property
    private static let _integerPattern: Regex = {
                       ^
/Users/admin/builder/spi-builder-workspace/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/Sources/SPARQLSyntax/RDF.swift:265:41: error: 'Regex' is only available in iOS 16.0 or newer
    private static let _integerPattern: Regex = {
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDF.swift:265:24: note: add @available attribute to enclosing static property
    private static let _integerPattern: Regex = {
                       ^
/Users/admin/builder/spi-builder-workspace/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/Sources/SPARQLSyntax/RDF.swift:270:16: error: 'Regex' is only available in iOS 16.0 or newer
        return #/^[-+]?([0-9]+([.][0-9]*)?|[.]\d+)$/#.anchorsMatchLineEndings()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDF.swift:270:16: note: add 'if #available' version check
        return #/^[-+]?([0-9]+([.][0-9]*)?|[.]\d+)$/#.anchorsMatchLineEndings()
               ^
/Users/admin/builder/spi-builder-workspace/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/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/Sources/SPARQLSyntax/RDF.swift:270:55: error: 'anchorsMatchLineEndings' is only available in iOS 16.0 or newer
        return #/^[-+]?([0-9]+([.][0-9]*)?|[.]\d+)$/#.anchorsMatchLineEndings()
                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/RDF.swift:270:55: note: add 'if #available' version check
        return #/^[-+]?([0-9]+([.][0-9]*)?|[.]\d+)$/#.anchorsMatchLineEndings()
                                                      ^
/Users/admin/builder/spi-builder-workspace/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/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/Sources/SPARQLSyntax/RDF.swift:269:41: error: 'Regex' is only available in iOS 16.0 or newer
    private static let _decimalPattern: Regex = {
                                        ^
/Users/admin/builder/spi-builder-workspace/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/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/Sources/SPARQLSyntax/RDF.swift:274:16: error: 'Regex' is only available in iOS 16.0 or newer
        return #/^[-+]?(\d+([.]\d*)?|[.]\d+)([eE]([-+])?\d+)?$/#.anchorsMatchLineEndings()
               ^
/Users/admin/builder/spi-builder-workspace/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/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/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/Sources/SPARQLSyntax/RDF.swift:274:66: error: 'anchorsMatchLineEndings' is only available in iOS 16.0 or newer
        return #/^[-+]?(\d+([.]\d*)?|[.]\d+)([eE]([-+])?\d+)?$/#.anchorsMatchLineEndings()
                                                                 ^
/Users/admin/builder/spi-builder-workspace/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/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/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/Sources/SPARQLSyntax/RDF.swift:273:40: error: 'Regex' is only available in iOS 16.0 or newer
    private static let _doublePattern: Regex = {
                                       ^
/Users/admin/builder/spi-builder-workspace/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/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/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/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/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.init:2:8: note: 'init(_:_:)' declared here
public init(_ first: CharacterClass, _ rest: CharacterClass...)}
       ^
/Users/admin/builder/spi-builder-workspace/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/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/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:363:26: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
                ChoiceOf {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:361:23: error: trailing closure passed to parameter of type 'String' that does not accept a closure
        let r = Regex {
                      ^
_StringProcessing.Regex.init:2:8: note: 'init(_:)' declared here
public init(_ pattern: String) throws}
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:390:34: error: 'Regex' is only available in iOS 16.0 or newer
    private static let _aRegex = #/a\b/#
                                 ^
/Users/admin/builder/spi-builder-workspace/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/Sources/SPARQLSyntax/SPARQLLexer.swift:271:14: note: add @available attribute to enclosing class
public class SPARQLLexer: IteratorProtocol {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:392:40: error: 'Regex' is only available in iOS 16.0 or newer
    private static let _booleanRegex = #/(true|false)/#.anchorsMatchLineEndings().ignoresCase()
                                       ^
/Users/admin/builder/spi-builder-workspace/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/Sources/SPARQLSyntax/SPARQLLexer.swift:271:14: note: add @available attribute to enclosing class
public class SPARQLLexer: IteratorProtocol {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:392:57: error: 'anchorsMatchLineEndings' is only available in iOS 16.0 or newer
    private static let _booleanRegex = #/(true|false)/#.anchorsMatchLineEndings().ignoresCase()
                                                        ^
/Users/admin/builder/spi-builder-workspace/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/Sources/SPARQLSyntax/SPARQLLexer.swift:271:14: note: add @available attribute to enclosing class
public class SPARQLLexer: IteratorProtocol {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:392:83: error: 'ignoresCase' is only available in iOS 16.0 or newer
    private static let _booleanRegex = #/(true|false)/#.anchorsMatchLineEndings().ignoresCase()
                                                                                  ^
/Users/admin/builder/spi-builder-workspace/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/Sources/SPARQLSyntax/SPARQLLexer.swift:271:14: note: add @available attribute to enclosing class
public class SPARQLLexer: IteratorProtocol {
             ^
/Users/admin/builder/spi-builder-workspace/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/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/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.init:2:8: note: 'init(_:_:)' declared here
public init(_ first: CharacterClass, _ rest: CharacterClass...)}
       ^
/Users/admin/builder/spi-builder-workspace/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/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/Sources/SPARQLSyntax/SPARQLLexer.swift:532:36: error: 'Regex' is only available in iOS 16.0 or newer
    private static let _iriRegex = #/<([^<>"{}|^`\x{00}-\x{20}]*)>/#
                                   ^
/Users/admin/builder/spi-builder-workspace/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/Sources/SPARQLSyntax/SPARQLLexer.swift:271:14: note: add @available attribute to enclosing class
public class SPARQLLexer: IteratorProtocol {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:534:39: error: 'Regex' is only available in iOS 16.0 or newer
    private static let _doubleRegex = #/(([0-9]+[.][0-9]*[eE][+-]?[0-9]+)|([.][0-9]+[eE][+-]?[0-9]+)|([0-9]+[eE][+-]?[0-9]+))/#
                                      ^
/Users/admin/builder/spi-builder-workspace/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/Sources/SPARQLSyntax/SPARQLLexer.swift:271:14: note: add @available attribute to enclosing class
public class SPARQLLexer: IteratorProtocol {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:536:40: error: 'Regex' is only available in iOS 16.0 or newer
    private static let _decimalRegex = #/[0-9]*[.][0-9]+/#
                                       ^
/Users/admin/builder/spi-builder-workspace/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/Sources/SPARQLSyntax/SPARQLLexer.swift:271:14: note: add @available attribute to enclosing class
public class SPARQLLexer: IteratorProtocol {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:538:40: error: 'Regex' is only available in iOS 16.0 or newer
    private static let _integerRegex = #/[0-9]+/#
                                       ^
/Users/admin/builder/spi-builder-workspace/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/Sources/SPARQLSyntax/SPARQLLexer.swift:271:14: note: add @available attribute to enclosing class
public class SPARQLLexer: IteratorProtocol {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:540:37: error: 'Regex' is only available in iOS 16.0 or newer
    private static let _anonRegex = #/\[[ \u{0a}\u{0d}\u{09}]*\]/#
                                    ^
/Users/admin/builder/spi-builder-workspace/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/Sources/SPARQLSyntax/SPARQLLexer.swift:271:14: note: add @available attribute to enclosing class
public class SPARQLLexer: IteratorProtocol {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:542:45: error: 'Regex' is only available in iOS 16.0 or newer
    private static let _prefixOrBaseRegex = #/(prefix|base)\b/#
                                            ^
/Users/admin/builder/spi-builder-workspace/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/Sources/SPARQLSyntax/SPARQLLexer.swift:271:14: note: add @available attribute to enclosing class
public class SPARQLLexer: IteratorProtocol {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLLexer.swift:544:37: error: 'Regex' is only available in iOS 16.0 or newer
    private static let _langRegex = #/[a-zA-Z]+(-[a-zA-Z0-9]+)*\b/#
                                    ^
/Users/admin/builder/spi-builder-workspace/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/Sources/SPARQLSyntax/SPARQLLexer.swift:271:14: note: add @available attribute to enclosing class
public class SPARQLLexer: IteratorProtocol {
             ^
SwiftCompile normal arm64 Compiling\ Window.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/Window.swift (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/Window.swift (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_float-8TTJS79X59N5UACSA4G5I3NYL.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_float-8TTJS79X59N5UACSA4G5I3NYL.scan
SwiftCompile normal arm64 Compiling\ SPARQLSyntax.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLSyntax.swift (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/SPARQLSyntax.swift (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_availability-64BN0ZV9VFUE3DDA7LCVPU602.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_availability-64BN0ZV9VFUE3DDA7LCVPU602.scan
SwiftCompile normal arm64 Compiling\ XSD.swift /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/XSD.swift (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SPARQLSyntax/XSD.swift (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/DarwinFoundation-7KHW61EU3L0XNN1LTC56OY1Q.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/DarwinFoundation-7KHW61EU3L0XNN1LTC56OY1Q.scan
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ SPARQLSyntax (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
	EmitSwiftModule normal arm64 (in target 'SPARQLSyntax' from project 'SPARQLSyntax')
	Building workspace spi-builder-workspace with scheme SPARQLSyntax-Package
(3 failures)
BUILD FAILURE 6.1 iOS