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 Themeable, reference master (103986), with Swift 6.1 for watchOS using Xcode 16.3 on 25 Apr 2025 04:44:22 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 Themeable-Package -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/edwellbrook/Themeable.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/edwellbrook/Themeable
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 1039861 v0.8.0
Cloned https://github.com/edwellbrook/Themeable.git
Revision (git rev-parse @):
1039861c7cd57aba903946b2510ec400a4e95d4d
SUCCESS checkout https://github.com/edwellbrook/Themeable.git at master
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/edwellbrook/Themeable.git
https://github.com/edwellbrook/Themeable.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Themeable",
  "name" : "Themeable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Themeable",
      "targets" : [
        "Themeable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4"
  ],
  "targets" : [
    {
      "c99name" : "ThemeableTests",
      "module_type" : "SwiftTarget",
      "name" : "ThemeableTests",
      "path" : "Tests/ThemeableTests",
      "sources" : [
        "ThemeableTests.swift"
      ],
      "target_dependencies" : [
        "Themeable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Themeable",
      "module_type" : "SwiftTarget",
      "name" : "Themeable",
      "path" : "Sources/Themeable",
      "product_memberships" : [
        "Themeable"
      ],
      "sources" : [
        "ThemeManager.swift",
        "ThemePersistor.swift",
        "Themeable.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" : "Themeable",
  "name" : "Themeable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Themeable",
      "targets" : [
        "Themeable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4"
  ],
  "targets" : [
    {
      "c99name" : "ThemeableTests",
      "module_type" : "SwiftTarget",
      "name" : "ThemeableTests",
      "path" : "Tests/ThemeableTests",
      "sources" : [
        "ThemeableTests.swift"
      ],
      "target_dependencies" : [
        "Themeable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Themeable",
      "module_type" : "SwiftTarget",
      "name" : "Themeable",
      "path" : "Sources/Themeable",
      "product_memberships" : [
        "Themeable"
      ],
      "sources" : [
        "ThemeManager.swift",
        "ThemePersistor.swift",
        "Themeable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "Themeable",
    "schemes" : [
      "Themeable-Package",
      "ThemeablePackageDescription",
      "ThemeablePackageTests"
    ],
    "targets" : [
      "ThemeablePackageDescription",
      "ThemeableTests",
      "Themeable",
      "ThemeablePackageTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Themeable-Package -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 Themeable-Package -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 'Themeable' in project 'Themeable' (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: e08aec0f9b7f5ac39c1023dd3f1b5b38
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/e08aec0f9b7f5ac39c1023dd3f1b5b38.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/Themeable.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/Themeable.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/Themeable.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/Products/Debug-watchos
    cd /Users/admin/builder/spi-builder-workspace/Themeable.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
    cd /Users/admin/builder/spi-builder-workspace/Themeable.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Themeable.DependencyStaticMetadataFileList (in target 'Themeable' from project 'Themeable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Themeable.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Themeable.DependencyMetadataFileList (in target 'Themeable' from project 'Themeable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Themeable.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64_32/Themeable.SwiftFileList (in target 'Themeable' from project 'Themeable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64_32/Themeable.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64_32/Themeable-OutputFileMap.json (in target 'Themeable' from project 'Themeable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64_32/Themeable-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64_32/Themeable_const_extract_protocols.json (in target 'Themeable' from project 'Themeable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64_32/Themeable_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64/Themeable_const_extract_protocols.json (in target 'Themeable' from project 'Themeable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64/Themeable_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64/Themeable.SwiftFileList (in target 'Themeable' from project 'Themeable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64/Themeable.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64_32/Themeable.LinkFileList (in target 'Themeable' from project 'Themeable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64_32/Themeable.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64_32/Themeable.SwiftConstValuesFileList (in target 'Themeable' from project 'Themeable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64_32/Themeable.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64/Themeable.SwiftConstValuesFileList (in target 'Themeable' from project 'Themeable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64/Themeable.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64/Themeable.LinkFileList (in target 'Themeable' from project 'Themeable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64/Themeable.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64/Themeable-OutputFileMap.json (in target 'Themeable' from project 'Themeable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64/Themeable-OutputFileMap.json
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Themeable.framework/Headers (in target 'Themeable' from project 'Themeable')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Themeable.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Themeable.framework (in target 'Themeable' from project 'Themeable')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Themeable.framework
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Themeable.framework/Info.plist /Users/admin/builder/spi-builder-workspace/Themeable.xcodeproj/Themeable_Info.plist (in target 'Themeable' from project 'Themeable')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/Themeable.xcodeproj/Themeable_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/Themeable.framework/Info.plist
SwiftDriver Themeable normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Themeable' from project 'Themeable')
    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 Themeable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64_32/Themeable.SwiftFileList -DSWIFT_PACKAGE -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/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64_32/Themeable-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/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64_32/Themeable.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/Themeable.build/Debug-watchos/Themeable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64_32/Themeable_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/Themeable.build/Debug-watchos/Themeable.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64_32/Themeable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver Themeable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Themeable' from project 'Themeable')
    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 Themeable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64/Themeable.SwiftFileList -DSWIFT_PACKAGE -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/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64/Themeable-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/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64/Themeable.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/Themeable.build/Debug-watchos/Themeable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64/Themeable_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/Themeable.build/Debug-watchos/Themeable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64/Themeable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64_32 Compiling\ ThemePersistor.swift /Users/admin/builder/spi-builder-workspace/Sources/Themeable/ThemePersistor.swift (in target 'Themeable' from project 'Themeable')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Themeable/ThemePersistor.swift (in target 'Themeable' from project 'Themeable')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745556257970665-swift-frontend-Themeable-ThemePersistor.swift-arm64_32_apple_watchos11.4-o-Onone-2502876245.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2776 seconds (3.8523 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0183 ( 12.7%)   0.0377 ( 28.3%)   0.0560 ( 20.2%)   1.7873 ( 46.4%)  parse-and-resolve-imports
   0.0179 ( 12.4%)   0.0370 ( 27.8%)   0.0549 ( 19.8%)   1.7862 ( 46.4%)  Import resolution
   0.0019 (  1.3%)   0.0159 ( 11.9%)   0.0178 (  6.4%)   0.1301 (  3.4%)  load-stdlib
   0.0725 ( 50.2%)   0.0221 ( 16.6%)   0.0946 ( 34.1%)   0.0945 (  2.5%)  build-rewrite-system
   0.0109 (  7.6%)   0.0085 (  6.3%)   0.0194 (  7.0%)   0.0194 (  0.5%)  import-clang-decl
   0.0046 (  3.2%)   0.0024 (  1.8%)   0.0070 (  2.5%)   0.0070 (  0.2%)  perform-sema
   0.0046 (  3.2%)   0.0024 (  1.8%)   0.0069 (  2.5%)   0.0069 (  0.2%)  Type checking and Semantic analysis
   0.0020 (  1.4%)   0.0025 (  1.9%)   0.0045 (  1.6%)   0.0045 (  0.1%)  IRGen
   0.0023 (  1.6%)   0.0016 (  1.2%)   0.0039 (  1.4%)   0.0039 (  0.1%)  typecheck-decl
   0.0019 (  1.3%)   0.0010 (  0.7%)   0.0028 (  1.0%)   0.0028 (  0.1%)  SILGen
   0.0021 (  1.4%)   0.0007 (  0.6%)   0.0028 (  1.0%)   0.0028 (  0.1%)  typecheck-stmt
   0.0016 (  1.1%)   0.0009 (  0.7%)   0.0025 (  0.9%)   0.0025 (  0.1%)  SILGen-function
   0.0019 (  1.3%)   0.0000 (  0.0%)   0.0019 (  0.7%)   0.0019 (  0.0%)  SIL optimization
   0.0009 (  0.6%)   0.0005 (  0.3%)   0.0014 (  0.5%)   0.0014 (  0.0%)  typecheck-expr
   0.0007 (  0.5%)   0.0003 (  0.2%)   0.0010 (  0.3%)   0.0010 (  0.0%)  load-all-members
   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%)  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%)  source-file-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%)  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.1442 (100.0%)   0.1334 (100.0%)   0.2776 (100.0%)   3.8523 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.0189 seconds (2.8756 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.6998 (100.0%)   0.3190 (100.0%)   1.0189 (100.0%)   2.8756 (100.0%)  Building Target
   0.6998 (100.0%)   0.3190 (100.0%)   1.0189 (100.0%)   2.8756 (100.0%)  Total
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Themeable (in target 'Themeable' from project 'Themeable')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745556257970651-swift-frontend-Themeable-all-arm64_32_apple_watchos11.4-swiftmodule-Onone-1393674125.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1990 seconds (3.5989 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0181 ( 27.1%)   0.0454 ( 34.3%)   0.0635 ( 31.9%)   1.7181 ( 47.7%)  parse-and-resolve-imports
   0.0176 ( 26.3%)   0.0448 ( 33.9%)   0.0624 ( 31.3%)   1.7170 ( 47.7%)  Import resolution
   0.0019 (  2.9%)   0.0111 (  8.4%)   0.0131 (  6.6%)   0.0969 (  2.7%)  load-stdlib
   0.0039 (  5.8%)   0.0117 (  8.9%)   0.0156 (  7.8%)   0.0190 (  0.5%)  SIL optimization
   0.0010 (  1.5%)   0.0092 (  6.9%)   0.0102 (  5.1%)   0.0132 (  0.4%)  Serialization, swiftmodule
   0.0054 (  8.1%)   0.0020 (  1.5%)   0.0074 (  3.7%)   0.0074 (  0.2%)  perform-sema
   0.0054 (  8.0%)   0.0020 (  1.5%)   0.0074 (  3.7%)   0.0074 (  0.2%)  Type checking and Semantic analysis
   0.0053 (  7.9%)   0.0020 (  1.5%)   0.0072 (  3.6%)   0.0072 (  0.2%)  typecheck-decl
   0.0025 (  3.8%)   0.0006 (  0.4%)   0.0031 (  1.6%)   0.0031 (  0.1%)  typecheck-expr
   0.0018 (  2.7%)   0.0003 (  0.3%)   0.0021 (  1.1%)   0.0021 (  0.1%)  precheck-target
   0.0013 (  1.9%)   0.0006 (  0.5%)   0.0019 (  0.9%)   0.0019 (  0.1%)  SILGen
   0.0003 (  0.4%)   0.0009 (  0.7%)   0.0012 (  0.6%)   0.0016 (  0.0%)  Serialization, swiftdoc
   0.0010 (  1.5%)   0.0005 (  0.4%)   0.0015 (  0.8%)   0.0015 (  0.0%)  SILGen-function
   0.0006 (  0.8%)   0.0009 (  0.7%)   0.0014 (  0.7%)   0.0014 (  0.0%)  import-clang-decl
   0.0005 (  0.7%)   0.0001 (  0.1%)   0.0005 (  0.3%)   0.0005 (  0.0%)  build-rewrite-system
   0.0003 (  0.4%)   0.0001 (  0.0%)   0.0004 (  0.2%)   0.0004 (  0.0%)  typecheck-stmt
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0001 (  0.1%)   0.0001 (  0.0%)  Serialization, swiftsourceinfo
   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%)  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%)  populate-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0668 (100.0%)   0.1322 (100.0%)   0.1990 (100.0%)   3.5989 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1088 seconds (1.8528 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0333 (100.0%)   0.0755 (100.0%)   0.1088 (100.0%)   1.8528 (100.0%)  Building Target
   0.0333 (100.0%)   0.0755 (100.0%)   0.1088 (100.0%)   1.8528 (100.0%)  Total
EmitSwiftModule normal arm64_32 (in target 'Themeable' from project 'Themeable')
    cd /Users/admin/builder/spi-builder-workspace

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

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745556257981205-swift-frontend-Themeable-ThemePersistor.swift-arm64_apple_watchos11.4-o-Onone-1845160532.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2994 seconds (3.9061 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0202 ( 13.7%)   0.0506 ( 33.2%)   0.0708 ( 23.7%)   1.8385 ( 47.1%)  parse-and-resolve-imports
   0.0196 ( 13.3%)   0.0498 ( 32.7%)   0.0694 ( 23.2%)   1.8371 ( 47.0%)  Import resolution
   0.0733 ( 49.9%)   0.0231 ( 15.2%)   0.0965 ( 32.2%)   0.0964 (  2.5%)  build-rewrite-system
   0.0017 (  1.2%)   0.0099 (  6.5%)   0.0116 (  3.9%)   0.0830 (  2.1%)  load-stdlib
   0.0111 (  7.5%)   0.0076 (  5.0%)   0.0186 (  6.2%)   0.0187 (  0.5%)  import-clang-decl
   0.0043 (  3.0%)   0.0023 (  1.5%)   0.0066 (  2.2%)   0.0066 (  0.2%)  perform-sema
   0.0043 (  2.9%)   0.0023 (  1.5%)   0.0066 (  2.2%)   0.0066 (  0.2%)  Type checking and Semantic analysis
   0.0018 (  1.2%)   0.0023 (  1.5%)   0.0041 (  1.4%)   0.0041 (  0.1%)  IRGen
   0.0020 (  1.4%)   0.0013 (  0.9%)   0.0034 (  1.1%)   0.0034 (  0.1%)  typecheck-decl
   0.0021 (  1.5%)   0.0009 (  0.6%)   0.0030 (  1.0%)   0.0030 (  0.1%)  typecheck-stmt
   0.0016 (  1.1%)   0.0008 (  0.5%)   0.0024 (  0.8%)   0.0024 (  0.1%)  SILGen
   0.0013 (  0.9%)   0.0006 (  0.4%)   0.0020 (  0.7%)   0.0020 (  0.1%)  SILGen-function
   0.0018 (  1.2%)   0.0000 (  0.0%)   0.0018 (  0.6%)   0.0018 (  0.0%)  SIL optimization
   0.0009 (  0.6%)   0.0004 (  0.3%)   0.0013 (  0.4%)   0.0013 (  0.0%)  typecheck-expr
   0.0007 (  0.5%)   0.0004 (  0.2%)   0.0011 (  0.4%)   0.0011 (  0.0%)  load-all-members
   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%)  module-populate-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%)  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%)  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%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.1471 (100.0%)   0.1523 (100.0%)   0.2994 (100.0%)   3.9061 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.0131 seconds (2.8630 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.7019 (100.0%)   0.3112 (100.0%)   1.0131 (100.0%)   2.8630 (100.0%)  Building Target
   0.7019 (100.0%)   0.3112 (100.0%)   1.0131 (100.0%)   2.8630 (100.0%)  Total
SwiftEmitModule normal arm64 Emitting\ module\ for\ Themeable (in target 'Themeable' from project 'Themeable')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745556257982404-swift-frontend-Themeable-all-arm64_apple_watchos11.4-swiftmodule-Onone-3421863066.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2166 seconds (3.6367 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0187 ( 23.3%)   0.0478 ( 35.0%)   0.0665 ( 30.7%)   1.7581 ( 48.3%)  parse-and-resolve-imports
   0.0182 ( 22.7%)   0.0472 ( 34.6%)   0.0654 ( 30.2%)   1.7571 ( 48.3%)  Import resolution
   0.0126 ( 15.6%)   0.0308 ( 22.6%)   0.0434 ( 20.0%)   0.0802 (  2.2%)  load-stdlib
   0.0060 (  7.5%)   0.0021 (  1.6%)   0.0081 (  3.8%)   0.0082 (  0.2%)  perform-sema
   0.0060 (  7.5%)   0.0021 (  1.5%)   0.0081 (  3.7%)   0.0081 (  0.2%)  Type checking and Semantic analysis
   0.0059 (  7.4%)   0.0020 (  1.5%)   0.0079 (  3.7%)   0.0080 (  0.2%)  typecheck-decl
   0.0037 (  4.7%)   0.0015 (  1.1%)   0.0052 (  2.4%)   0.0052 (  0.1%)  SIL optimization
   0.0029 (  3.6%)   0.0006 (  0.5%)   0.0035 (  1.6%)   0.0035 (  0.1%)  typecheck-expr
   0.0021 (  2.6%)   0.0004 (  0.3%)   0.0024 (  1.1%)   0.0024 (  0.1%)  precheck-target
   0.0006 (  0.8%)   0.0008 (  0.6%)   0.0014 (  0.6%)   0.0014 (  0.0%)  import-clang-decl
   0.0009 (  1.2%)   0.0003 (  0.3%)   0.0013 (  0.6%)   0.0013 (  0.0%)  Serialization, swiftmodule
   0.0009 (  1.1%)   0.0002 (  0.1%)   0.0011 (  0.5%)   0.0011 (  0.0%)  SILGen
   0.0006 (  0.8%)   0.0001 (  0.1%)   0.0007 (  0.3%)   0.0007 (  0.0%)  SILGen-function
   0.0005 (  0.6%)   0.0001 (  0.1%)   0.0006 (  0.3%)   0.0006 (  0.0%)  build-rewrite-system
   0.0003 (  0.4%)   0.0001 (  0.1%)   0.0004 (  0.2%)   0.0004 (  0.0%)  typecheck-stmt
   0.0003 (  0.3%)   0.0001 (  0.0%)   0.0003 (  0.1%)   0.0003 (  0.0%)  Serialization, swiftdoc
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0001 (  0.1%)   0.0001 (  0.0%)  Serialization, swiftsourceinfo
   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%)  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%)  populate-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0803 (100.0%)   0.1363 (100.0%)   0.2166 (100.0%)   3.6367 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1298 seconds (1.8587 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0447 (100.0%)   0.0851 (100.0%)   0.1298 (100.0%)   1.8587 (100.0%)  Building Target
   0.0447 (100.0%)   0.0851 (100.0%)   0.1298 (100.0%)   1.8587 (100.0%)  Total
EmitSwiftModule normal arm64 (in target 'Themeable' from project 'Themeable')
    cd /Users/admin/builder/spi-builder-workspace

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

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745556257984684-swift-frontend-Themeable-Themeable.swift-arm64_apple_watchos11.4-o-Onone-4238578251.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3087 seconds (3.4500 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0185 ( 10.8%)   0.0413 ( 30.1%)   0.0598 ( 19.4%)   1.5808 ( 45.8%)  parse-and-resolve-imports
   0.0179 ( 10.4%)   0.0407 ( 29.6%)   0.0586 ( 19.0%)   1.5795 ( 45.8%)  Import resolution
   0.0017 (  1.0%)   0.0096 (  7.0%)   0.0113 (  3.7%)   0.1100 (  3.2%)  load-stdlib
   0.0770 ( 44.9%)   0.0230 ( 16.8%)   0.1000 ( 32.4%)   0.0999 (  2.9%)  build-rewrite-system
   0.0112 (  6.5%)   0.0082 (  6.0%)   0.0194 (  6.3%)   0.0195 (  0.6%)  import-clang-decl
   0.0109 (  6.4%)   0.0033 (  2.4%)   0.0142 (  4.6%)   0.0143 (  0.4%)  perform-sema
   0.0109 (  6.4%)   0.0033 (  2.4%)   0.0142 (  4.6%)   0.0142 (  0.4%)  Type checking and Semantic analysis
   0.0093 (  5.4%)   0.0028 (  2.1%)   0.0121 (  3.9%)   0.0121 (  0.4%)  typecheck-stmt
   0.0074 (  4.3%)   0.0021 (  1.5%)   0.0095 (  3.1%)   0.0095 (  0.3%)  precheck-target
   0.0020 (  1.2%)   0.0021 (  1.5%)   0.0041 (  1.3%)   0.0041 (  0.1%)  IRGen
   0.0015 (  0.9%)   0.0004 (  0.3%)   0.0019 (  0.6%)   0.0019 (  0.1%)  typecheck-decl
   0.0012 (  0.7%)   0.0000 (  0.0%)   0.0012 (  0.4%)   0.0012 (  0.0%)  SIL optimization
   0.0007 (  0.4%)   0.0002 (  0.2%)   0.0009 (  0.3%)   0.0009 (  0.0%)  load-all-members
   0.0005 (  0.3%)   0.0001 (  0.1%)   0.0006 (  0.2%)   0.0009 (  0.0%)  SILGen
   0.0004 (  0.2%)   0.0001 (  0.1%)   0.0005 (  0.1%)   0.0007 (  0.0%)  SILGen-function
   0.0002 (  0.1%)   0.0001 (  0.1%)   0.0003 (  0.1%)   0.0003 (  0.0%)  typecheck-expr
   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%)  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%)  populate-source-file-class-member-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%)  AST verification
   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%)  perform-whole-module-type-checking
   0.1714 (100.0%)   0.1373 (100.0%)   0.3087 (100.0%)   3.4500 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.2158 seconds (2.8603 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.7922 (100.0%)   0.4236 (100.0%)   1.2158 (100.0%)   2.8603 (100.0%)  Building Target
   0.7922 (100.0%)   0.4236 (100.0%)   1.2158 (100.0%)   2.8603 (100.0%)  Total
SwiftCompile normal arm64_32 Compiling\ ThemeManager.swift /Users/admin/builder/spi-builder-workspace/Sources/Themeable/ThemeManager.swift (in target 'Themeable' from project 'Themeable')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Themeable/ThemeManager.swift (in target 'Themeable' from project 'Themeable')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745556257982640-swift-frontend-Themeable-ThemeManager.swift-arm64_32_apple_watchos11.4-o-Onone-3688433802.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3318 seconds (3.7994 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0168 (  8.2%)   0.0318 ( 24.9%)   0.0485 ( 14.6%)   1.7208 ( 45.3%)  parse-and-resolve-imports
   0.0162 (  7.9%)   0.0309 ( 24.3%)   0.0471 ( 14.2%)   1.7194 ( 45.3%)  Import resolution
   0.0017 (  0.8%)   0.0087 (  6.9%)   0.0105 (  3.2%)   0.1336 (  3.5%)  load-stdlib
   0.0737 ( 36.1%)   0.0231 ( 18.1%)   0.0969 ( 29.2%)   0.0968 (  2.5%)  build-rewrite-system
   0.0159 (  7.8%)   0.0048 (  3.8%)   0.0207 (  6.2%)   0.0207 (  0.5%)  perform-sema
   0.0158 (  7.8%)   0.0048 (  3.8%)   0.0206 (  6.2%)   0.0206 (  0.5%)  Type checking and Semantic analysis
   0.0111 (  5.4%)   0.0086 (  6.7%)   0.0197 (  5.9%)   0.0197 (  0.5%)  import-clang-decl
   0.0128 (  6.3%)   0.0032 (  2.5%)   0.0160 (  4.8%)   0.0160 (  0.4%)  typecheck-expr
   0.0110 (  5.4%)   0.0029 (  2.2%)   0.0139 (  4.2%)   0.0139 (  0.4%)  typecheck-stmt
   0.0092 (  4.5%)   0.0025 (  2.0%)   0.0117 (  3.5%)   0.0117 (  0.3%)  precheck-target
   0.0063 (  3.1%)   0.0022 (  1.7%)   0.0085 (  2.6%)   0.0085 (  0.2%)  typecheck-decl
   0.0031 (  1.5%)   0.0021 (  1.6%)   0.0051 (  1.5%)   0.0051 (  0.1%)  IRGen
   0.0038 (  1.9%)   0.0001 (  0.1%)   0.0039 (  1.2%)   0.0039 (  0.1%)  SIL optimization
   0.0031 (  1.5%)   0.0007 (  0.6%)   0.0039 (  1.2%)   0.0039 (  0.1%)  SILGen
   0.0027 (  1.3%)   0.0006 (  0.5%)   0.0033 (  1.0%)   0.0033 (  0.1%)  SILGen-function
   0.0007 (  0.3%)   0.0003 (  0.3%)   0.0010 (  0.3%)   0.0010 (  0.0%)  load-all-members
   0.0003 (  0.2%)   0.0002 (  0.1%)   0.0005 (  0.1%)   0.0005 (  0.0%)  typecheck-for-each
   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%)  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%)  SIL verification, post-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%)  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
   0.2043 (100.0%)   0.1275 (100.0%)   0.3318 (100.0%)   3.7994 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.0551 seconds (2.8634 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.7346 (100.0%)   0.3205 (100.0%)   1.0551 (100.0%)   2.8634 (100.0%)  Building Target
   0.7346 (100.0%)   0.3205 (100.0%)   1.0551 (100.0%)   2.8634 (100.0%)  Total
SwiftCompile normal arm64_32 Compiling\ Themeable.swift /Users/admin/builder/spi-builder-workspace/Sources/Themeable/Themeable.swift (in target 'Themeable' from project 'Themeable')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Themeable/Themeable.swift (in target 'Themeable' from project 'Themeable')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745556257984926-swift-frontend-Themeable-Themeable.swift-arm64_32_apple_watchos11.4-o-Onone-3882494608.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 2.9914 seconds (3.4779 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9587 ( 46.4%)   0.4057 ( 43.8%)   1.3644 ( 45.6%)   1.5859 ( 45.6%)  parse-and-resolve-imports
   0.9582 ( 46.4%)   0.4044 ( 43.7%)   1.3626 ( 45.5%)   1.5831 ( 45.5%)  Import resolution
   0.0764 (  3.7%)   0.0166 (  1.8%)   0.0930 (  3.1%)   0.0929 (  2.7%)  build-rewrite-system
   0.0133 (  0.6%)   0.0335 (  3.6%)   0.0468 (  1.6%)   0.0778 (  2.2%)  load-stdlib
   0.0115 (  0.6%)   0.0153 (  1.7%)   0.0268 (  0.9%)   0.0303 (  0.9%)  perform-sema
   0.0115 (  0.6%)   0.0153 (  1.7%)   0.0268 (  0.9%)   0.0302 (  0.9%)  Type checking and Semantic analysis
   0.0107 (  0.5%)   0.0082 (  0.9%)   0.0188 (  0.6%)   0.0198 (  0.6%)  import-clang-decl
   0.0092 (  0.4%)   0.0067 (  0.7%)   0.0160 (  0.5%)   0.0171 (  0.5%)  typecheck-stmt
   0.0074 (  0.4%)   0.0063 (  0.7%)   0.0137 (  0.5%)   0.0149 (  0.4%)  precheck-target
   0.0021 (  0.1%)   0.0085 (  0.9%)   0.0106 (  0.4%)   0.0129 (  0.4%)  typecheck-decl
   0.0023 (  0.1%)   0.0029 (  0.3%)   0.0052 (  0.2%)   0.0057 (  0.2%)  IRGen
   0.0011 (  0.1%)   0.0013 (  0.1%)   0.0023 (  0.1%)   0.0026 (  0.1%)  SILGen
   0.0008 (  0.0%)   0.0010 (  0.1%)   0.0018 (  0.1%)   0.0020 (  0.1%)  SILGen-function
   0.0012 (  0.1%)   0.0000 (  0.0%)   0.0012 (  0.0%)   0.0012 (  0.0%)  SIL optimization
   0.0008 (  0.0%)   0.0004 (  0.0%)   0.0012 (  0.0%)   0.0012 (  0.0%)  load-all-members
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  typecheck-expr
   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%)  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%)  populate-source-file-class-member-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%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   2.0654 (100.0%)   0.9260 (100.0%)   2.9914 (100.0%)   3.4779 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.5765 seconds (2.8606 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.7461 (100.0%)   0.8303 (100.0%)   2.5765 (100.0%)   2.8606 (100.0%)  Building Target
   1.7461 (100.0%)   0.8303 (100.0%)   2.5765 (100.0%)   2.8606 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ ThemeManager.swift /Users/admin/builder/spi-builder-workspace/Sources/Themeable/ThemeManager.swift (in target 'Themeable' from project 'Themeable')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745556257983972-swift-frontend-Themeable-ThemeManager.swift-arm64_apple_watchos11.4-o-Onone-307003072.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 3.0216 seconds (3.5404 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9577 ( 45.7%)   0.4093 ( 44.2%)   1.3670 ( 45.2%)   1.5846 ( 44.8%)  parse-and-resolve-imports
   0.9572 ( 45.7%)   0.4077 ( 44.0%)   1.3650 ( 45.2%)   1.5815 ( 44.7%)  Import resolution
   0.0758 (  3.6%)   0.0169 (  1.8%)   0.0928 (  3.1%)   0.0932 (  2.6%)  build-rewrite-system
   0.0016 (  0.1%)   0.0120 (  1.3%)   0.0137 (  0.5%)   0.0817 (  2.3%)  load-stdlib
   0.0176 (  0.8%)   0.0169 (  1.8%)   0.0345 (  1.1%)   0.0389 (  1.1%)  perform-sema
   0.0176 (  0.8%)   0.0169 (  1.8%)   0.0345 (  1.1%)   0.0388 (  1.1%)  Type checking and Semantic analysis
   0.0139 (  0.7%)   0.0079 (  0.9%)   0.0218 (  0.7%)   0.0229 (  0.6%)  typecheck-expr
   0.0070 (  0.3%)   0.0113 (  1.2%)   0.0183 (  0.6%)   0.0219 (  0.6%)  typecheck-decl
   0.0111 (  0.5%)   0.0088 (  0.9%)   0.0198 (  0.7%)   0.0209 (  0.6%)  import-clang-decl
   0.0123 (  0.6%)   0.0067 (  0.7%)   0.0190 (  0.6%)   0.0198 (  0.6%)  typecheck-stmt
   0.0096 (  0.5%)   0.0058 (  0.6%)   0.0154 (  0.5%)   0.0162 (  0.5%)  precheck-target
   0.0033 (  0.2%)   0.0027 (  0.3%)   0.0060 (  0.2%)   0.0060 (  0.2%)  IRGen
   0.0029 (  0.1%)   0.0013 (  0.1%)   0.0042 (  0.1%)   0.0044 (  0.1%)  SILGen
   0.0039 (  0.2%)   0.0000 (  0.0%)   0.0039 (  0.1%)   0.0039 (  0.1%)  SIL optimization
   0.0024 (  0.1%)   0.0012 (  0.1%)   0.0037 (  0.1%)   0.0038 (  0.1%)  SILGen-function
   0.0007 (  0.0%)   0.0003 (  0.0%)   0.0010 (  0.0%)   0.0010 (  0.0%)  load-all-members
   0.0004 (  0.0%)   0.0003 (  0.0%)   0.0007 (  0.0%)   0.0007 (  0.0%)  typecheck-for-each
   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, 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-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   2.0953 (100.0%)   0.9263 (100.0%)   3.0216 (100.0%)   3.5404 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.5482 seconds (2.8604 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.7584 (100.0%)   0.7898 (100.0%)   2.5482 (100.0%)   2.8604 (100.0%)  Building Target
   1.7584 (100.0%)   0.7898 (100.0%)   2.5482 (100.0%)   2.8604 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Themeable/ThemeManager.swift (in target 'Themeable' from project 'Themeable')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64_32 Emitting module for Themeable (in target 'Themeable' from project 'Themeable')
SwiftDriver\ Compilation\ Requirements Themeable normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Themeable' from project 'Themeable')
    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 Themeable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64_32/Themeable.SwiftFileList -DSWIFT_PACKAGE -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/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64_32/Themeable-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/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64_32/Themeable.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/Themeable.build/Debug-watchos/Themeable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64_32/Themeable_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/Themeable.build/Debug-watchos/Themeable.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64_32/Themeable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Themeable.framework/Modules/Themeable.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64_32/Themeable.abi.json (in target 'Themeable' from project 'Themeable')
    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/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64_32/Themeable.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Themeable.framework/Modules/Themeable.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Themeable.framework/Modules/Themeable.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64_32/Themeable.swiftdoc (in target 'Themeable' from project 'Themeable')
    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/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64_32/Themeable.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Themeable.framework/Modules/Themeable.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Themeable.framework/Modules/Themeable.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64_32/Themeable.swiftmodule (in target 'Themeable' from project 'Themeable')
    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/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64_32/Themeable.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Themeable.framework/Modules/Themeable.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Themeable.framework/Modules/Themeable.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64_32/Themeable.swiftsourceinfo (in target 'Themeable' from project 'Themeable')
    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/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64_32/Themeable.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Themeable.framework/Modules/Themeable.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Emitting module for Themeable (in target 'Themeable' from project 'Themeable')
SwiftDriver\ Compilation\ Requirements Themeable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Themeable' from project 'Themeable')
    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 Themeable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64/Themeable.SwiftFileList -DSWIFT_PACKAGE -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/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64/Themeable-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/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64/Themeable.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/Themeable.build/Debug-watchos/Themeable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64/Themeable_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/Themeable.build/Debug-watchos/Themeable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64/Themeable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Themeable.framework/Headers/Themeable-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64/Themeable-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64_32/Themeable-Swift.h (in target 'Themeable' from project 'Themeable')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64/Themeable-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64_32/Themeable-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Themeable.framework/Headers/Themeable-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Themeable.framework/Modules/Themeable.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64/Themeable.swiftmodule (in target 'Themeable' from project 'Themeable')
    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/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64/Themeable.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Themeable.framework/Modules/Themeable.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Themeable.framework/Modules/Themeable.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64/Themeable.swiftdoc (in target 'Themeable' from project 'Themeable')
    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/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64/Themeable.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Themeable.framework/Modules/Themeable.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Themeable.framework/Modules/Themeable.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64/Themeable.abi.json (in target 'Themeable' from project 'Themeable')
    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/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64/Themeable.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Themeable.framework/Modules/Themeable.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Themeable.framework/Modules/Themeable.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64/Themeable.swiftsourceinfo (in target 'Themeable' from project 'Themeable')
    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/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64/Themeable.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Themeable.framework/Modules/Themeable.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64_32 Compiling ThemePersistor.swift (in target 'Themeable' from project 'Themeable')
SwiftDriverJobDiscovery normal arm64 Compiling ThemePersistor.swift (in target 'Themeable' from project 'Themeable')
SwiftDriverJobDiscovery normal arm64 Compiling Themeable.swift (in target 'Themeable' from project 'Themeable')
SwiftDriverJobDiscovery normal arm64_32 Compiling ThemeManager.swift (in target 'Themeable' from project 'Themeable')
SwiftDriverJobDiscovery normal arm64 Compiling ThemeManager.swift (in target 'Themeable' from project 'Themeable')
SwiftDriver\ Compilation Themeable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Themeable' from project 'Themeable')
    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 Themeable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64/Themeable.SwiftFileList -DSWIFT_PACKAGE -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/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64/Themeable-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/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64/Themeable.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/Themeable.build/Debug-watchos/Themeable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64/Themeable_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/Themeable.build/Debug-watchos/Themeable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64/Themeable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling Themeable.swift (in target 'Themeable' from project 'Themeable')
SwiftDriver\ Compilation Themeable normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Themeable' from project 'Themeable')
    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 Themeable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64_32/Themeable.SwiftFileList -DSWIFT_PACKAGE -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/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64_32/Themeable-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/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64_32/Themeable.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/Themeable.build/Debug-watchos/Themeable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64_32/Themeable_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/Themeable.build/Debug-watchos/Themeable.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64_32/Themeable-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/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64/Binary/Themeable normal arm64 (in target 'Themeable' from project 'Themeable')
    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/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64/Themeable.LinkFileList -install_name @rpath/Themeable.framework/Themeable -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/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64/Themeable_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64/Themeable_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/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64/Themeable.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64/Binary/Themeable
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64_32/Binary/Themeable normal arm64_32 (in target 'Themeable' from project 'Themeable')
    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/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64_32/Themeable.LinkFileList -install_name @rpath/Themeable.framework/Themeable -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/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64_32/Themeable_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64_32/Themeable_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/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64_32/Themeable.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64_32/Binary/Themeable
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Themeable.framework/Themeable normal arm64\ arm64_32 (in target 'Themeable' from project 'Themeable')
    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/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64/Binary/Themeable /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64_32/Binary/Themeable -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Themeable.framework/Themeable
ExtractAppIntentsMetadata (in target 'Themeable' from project 'Themeable')
    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 Themeable --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 Themeable --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Themeable.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/Themeable.framework/Themeable --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64/Themeable_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64_32/Themeable_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64/Themeable.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64_32/Themeable.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Themeable.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Themeable.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64/Themeable.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-watchos/Themeable.build/Objects-normal/arm64_32/Themeable.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-24 21:44:21.243 appintentsmetadataprocessor[704:4010] Starting appintentsmetadataprocessor export
2025-04-24 21:44:21.246 appintentsmetadataprocessor[704:4010] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/Themeable.framework/Themeable.tbd (in target 'Themeable' from project 'Themeable')
    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/Themeable.framework/Themeable -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/Themeable.framework/Themeable.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Themeable.framework (in target 'Themeable' from project 'Themeable')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Themeable.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Themeable.framework (in target 'Themeable' from project 'Themeable')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Themeable.framework
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Themeable",
  "name" : "Themeable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Themeable",
      "targets" : [
        "Themeable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4"
  ],
  "targets" : [
    {
      "c99name" : "ThemeableTests",
      "module_type" : "SwiftTarget",
      "name" : "ThemeableTests",
      "path" : "Tests/ThemeableTests",
      "sources" : [
        "ThemeableTests.swift"
      ],
      "target_dependencies" : [
        "Themeable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Themeable",
      "module_type" : "SwiftTarget",
      "name" : "Themeable",
      "path" : "Sources/Themeable",
      "product_memberships" : [
        "Themeable"
      ],
      "sources" : [
        "ThemeManager.swift",
        "ThemePersistor.swift",
        "Themeable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.