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 RegularExpressionDecoder, reference 0.1.0 (745d53), with Swift 6.1 for watchOS using Xcode 16.3 on 24 Apr 2025 23:25:52 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme RegularExpressionDecoder -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/flight-school/regularexpressiondecoder.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/flight-school/regularexpressiondecoder
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 745d535 Add badges to README.md
Cloned https://github.com/flight-school/regularexpressiondecoder.git
Revision (git rev-parse @):
745d535b8cee97a3053b4b8f1fa2e7c4af838c97
SUCCESS checkout https://github.com/flight-school/regularexpressiondecoder.git at 0.1.0
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/flight-school/regularexpressiondecoder.git
https://github.com/flight-school/regularexpressiondecoder.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "RegularExpressionDecoder",
  "name" : "RegularExpressionDecoder",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "RegularExpressionDecoder",
      "targets" : [
        "RegularExpressionDecoder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RegularExpressionDecoderTests",
      "module_type" : "SwiftTarget",
      "name" : "RegularExpressionDecoderTests",
      "path" : "Tests",
      "sources" : [
        "LinuxMain.swift",
        "RegularExpressionDecoderTests/RegularExpressionDecodingTests.swift"
      ],
      "target_dependencies" : [
        "RegularExpressionDecoder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RegularExpressionDecoder",
      "module_type" : "SwiftTarget",
      "name" : "RegularExpressionDecoder",
      "path" : "Sources",
      "product_memberships" : [
        "RegularExpressionDecoder"
      ],
      "sources" : [
        "RegularExpressionDecoder/KeyedDecodingContainer.swift",
        "RegularExpressionDecoder/RegularExpressionDecoder.swift",
        "RegularExpressionDecoder/RegularExpressionPattern.swift",
        "RegularExpressionDecoder/SingleValueDecodingContainer.swift",
        "RegularExpressionDecoder/UnkeyedDecodingContainer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "RegularExpressionDecoder",
  "name" : "RegularExpressionDecoder",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "RegularExpressionDecoder",
      "targets" : [
        "RegularExpressionDecoder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RegularExpressionDecoderTests",
      "module_type" : "SwiftTarget",
      "name" : "RegularExpressionDecoderTests",
      "path" : "Tests",
      "sources" : [
        "LinuxMain.swift",
        "RegularExpressionDecoderTests/RegularExpressionDecodingTests.swift"
      ],
      "target_dependencies" : [
        "RegularExpressionDecoder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RegularExpressionDecoder",
      "module_type" : "SwiftTarget",
      "name" : "RegularExpressionDecoder",
      "path" : "Sources",
      "product_memberships" : [
        "RegularExpressionDecoder"
      ],
      "sources" : [
        "RegularExpressionDecoder/KeyedDecodingContainer.swift",
        "RegularExpressionDecoder/RegularExpressionDecoder.swift",
        "RegularExpressionDecoder/RegularExpressionPattern.swift",
        "RegularExpressionDecoder/SingleValueDecodingContainer.swift",
        "RegularExpressionDecoder/UnkeyedDecodingContainer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "RegularExpressionDecoder",
    "schemes" : [
      "RegularExpressionDecoder"
    ],
    "targets" : [
      "RegularExpressionDecoder",
      "RegularExpressionDecoderPackageDescription",
      "RegularExpressionDecoderPackageTests",
      "RegularExpressionDecoderTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme RegularExpressionDecoder -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 RegularExpressionDecoder -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
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'RegularExpressionDecoder' in project 'RegularExpressionDecoder' (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: 266e86354949862d398e105e393df09d
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/266e86354949862d398e105e393df09d.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/RegularExpressionDecoder.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
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/RegularExpressionDecoder.xcodeproj
    /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/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/RegularExpressionDecoder.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
    cd /Users/admin/builder/spi-builder-workspace/RegularExpressionDecoder.xcodeproj
    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/RegularExpressionDecoder.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/RegularExpressionDecoder.DependencyMetadataFileList (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/RegularExpressionDecoder.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/RegularExpressionDecoder.DependencyStaticMetadataFileList (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/RegularExpressionDecoder.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64_32/RegularExpressionDecoder-OutputFileMap.json (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64_32/RegularExpressionDecoder-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64_32/RegularExpressionDecoder.LinkFileList (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64_32/RegularExpressionDecoder.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64_32/RegularExpressionDecoder.SwiftFileList (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64_32/RegularExpressionDecoder.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64_32/RegularExpressionDecoder_const_extract_protocols.json (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64_32/RegularExpressionDecoder_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64_32/RegularExpressionDecoder.SwiftConstValuesFileList (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64_32/RegularExpressionDecoder.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder_const_extract_protocols.json (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder.LinkFileList (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder.SwiftFileList (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder.SwiftConstValuesFileList (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder-OutputFileMap.json (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder-OutputFileMap.json
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/RegularExpressionDecoder.framework (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/RegularExpressionDecoder.framework
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/RegularExpressionDecoder.framework/Headers (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/RegularExpressionDecoder.framework/Headers
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/RegularExpressionDecoder.framework/Info.plist /Users/admin/builder/spi-builder-workspace/RegularExpressionDecoder.xcodeproj/RegularExpressionDecoder_Info.plist (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/RegularExpressionDecoder.xcodeproj/RegularExpressionDecoder_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform watchos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/RegularExpressionDecoder.framework/Info.plist
SwiftDriver RegularExpressionDecoder normal arm64 com.apple.xcode.tools.swift.compiler (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name RegularExpressionDecoder -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder.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 -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos11.4 -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 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -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 -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/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder-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/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder.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/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder_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/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver RegularExpressionDecoder normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name RegularExpressionDecoder -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64_32/RegularExpressionDecoder.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 -enable-bare-slash-regex -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-watchos11.4 -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 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -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 -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/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64_32/RegularExpressionDecoder-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/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64_32/RegularExpressionDecoder.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/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64_32/RegularExpressionDecoder_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/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64_32/RegularExpressionDecoder-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ KeyedDecodingContainer.swift /Users/admin/builder/spi-builder-workspace/Sources/RegularExpressionDecoder/KeyedDecodingContainer.swift (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RegularExpressionDecoder/KeyedDecodingContainer.swift (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745537148474264-swift-frontend-RegularExpressionDecoder-KeyedDecodingContainer.swift-arm64_apple_watchos11.4-o-Onone-4021501737.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5344 seconds (4.1482 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0188 (  6.6%)   0.0796 ( 32.1%)   0.0984 ( 18.4%)   1.8595 ( 44.8%)  parse-and-resolve-imports
   0.0181 (  6.3%)   0.0787 ( 31.8%)   0.0968 ( 18.1%)   1.8579 ( 44.8%)  Import resolution
   0.0018 (  0.6%)   0.0156 (  6.3%)   0.0174 (  3.3%)   0.1086 (  2.6%)  load-stdlib
   0.0783 ( 27.3%)   0.0266 ( 10.7%)   0.1049 ( 19.6%)   0.1052 (  2.5%)  build-rewrite-system
   0.0400 ( 14.0%)   0.0094 (  3.8%)   0.0495 (  9.3%)   0.0495 (  1.2%)  perform-sema
   0.0400 ( 13.9%)   0.0094 (  3.8%)   0.0494 (  9.2%)   0.0494 (  1.2%)  Type checking and Semantic analysis
   0.0245 (  8.5%)   0.0060 (  2.4%)   0.0305 (  5.7%)   0.0305 (  0.7%)  typecheck-stmt
   0.0119 (  4.2%)   0.0095 (  3.8%)   0.0214 (  4.0%)   0.0215 (  0.5%)  import-clang-decl
   0.0165 (  5.7%)   0.0035 (  1.4%)   0.0199 (  3.7%)   0.0199 (  0.5%)  typecheck-decl
   0.0078 (  2.7%)   0.0045 (  1.8%)   0.0123 (  2.3%)   0.0123 (  0.3%)  IRGen
   0.0063 (  2.2%)   0.0019 (  0.8%)   0.0082 (  1.5%)   0.0082 (  0.2%)  precheck-target
   0.0067 (  2.3%)   0.0013 (  0.5%)   0.0080 (  1.5%)   0.0080 (  0.2%)  SILGen
   0.0056 (  1.9%)   0.0007 (  0.3%)   0.0063 (  1.2%)   0.0063 (  0.2%)  typecheck-expr
   0.0056 (  2.0%)   0.0002 (  0.1%)   0.0058 (  1.1%)   0.0058 (  0.1%)  SIL optimization
   0.0037 (  1.3%)   0.0006 (  0.2%)   0.0043 (  0.8%)   0.0043 (  0.1%)  SILGen-function
   0.0009 (  0.3%)   0.0004 (  0.2%)   0.0013 (  0.2%)   0.0013 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2867 (100.0%)   0.2477 (100.0%)   0.5344 (100.0%)   4.1482 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.1958 seconds (3.0728 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8127 (100.0%)   0.3831 (100.0%)   1.1958 (100.0%)   3.0728 (100.0%)  Building Target
   0.8127 (100.0%)   0.3831 (100.0%)   1.1958 (100.0%)   3.0728 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ SingleValueDecodingContainer.swift /Users/admin/builder/spi-builder-workspace/Sources/RegularExpressionDecoder/SingleValueDecodingContainer.swift (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745537148489978-swift-frontend-RegularExpressionDecoder-SingleValueDecodingContainer.swift-arm64_apple_watchos11.4-o-Onone-2395714181.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 3.0720 seconds (3.6163 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9714 ( 46.0%)   0.4402 ( 45.8%)   1.4116 ( 46.0%)   1.6299 ( 45.1%)  parse-and-resolve-imports
   0.9706 ( 46.0%)   0.4384 ( 45.6%)   1.4090 ( 45.9%)   1.6253 ( 44.9%)  Import resolution
   0.0015 (  0.1%)   0.0069 (  0.7%)   0.0085 (  0.3%)   0.1034 (  2.9%)  load-stdlib
   0.0787 (  3.7%)   0.0180 (  1.9%)   0.0968 (  3.1%)   0.0967 (  2.7%)  build-rewrite-system
   0.0182 (  0.9%)   0.0131 (  1.4%)   0.0314 (  1.0%)   0.0355 (  1.0%)  perform-sema
   0.0182 (  0.9%)   0.0131 (  1.4%)   0.0313 (  1.0%)   0.0354 (  1.0%)  Type checking and Semantic analysis
   0.0118 (  0.6%)   0.0089 (  0.9%)   0.0206 (  0.7%)   0.0222 (  0.6%)  import-clang-decl
   0.0068 (  0.3%)   0.0093 (  1.0%)   0.0161 (  0.5%)   0.0199 (  0.6%)  typecheck-decl
   0.0123 (  0.6%)   0.0038 (  0.4%)   0.0161 (  0.5%)   0.0163 (  0.5%)  typecheck-stmt
   0.0077 (  0.4%)   0.0035 (  0.4%)   0.0111 (  0.4%)   0.0114 (  0.3%)  precheck-target
   0.0035 (  0.2%)   0.0034 (  0.4%)   0.0069 (  0.2%)   0.0075 (  0.2%)  IRGen
   0.0038 (  0.2%)   0.0003 (  0.0%)   0.0041 (  0.1%)   0.0041 (  0.1%)  SIL optimization
   0.0030 (  0.1%)   0.0006 (  0.1%)   0.0035 (  0.1%)   0.0036 (  0.1%)  SILGen
   0.0018 (  0.1%)   0.0002 (  0.0%)   0.0021 (  0.1%)   0.0021 (  0.1%)  typecheck-expr
   0.0011 (  0.0%)   0.0005 (  0.1%)   0.0015 (  0.1%)   0.0016 (  0.0%)  load-all-members
   0.0011 (  0.1%)   0.0003 (  0.0%)   0.0014 (  0.0%)   0.0014 (  0.0%)  SILGen-function
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   2.1116 (100.0%)   0.9605 (100.0%)   3.0720 (100.0%)   3.6163 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.6930 seconds (3.0546 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.8230 (100.0%)   0.8700 (100.0%)   2.6930 (100.0%)   3.0546 (100.0%)  Building Target
   1.8230 (100.0%)   0.8700 (100.0%)   2.6930 (100.0%)   3.0546 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RegularExpressionDecoder/SingleValueDecodingContainer.swift (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
    cd /Users/admin/builder/spi-builder-workspace

SwiftEmitModule normal arm64 Emitting\ module\ for\ RegularExpressionDecoder (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745537148490148-swift-frontend-RegularExpressionDecoder-all-arm64_apple_watchos11.4-swiftmodule-Onone-1676515251.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4095 seconds (3.8139 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0242 ( 13.2%)   0.0862 ( 38.1%)   0.1104 ( 27.0%)   1.7981 ( 47.1%)  parse-and-resolve-imports
   0.0234 ( 12.8%)   0.0856 ( 37.8%)   0.1089 ( 26.6%)   1.7967 ( 47.1%)  Import resolution
   0.0125 (  6.8%)   0.0274 ( 12.1%)   0.0399 (  9.8%)   0.0688 (  1.8%)  load-stdlib
   0.0297 ( 16.2%)   0.0058 (  2.5%)   0.0355 (  8.7%)   0.0355 (  0.9%)  perform-sema
   0.0296 ( 16.2%)   0.0057 (  2.5%)   0.0354 (  8.6%)   0.0354 (  0.9%)  Type checking and Semantic analysis
   0.0294 ( 16.1%)   0.0057 (  2.5%)   0.0351 (  8.6%)   0.0351 (  0.9%)  typecheck-decl
   0.0116 (  6.3%)   0.0025 (  1.1%)   0.0140 (  3.4%)   0.0141 (  0.4%)  SILGen
   0.0083 (  4.6%)   0.0025 (  1.1%)   0.0108 (  2.6%)   0.0108 (  0.3%)  SIL optimization
   0.0054 (  3.0%)   0.0017 (  0.8%)   0.0072 (  1.8%)   0.0072 (  0.2%)  build-rewrite-system
   0.0032 (  1.8%)   0.0005 (  0.2%)   0.0037 (  0.9%)   0.0037 (  0.1%)  SILGen-function
   0.0016 (  0.9%)   0.0016 (  0.7%)   0.0032 (  0.8%)   0.0032 (  0.1%)  import-clang-decl
   0.0022 (  1.2%)   0.0008 (  0.3%)   0.0030 (  0.7%)   0.0030 (  0.1%)  Serialization, swiftmodule
   0.0010 (  0.5%)   0.0002 (  0.1%)   0.0012 (  0.3%)   0.0012 (  0.0%)  typecheck-expr
   0.0007 (  0.4%)   0.0001 (  0.0%)   0.0008 (  0.2%)   0.0008 (  0.0%)  Serialization, swiftsourceinfo
   0.0001 (  0.1%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  Serialization, swiftdoc
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1830 (100.0%)   0.2264 (100.0%)   0.4095 (100.0%)   3.8139 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2235 seconds (1.9405 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0957 (100.0%)   0.1278 (100.0%)   0.2235 (100.0%)   1.9405 (100.0%)  Building Target
   0.0957 (100.0%)   0.1278 (100.0%)   0.2235 (100.0%)   1.9405 (100.0%)  Total
EmitSwiftModule normal arm64 (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64_32 Compiling\ UnkeyedDecodingContainer.swift /Users/admin/builder/spi-builder-workspace/Sources/RegularExpressionDecoder/UnkeyedDecodingContainer.swift (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745537148473984-swift-frontend-RegularExpressionDecoder-UnkeyedDecodingContainer.swift-arm64_32_apple_watchos11.4-o-Onone-1570328322.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4336 seconds (4.3525 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0191 (  8.7%)   0.0726 ( 33.9%)   0.0917 ( 21.2%)   2.0037 ( 46.0%)  parse-and-resolve-imports
   0.0184 (  8.4%)   0.0716 ( 33.4%)   0.0900 ( 20.8%)   2.0019 ( 46.0%)  Import resolution
   0.0017 (  0.8%)   0.0124 (  5.8%)   0.0141 (  3.3%)   0.1068 (  2.5%)  load-stdlib
   0.0520 ( 23.7%)   0.0189 (  8.8%)   0.0709 ( 16.4%)   0.0709 (  1.6%)  build-rewrite-system
   0.0245 ( 11.2%)   0.0058 (  2.7%)   0.0303 (  7.0%)   0.0306 (  0.7%)  perform-sema
   0.0245 ( 11.2%)   0.0058 (  2.7%)   0.0303 (  7.0%)   0.0306 (  0.7%)  Type checking and Semantic analysis
   0.0171 (  7.8%)   0.0046 (  2.1%)   0.0217 (  5.0%)   0.0219 (  0.5%)  typecheck-decl
   0.0112 (  5.1%)   0.0090 (  4.2%)   0.0202 (  4.7%)   0.0203 (  0.5%)  import-clang-decl
   0.0154 (  7.0%)   0.0034 (  1.6%)   0.0189 (  4.4%)   0.0190 (  0.4%)  typecheck-stmt
   0.0097 (  4.4%)   0.0029 (  1.3%)   0.0125 (  2.9%)   0.0126 (  0.3%)  typecheck-expr
   0.0055 (  2.5%)   0.0030 (  1.4%)   0.0085 (  2.0%)   0.0092 (  0.2%)  IRGen
   0.0067 (  3.0%)   0.0019 (  0.9%)   0.0086 (  2.0%)   0.0087 (  0.2%)  precheck-target
   0.0056 (  2.5%)   0.0014 (  0.6%)   0.0069 (  1.6%)   0.0073 (  0.2%)  SILGen
   0.0048 (  2.2%)   0.0001 (  0.1%)   0.0049 (  1.1%)   0.0049 (  0.1%)  SIL optimization
   0.0024 (  1.1%)   0.0006 (  0.3%)   0.0030 (  0.7%)   0.0031 (  0.1%)  SILGen-function
   0.0007 (  0.3%)   0.0002 (  0.1%)   0.0009 (  0.2%)   0.0009 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2193 (100.0%)   0.2143 (100.0%)   0.4336 (100.0%)   4.3525 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.0380 seconds (3.0728 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.6178 (100.0%)   0.4202 (100.0%)   1.0380 (100.0%)   3.0728 (100.0%)  Building Target
   0.6178 (100.0%)   0.4202 (100.0%)   1.0380 (100.0%)   3.0728 (100.0%)  Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/RegularExpressionDecoder/UnkeyedDecodingContainer.swift (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64_32 Compiling\ SingleValueDecodingContainer.swift /Users/admin/builder/spi-builder-workspace/Sources/RegularExpressionDecoder/SingleValueDecodingContainer.swift (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/RegularExpressionDecoder/SingleValueDecodingContainer.swift (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745537148492396-swift-frontend-RegularExpressionDecoder-SingleValueDecodingContainer.swift-arm64_32_apple_watchos11.4-o-Onone-3423668384.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 3.0797 seconds (3.6538 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9700 ( 46.1%)   0.4408 ( 45.2%)   1.4109 ( 45.8%)   1.6547 ( 45.3%)  parse-and-resolve-imports
   0.9693 ( 46.1%)   0.4387 ( 45.0%)   1.4080 ( 45.7%)   1.6499 ( 45.2%)  Import resolution
   0.0814 (  3.9%)   0.0219 (  2.2%)   0.1033 (  3.4%)   0.1033 (  2.8%)  build-rewrite-system
   0.0012 (  0.1%)   0.0050 (  0.5%)   0.0063 (  0.2%)   0.0781 (  2.1%)  load-stdlib
   0.0164 (  0.8%)   0.0155 (  1.6%)   0.0320 (  1.0%)   0.0369 (  1.0%)  perform-sema
   0.0164 (  0.8%)   0.0155 (  1.6%)   0.0319 (  1.0%)   0.0368 (  1.0%)  Type checking and Semantic analysis
   0.0115 (  0.5%)   0.0106 (  1.1%)   0.0221 (  0.7%)   0.0233 (  0.6%)  import-clang-decl
   0.0065 (  0.3%)   0.0104 (  1.1%)   0.0169 (  0.5%)   0.0214 (  0.6%)  typecheck-decl
   0.0106 (  0.5%)   0.0054 (  0.6%)   0.0160 (  0.5%)   0.0164 (  0.5%)  typecheck-stmt
   0.0067 (  0.3%)   0.0047 (  0.5%)   0.0113 (  0.4%)   0.0117 (  0.3%)  precheck-target
   0.0037 (  0.2%)   0.0045 (  0.5%)   0.0082 (  0.3%)   0.0082 (  0.2%)  IRGen
   0.0036 (  0.2%)   0.0007 (  0.1%)   0.0043 (  0.1%)   0.0043 (  0.1%)  SILGen
   0.0038 (  0.2%)   0.0000 (  0.0%)   0.0038 (  0.1%)   0.0038 (  0.1%)  SIL optimization
   0.0015 (  0.1%)   0.0005 (  0.1%)   0.0020 (  0.1%)   0.0020 (  0.1%)  typecheck-expr
   0.0010 (  0.0%)   0.0005 (  0.1%)   0.0015 (  0.0%)   0.0015 (  0.0%)  load-all-members
   0.0011 (  0.1%)   0.0001 (  0.0%)   0.0012 (  0.0%)   0.0012 (  0.0%)  SILGen-function
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   2.1046 (100.0%)   0.9751 (100.0%)   3.0797 (100.0%)   3.6538 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.6873 seconds (3.0526 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.8239 (100.0%)   0.8634 (100.0%)   2.6873 (100.0%)   3.0526 (100.0%)  Building Target
   1.8239 (100.0%)   0.8634 (100.0%)   2.6873 (100.0%)   3.0526 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ UnkeyedDecodingContainer.swift /Users/admin/builder/spi-builder-workspace/Sources/RegularExpressionDecoder/UnkeyedDecodingContainer.swift (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745537148489403-swift-frontend-RegularExpressionDecoder-UnkeyedDecodingContainer.swift-arm64_apple_watchos11.4-o-Onone-1734864599.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4627 seconds (4.0588 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0191 (  8.0%)   0.0772 ( 34.6%)   0.0963 ( 20.8%)   1.8584 ( 45.8%)  parse-and-resolve-imports
   0.0184 (  7.7%)   0.0765 ( 34.2%)   0.0949 ( 20.5%)   1.8570 ( 45.8%)  Import resolution
   0.0775 ( 32.4%)   0.0284 ( 12.7%)   0.1059 ( 22.9%)   0.1060 (  2.6%)  build-rewrite-system
   0.0013 (  0.6%)   0.0056 (  2.5%)   0.0069 (  1.5%)   0.0788 (  1.9%)  load-stdlib
   0.0238 (  9.9%)   0.0054 (  2.4%)   0.0292 (  6.3%)   0.0292 (  0.7%)  perform-sema
   0.0237 (  9.9%)   0.0054 (  2.4%)   0.0292 (  6.3%)   0.0292 (  0.7%)  Type checking and Semantic analysis
   0.0163 (  6.8%)   0.0043 (  1.9%)   0.0207 (  4.5%)   0.0207 (  0.5%)  typecheck-decl
   0.0110 (  4.6%)   0.0079 (  3.5%)   0.0189 (  4.1%)   0.0189 (  0.5%)  import-clang-decl
   0.0150 (  6.3%)   0.0034 (  1.5%)   0.0184 (  4.0%)   0.0184 (  0.5%)  typecheck-stmt
   0.0091 (  3.8%)   0.0027 (  1.2%)   0.0117 (  2.5%)   0.0117 (  0.3%)  typecheck-expr
   0.0064 (  2.7%)   0.0019 (  0.9%)   0.0083 (  1.8%)   0.0083 (  0.2%)  precheck-target
   0.0044 (  1.8%)   0.0025 (  1.1%)   0.0069 (  1.5%)   0.0069 (  0.2%)  IRGen
   0.0050 (  2.1%)   0.0011 (  0.5%)   0.0061 (  1.3%)   0.0061 (  0.1%)  SILGen
   0.0049 (  2.1%)   0.0002 (  0.1%)   0.0051 (  1.1%)   0.0051 (  0.1%)  SIL optimization
   0.0024 (  1.0%)   0.0005 (  0.2%)   0.0028 (  0.6%)   0.0028 (  0.1%)  SILGen-function
   0.0007 (  0.3%)   0.0004 (  0.2%)   0.0011 (  0.2%)   0.0011 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2391 (100.0%)   0.2236 (100.0%)   0.4627 (100.0%)   4.0588 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.1940 seconds (3.0573 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.7931 (100.0%)   0.4008 (100.0%)   1.1940 (100.0%)   3.0573 (100.0%)  Building Target
   0.7931 (100.0%)   0.4008 (100.0%)   1.1940 (100.0%)   3.0573 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RegularExpressionDecoder/UnkeyedDecodingContainer.swift (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64_32 Compiling\ KeyedDecodingContainer.swift /Users/admin/builder/spi-builder-workspace/Sources/RegularExpressionDecoder/KeyedDecodingContainer.swift (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745537148480241-swift-frontend-RegularExpressionDecoder-KeyedDecodingContainer.swift-arm64_32_apple_watchos11.4-o-Onone-2173226408.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5244 seconds (3.8872 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0212 (  7.5%)   0.0796 ( 33.0%)   0.1008 ( 19.2%)   1.7413 ( 44.8%)  parse-and-resolve-imports
   0.0203 (  7.2%)   0.0787 ( 32.6%)   0.0991 ( 18.9%)   1.7395 ( 44.8%)  Import resolution
   0.0767 ( 27.1%)   0.0278 ( 11.5%)   0.1045 ( 19.9%)   0.1047 (  2.7%)  build-rewrite-system
   0.0017 (  0.6%)   0.0111 (  4.6%)   0.0129 (  2.5%)   0.0943 (  2.4%)  load-stdlib
   0.0387 ( 13.7%)   0.0091 (  3.8%)   0.0478 (  9.1%)   0.0478 (  1.2%)  perform-sema
   0.0386 ( 13.6%)   0.0091 (  3.8%)   0.0477 (  9.1%)   0.0478 (  1.2%)  Type checking and Semantic analysis
   0.0235 (  8.3%)   0.0061 (  2.5%)   0.0296 (  5.6%)   0.0296 (  0.8%)  typecheck-stmt
   0.0117 (  4.1%)   0.0091 (  3.8%)   0.0208 (  4.0%)   0.0208 (  0.5%)  import-clang-decl
   0.0162 (  5.7%)   0.0031 (  1.3%)   0.0193 (  3.7%)   0.0193 (  0.5%)  typecheck-decl
   0.0070 (  2.5%)   0.0029 (  1.2%)   0.0099 (  1.9%)   0.0099 (  0.3%)  IRGen
   0.0061 (  2.1%)   0.0018 (  0.8%)   0.0079 (  1.5%)   0.0079 (  0.2%)  precheck-target
   0.0059 (  2.1%)   0.0011 (  0.5%)   0.0070 (  1.3%)   0.0070 (  0.2%)  SILGen
   0.0055 (  1.9%)   0.0008 (  0.3%)   0.0063 (  1.2%)   0.0063 (  0.2%)  typecheck-expr
   0.0056 (  2.0%)   0.0001 (  0.0%)   0.0057 (  1.1%)   0.0057 (  0.1%)  SIL optimization
   0.0034 (  1.2%)   0.0006 (  0.2%)   0.0040 (  0.8%)   0.0040 (  0.1%)  SILGen-function
   0.0007 (  0.3%)   0.0004 (  0.2%)   0.0011 (  0.2%)   0.0011 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2829 (100.0%)   0.2415 (100.0%)   0.5244 (100.0%)   3.8872 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3118 seconds (3.0676 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8595 (100.0%)   0.4523 (100.0%)   1.3118 (100.0%)   3.0676 (100.0%)  Building Target
   0.8595 (100.0%)   0.4523 (100.0%)   1.3118 (100.0%)   3.0676 (100.0%)  Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/RegularExpressionDecoder/KeyedDecodingContainer.swift (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ RegularExpressionDecoder.swift /Users/admin/builder/spi-builder-workspace/Sources/RegularExpressionDecoder/RegularExpressionDecoder.swift (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745537148485756-swift-frontend-RegularExpressionDecoder-RegularExpressionDecoder.swift-arm64_apple_watchos11.4-o-Onone-541699935.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5561 seconds (4.1054 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0197 (  6.4%)   0.0786 ( 31.8%)   0.0983 ( 17.7%)   1.8243 ( 44.4%)  parse-and-resolve-imports
   0.0190 (  6.2%)   0.0777 ( 31.4%)   0.0967 ( 17.4%)   1.8227 ( 44.4%)  Import resolution
   0.0018 (  0.6%)   0.0107 (  4.3%)   0.0126 (  2.3%)   0.1097 (  2.7%)  load-stdlib
   0.0792 ( 25.7%)   0.0265 ( 10.7%)   0.1057 ( 19.0%)   0.1058 (  2.6%)  build-rewrite-system
   0.0362 ( 11.7%)   0.0092 (  3.7%)   0.0455 (  8.2%)   0.0455 (  1.1%)  perform-sema
   0.0362 ( 11.7%)   0.0092 (  3.7%)   0.0454 (  8.2%)   0.0454 (  1.1%)  Type checking and Semantic analysis
   0.0231 (  7.5%)   0.0072 (  2.9%)   0.0303 (  5.4%)   0.0303 (  0.7%)  typecheck-decl
   0.0212 (  6.9%)   0.0042 (  1.7%)   0.0254 (  4.6%)   0.0254 (  0.6%)  typecheck-stmt
   0.0182 (  5.9%)   0.0042 (  1.7%)   0.0224 (  4.0%)   0.0224 (  0.5%)  typecheck-expr
   0.0119 (  3.9%)   0.0094 (  3.8%)   0.0213 (  3.8%)   0.0212 (  0.5%)  import-clang-decl
   0.0140 (  4.5%)   0.0029 (  1.2%)   0.0169 (  3.0%)   0.0169 (  0.4%)  SILGen
   0.0104 (  3.4%)   0.0055 (  2.2%)   0.0159 (  2.9%)   0.0159 (  0.4%)  IRGen
   0.0075 (  2.4%)   0.0017 (  0.7%)   0.0092 (  1.7%)   0.0092 (  0.2%)  SILGen-function
   0.0072 (  2.3%)   0.0001 (  0.1%)   0.0074 (  1.3%)   0.0074 (  0.2%)  SIL optimization
   0.0012 (  0.4%)   0.0001 (  0.0%)   0.0013 (  0.2%)   0.0013 (  0.0%)  precheck-target
   0.0008 (  0.3%)   0.0002 (  0.1%)   0.0010 (  0.2%)   0.0010 (  0.0%)  load-all-members
   0.0007 (  0.2%)   0.0001 (  0.0%)   0.0008 (  0.1%)   0.0008 (  0.0%)  typecheck-expr-pattern
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.3086 (100.0%)   0.2475 (100.0%)   0.5561 (100.0%)   4.1054 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.2118 seconds (3.0626 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8370 (100.0%)   0.3748 (100.0%)   1.2118 (100.0%)   3.0626 (100.0%)  Building Target
   0.8370 (100.0%)   0.3748 (100.0%)   1.2118 (100.0%)   3.0626 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RegularExpressionDecoder/RegularExpressionDecoder.swift (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
    cd /Users/admin/builder/spi-builder-workspace

SwiftEmitModule normal arm64_32 Emitting\ module\ for\ RegularExpressionDecoder (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745537148493919-swift-frontend-RegularExpressionDecoder-all-arm64_32_apple_watchos11.4-swiftmodule-Onone-1561426446.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4211 seconds (3.7918 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0240 ( 12.9%)   0.0797 ( 33.8%)   0.1037 ( 24.6%)   1.7708 ( 46.7%)  parse-and-resolve-imports
   0.0232 ( 12.5%)   0.0790 ( 33.5%)   0.1022 ( 24.3%)   1.7693 ( 46.7%)  Import resolution
   0.0122 (  6.6%)   0.0264 ( 11.2%)   0.0386 (  9.2%)   0.0655 (  1.7%)  load-stdlib
   0.0309 ( 16.7%)   0.0069 (  2.9%)   0.0378 (  9.0%)   0.0378 (  1.0%)  perform-sema
   0.0309 ( 16.7%)   0.0068 (  2.9%)   0.0377 (  9.0%)   0.0377 (  1.0%)  Type checking and Semantic analysis
   0.0307 ( 16.6%)   0.0068 (  2.9%)   0.0374 (  8.9%)   0.0374 (  1.0%)  typecheck-decl
   0.0084 (  4.6%)   0.0128 (  5.4%)   0.0212 (  5.0%)   0.0260 (  0.7%)  SIL optimization
   0.0023 (  1.2%)   0.0101 (  4.3%)   0.0124 (  2.9%)   0.0166 (  0.4%)  Serialization, swiftmodule
   0.0105 (  5.7%)   0.0023 (  1.0%)   0.0128 (  3.0%)   0.0128 (  0.3%)  SILGen
   0.0053 (  2.9%)   0.0015 (  0.6%)   0.0068 (  1.6%)   0.0068 (  0.2%)  build-rewrite-system
   0.0017 (  0.9%)   0.0020 (  0.8%)   0.0037 (  0.9%)   0.0037 (  0.1%)  import-clang-decl
   0.0031 (  1.7%)   0.0006 (  0.3%)   0.0037 (  0.9%)   0.0037 (  0.1%)  SILGen-function
   0.0002 (  0.1%)   0.0008 (  0.4%)   0.0010 (  0.2%)   0.0016 (  0.0%)  Serialization, swiftdoc
   0.0010 (  0.6%)   0.0003 (  0.1%)   0.0013 (  0.3%)   0.0013 (  0.0%)  typecheck-expr
   0.0006 (  0.3%)   0.0001 (  0.0%)   0.0007 (  0.2%)   0.0007 (  0.0%)  Serialization, swiftsourceinfo
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1851 (100.0%)   0.2360 (100.0%)   0.4211 (100.0%)   3.7918 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2266 seconds (1.9263 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0947 (100.0%)   0.1319 (100.0%)   0.2266 (100.0%)   1.9263 (100.0%)  Building Target
   0.0947 (100.0%)   0.1319 (100.0%)   0.2266 (100.0%)   1.9263 (100.0%)  Total
EmitSwiftModule normal arm64_32 (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ RegularExpressionPattern.swift /Users/admin/builder/spi-builder-workspace/Sources/RegularExpressionDecoder/RegularExpressionPattern.swift (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745537148494191-swift-frontend-RegularExpressionDecoder-RegularExpressionPattern.swift-arm64_apple_watchos11.4-o-Onone-3743006999.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3768 seconds (3.5802 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0201 ( 13.4%)   0.0811 ( 35.8%)   0.1012 ( 26.9%)   1.6668 ( 46.6%)  parse-and-resolve-imports
   0.0193 ( 12.8%)   0.0803 ( 35.4%)   0.0995 ( 26.4%)   1.6651 ( 46.5%)  Import resolution
   0.0016 (  1.0%)   0.0059 (  2.6%)   0.0074 (  2.0%)   0.0677 (  1.9%)  load-stdlib
   0.0463 ( 30.8%)   0.0159 (  7.0%)   0.0621 ( 16.5%)   0.0621 (  1.7%)  build-rewrite-system
   0.0135 (  9.0%)   0.0100 (  4.4%)   0.0235 (  6.2%)   0.0273 (  0.8%)  perform-sema
   0.0134 (  9.0%)   0.0100 (  4.4%)   0.0234 (  6.2%)   0.0273 (  0.8%)  Type checking and Semantic analysis
   0.0093 (  6.2%)   0.0042 (  1.8%)   0.0135 (  3.6%)   0.0140 (  0.4%)  typecheck-expr
   0.0040 (  2.7%)   0.0063 (  2.8%)   0.0102 (  2.7%)   0.0139 (  0.4%)  typecheck-decl
   0.0088 (  5.9%)   0.0036 (  1.6%)   0.0124 (  3.3%)   0.0127 (  0.4%)  typecheck-stmt
   0.0039 (  2.6%)   0.0053 (  2.3%)   0.0092 (  2.4%)   0.0092 (  0.3%)  IRGen
   0.0030 (  2.0%)   0.0014 (  0.6%)   0.0043 (  1.2%)   0.0043 (  0.1%)  SILGen
   0.0033 (  2.2%)   0.0001 (  0.0%)   0.0034 (  0.9%)   0.0034 (  0.1%)  SIL optimization
   0.0015 (  1.0%)   0.0017 (  0.7%)   0.0031 (  0.8%)   0.0031 (  0.1%)  import-clang-decl
   0.0020 (  1.3%)   0.0011 (  0.5%)   0.0031 (  0.8%)   0.0031 (  0.1%)  SILGen-function
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1501 (100.0%)   0.2267 (100.0%)   0.3768 (100.0%)   3.5802 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5503 seconds (2.1914 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3750 (100.0%)   0.1753 (100.0%)   0.5503 (100.0%)   2.1914 (100.0%)  Building Target
   0.3750 (100.0%)   0.1753 (100.0%)   0.5503 (100.0%)   2.1914 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RegularExpressionDecoder/RegularExpressionPattern.swift (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64_32 Compiling\ RegularExpressionPattern.swift /Users/admin/builder/spi-builder-workspace/Sources/RegularExpressionDecoder/RegularExpressionPattern.swift (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745537150490618-swift-frontend-RegularExpressionDecoder-RegularExpressionPattern.swift-arm64_32_apple_watchos11.4-o-Onone-1260742908.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2346 seconds (0.2355 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0466 ( 31.7%)   0.0177 ( 20.2%)   0.0643 ( 27.4%)   0.0647 ( 27.5%)  build-rewrite-system
   0.0174 ( 11.9%)   0.0214 ( 24.4%)   0.0388 ( 16.5%)   0.0389 ( 16.5%)  parse-and-resolve-imports
   0.0168 ( 11.4%)   0.0205 ( 23.4%)   0.0373 ( 15.9%)   0.0373 ( 15.9%)  Import resolution
   0.0141 (  9.6%)   0.0057 (  6.5%)   0.0197 (  8.4%)   0.0198 (  8.4%)  perform-sema
   0.0140 (  9.5%)   0.0057 (  6.4%)   0.0196 (  8.4%)   0.0198 (  8.4%)  Type checking and Semantic analysis
   0.0094 (  6.4%)   0.0040 (  4.6%)   0.0134 (  5.7%)   0.0135 (  5.7%)  typecheck-expr
   0.0090 (  6.1%)   0.0038 (  4.4%)   0.0128 (  5.5%)   0.0129 (  5.5%)  typecheck-stmt
   0.0046 (  3.2%)   0.0027 (  3.1%)   0.0073 (  3.1%)   0.0074 (  3.1%)  IRGen
   0.0044 (  3.0%)   0.0017 (  1.9%)   0.0061 (  2.6%)   0.0061 (  2.6%)  typecheck-decl
   0.0034 (  2.3%)   0.0000 (  0.0%)   0.0035 (  1.5%)   0.0035 (  1.5%)  SIL optimization
   0.0029 (  1.9%)   0.0005 (  0.6%)   0.0033 (  1.4%)   0.0033 (  1.4%)  SILGen
   0.0012 (  0.8%)   0.0020 (  2.3%)   0.0032 (  1.4%)   0.0032 (  1.4%)  import-clang-decl
   0.0010 (  0.7%)   0.0017 (  1.9%)   0.0027 (  1.1%)   0.0027 (  1.1%)  load-stdlib
   0.0019 (  1.3%)   0.0003 (  0.3%)   0.0022 (  0.9%)   0.0022 (  0.9%)  SILGen-function
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0001 (  0.1%)   0.0001 (  0.1%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1469 (100.0%)   0.0878 (100.0%)   0.2346 (100.0%)   0.2355 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4142 seconds (0.4170 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3292 (100.0%)   0.0850 (100.0%)   0.4142 (100.0%)   0.4170 (100.0%)  Building Target
   0.3292 (100.0%)   0.0850 (100.0%)   0.4142 (100.0%)   0.4170 (100.0%)  Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/RegularExpressionDecoder/RegularExpressionPattern.swift (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64_32 Emitting module for RegularExpressionDecoder (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
SwiftDriver\ Compilation\ Requirements RegularExpressionDecoder normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name RegularExpressionDecoder -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64_32/RegularExpressionDecoder.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 -enable-bare-slash-regex -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-watchos11.4 -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 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -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 -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/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64_32/RegularExpressionDecoder-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/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64_32/RegularExpressionDecoder.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/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64_32/RegularExpressionDecoder_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/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64_32/RegularExpressionDecoder-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for RegularExpressionDecoder (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
SwiftDriver\ Compilation\ Requirements RegularExpressionDecoder normal arm64 com.apple.xcode.tools.swift.compiler (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name RegularExpressionDecoder -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder.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 -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos11.4 -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 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -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 -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/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder-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/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder.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/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder_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/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64_32 Compiling\ RegularExpressionDecoder.swift /Users/admin/builder/spi-builder-workspace/Sources/RegularExpressionDecoder/RegularExpressionDecoder.swift (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745537150493259-swift-frontend-RegularExpressionDecoder-RegularExpressionDecoder.swift-arm64_32_apple_watchos11.4-o-Onone-3109944121.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3949 seconds (0.3955 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0530 ( 18.9%)   0.0180 ( 15.6%)   0.0710 ( 18.0%)   0.0709 ( 17.9%)  build-rewrite-system
   0.0369 ( 13.2%)   0.0094 (  8.2%)   0.0464 ( 11.7%)   0.0465 ( 11.8%)  perform-sema
   0.0368 ( 13.2%)   0.0094 (  8.1%)   0.0462 ( 11.7%)   0.0463 ( 11.7%)  Type checking and Semantic analysis
   0.0174 (  6.2%)   0.0214 ( 18.6%)   0.0388 (  9.8%)   0.0388 (  9.8%)  parse-and-resolve-imports
   0.0167 (  6.0%)   0.0206 ( 17.8%)   0.0373 (  9.4%)   0.0373 (  9.4%)  Import resolution
   0.0237 (  8.5%)   0.0076 (  6.6%)   0.0314 (  7.9%)   0.0314 (  7.9%)  typecheck-decl
   0.0215 (  7.7%)   0.0037 (  3.2%)   0.0252 (  6.4%)   0.0252 (  6.4%)  typecheck-stmt
   0.0181 (  6.5%)   0.0038 (  3.3%)   0.0219 (  5.5%)   0.0219 (  5.5%)  typecheck-expr
   0.0118 (  4.2%)   0.0096 (  8.3%)   0.0214 (  5.4%)   0.0214 (  5.4%)  import-clang-decl
   0.0139 (  5.0%)   0.0032 (  2.7%)   0.0170 (  4.3%)   0.0171 (  4.3%)  SILGen
   0.0114 (  4.1%)   0.0046 (  4.0%)   0.0160 (  4.0%)   0.0164 (  4.1%)  IRGen
   0.0070 (  2.5%)   0.0015 (  1.3%)   0.0084 (  2.1%)   0.0084 (  2.1%)  SILGen-function
   0.0075 (  2.7%)   0.0002 (  0.2%)   0.0077 (  1.9%)   0.0077 (  1.9%)  SIL optimization
   0.0009 (  0.3%)   0.0017 (  1.5%)   0.0026 (  0.7%)   0.0026 (  0.7%)  load-stdlib
   0.0012 (  0.4%)   0.0001 (  0.1%)   0.0013 (  0.3%)   0.0013 (  0.3%)  precheck-target
   0.0008 (  0.3%)   0.0004 (  0.3%)   0.0011 (  0.3%)   0.0011 (  0.3%)  load-all-members
   0.0007 (  0.3%)   0.0002 (  0.2%)   0.0009 (  0.2%)   0.0009 (  0.2%)  typecheck-expr-pattern
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, pre-optimization
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2796 (100.0%)   0.1153 (100.0%)   0.3949 (100.0%)   0.3955 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.0221 seconds (1.0563 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.6610 (100.0%)   0.3611 (100.0%)   1.0221 (100.0%)   1.0563 (100.0%)  Building Target
   0.6610 (100.0%)   0.3611 (100.0%)   1.0221 (100.0%)   1.0563 (100.0%)  Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/RegularExpressionDecoder/RegularExpressionDecoder.swift (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
    cd /Users/admin/builder/spi-builder-workspace

SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/RegularExpressionDecoder.framework/Headers/RegularExpressionDecoder-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64_32/RegularExpressionDecoder-Swift.h (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64_32/RegularExpressionDecoder-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/RegularExpressionDecoder.framework/Headers/RegularExpressionDecoder-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling RegularExpressionPattern.swift (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/RegularExpressionDecoder.framework/Modules/RegularExpressionDecoder.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64_32/RegularExpressionDecoder.swiftmodule (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
    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/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64_32/RegularExpressionDecoder.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/RegularExpressionDecoder.framework/Modules/RegularExpressionDecoder.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/RegularExpressionDecoder.framework/Modules/RegularExpressionDecoder.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64_32/RegularExpressionDecoder.swiftdoc (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
    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/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64_32/RegularExpressionDecoder.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/RegularExpressionDecoder.framework/Modules/RegularExpressionDecoder.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/RegularExpressionDecoder.framework/Modules/RegularExpressionDecoder.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64_32/RegularExpressionDecoder.abi.json (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
    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/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64_32/RegularExpressionDecoder.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/RegularExpressionDecoder.framework/Modules/RegularExpressionDecoder.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/RegularExpressionDecoder.framework/Modules/RegularExpressionDecoder.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder.swiftmodule (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
    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/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/RegularExpressionDecoder.framework/Modules/RegularExpressionDecoder.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/RegularExpressionDecoder.framework/Modules/RegularExpressionDecoder.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder.swiftdoc (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
    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/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/RegularExpressionDecoder.framework/Modules/RegularExpressionDecoder.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/RegularExpressionDecoder.framework/Modules/RegularExpressionDecoder.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder.abi.json (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
    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/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/RegularExpressionDecoder.framework/Modules/RegularExpressionDecoder.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/RegularExpressionDecoder.framework/Modules/RegularExpressionDecoder.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64_32/RegularExpressionDecoder.swiftsourceinfo (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
    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/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64_32/RegularExpressionDecoder.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/RegularExpressionDecoder.framework/Modules/RegularExpressionDecoder.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/RegularExpressionDecoder.framework/Modules/RegularExpressionDecoder.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder.swiftsourceinfo (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
    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/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/RegularExpressionDecoder.framework/Modules/RegularExpressionDecoder.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64_32 Compiling RegularExpressionPattern.swift (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
SwiftDriverJobDiscovery normal arm64_32 Compiling UnkeyedDecodingContainer.swift (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
SwiftDriverJobDiscovery normal arm64_32 Compiling RegularExpressionDecoder.swift (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
SwiftDriverJobDiscovery normal arm64 Compiling SingleValueDecodingContainer.swift (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
SwiftDriverJobDiscovery normal arm64 Compiling RegularExpressionDecoder.swift (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
SwiftDriverJobDiscovery normal arm64_32 Compiling KeyedDecodingContainer.swift (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
SwiftDriverJobDiscovery normal arm64 Compiling KeyedDecodingContainer.swift (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
SwiftDriverJobDiscovery normal arm64 Compiling UnkeyedDecodingContainer.swift (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
SwiftDriverJobDiscovery normal arm64_32 Compiling SingleValueDecodingContainer.swift (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
SwiftDriver\ Compilation RegularExpressionDecoder normal arm64 com.apple.xcode.tools.swift.compiler (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name RegularExpressionDecoder -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder.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 -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos11.4 -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 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -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 -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/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder-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/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder.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/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder_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/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation RegularExpressionDecoder normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name RegularExpressionDecoder -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64_32/RegularExpressionDecoder.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 -enable-bare-slash-regex -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-watchos11.4 -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 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -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 -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/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64_32/RegularExpressionDecoder-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/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64_32/RegularExpressionDecoder.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/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64_32/RegularExpressionDecoder_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/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64_32/RegularExpressionDecoder-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64/Binary/RegularExpressionDecoder normal arm64 (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
    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-watchos11.4 -dynamiclib -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 -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 -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder.LinkFileList -install_name @rpath/RegularExpressionDecoder.framework/RegularExpressionDecoder -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder_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/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64/Binary/RegularExpressionDecoder
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64_32/Binary/RegularExpressionDecoder normal arm64_32 (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
    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-watchos11.4 -dynamiclib -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 -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 -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64_32/RegularExpressionDecoder.LinkFileList -install_name @rpath/RegularExpressionDecoder.framework/RegularExpressionDecoder -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64_32/RegularExpressionDecoder_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64_32/RegularExpressionDecoder_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/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64_32/RegularExpressionDecoder.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64_32/Binary/RegularExpressionDecoder
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/RegularExpressionDecoder.framework/RegularExpressionDecoder normal arm64\ arm64_32 (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
    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/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64/Binary/RegularExpressionDecoder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64_32/Binary/RegularExpressionDecoder -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/RegularExpressionDecoder.framework/RegularExpressionDecoder
ExtractAppIntentsMetadata (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
    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 RegularExpressionDecoder --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 11.4 --bundle-identifier RegularExpressionDecoder --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/RegularExpressionDecoder.framework --target-triple arm64-apple-watchos11.4 --target-triple arm64_32-apple-watchos11.4 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/RegularExpressionDecoder.framework/RegularExpressionDecoder --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64_32/RegularExpressionDecoder_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64_32/RegularExpressionDecoder.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/RegularExpressionDecoder.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/RegularExpressionDecoder.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug-watchos/RegularExpressionDecoder.build/Objects-normal/arm64_32/RegularExpressionDecoder.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-24 16:25:52.074 appintentsmetadataprocessor[708:4037] Starting appintentsmetadataprocessor export
2025-04-24 16:25:52.077 appintentsmetadataprocessor[708:4037] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/RegularExpressionDecoder.framework/RegularExpressionDecoder.tbd (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -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 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/RegularExpressionDecoder.framework/RegularExpressionDecoder -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/RegularExpressionDecoder.framework/RegularExpressionDecoder.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/RegularExpressionDecoder.framework (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/RegularExpressionDecoder.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/RegularExpressionDecoder.framework (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/RegularExpressionDecoder.framework
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "RegularExpressionDecoder",
  "name" : "RegularExpressionDecoder",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "RegularExpressionDecoder",
      "targets" : [
        "RegularExpressionDecoder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RegularExpressionDecoderTests",
      "module_type" : "SwiftTarget",
      "name" : "RegularExpressionDecoderTests",
      "path" : "Tests",
      "sources" : [
        "LinuxMain.swift",
        "RegularExpressionDecoderTests/RegularExpressionDecodingTests.swift"
      ],
      "target_dependencies" : [
        "RegularExpressionDecoder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RegularExpressionDecoder",
      "module_type" : "SwiftTarget",
      "name" : "RegularExpressionDecoder",
      "path" : "Sources",
      "product_memberships" : [
        "RegularExpressionDecoder"
      ],
      "sources" : [
        "RegularExpressionDecoder/KeyedDecodingContainer.swift",
        "RegularExpressionDecoder/RegularExpressionDecoder.swift",
        "RegularExpressionDecoder/RegularExpressionPattern.swift",
        "RegularExpressionDecoder/SingleValueDecodingContainer.swift",
        "RegularExpressionDecoder/UnkeyedDecodingContainer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.