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

Successful build of ParserCombinator, reference 2.1.0 (b15def), with Swift 6.1 for visionOS using Xcode 16.3 on 25 Apr 2025 19:37:09 UTC.

Swift 6 data race errors: 16

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ParserCombinator -destination generic/platform=xrOS 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 Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tigerpixel/ParserCombinator.git
Reference: 2.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tigerpixel/ParserCombinator
 * tag               2.1.0      -> FETCH_HEAD
HEAD is now at b15defb Merge pull request #15 from tigerpixel/development
Cloned https://github.com/tigerpixel/ParserCombinator.git
Revision (git rev-parse @):
b15defbd430ebdc15266e2e8aff558de75837a36
SUCCESS checkout https://github.com/tigerpixel/ParserCombinator.git at 2.1.0
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/tigerpixel/ParserCombinator.git
https://github.com/tigerpixel/ParserCombinator.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ParserCombinator",
  "name" : "ParserCombinator",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    }
  ],
  "products" : [
    {
      "name" : "ParserCombinator",
      "targets" : [
        "ParserCombinator"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ParserCombinatorTests",
      "module_type" : "SwiftTarget",
      "name" : "ParserCombinatorTests",
      "path" : "Tests/ParserCombinatorTests",
      "sources" : [
        "Character+UnicodeScalarTests.swift",
        "CharacterParserTests+PremadeParsers.swift",
        "CharacterParserTests+SpecialCharacters.swift",
        "CharacterParserTests.swift",
        "NumberParserTests.swift",
        "ParseResultTests.swift",
        "Parser+CombinatorTests.swift",
        "Parser+RunTests.swift",
        "ParserOperatorTests+Combinations.swift",
        "ParserOperatorTests.swift",
        "ParserTestHelper.swift",
        "ParserTests.swift",
        "StringParserTests.swift"
      ],
      "target_dependencies" : [
        "ParserCombinator"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ParserCombinator",
      "module_type" : "SwiftTarget",
      "name" : "ParserCombinator",
      "path" : "Sources/ParserCombinator",
      "product_memberships" : [
        "ParserCombinator"
      ],
      "sources" : [
        "Character+UnicodeScalar.swift",
        "CharacterParsers.swift",
        "NumberParsers.swift",
        "ParseResult.swift",
        "Parser+Combinators.swift",
        "Parser+Run.swift",
        "Parser.swift",
        "ParserOperators.swift",
        "StringParsers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ParserCombinator",
  "name" : "ParserCombinator",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    }
  ],
  "products" : [
    {
      "name" : "ParserCombinator",
      "targets" : [
        "ParserCombinator"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ParserCombinatorTests",
      "module_type" : "SwiftTarget",
      "name" : "ParserCombinatorTests",
      "path" : "Tests/ParserCombinatorTests",
      "sources" : [
        "Character+UnicodeScalarTests.swift",
        "CharacterParserTests+PremadeParsers.swift",
        "CharacterParserTests+SpecialCharacters.swift",
        "CharacterParserTests.swift",
        "NumberParserTests.swift",
        "ParseResultTests.swift",
        "Parser+CombinatorTests.swift",
        "Parser+RunTests.swift",
        "ParserOperatorTests+Combinations.swift",
        "ParserOperatorTests.swift",
        "ParserTestHelper.swift",
        "ParserTests.swift",
        "StringParserTests.swift"
      ],
      "target_dependencies" : [
        "ParserCombinator"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ParserCombinator",
      "module_type" : "SwiftTarget",
      "name" : "ParserCombinator",
      "path" : "Sources/ParserCombinator",
      "product_memberships" : [
        "ParserCombinator"
      ],
      "sources" : [
        "Character+UnicodeScalar.swift",
        "CharacterParsers.swift",
        "NumberParsers.swift",
        "ParseResult.swift",
        "Parser+Combinators.swift",
        "Parser+Run.swift",
        "Parser.swift",
        "ParserOperators.swift",
        "StringParsers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "ParserCombinator",
    "schemes" : [
      "ParserCombinator-iOS",
      "ParserCombinator-macOS",
      "ParserCombinator-tvOS",
      "ParserCombinator-watchOS"
    ],
    "targets" : [
      "ParserCombinator-iOS",
      "ParserCombinator-watchOS",
      "ParserCombinator-macOS",
      "ParserCombinator-tvOS",
      "ParserCombinatorTests",
      "ParserCombinatorTests-macOS",
      "ParserCombinatorTests-tvOS"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "ParserCombinator"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ParserCombinator -destination generic/platform=xrOS 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 ParserCombinator -destination generic/platform=xrOS "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
Resolved source packages:
  ParserCombinator: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'ParserCombinator' in project 'ParserCombinator'
        ➜ Explicit dependency on target 'ParserCombinator' in project 'ParserCombinator'
    Target 'ParserCombinator' in project 'ParserCombinator' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
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/ld -version_details
Build description signature: 05817764d1fa4738babf09a1fbda16b2
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/05817764d1fa4738babf09a1fbda16b2.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/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.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/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
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
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
    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-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/ParserCombinator.DependencyStaticMetadataFileList (in target 'ParserCombinator' from project 'ParserCombinator')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/ParserCombinator.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/ParserCombinator.DependencyMetadataFileList (in target 'ParserCombinator' from project 'ParserCombinator')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/ParserCombinator.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/ParserCombinator.modulemap (in target 'ParserCombinator' from project 'ParserCombinator')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/ParserCombinator.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/Objects-normal/arm64/ParserCombinator.SwiftConstValuesFileList (in target 'ParserCombinator' from project 'ParserCombinator')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/Objects-normal/arm64/ParserCombinator.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/Objects-normal/arm64/ParserCombinator.SwiftFileList (in target 'ParserCombinator' from project 'ParserCombinator')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/Objects-normal/arm64/ParserCombinator.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/Objects-normal/arm64/ParserCombinator.LinkFileList (in target 'ParserCombinator' from project 'ParserCombinator')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/Objects-normal/arm64/ParserCombinator.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/Objects-normal/arm64/ParserCombinator_const_extract_protocols.json (in target 'ParserCombinator' from project 'ParserCombinator')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/Objects-normal/arm64/ParserCombinator_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/Objects-normal/arm64/ParserCombinator-OutputFileMap.json (in target 'ParserCombinator' from project 'ParserCombinator')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/Objects-normal/arm64/ParserCombinator-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/ParserCombinator.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/ParserCombinator.modulemap (in target 'ParserCombinator' from project 'ParserCombinator')
    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/ParserCombinator.build/Debug-xros/ParserCombinator.build/ParserCombinator.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
SwiftDriver ParserCombinator normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ParserCombinator' from project 'ParserCombinator')
    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 ParserCombinator -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/Objects-normal/arm64/ParserCombinator.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -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/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.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-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/Objects-normal/arm64/ParserCombinator-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/ParserCombinator.build/Debug-xros/ParserCombinator.build/Objects-normal/arm64/ParserCombinator.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/ParserCombinator.build/Debug-xros/ParserCombinator.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/Objects-normal/arm64/ParserCombinator_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.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/ParserCombinator.build/Debug-xros/ParserCombinator.build/Objects-normal/arm64/ParserCombinator-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ CharacterParsers.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift (in target 'ParserCombinator' from project 'ParserCombinator')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift (in target 'ParserCombinator' from project 'ParserCombinator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:94:12: warning: let 'anyCharacter' is not concurrency-safe because non-'Sendable' type 'Parser<Character>' may have shared mutable state; this is an error in the Swift 6 language mode
public let anyCharacter = character { _ in true}
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/Parser.swift:15:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<Output> {
              ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:94:12: note: add '@MainActor' to make let 'anyCharacter' part of global actor 'MainActor'
public let anyCharacter = character { _ in true}
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:94:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let anyCharacter = character { _ in true}
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:97:12: warning: let 'letter' is not concurrency-safe because non-'Sendable' type 'Parser<Character>' may have shared mutable state; this is an error in the Swift 6 language mode
public let letter = character(isInCharacterSet: .letters)
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/Parser.swift:15:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<Output> {
              ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:97:12: note: add '@MainActor' to make let 'letter' part of global actor 'MainActor'
public let letter = character(isInCharacterSet: .letters)
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:97:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let letter = character(isInCharacterSet: .letters)
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:100:12: warning: let 'lowercaseLetter' is not concurrency-safe because non-'Sendable' type 'Parser<Character>' may have shared mutable state; this is an error in the Swift 6 language mode
public let lowercaseLetter = character(isInCharacterSet: .lowercaseLetters)
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/Parser.swift:15:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<Output> {
              ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:100:12: note: add '@MainActor' to make let 'lowercaseLetter' part of global actor 'MainActor'
public let lowercaseLetter = character(isInCharacterSet: .lowercaseLetters)
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:100:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let lowercaseLetter = character(isInCharacterSet: .lowercaseLetters)
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:103:12: warning: let 'uppercaseLetter' is not concurrency-safe because non-'Sendable' type 'Parser<Character>' may have shared mutable state; this is an error in the Swift 6 language mode
public let uppercaseLetter = character(isInCharacterSet: .uppercaseLetters)
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/Parser.swift:15:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<Output> {
              ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:103:12: note: add '@MainActor' to make let 'uppercaseLetter' part of global actor 'MainActor'
public let uppercaseLetter = character(isInCharacterSet: .uppercaseLetters)
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:103:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let uppercaseLetter = character(isInCharacterSet: .uppercaseLetters)
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:106:12: warning: let 'alphanumeric' is not concurrency-safe because non-'Sendable' type 'Parser<Character>' may have shared mutable state; this is an error in the Swift 6 language mode
public let alphanumeric = character(isInCharacterSet: .alphanumerics)
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/Parser.swift:15:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<Output> {
              ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:106:12: note: add '@MainActor' to make let 'alphanumeric' part of global actor 'MainActor'
public let alphanumeric = character(isInCharacterSet: .alphanumerics)
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:106:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let alphanumeric = character(isInCharacterSet: .alphanumerics)
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:109:12: warning: let 'digit' is not concurrency-safe because non-'Sendable' type 'Parser<Character>' may have shared mutable state; this is an error in the Swift 6 language mode
public let digit = character(isInCharacterSet: .decimalDigits)
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/Parser.swift:15:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<Output> {
              ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:109:12: note: add '@MainActor' to make let 'digit' part of global actor 'MainActor'
public let digit = character(isInCharacterSet: .decimalDigits)
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:109:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let digit = character(isInCharacterSet: .decimalDigits)
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:112:12: warning: let 'whitespace' is not concurrency-safe because non-'Sendable' type 'Parser<Character>' may have shared mutable state; this is an error in the Swift 6 language mode
public let whitespace = character(isInCharacterSet: .whitespaces)
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/Parser.swift:15:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<Output> {
              ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:112:12: note: add '@MainActor' to make let 'whitespace' part of global actor 'MainActor'
public let whitespace = character(isInCharacterSet: .whitespaces)
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:112:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let whitespace = character(isInCharacterSet: .whitespaces)
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:115:12: warning: let 'newline' is not concurrency-safe because non-'Sendable' type 'Parser<Character>' may have shared mutable state; this is an error in the Swift 6 language mode
public let newline = character(isInCharacterSet: .newlines)
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/Parser.swift:15:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<Output> {
              ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:115:12: note: add '@MainActor' to make let 'newline' part of global actor 'MainActor'
public let newline = character(isInCharacterSet: .newlines)
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:115:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let newline = character(isInCharacterSet: .newlines)
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:118:12: warning: let 'whitespaceOrNewline' is not concurrency-safe because non-'Sendable' type 'Parser<Character>' may have shared mutable state; this is an error in the Swift 6 language mode
public let whitespaceOrNewline = character(isInCharacterSet: .whitespacesAndNewlines)
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/Parser.swift:15:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<Output> {
              ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:118:12: note: add '@MainActor' to make let 'whitespaceOrNewline' part of global actor 'MainActor'
public let whitespaceOrNewline = character(isInCharacterSet: .whitespacesAndNewlines)
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:118:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let whitespaceOrNewline = character(isInCharacterSet: .whitespacesAndNewlines)
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:123:12: warning: let 'comma' is not concurrency-safe because non-'Sendable' type 'Parser<Character>' may have shared mutable state; this is an error in the Swift 6 language mode
public let comma = character(isEqualTo: ",")
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/Parser.swift:15:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<Output> {
              ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:123:12: note: add '@MainActor' to make let 'comma' part of global actor 'MainActor'
public let comma = character(isEqualTo: ",")
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:123:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let comma = character(isEqualTo: ",")
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:126:12: warning: let 'fullstop' is not concurrency-safe because non-'Sendable' type 'Parser<Character>' may have shared mutable state; this is an error in the Swift 6 language mode
public let fullstop = character(isEqualTo: ".")
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/Parser.swift:15:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<Output> {
              ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:126:12: note: add '@MainActor' to make let 'fullstop' part of global actor 'MainActor'
public let fullstop = character(isEqualTo: ".")
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:126:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let fullstop = character(isEqualTo: ".")
           ^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Parser.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/Parser.swift (in target 'ParserCombinator' from project 'ParserCombinator')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/Parser.swift (in target 'ParserCombinator' from project 'ParserCombinator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/StringParsers.swift:11:12: warning: let 'toString' is not concurrency-safe because non-'Sendable' type '([Character]) -> String' may have shared mutable state; this is an error in the Swift 6 language mode
public let toString: ([Character]) -> String = { characters in String(characters) }
           ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/StringParsers.swift:11:12: note: add '@MainActor' to make let 'toString' part of global actor 'MainActor'
public let toString: ([Character]) -> String = { characters in String(characters) }
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/StringParsers.swift:11:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let toString: ([Character]) -> String = { characters in String(characters) }
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/StringParsers.swift:18:12: warning: let 'uppercaseString' is not concurrency-safe because non-'Sendable' type 'Parser<String>' may have shared mutable state; this is an error in the Swift 6 language mode
public let uppercaseString = uppercaseLetter.oneOrMany.map(toString)
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/Parser.swift:15:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<Output> {
              ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/StringParsers.swift:18:12: note: add '@MainActor' to make let 'uppercaseString' part of global actor 'MainActor'
public let uppercaseString = uppercaseLetter.oneOrMany.map(toString)
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/StringParsers.swift:18:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let uppercaseString = uppercaseLetter.oneOrMany.map(toString)
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/StringParsers.swift:21:12: warning: let 'lowercaseString' is not concurrency-safe because non-'Sendable' type 'Parser<String>' may have shared mutable state; this is an error in the Swift 6 language mode
public let lowercaseString = lowercaseLetter.oneOrMany.map(toString)
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/Parser.swift:15:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<Output> {
              ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/StringParsers.swift:21:12: note: add '@MainActor' to make let 'lowercaseString' part of global actor 'MainActor'
public let lowercaseString = lowercaseLetter.oneOrMany.map(toString)
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/StringParsers.swift:21:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let lowercaseString = lowercaseLetter.oneOrMany.map(toString)
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/StringParsers.swift:24:12: warning: let 'alphanumericString' is not concurrency-safe because non-'Sendable' type 'Parser<String>' may have shared mutable state; this is an error in the Swift 6 language mode
public let alphanumericString = alphanumeric.oneOrMany.map(toString)
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/Parser.swift:15:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<Output> {
              ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/StringParsers.swift:24:12: note: add '@MainActor' to make let 'alphanumericString' part of global actor 'MainActor'
public let alphanumericString = alphanumeric.oneOrMany.map(toString)
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/StringParsers.swift:24:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let alphanumericString = alphanumeric.oneOrMany.map(toString)
           ^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Parser+Combinators.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/Parser+Combinators.swift (in target 'ParserCombinator' from project 'ParserCombinator')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/Parser+Combinators.swift (in target 'ParserCombinator' from project 'ParserCombinator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ ParserCombinator (in target 'ParserCombinator' from project 'ParserCombinator')
EmitSwiftModule normal arm64 (in target 'ParserCombinator' from project 'ParserCombinator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:94:12: warning: let 'anyCharacter' is not concurrency-safe because non-'Sendable' type 'Parser<Character>' may have shared mutable state; this is an error in the Swift 6 language mode
public let anyCharacter = character { _ in true}
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/Parser.swift:15:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<Output> {
              ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:94:12: note: add '@MainActor' to make let 'anyCharacter' part of global actor 'MainActor'
public let anyCharacter = character { _ in true}
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:94:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let anyCharacter = character { _ in true}
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:97:12: warning: let 'letter' is not concurrency-safe because non-'Sendable' type 'Parser<Character>' may have shared mutable state; this is an error in the Swift 6 language mode
public let letter = character(isInCharacterSet: .letters)
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/Parser.swift:15:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<Output> {
              ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:97:12: note: add '@MainActor' to make let 'letter' part of global actor 'MainActor'
public let letter = character(isInCharacterSet: .letters)
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:97:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let letter = character(isInCharacterSet: .letters)
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:100:12: warning: let 'lowercaseLetter' is not concurrency-safe because non-'Sendable' type 'Parser<Character>' may have shared mutable state; this is an error in the Swift 6 language mode
public let lowercaseLetter = character(isInCharacterSet: .lowercaseLetters)
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/Parser.swift:15:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<Output> {
              ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:100:12: note: add '@MainActor' to make let 'lowercaseLetter' part of global actor 'MainActor'
public let lowercaseLetter = character(isInCharacterSet: .lowercaseLetters)
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:100:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let lowercaseLetter = character(isInCharacterSet: .lowercaseLetters)
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:103:12: warning: let 'uppercaseLetter' is not concurrency-safe because non-'Sendable' type 'Parser<Character>' may have shared mutable state; this is an error in the Swift 6 language mode
public let uppercaseLetter = character(isInCharacterSet: .uppercaseLetters)
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/Parser.swift:15:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<Output> {
              ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:103:12: note: add '@MainActor' to make let 'uppercaseLetter' part of global actor 'MainActor'
public let uppercaseLetter = character(isInCharacterSet: .uppercaseLetters)
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:103:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let uppercaseLetter = character(isInCharacterSet: .uppercaseLetters)
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:106:12: warning: let 'alphanumeric' is not concurrency-safe because non-'Sendable' type 'Parser<Character>' may have shared mutable state; this is an error in the Swift 6 language mode
public let alphanumeric = character(isInCharacterSet: .alphanumerics)
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/Parser.swift:15:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<Output> {
              ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:106:12: note: add '@MainActor' to make let 'alphanumeric' part of global actor 'MainActor'
public let alphanumeric = character(isInCharacterSet: .alphanumerics)
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:106:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let alphanumeric = character(isInCharacterSet: .alphanumerics)
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:109:12: warning: let 'digit' is not concurrency-safe because non-'Sendable' type 'Parser<Character>' may have shared mutable state; this is an error in the Swift 6 language mode
public let digit = character(isInCharacterSet: .decimalDigits)
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/Parser.swift:15:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<Output> {
              ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:109:12: note: add '@MainActor' to make let 'digit' part of global actor 'MainActor'
public let digit = character(isInCharacterSet: .decimalDigits)
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:109:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let digit = character(isInCharacterSet: .decimalDigits)
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:112:12: warning: let 'whitespace' is not concurrency-safe because non-'Sendable' type 'Parser<Character>' may have shared mutable state; this is an error in the Swift 6 language mode
public let whitespace = character(isInCharacterSet: .whitespaces)
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/Parser.swift:15:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<Output> {
              ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:112:12: note: add '@MainActor' to make let 'whitespace' part of global actor 'MainActor'
public let whitespace = character(isInCharacterSet: .whitespaces)
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:112:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let whitespace = character(isInCharacterSet: .whitespaces)
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:115:12: warning: let 'newline' is not concurrency-safe because non-'Sendable' type 'Parser<Character>' may have shared mutable state; this is an error in the Swift 6 language mode
public let newline = character(isInCharacterSet: .newlines)
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/Parser.swift:15:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<Output> {
              ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:115:12: note: add '@MainActor' to make let 'newline' part of global actor 'MainActor'
public let newline = character(isInCharacterSet: .newlines)
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:115:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let newline = character(isInCharacterSet: .newlines)
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:118:12: warning: let 'whitespaceOrNewline' is not concurrency-safe because non-'Sendable' type 'Parser<Character>' may have shared mutable state; this is an error in the Swift 6 language mode
public let whitespaceOrNewline = character(isInCharacterSet: .whitespacesAndNewlines)
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/Parser.swift:15:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<Output> {
              ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:118:12: note: add '@MainActor' to make let 'whitespaceOrNewline' part of global actor 'MainActor'
public let whitespaceOrNewline = character(isInCharacterSet: .whitespacesAndNewlines)
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:118:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let whitespaceOrNewline = character(isInCharacterSet: .whitespacesAndNewlines)
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:123:12: warning: let 'comma' is not concurrency-safe because non-'Sendable' type 'Parser<Character>' may have shared mutable state; this is an error in the Swift 6 language mode
public let comma = character(isEqualTo: ",")
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/Parser.swift:15:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<Output> {
              ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:123:12: note: add '@MainActor' to make let 'comma' part of global actor 'MainActor'
public let comma = character(isEqualTo: ",")
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:123:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let comma = character(isEqualTo: ",")
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:126:12: warning: let 'fullstop' is not concurrency-safe because non-'Sendable' type 'Parser<Character>' may have shared mutable state; this is an error in the Swift 6 language mode
public let fullstop = character(isEqualTo: ".")
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/Parser.swift:15:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<Output> {
              ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:126:12: note: add '@MainActor' to make let 'fullstop' part of global actor 'MainActor'
public let fullstop = character(isEqualTo: ".")
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/CharacterParsers.swift:126:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let fullstop = character(isEqualTo: ".")
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/NumberParsers.swift:10:12: warning: let 'integerNumber' is not concurrency-safe because non-'Sendable' type 'Parser<Int>' may have shared mutable state; this is an error in the Swift 6 language mode
public let integerNumber = digit.oneOrMany.map { characterArray -> Int in
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/Parser.swift:15:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<Output> {
              ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/NumberParsers.swift:10:12: note: add '@MainActor' to make let 'integerNumber' part of global actor 'MainActor'
public let integerNumber = digit.oneOrMany.map { characterArray -> Int in
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/NumberParsers.swift:10:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let integerNumber = digit.oneOrMany.map { characterArray -> Int in
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/StringParsers.swift:11:12: warning: let 'toString' is not concurrency-safe because non-'Sendable' type '([Character]) -> String' may have shared mutable state; this is an error in the Swift 6 language mode
public let toString: ([Character]) -> String = { characters in String(characters) }
           ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/StringParsers.swift:11:12: note: add '@MainActor' to make let 'toString' part of global actor 'MainActor'
public let toString: ([Character]) -> String = { characters in String(characters) }
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/StringParsers.swift:11:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let toString: ([Character]) -> String = { characters in String(characters) }
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/StringParsers.swift:18:12: warning: let 'uppercaseString' is not concurrency-safe because non-'Sendable' type 'Parser<String>' may have shared mutable state; this is an error in the Swift 6 language mode
public let uppercaseString = uppercaseLetter.oneOrMany.map(toString)
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/Parser.swift:15:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<Output> {
              ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/StringParsers.swift:18:12: note: add '@MainActor' to make let 'uppercaseString' part of global actor 'MainActor'
public let uppercaseString = uppercaseLetter.oneOrMany.map(toString)
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/StringParsers.swift:18:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let uppercaseString = uppercaseLetter.oneOrMany.map(toString)
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/StringParsers.swift:21:12: warning: let 'lowercaseString' is not concurrency-safe because non-'Sendable' type 'Parser<String>' may have shared mutable state; this is an error in the Swift 6 language mode
public let lowercaseString = lowercaseLetter.oneOrMany.map(toString)
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/Parser.swift:15:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<Output> {
              ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/StringParsers.swift:21:12: note: add '@MainActor' to make let 'lowercaseString' part of global actor 'MainActor'
public let lowercaseString = lowercaseLetter.oneOrMany.map(toString)
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/StringParsers.swift:21:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let lowercaseString = lowercaseLetter.oneOrMany.map(toString)
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/StringParsers.swift:24:12: warning: let 'alphanumericString' is not concurrency-safe because non-'Sendable' type 'Parser<String>' may have shared mutable state; this is an error in the Swift 6 language mode
public let alphanumericString = alphanumeric.oneOrMany.map(toString)
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/Parser.swift:15:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<Output> {
              ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/StringParsers.swift:24:12: note: add '@MainActor' to make let 'alphanumericString' part of global actor 'MainActor'
public let alphanumericString = alphanumeric.oneOrMany.map(toString)
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/StringParsers.swift:24:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let alphanumericString = alphanumeric.oneOrMany.map(toString)
           ^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ ParserOperators.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/ParserOperators.swift (in target 'ParserCombinator' from project 'ParserCombinator')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/ParserOperators.swift (in target 'ParserCombinator' from project 'ParserCombinator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/NumberParsers.swift:10:12: warning: let 'integerNumber' is not concurrency-safe because non-'Sendable' type 'Parser<Int>' may have shared mutable state; this is an error in the Swift 6 language mode
public let integerNumber = digit.oneOrMany.map { characterArray -> Int in
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/Parser.swift:15:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<Output> {
              ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/NumberParsers.swift:10:12: note: add '@MainActor' to make let 'integerNumber' part of global actor 'MainActor'
public let integerNumber = digit.oneOrMany.map { characterArray -> Int in
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ParserCombinator/NumberParsers.swift:10:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let integerNumber = digit.oneOrMany.map { characterArray -> Int in
           ^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Emitting module for ParserCombinator (in target 'ParserCombinator' from project 'ParserCombinator')
SwiftDriver\ Compilation\ Requirements ParserCombinator normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ParserCombinator' from project 'ParserCombinator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ParserCombinator -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/Objects-normal/arm64/ParserCombinator.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -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/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.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-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/Objects-normal/arm64/ParserCombinator-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/ParserCombinator.build/Debug-xros/ParserCombinator.build/Objects-normal/arm64/ParserCombinator.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/ParserCombinator.build/Debug-xros/ParserCombinator.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/Objects-normal/arm64/ParserCombinator_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.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/ParserCombinator.build/Debug-xros/ParserCombinator.build/Objects-normal/arm64/ParserCombinator-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/ParserCombinator-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/Objects-normal/arm64/ParserCombinator-Swift.h (in target 'ParserCombinator' from project 'ParserCombinator')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/Objects-normal/arm64/ParserCombinator-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/ParserCombinator-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ParserCombinator.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/Objects-normal/arm64/ParserCombinator.swiftmodule (in target 'ParserCombinator' from project 'ParserCombinator')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/Objects-normal/arm64/ParserCombinator.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ParserCombinator.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ParserCombinator.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/Objects-normal/arm64/ParserCombinator.swiftdoc (in target 'ParserCombinator' from project 'ParserCombinator')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/Objects-normal/arm64/ParserCombinator.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ParserCombinator.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ParserCombinator.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/Objects-normal/arm64/ParserCombinator.abi.json (in target 'ParserCombinator' from project 'ParserCombinator')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/Objects-normal/arm64/ParserCombinator.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ParserCombinator.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ParserCombinator.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/Objects-normal/arm64/ParserCombinator.swiftsourceinfo (in target 'ParserCombinator' from project 'ParserCombinator')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/Objects-normal/arm64/ParserCombinator.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ParserCombinator.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Parser.swift (in target 'ParserCombinator' from project 'ParserCombinator')
SwiftDriverJobDiscovery normal arm64 Compiling Parser+Run.swift (in target 'ParserCombinator' from project 'ParserCombinator')
SwiftDriverJobDiscovery normal arm64 Compiling Parser+Combinators.swift (in target 'ParserCombinator' from project 'ParserCombinator')
SwiftDriverJobDiscovery normal arm64 Compiling ParseResult.swift (in target 'ParserCombinator' from project 'ParserCombinator')
SwiftDriverJobDiscovery normal arm64 Compiling ParserOperators.swift (in target 'ParserCombinator' from project 'ParserCombinator')
SwiftDriverJobDiscovery normal arm64 Compiling NumberParsers.swift (in target 'ParserCombinator' from project 'ParserCombinator')
SwiftDriverJobDiscovery normal arm64 Compiling Character+UnicodeScalar.swift (in target 'ParserCombinator' from project 'ParserCombinator')
SwiftDriverJobDiscovery normal arm64 Compiling StringParsers.swift (in target 'ParserCombinator' from project 'ParserCombinator')
SwiftDriverJobDiscovery normal arm64 Compiling CharacterParsers.swift (in target 'ParserCombinator' from project 'ParserCombinator')
SwiftDriver\ Compilation ParserCombinator normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ParserCombinator' from project 'ParserCombinator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ParserCombinator -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/Objects-normal/arm64/ParserCombinator.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -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/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.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-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/Objects-normal/arm64/ParserCombinator-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/ParserCombinator.build/Debug-xros/ParserCombinator.build/Objects-normal/arm64/ParserCombinator.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/ParserCombinator.build/Debug-xros/ParserCombinator.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/Objects-normal/arm64/ParserCombinator_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.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/ParserCombinator.build/Debug-xros/ParserCombinator.build/Objects-normal/arm64/ParserCombinator-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ParserCombinator.o normal (in target 'ParserCombinator' from project 'ParserCombinator')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/Objects-normal/arm64/ParserCombinator.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/Objects-normal/arm64/ParserCombinator_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/Objects-normal/arm64/ParserCombinator_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/Objects-normal/arm64/ParserCombinator.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ParserCombinator.o
ExtractAppIntentsMetadata (in target 'ParserCombinator' from project 'ParserCombinator')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name ParserCombinator --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.ParserCombinator --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ParserCombinator.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ParserCombinator.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/Objects-normal/arm64/ParserCombinator_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/Objects-normal/arm64/ParserCombinator.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/ParserCombinator.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/ParserCombinator.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ParserCombinator.build/Debug-xros/ParserCombinator.build/Objects-normal/arm64/ParserCombinator.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-25 12:37:08.649 appintentsmetadataprocessor[729:4061] Starting appintentsmetadataprocessor export
2025-04-25 12:37:08.690 appintentsmetadataprocessor[729:4061] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ParserCombinator.o (in target 'ParserCombinator' from project 'ParserCombinator')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ParserCombinator.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ParserCombinator",
  "name" : "ParserCombinator",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    }
  ],
  "products" : [
    {
      "name" : "ParserCombinator",
      "targets" : [
        "ParserCombinator"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ParserCombinatorTests",
      "module_type" : "SwiftTarget",
      "name" : "ParserCombinatorTests",
      "path" : "Tests/ParserCombinatorTests",
      "sources" : [
        "Character+UnicodeScalarTests.swift",
        "CharacterParserTests+PremadeParsers.swift",
        "CharacterParserTests+SpecialCharacters.swift",
        "CharacterParserTests.swift",
        "NumberParserTests.swift",
        "ParseResultTests.swift",
        "Parser+CombinatorTests.swift",
        "Parser+RunTests.swift",
        "ParserOperatorTests+Combinations.swift",
        "ParserOperatorTests.swift",
        "ParserTestHelper.swift",
        "ParserTests.swift",
        "StringParserTests.swift"
      ],
      "target_dependencies" : [
        "ParserCombinator"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ParserCombinator",
      "module_type" : "SwiftTarget",
      "name" : "ParserCombinator",
      "path" : "Sources/ParserCombinator",
      "product_memberships" : [
        "ParserCombinator"
      ],
      "sources" : [
        "Character+UnicodeScalar.swift",
        "CharacterParsers.swift",
        "NumberParsers.swift",
        "ParseResult.swift",
        "Parser+Combinators.swift",
        "Parser+Run.swift",
        "Parser.swift",
        "ParserOperators.swift",
        "StringParsers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.