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 Matchable, reference main (d53e80), with Swift 6.1 for watchOS using Xcode 16.3 on 27 Apr 2025 01:40:49 UTC.

Swift 6 data race errors: 15

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Matchable -destination generic/platform=watchOS 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/elegantchaos/Matchable.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/elegantchaos/Matchable
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d53e807 added license
Cloned https://github.com/elegantchaos/Matchable.git
Revision (git rev-parse @):
d53e807009960aafbd54f6229c2542f906628b38
SUCCESS checkout https://github.com/elegantchaos/Matchable.git at main
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/elegantchaos/Matchable.git
https://github.com/elegantchaos/Matchable.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Matchable",
  "name" : "Matchable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Matchable",
      "targets" : [
        "Matchable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MatchableTests",
      "module_type" : "SwiftTarget",
      "name" : "MatchableTests",
      "path" : "Tests/MatchableTests",
      "sources" : [
        "MatchableTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Matchable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Matchable",
      "module_type" : "SwiftTarget",
      "name" : "Matchable",
      "path" : "Sources/Matchable",
      "product_memberships" : [
        "Matchable"
      ],
      "sources" : [
        "Bool+Matchable.swift",
        "Collections+Matchable.swift",
        "Date+Matchable.swift",
        "FloatingPoint+Matchable.swift",
        "Integer+Matchable.swift",
        "MatchFailedError.swift",
        "Matchable.swift",
        "MatchableCompound.swift",
        "Optional+Matchable.swift",
        "RawRepresentable+Matchable.swift",
        "String+Matchable.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
Resolve Package Graph
Resolved source packages:
  Matchable: /Users/admin/builder/spi-builder-workspace
resolved source packages: Matchable
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Matchable",
  "name" : "Matchable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Matchable",
      "targets" : [
        "Matchable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MatchableTests",
      "module_type" : "SwiftTarget",
      "name" : "MatchableTests",
      "path" : "Tests/MatchableTests",
      "sources" : [
        "MatchableTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Matchable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Matchable",
      "module_type" : "SwiftTarget",
      "name" : "Matchable",
      "path" : "Sources/Matchable",
      "product_memberships" : [
        "Matchable"
      ],
      "sources" : [
        "Bool+Matchable.swift",
        "Collections+Matchable.swift",
        "Date+Matchable.swift",
        "FloatingPoint+Matchable.swift",
        "Integer+Matchable.swift",
        "MatchFailedError.swift",
        "Matchable.swift",
        "MatchableCompound.swift",
        "Optional+Matchable.swift",
        "RawRepresentable+Matchable.swift",
        "String+Matchable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Matchable"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Matchable -destination generic/platform=watchOS 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 Matchable -destination generic/platform=watchOS "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:
  Matchable: /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 'Matchable' in project 'Matchable'
        ➜ Explicit dependency on target 'Matchable' in project 'Matchable'
    Target 'Matchable' in project 'Matchable' (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/WatchOS.platform/Developer/SDKs/WatchOS11.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: a96793e9e0a25413bbb1734964f8414c
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/a96793e9e0a25413bbb1734964f8414c.xcbuilddata
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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.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/EagerLinkingTBDs/Debug-watchos
    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-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Matchable.modulemap (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Matchable.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/armv7k/Matchable-OutputFileMap.json (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/armv7k/Matchable-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/armv7k/Matchable_const_extract_protocols.json (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/armv7k/Matchable_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/armv7k/Matchable.LinkFileList (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/armv7k/Matchable.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64_32/Matchable_const_extract_protocols.json (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64_32/Matchable_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/armv7k/Matchable.SwiftFileList (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/armv7k/Matchable.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64_32/Matchable-OutputFileMap.json (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64_32/Matchable-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64/Matchable-OutputFileMap.json (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64/Matchable-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64/Matchable_const_extract_protocols.json (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64/Matchable_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/armv7k/Matchable.SwiftConstValuesFileList (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/armv7k/Matchable.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64_32/Matchable.SwiftFileList (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64_32/Matchable.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64_32/Matchable.SwiftConstValuesFileList (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64_32/Matchable.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64_32/Matchable.LinkFileList (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64_32/Matchable.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64/Matchable.SwiftFileList (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64/Matchable.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64/Matchable.SwiftConstValuesFileList (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64/Matchable.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64/Matchable.LinkFileList (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64/Matchable.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Matchable.DependencyStaticMetadataFileList (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Matchable.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Matchable.DependencyMetadataFileList (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Matchable.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/Matchable.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Matchable.modulemap (in target 'Matchable' from project 'Matchable')
    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/Matchable.build/Debug-watchos/Matchable.build/Matchable.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos
SwiftDriver Matchable normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Matchable' from project 'Matchable')
    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 Matchable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64_32/Matchable.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64_32/Matchable-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/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64_32/Matchable.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/Matchable.build/Debug-watchos/Matchable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64_32/Matchable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.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/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64_32/Matchable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver Matchable normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Matchable' from project 'Matchable')
    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 Matchable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/armv7k/Matchable.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/armv7k/Matchable-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/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/armv7k/Matchable.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/Matchable.build/Debug-watchos/Matchable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/armv7k/Matchable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.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/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/armv7k/Matchable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver Matchable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Matchable' from project 'Matchable')
    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 Matchable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64/Matchable.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64/Matchable-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/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64/Matchable.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/Matchable.build/Debug-watchos/Matchable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64/Matchable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.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/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64/Matchable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Bool+Matchable.swift,\ Collections+Matchable.swift /Users/admin/builder/spi-builder-workspace/Sources/Matchable/Bool+Matchable.swift /Users/admin/builder/spi-builder-workspace/Sources/Matchable/Collections+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Matchable/Bool+Matchable.swift (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

/Users/admin/builder/spi-builder-workspace/Sources/Matchable/MatchFailedError.swift:34:16: warning: stored property 'value' of 'Sendable'-conforming generic struct 'MatchFailedError' has non-sendable type 'T'; this is an error in the Swift 6 language mode
    public let value: T
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/MatchFailedError.swift:24:32: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public struct MatchFailedError<T>: MatchFailedErrorBase {
                               ^
                                : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/MatchFailedError.swift:35:16: warning: stored property 'expected' of 'Sendable'-conforming generic struct 'MatchFailedError' has non-sendable type 'T'; this is an error in the Swift 6 language mode
    public let expected: T
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/MatchFailedError.swift:24:32: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public struct MatchFailedError<T>: MatchFailedErrorBase {
                               ^
                                : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/MatchFailedError.swift:36:16: warning: stored property 'context' of 'Sendable'-conforming generic struct 'MatchFailedError' has non-sendable type 'any MatchableContext'; this is an error in the Swift 6 language mode
    public let context: MatchableContext
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:27:17: note: protocol 'MatchableContext' does not conform to the 'Sendable' protocol
public protocol MatchableContext {
                ^
SwiftCompile normal arm64 Compiling\ Integer+Matchable.swift /Users/admin/builder/spi-builder-workspace/Sources/Matchable/Integer+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Matchable/Integer+Matchable.swift (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:60:23: warning: static property 'ignoringWhitespace' is not concurrency-safe because non-'Sendable' type 'MatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ignoringWhitespace = Self(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:54:15: note: consider making struct 'MatchOptions' conform to the 'Sendable' protocol
public struct MatchOptions: OptionSet {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:60:23: note: add '@MainActor' to make static property 'ignoringWhitespace' part of global actor 'MainActor'
    public static let ignoringWhitespace = Self(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:60:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ignoringWhitespace = Self(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:61:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'MatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let `default`: MatchOptions = []
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:54:15: note: consider making struct 'MatchOptions' conform to the 'Sendable' protocol
public struct MatchOptions: OptionSet {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:61:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    public static let `default`: MatchOptions = []
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:61:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let `default`: MatchOptions = []
                      ^
    nonisolated(unsafe)
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Matchable (in target 'Matchable' from project 'Matchable')
EmitSwiftModule normal arm64_32 (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Matchable/MatchFailedError.swift:34:16: warning: stored property 'value' of 'Sendable'-conforming generic struct 'MatchFailedError' has non-sendable type 'T'; this is an error in the Swift 6 language mode
    public let value: T
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/MatchFailedError.swift:24:32: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public struct MatchFailedError<T>: MatchFailedErrorBase {
                               ^
                                : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/MatchFailedError.swift:35:16: warning: stored property 'expected' of 'Sendable'-conforming generic struct 'MatchFailedError' has non-sendable type 'T'; this is an error in the Swift 6 language mode
    public let expected: T
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/MatchFailedError.swift:24:32: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public struct MatchFailedError<T>: MatchFailedErrorBase {
                               ^
                                : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/MatchFailedError.swift:36:16: warning: stored property 'context' of 'Sendable'-conforming generic struct 'MatchFailedError' has non-sendable type 'any MatchableContext'; this is an error in the Swift 6 language mode
    public let context: MatchableContext
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:27:17: note: protocol 'MatchableContext' does not conform to the 'Sendable' protocol
public protocol MatchableContext {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:60:23: warning: static property 'ignoringWhitespace' is not concurrency-safe because non-'Sendable' type 'MatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ignoringWhitespace = Self(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:54:15: note: consider making struct 'MatchOptions' conform to the 'Sendable' protocol
public struct MatchOptions: OptionSet {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:60:23: note: add '@MainActor' to make static property 'ignoringWhitespace' part of global actor 'MainActor'
    public static let ignoringWhitespace = Self(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:60:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ignoringWhitespace = Self(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:61:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'MatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let `default`: MatchOptions = []
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:54:15: note: consider making struct 'MatchOptions' conform to the 'Sendable' protocol
public struct MatchOptions: OptionSet {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:61:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    public static let `default`: MatchOptions = []
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:61:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let `default`: MatchOptions = []
                      ^
    nonisolated(unsafe)
SwiftEmitModule normal armv7k Emitting\ module\ for\ Matchable (in target 'Matchable' from project 'Matchable')
EmitSwiftModule normal armv7k (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Matchable/MatchFailedError.swift:34:16: warning: stored property 'value' of 'Sendable'-conforming generic struct 'MatchFailedError' has non-sendable type 'T'; this is an error in the Swift 6 language mode
    public let value: T
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/MatchFailedError.swift:24:32: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public struct MatchFailedError<T>: MatchFailedErrorBase {
                               ^
                                : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/MatchFailedError.swift:35:16: warning: stored property 'expected' of 'Sendable'-conforming generic struct 'MatchFailedError' has non-sendable type 'T'; this is an error in the Swift 6 language mode
    public let expected: T
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/MatchFailedError.swift:24:32: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public struct MatchFailedError<T>: MatchFailedErrorBase {
                               ^
                                : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/MatchFailedError.swift:36:16: warning: stored property 'context' of 'Sendable'-conforming generic struct 'MatchFailedError' has non-sendable type 'any MatchableContext'; this is an error in the Swift 6 language mode
    public let context: MatchableContext
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:27:17: note: protocol 'MatchableContext' does not conform to the 'Sendable' protocol
public protocol MatchableContext {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:60:23: warning: static property 'ignoringWhitespace' is not concurrency-safe because non-'Sendable' type 'MatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ignoringWhitespace = Self(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:54:15: note: consider making struct 'MatchOptions' conform to the 'Sendable' protocol
public struct MatchOptions: OptionSet {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:60:23: note: add '@MainActor' to make static property 'ignoringWhitespace' part of global actor 'MainActor'
    public static let ignoringWhitespace = Self(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:60:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ignoringWhitespace = Self(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:61:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'MatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let `default`: MatchOptions = []
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:54:15: note: consider making struct 'MatchOptions' conform to the 'Sendable' protocol
public struct MatchOptions: OptionSet {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:61:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    public static let `default`: MatchOptions = []
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:61:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let `default`: MatchOptions = []
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64_32 Compiling\ Date+Matchable.swift /Users/admin/builder/spi-builder-workspace/Sources/Matchable/Date+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Matchable/Date+Matchable.swift (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/Matchable/MatchFailedError.swift:34:16: warning: stored property 'value' of 'Sendable'-conforming generic struct 'MatchFailedError' has non-sendable type 'T'; this is an error in the Swift 6 language mode
    public let value: T
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/MatchFailedError.swift:24:32: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public struct MatchFailedError<T>: MatchFailedErrorBase {
                               ^
                                : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/MatchFailedError.swift:35:16: warning: stored property 'expected' of 'Sendable'-conforming generic struct 'MatchFailedError' has non-sendable type 'T'; this is an error in the Swift 6 language mode
    public let expected: T
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/MatchFailedError.swift:24:32: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public struct MatchFailedError<T>: MatchFailedErrorBase {
                               ^
                                : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/MatchFailedError.swift:36:16: warning: stored property 'context' of 'Sendable'-conforming generic struct 'MatchFailedError' has non-sendable type 'any MatchableContext'; this is an error in the Swift 6 language mode
    public let context: MatchableContext
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:27:17: note: protocol 'MatchableContext' does not conform to the 'Sendable' protocol
public protocol MatchableContext {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:60:23: warning: static property 'ignoringWhitespace' is not concurrency-safe because non-'Sendable' type 'MatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ignoringWhitespace = Self(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:54:15: note: consider making struct 'MatchOptions' conform to the 'Sendable' protocol
public struct MatchOptions: OptionSet {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:60:23: note: add '@MainActor' to make static property 'ignoringWhitespace' part of global actor 'MainActor'
    public static let ignoringWhitespace = Self(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:60:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ignoringWhitespace = Self(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:61:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'MatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let `default`: MatchOptions = []
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:54:15: note: consider making struct 'MatchOptions' conform to the 'Sendable' protocol
public struct MatchOptions: OptionSet {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:61:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    public static let `default`: MatchOptions = []
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:61:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let `default`: MatchOptions = []
                      ^
    nonisolated(unsafe)
SwiftCompile normal armv7k Compiling\ Matchable.swift /Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:60:23: warning: static property 'ignoringWhitespace' is not concurrency-safe because non-'Sendable' type 'MatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ignoringWhitespace = Self(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:54:15: note: consider making struct 'MatchOptions' conform to the 'Sendable' protocol
public struct MatchOptions: OptionSet {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:60:23: note: add '@MainActor' to make static property 'ignoringWhitespace' part of global actor 'MainActor'
    public static let ignoringWhitespace = Self(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:60:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ignoringWhitespace = Self(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:61:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'MatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let `default`: MatchOptions = []
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:54:15: note: consider making struct 'MatchOptions' conform to the 'Sendable' protocol
public struct MatchOptions: OptionSet {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:61:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    public static let `default`: MatchOptions = []
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:61:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let `default`: MatchOptions = []
                      ^
    nonisolated(unsafe)
SwiftCompile normal armv7k Compiling\ MatchableCompound.swift /Users/admin/builder/spi-builder-workspace/Sources/Matchable/MatchableCompound.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Matchable/MatchableCompound.swift (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Emitting module for Matchable (in target 'Matchable' from project 'Matchable')
SwiftDriver\ Compilation\ Requirements Matchable normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Matchable' from project 'Matchable')
    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 Matchable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/armv7k/Matchable.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/armv7k/Matchable-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/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/armv7k/Matchable.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/Matchable.build/Debug-watchos/Matchable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/armv7k/Matchable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.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/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/armv7k/Matchable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Emitting module for Matchable (in target 'Matchable' from project 'Matchable')
SwiftDriver\ Compilation\ Requirements Matchable normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Matchable' from project 'Matchable')
    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 Matchable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64_32/Matchable.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64_32/Matchable-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/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64_32/Matchable.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/Matchable.build/Debug-watchos/Matchable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64_32/Matchable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.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/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64_32/Matchable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Matchable.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/armv7k/Matchable.swiftmodule (in target 'Matchable' from project 'Matchable')
    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/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/armv7k/Matchable.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Matchable.swiftmodule/armv7k-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Matchable.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/armv7k/Matchable.swiftdoc (in target 'Matchable' from project 'Matchable')
    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/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/armv7k/Matchable.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Matchable.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Matchable.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/armv7k/Matchable.abi.json (in target 'Matchable' from project 'Matchable')
    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/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/armv7k/Matchable.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Matchable.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Matchable.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64_32/Matchable.swiftmodule (in target 'Matchable' from project 'Matchable')
    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/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64_32/Matchable.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Matchable.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Matchable.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64_32/Matchable.swiftdoc (in target 'Matchable' from project 'Matchable')
    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/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64_32/Matchable.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Matchable.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Matchable.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64_32/Matchable.abi.json (in target 'Matchable' from project 'Matchable')
    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/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64_32/Matchable.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Matchable.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Matchable.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/armv7k/Matchable.swiftsourceinfo (in target 'Matchable' from project 'Matchable')
    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/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/armv7k/Matchable.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Matchable.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Matchable.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64_32/Matchable.swiftsourceinfo (in target 'Matchable' from project 'Matchable')
    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/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64_32/Matchable.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Matchable.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ Optional+Matchable.swift /Users/admin/builder/spi-builder-workspace/Sources/Matchable/Optional+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Matchable/Optional+Matchable.swift (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64 Emitting module for Matchable (in target 'Matchable' from project 'Matchable')
SwiftDriver\ Compilation\ Requirements Matchable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Matchable' from project 'Matchable')
    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 Matchable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64/Matchable.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64/Matchable-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/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64/Matchable.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/Matchable.build/Debug-watchos/Matchable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64/Matchable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.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/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64/Matchable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Compiling MatchableCompound.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64_32 Compiling\ MatchFailedError.swift /Users/admin/builder/spi-builder-workspace/Sources/Matchable/MatchFailedError.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Matchable/MatchFailedError.swift (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Matchable/MatchFailedError.swift:34:16: warning: stored property 'value' of 'Sendable'-conforming generic struct 'MatchFailedError' has non-sendable type 'T'; this is an error in the Swift 6 language mode
    public let value: T
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/MatchFailedError.swift:24:32: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public struct MatchFailedError<T>: MatchFailedErrorBase {
                               ^
                                : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/MatchFailedError.swift:35:16: warning: stored property 'expected' of 'Sendable'-conforming generic struct 'MatchFailedError' has non-sendable type 'T'; this is an error in the Swift 6 language mode
    public let expected: T
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/MatchFailedError.swift:24:32: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public struct MatchFailedError<T>: MatchFailedErrorBase {
                               ^
                                : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/MatchFailedError.swift:36:16: warning: stored property 'context' of 'Sendable'-conforming generic struct 'MatchFailedError' has non-sendable type 'any MatchableContext'; this is an error in the Swift 6 language mode
    public let context: MatchableContext
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:27:17: note: protocol 'MatchableContext' does not conform to the 'Sendable' protocol
public protocol MatchableContext {
                ^
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/Matchable-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64/Matchable-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64_32/Matchable-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/armv7k/Matchable-Swift.h (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64/Matchable-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64_32/Matchable-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/armv7k/Matchable-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/Matchable-Swift.h
SwiftDriverJobDiscovery normal armv7k Compiling Date+Matchable.swift (in target 'Matchable' from project 'Matchable')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Matchable.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64/Matchable.swiftmodule (in target 'Matchable' from project 'Matchable')
    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/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64/Matchable.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Matchable.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Matchable.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64/Matchable.swiftdoc (in target 'Matchable' from project 'Matchable')
    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/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64/Matchable.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Matchable.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Matchable.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64/Matchable.abi.json (in target 'Matchable' from project 'Matchable')
    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/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64/Matchable.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Matchable.swiftmodule/arm64-apple-watchos.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling Date+Matchable.swift (in target 'Matchable' from project 'Matchable')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Matchable.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64/Matchable.swiftsourceinfo (in target 'Matchable' from project 'Matchable')
    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/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64/Matchable.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Matchable.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ String+Matchable.swift /Users/admin/builder/spi-builder-workspace/Sources/Matchable/String+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Matchable/String+Matchable.swift (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftDriverJobDiscovery normal arm64 Compiling Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal armv7k Compiling\ Bool+Matchable.swift,\ Collections+Matchable.swift /Users/admin/builder/spi-builder-workspace/Sources/Matchable/Bool+Matchable.swift /Users/admin/builder/spi-builder-workspace/Sources/Matchable/Collections+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Matchable/Bool+Matchable.swift (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Matchable/Collections+Matchable.swift (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Optional+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64_32 Compiling\ MatchableCompound.swift /Users/admin/builder/spi-builder-workspace/Sources/Matchable/MatchableCompound.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Matchable/MatchableCompound.swift (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling MatchFailedError.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64_32 Compiling\ Bool+Matchable.swift,\ Collections+Matchable.swift /Users/admin/builder/spi-builder-workspace/Sources/Matchable/Bool+Matchable.swift /Users/admin/builder/spi-builder-workspace/Sources/Matchable/Collections+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Matchable/Bool+Matchable.swift (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Matchable/Collections+Matchable.swift (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftDriverJobDiscovery normal armv7k Compiling Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftDriverJobDiscovery normal arm64 Compiling Integer+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftDriverJobDiscovery normal arm64_32 Compiling Date+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64_32 Compiling\ Matchable.swift /Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:60:23: warning: static property 'ignoringWhitespace' is not concurrency-safe because non-'Sendable' type 'MatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ignoringWhitespace = Self(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:54:15: note: consider making struct 'MatchOptions' conform to the 'Sendable' protocol
public struct MatchOptions: OptionSet {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:60:23: note: add '@MainActor' to make static property 'ignoringWhitespace' part of global actor 'MainActor'
    public static let ignoringWhitespace = Self(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:60:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ignoringWhitespace = Self(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:61:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'MatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let `default`: MatchOptions = []
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:54:15: note: consider making struct 'MatchOptions' conform to the 'Sendable' protocol
public struct MatchOptions: OptionSet {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:61:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    public static let `default`: MatchOptions = []
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:61:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let `default`: MatchOptions = []
                      ^
    nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling Bool+Matchable.swift, Collections+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64_32 Compiling\ String+Matchable.swift /Users/admin/builder/spi-builder-workspace/Sources/Matchable/String+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Matchable/String+Matchable.swift (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling MatchFailedError.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64_32 Compiling\ FloatingPoint+Matchable.swift /Users/admin/builder/spi-builder-workspace/Sources/Matchable/FloatingPoint+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Matchable/FloatingPoint+Matchable.swift (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling MatchableCompound.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal armv7k Compiling\ Integer+Matchable.swift /Users/admin/builder/spi-builder-workspace/Sources/Matchable/Integer+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Matchable/Integer+Matchable.swift (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling MatchableCompound.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal armv7k Compiling\ FloatingPoint+Matchable.swift /Users/admin/builder/spi-builder-workspace/Sources/Matchable/FloatingPoint+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Matchable/FloatingPoint+Matchable.swift (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling RawRepresentable+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64_32 Compiling\ Optional+Matchable.swift /Users/admin/builder/spi-builder-workspace/Sources/Matchable/Optional+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Matchable/Optional+Matchable.swift (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling Optional+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64 Compiling\ RawRepresentable+Matchable.swift /Users/admin/builder/spi-builder-workspace/Sources/Matchable/RawRepresentable+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Matchable/RawRepresentable+Matchable.swift (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling Bool+Matchable.swift, Collections+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal armv7k Compiling\ MatchFailedError.swift /Users/admin/builder/spi-builder-workspace/Sources/Matchable/MatchFailedError.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Matchable/MatchFailedError.swift (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Matchable/MatchFailedError.swift:34:16: warning: stored property 'value' of 'Sendable'-conforming generic struct 'MatchFailedError' has non-sendable type 'T'; this is an error in the Swift 6 language mode
    public let value: T
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/MatchFailedError.swift:24:32: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public struct MatchFailedError<T>: MatchFailedErrorBase {
                               ^
                                : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/MatchFailedError.swift:35:16: warning: stored property 'expected' of 'Sendable'-conforming generic struct 'MatchFailedError' has non-sendable type 'T'; this is an error in the Swift 6 language mode
    public let expected: T
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/MatchFailedError.swift:24:32: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public struct MatchFailedError<T>: MatchFailedErrorBase {
                               ^
                                : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/MatchFailedError.swift:36:16: warning: stored property 'context' of 'Sendable'-conforming generic struct 'MatchFailedError' has non-sendable type 'any MatchableContext'; this is an error in the Swift 6 language mode
    public let context: MatchableContext
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Matchable/Matchable.swift:27:17: note: protocol 'MatchableContext' does not conform to the 'Sendable' protocol
public protocol MatchableContext {
                ^
SwiftDriverJobDiscovery normal arm64 Compiling String+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64_32 Compiling\ Integer+Matchable.swift /Users/admin/builder/spi-builder-workspace/Sources/Matchable/Integer+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Matchable/Integer+Matchable.swift (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling String+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64 Compiling\ FloatingPoint+Matchable.swift /Users/admin/builder/spi-builder-workspace/Sources/Matchable/FloatingPoint+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Matchable/FloatingPoint+Matchable.swift (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling Bool+Matchable.swift, Collections+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal armv7k Compiling\ RawRepresentable+Matchable.swift /Users/admin/builder/spi-builder-workspace/Sources/Matchable/RawRepresentable+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Matchable/RawRepresentable+Matchable.swift (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftDriverJobDiscovery normal arm64_32 Compiling FloatingPoint+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftDriverJobDiscovery normal arm64_32 Compiling Optional+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftDriverJobDiscovery normal armv7k Compiling Integer+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftDriverJobDiscovery normal armv7k Compiling FloatingPoint+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftDriverJobDiscovery normal arm64 Compiling RawRepresentable+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftDriverJobDiscovery normal arm64_32 Compiling String+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftDriverJobDiscovery normal arm64_32 Compiling Integer+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftDriverJobDiscovery normal arm64 Compiling FloatingPoint+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftDriver\ Compilation Matchable normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Matchable' from project 'Matchable')
    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 Matchable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64_32/Matchable.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64_32/Matchable-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/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64_32/Matchable.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/Matchable.build/Debug-watchos/Matchable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64_32/Matchable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.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/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64_32/Matchable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation Matchable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Matchable' from project 'Matchable')
    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 Matchable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64/Matchable.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64/Matchable-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/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64/Matchable.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/Matchable.build/Debug-watchos/Matchable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64/Matchable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.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/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64/Matchable-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/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64_32/Binary/Matchable.o normal arm64_32 (in target 'Matchable' from project 'Matchable')
    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_32-apple-watchos6.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64_32/Matchable.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64_32/Matchable_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64_32/Matchable_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64_32/Matchable.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64_32/Binary/Matchable.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64/Binary/Matchable.o normal arm64 (in target 'Matchable' from project 'Matchable')
    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-watchos6.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64/Matchable.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64/Matchable_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64/Matchable_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64/Matchable.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64/Binary/Matchable.o
SwiftDriverJobDiscovery normal armv7k Compiling RawRepresentable+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftDriverJobDiscovery normal armv7k Compiling MatchFailedError.swift (in target 'Matchable' from project 'Matchable')
SwiftDriver\ Compilation Matchable normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Matchable' from project 'Matchable')
    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 Matchable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/armv7k/Matchable.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/armv7k/Matchable-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/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/armv7k/Matchable.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/Matchable.build/Debug-watchos/Matchable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/armv7k/Matchable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.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/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/armv7k/Matchable-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/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/armv7k/Binary/Matchable.o normal armv7k (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos6.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/armv7k/Matchable.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/armv7k/Matchable_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/armv7k/Matchable_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/armv7k/Matchable.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/armv7k/Binary/Matchable.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Matchable.o normal arm64\ armv7k\ arm64_32 (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64/Binary/Matchable.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/armv7k/Binary/Matchable.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64_32/Binary/Matchable.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Matchable.o
ExtractAppIntentsMetadata (in target 'Matchable' from project 'Matchable')
    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 Matchable --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 6.0 --bundle-identifier spi-builder-workspace.Matchable --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Matchable.appintents --target-triple arm64-apple-watchos6.0 --target-triple armv7k-apple-watchos6.0 --target-triple arm64_32-apple-watchos6.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Matchable.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64/Matchable_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/armv7k/Matchable_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64_32/Matchable_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64/Matchable.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/armv7k/Matchable.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64_32/Matchable.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Matchable.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Matchable.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64/Matchable.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/armv7k/Matchable.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-watchos/Matchable.build/Objects-normal/arm64_32/Matchable.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 18:40:48.518 appintentsmetadataprocessor[743:4234] Starting appintentsmetadataprocessor export
2025-04-26 18:40:48.554 appintentsmetadataprocessor[743:4234] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Matchable.o (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Matchable.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Matchable",
  "name" : "Matchable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Matchable",
      "targets" : [
        "Matchable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MatchableTests",
      "module_type" : "SwiftTarget",
      "name" : "MatchableTests",
      "path" : "Tests/MatchableTests",
      "sources" : [
        "MatchableTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Matchable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Matchable",
      "module_type" : "SwiftTarget",
      "name" : "Matchable",
      "path" : "Sources/Matchable",
      "product_memberships" : [
        "Matchable"
      ],
      "sources" : [
        "Bool+Matchable.swift",
        "Collections+Matchable.swift",
        "Date+Matchable.swift",
        "FloatingPoint+Matchable.swift",
        "Integer+Matchable.swift",
        "MatchFailedError.swift",
        "Matchable.swift",
        "MatchableCompound.swift",
        "Optional+Matchable.swift",
        "RawRepresentable+Matchable.swift",
        "String+Matchable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.