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 v0.8.0 (103986), with Swift 6.1 for iOS 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=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/edwellbrook/Themeable.git
Reference: v0.8.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/edwellbrook/Themeable
 * tag               v0.8.0     -> FETCH_HEAD
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 v0.8.0
========================================
Build
========================================
Selected platform:         iOS
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=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Themeable-Package -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
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/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 0fb8c3ab3047211ff370933c5a114b79
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/0fb8c3ab3047211ff370933c5a114b79.xcbuilddata
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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    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/EagerLinkingTBDs/Debug-iphoneos
    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-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/Themeable.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/Themeable.framework
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/Themeable.framework/Headers
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-iphoneos/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-iphoneos/Themeable.build/Themeable.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-iphoneos/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-iphoneos/Themeable.build/Themeable.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-iphoneos/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-iphoneos/Themeable.build/Objects-normal/arm64/Themeable.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-iphoneos/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-iphoneos/Themeable.build/Objects-normal/arm64/Themeable.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-iphoneos/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-iphoneos/Themeable.build/Objects-normal/arm64/Themeable-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-iphoneos/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-iphoneos/Themeable.build/Objects-normal/arm64/Themeable_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-iphoneos/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-iphoneos/Themeable.build/Objects-normal/arm64/Themeable.SwiftConstValuesFileList
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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 iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Themeable.framework/Info.plist
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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios18.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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/Themeable.build/Objects-normal/arm64/Themeable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-iphoneos/Themeable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-iphoneos/Themeable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-iphoneos/Themeable.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-iphoneos/Themeable.build/Objects-normal/arm64/Themeable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ Themeable (in target 'Themeable' from project 'Themeable')
EmitSwiftModule normal arm64 (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-1745556258496007-swift-frontend-Themeable-all-arm64_apple_ios18.4-swiftmodule-Onone-4073484576.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 2.7400 seconds (3.1973 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9677 ( 49.1%)   0.3543 ( 46.0%)   1.3220 ( 48.2%)   1.4928 ( 46.7%)  parse-and-resolve-imports
   0.9671 ( 49.1%)   0.3529 ( 45.8%)   1.3200 ( 48.2%)   1.4898 ( 46.6%)  Import resolution
   0.0015 (  0.1%)   0.0068 (  0.9%)   0.0083 (  0.3%)   0.1052 (  3.3%)  load-stdlib
   0.0066 (  0.3%)   0.0092 (  1.2%)   0.0158 (  0.6%)   0.0197 (  0.6%)  perform-sema
   0.0065 (  0.3%)   0.0092 (  1.2%)   0.0157 (  0.6%)   0.0196 (  0.6%)  Type checking and Semantic analysis
   0.0064 (  0.3%)   0.0091 (  1.2%)   0.0156 (  0.6%)   0.0194 (  0.6%)  typecheck-decl
   0.0038 (  0.2%)   0.0112 (  1.4%)   0.0149 (  0.5%)   0.0183 (  0.6%)  SIL optimization
   0.0010 (  0.0%)   0.0087 (  1.1%)   0.0096 (  0.4%)   0.0126 (  0.4%)  Serialization, swiftmodule
   0.0028 (  0.1%)   0.0016 (  0.2%)   0.0045 (  0.2%)   0.0046 (  0.1%)  typecheck-expr
   0.0006 (  0.0%)   0.0018 (  0.2%)   0.0024 (  0.1%)   0.0034 (  0.1%)  import-clang-decl
   0.0007 (  0.0%)   0.0016 (  0.2%)   0.0023 (  0.1%)   0.0027 (  0.1%)  build-rewrite-system
   0.0018 (  0.1%)   0.0006 (  0.1%)   0.0024 (  0.1%)   0.0024 (  0.1%)  precheck-target
   0.0010 (  0.1%)   0.0014 (  0.2%)   0.0024 (  0.1%)   0.0024 (  0.1%)  SILGen
   0.0007 (  0.0%)   0.0012 (  0.2%)   0.0019 (  0.1%)   0.0019 (  0.1%)  SILGen-function
   0.0003 (  0.0%)   0.0009 (  0.1%)   0.0012 (  0.0%)   0.0016 (  0.1%)  Serialization, swiftdoc
   0.0003 (  0.0%)   0.0004 (  0.1%)   0.0007 (  0.0%)   0.0007 (  0.0%)  typecheck-stmt
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   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%)  perform-whole-module-type-checking
   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%)  AST verification
   1.9691 (100.0%)   0.7709 (100.0%)   2.7400 (100.0%)   3.1973 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3726 seconds (1.6501 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9834 (100.0%)   0.3892 (100.0%)   1.3726 (100.0%)   1.6501 (100.0%)  Building Target
   0.9834 (100.0%)   0.3892 (100.0%)   1.3726 (100.0%)   1.6501 (100.0%)  Total
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-1745556258496004-swift-frontend-Themeable-ThemePersistor.swift-arm64_apple_ios18.4-o-Onone-2045089901.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2463 seconds (3.5125 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0180 ( 13.1%)   0.0335 ( 30.9%)   0.0515 ( 20.9%)   1.6422 ( 46.8%)  parse-and-resolve-imports
   0.0175 ( 12.7%)   0.0328 ( 30.3%)   0.0504 ( 20.5%)   1.6411 ( 46.7%)  Import resolution
   0.0017 (  1.2%)   0.0085 (  7.8%)   0.0101 (  4.1%)   0.0950 (  2.7%)  load-stdlib
   0.0705 ( 51.1%)   0.0182 ( 16.8%)   0.0887 ( 36.0%)   0.0887 (  2.5%)  build-rewrite-system
   0.0104 (  7.6%)   0.0066 (  6.0%)   0.0170 (  6.9%)   0.0170 (  0.5%)  import-clang-decl
   0.0041 (  3.0%)   0.0017 (  1.5%)   0.0058 (  2.4%)   0.0058 (  0.2%)  perform-sema
   0.0041 (  3.0%)   0.0017 (  1.5%)   0.0057 (  2.3%)   0.0057 (  0.2%)  Type checking and Semantic analysis
   0.0017 (  1.2%)   0.0019 (  1.7%)   0.0036 (  1.5%)   0.0036 (  0.1%)  IRGen
   0.0021 (  1.5%)   0.0010 (  1.0%)   0.0031 (  1.3%)   0.0031 (  0.1%)  typecheck-decl
   0.0019 (  1.4%)   0.0006 (  0.5%)   0.0024 (  1.0%)   0.0024 (  0.1%)  typecheck-stmt
   0.0013 (  0.9%)   0.0007 (  0.6%)   0.0020 (  0.8%)   0.0020 (  0.1%)  SILGen
   0.0018 (  1.3%)   0.0000 (  0.0%)   0.0018 (  0.7%)   0.0018 (  0.1%)  SIL optimization
   0.0011 (  0.8%)   0.0006 (  0.6%)   0.0017 (  0.7%)   0.0017 (  0.0%)  SILGen-function
   0.0009 (  0.7%)   0.0004 (  0.4%)   0.0013 (  0.5%)   0.0013 (  0.0%)  typecheck-expr
   0.0007 (  0.5%)   0.0002 (  0.2%)   0.0009 (  0.4%)   0.0009 (  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, 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%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1379 (100.0%)   0.1084 (100.0%)   0.2463 (100.0%)   3.5125 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.0787 seconds (2.7638 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.7294 (100.0%)   0.3493 (100.0%)   1.0787 (100.0%)   2.7638 (100.0%)  Building Target
   0.7294 (100.0%)   0.3493 (100.0%)   1.0787 (100.0%)   2.7638 (100.0%)  Total
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-1745556258496006-swift-frontend-Themeable-Themeable.swift-arm64_apple_ios18.4-o-Onone-1788596139.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3760 seconds (3.3472 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0236 ( 12.3%)   0.0399 ( 21.6%)   0.0635 ( 16.9%)   1.5315 ( 45.8%)  parse-and-resolve-imports
   0.0230 ( 12.0%)   0.0394 ( 21.3%)   0.0624 ( 16.6%)   1.5304 ( 45.7%)  Import resolution
   0.0745 ( 39.0%)   0.0189 ( 10.2%)   0.0934 ( 24.9%)   0.0934 (  2.8%)  build-rewrite-system
   0.0123 (  6.4%)   0.0366 ( 19.8%)   0.0490 ( 13.0%)   0.0714 (  2.1%)  load-stdlib
   0.0113 (  5.9%)   0.0108 (  5.8%)   0.0221 (  5.9%)   0.0259 (  0.8%)  perform-sema
   0.0113 (  5.9%)   0.0108 (  5.8%)   0.0220 (  5.9%)   0.0259 (  0.8%)  Type checking and Semantic analysis
   0.0109 (  5.7%)   0.0073 (  4.0%)   0.0182 (  4.8%)   0.0182 (  0.5%)  import-clang-decl
   0.0093 (  4.9%)   0.0067 (  3.6%)   0.0160 (  4.3%)   0.0168 (  0.5%)  typecheck-stmt
   0.0076 (  4.0%)   0.0060 (  3.2%)   0.0136 (  3.6%)   0.0144 (  0.4%)  precheck-target
   0.0018 (  0.9%)   0.0040 (  2.1%)   0.0058 (  1.5%)   0.0088 (  0.3%)  typecheck-decl
   0.0024 (  1.2%)   0.0035 (  1.9%)   0.0059 (  1.6%)   0.0063 (  0.2%)  IRGen
   0.0012 (  0.6%)   0.0000 (  0.0%)   0.0013 (  0.3%)   0.0013 (  0.0%)  SIL optimization
   0.0008 (  0.4%)   0.0002 (  0.1%)   0.0010 (  0.3%)   0.0010 (  0.0%)  load-all-members
   0.0006 (  0.3%)   0.0003 (  0.2%)   0.0009 (  0.2%)   0.0009 (  0.0%)  SILGen
   0.0004 (  0.2%)   0.0002 (  0.1%)   0.0006 (  0.2%)   0.0007 (  0.0%)  SILGen-function
   0.0002 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.1%)   0.0002 (  0.0%)  typecheck-expr
   0.0000 (  0.0%)   0.0001 (  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%)  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%)  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.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.1912 (100.0%)   0.1847 (100.0%)   0.3760 (100.0%)   3.3472 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.2527 seconds (2.7636 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8094 (100.0%)   0.4432 (100.0%)   1.2527 (100.0%)   2.7636 (100.0%)  Building Target
   0.8094 (100.0%)   0.4432 (100.0%)   1.2527 (100.0%)   2.7636 (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-1745556258496005-swift-frontend-Themeable-ThemeManager.swift-arm64_apple_ios18.4-o-Onone-2315285949.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3018 seconds (4.1488 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0194 ( 10.4%)   0.0333 ( 28.7%)   0.0526 ( 17.4%)   1.9359 ( 46.7%)  parse-and-resolve-imports
   0.0189 ( 10.2%)   0.0327 ( 28.2%)   0.0516 ( 17.1%)   1.9349 ( 46.6%)  Import resolution
   0.0017 (  0.9%)   0.0071 (  6.1%)   0.0088 (  2.9%)   0.0893 (  2.2%)  load-stdlib
   0.0473 ( 25.5%)   0.0125 ( 10.8%)   0.0598 ( 19.8%)   0.0598 (  1.4%)  build-rewrite-system
   0.0168 (  9.1%)   0.0044 (  3.8%)   0.0212 (  7.0%)   0.0212 (  0.5%)  perform-sema
   0.0168 (  9.0%)   0.0044 (  3.8%)   0.0212 (  7.0%)   0.0212 (  0.5%)  Type checking and Semantic analysis
   0.0104 (  5.6%)   0.0073 (  6.3%)   0.0177 (  5.9%)   0.0176 (  0.4%)  import-clang-decl
   0.0136 (  7.3%)   0.0032 (  2.8%)   0.0168 (  5.6%)   0.0168 (  0.4%)  typecheck-expr
   0.0116 (  6.3%)   0.0027 (  2.3%)   0.0143 (  4.7%)   0.0143 (  0.3%)  typecheck-stmt
   0.0094 (  5.1%)   0.0023 (  2.0%)   0.0117 (  3.9%)   0.0117 (  0.3%)  precheck-target
   0.0067 (  3.6%)   0.0019 (  1.6%)   0.0086 (  2.9%)   0.0086 (  0.2%)  typecheck-decl
   0.0033 (  1.8%)   0.0028 (  2.4%)   0.0061 (  2.0%)   0.0061 (  0.1%)  IRGen
   0.0040 (  2.2%)   0.0000 (  0.0%)   0.0040 (  1.3%)   0.0040 (  0.1%)  SIL optimization
   0.0026 (  1.4%)   0.0006 (  0.5%)   0.0032 (  1.1%)   0.0032 (  0.1%)  SILGen
   0.0022 (  1.2%)   0.0005 (  0.5%)   0.0027 (  0.9%)   0.0027 (  0.1%)  SILGen-function
   0.0006 (  0.3%)   0.0003 (  0.2%)   0.0009 (  0.3%)   0.0009 (  0.0%)  load-all-members
   0.0003 (  0.2%)   0.0001 (  0.1%)   0.0004 (  0.1%)   0.0004 (  0.0%)  typecheck-for-each
   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%)  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%)  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.1857 (100.0%)   0.1160 (100.0%)   0.3018 (100.0%)   4.1488 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.7881 seconds (2.7651 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.5091 (100.0%)   0.2790 (100.0%)   0.7881 (100.0%)   2.7651 (100.0%)  Building Target
   0.5091 (100.0%)   0.2790 (100.0%)   0.7881 (100.0%)   2.7651 (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 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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios18.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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/Themeable.build/Objects-normal/arm64/Themeable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-iphoneos/Themeable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-iphoneos/Themeable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-iphoneos/Themeable.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-iphoneos/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-iphoneos/Themeable.framework/Headers/Themeable-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-iphoneos/Themeable.build/Objects-normal/arm64/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-iphoneos/Themeable.build/Objects-normal/arm64/Themeable-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Themeable.framework/Headers/Themeable-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Themeable.framework/Modules/Themeable.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-iphoneos/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-iphoneos/Themeable.build/Objects-normal/arm64/Themeable.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Themeable.framework/Modules/Themeable.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Themeable.framework/Modules/Themeable.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-iphoneos/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-iphoneos/Themeable.build/Objects-normal/arm64/Themeable.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Themeable.framework/Modules/Themeable.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Themeable.framework/Modules/Themeable.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-iphoneos/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-iphoneos/Themeable.build/Objects-normal/arm64/Themeable.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Themeable.framework/Modules/Themeable.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Themeable.framework/Modules/Themeable.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-iphoneos/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-iphoneos/Themeable.build/Objects-normal/arm64/Themeable.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Themeable.framework/Modules/Themeable.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling ThemeManager.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')
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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios18.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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/Themeable.build/Objects-normal/arm64/Themeable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-iphoneos/Themeable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-iphoneos/Themeable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-iphoneos/Themeable.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-iphoneos/Themeable.build/Objects-normal/arm64/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/Products/Debug-iphoneos/Themeable.framework/Themeable normal (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-ios18.4 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-iphoneos/Themeable.build/Objects-normal/arm64/Themeable.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 18.4 --bundle-identifier Themeable --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Themeable.framework --target-triple arm64-apple-ios18.4 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Themeable.framework/Themeable --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-iphoneos/Themeable.build/Objects-normal/arm64/Themeable_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-iphoneos/Themeable.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-iphoneos/Themeable.build/Objects-normal/arm64/Themeable.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-iphoneos/Themeable.build/Themeable.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-iphoneos/Themeable.build/Themeable.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-iphoneos/Themeable.build/Objects-normal/arm64/Themeable.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-24 21:44:21.473 appintentsmetadataprocessor[693:3854] Starting appintentsmetadataprocessor export
2025-04-24 21:44:21.475 appintentsmetadataprocessor[693:3854] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
AppIntentsSSUTraining (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/appintentsnltrainingprocessor --infoplist-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Themeable.framework/Info.plist --temp-dir-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-iphoneos/Themeable.build/ssu --bundle-id Themeable --product-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Themeable.framework --extracted-metadata-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Themeable.framework/Metadata.appintents --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-iphoneos/Themeable.build/Themeable.DependencyMetadataFileList --archive-ssu-assets
2025-04-24 21:44:21.496 appintentsnltrainingprocessor[694:3855] Parsing options for appintentsnltrainingprocessor
2025-04-24 21:44:21.497 appintentsnltrainingprocessor[694:3855] No AppShortcuts found - Skipping.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Themeable.framework/Themeable -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/Themeable.framework/Themeable.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/Themeable.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/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.