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 tvOS using Xcode 16.3 on 25 Apr 2025 04:45:58 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=tvOS 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:         tvOS
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=tvOS 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=tvOS "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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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: 1021383ad9c3e4bc55c21704631053fa
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/1021383ad9c3e4bc55c21704631053fa.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
    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-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
    cd /Users/admin/builder/spi-builder-workspace/Themeable.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/Themeable.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/Themeable.framework
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-appletvos/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-appletvos/Themeable.build/Themeable.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-appletvos/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-appletvos/Themeable.build/Themeable.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-appletvos/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-appletvos/Themeable.build/Objects-normal/arm64/Themeable_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-appletvos/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-appletvos/Themeable.build/Objects-normal/arm64/Themeable-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-appletvos/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-appletvos/Themeable.build/Objects-normal/arm64/Themeable.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-appletvos/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-appletvos/Themeable.build/Objects-normal/arm64/Themeable.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-appletvos/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-appletvos/Themeable.build/Objects-normal/arm64/Themeable.LinkFileList
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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 appletvos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos18.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-appletvos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/Themeable.build/Objects-normal/arm64/Themeable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-appletvos/Themeable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-appletvos/Themeable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-appletvos/Themeable.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-appletvos/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-1745556354882587-swift-frontend-Themeable-all-arm64_apple_tvos18.4-swiftmodule-Onone-3197429121.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1659 seconds (3.6541 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0180 ( 27.8%)   0.0324 ( 32.1%)   0.0505 ( 30.4%)   1.7540 ( 48.0%)  parse-and-resolve-imports
   0.0175 ( 27.0%)   0.0318 ( 31.5%)   0.0493 ( 29.7%)   1.7528 ( 48.0%)  Import resolution
   0.0014 (  2.2%)   0.0070 (  6.9%)   0.0084 (  5.1%)   0.0811 (  2.2%)  load-stdlib
   0.0037 (  5.7%)   0.0118 ( 11.7%)   0.0155 (  9.3%)   0.0196 (  0.5%)  SIL optimization
   0.0010 (  1.6%)   0.0095 (  9.4%)   0.0106 (  6.4%)   0.0143 (  0.4%)  Serialization, swiftmodule
   0.0054 (  8.3%)   0.0018 (  1.8%)   0.0072 (  4.3%)   0.0072 (  0.2%)  perform-sema
   0.0053 (  8.2%)   0.0018 (  1.8%)   0.0071 (  4.3%)   0.0072 (  0.2%)  Type checking and Semantic analysis
   0.0052 (  8.1%)   0.0017 (  1.7%)   0.0070 (  4.2%)   0.0070 (  0.2%)  typecheck-decl
   0.0024 (  3.7%)   0.0006 (  0.6%)   0.0030 (  1.8%)   0.0030 (  0.1%)  typecheck-expr
   0.0016 (  2.5%)   0.0003 (  0.3%)   0.0020 (  1.2%)   0.0020 (  0.1%)  precheck-target
   0.0003 (  0.4%)   0.0009 (  0.9%)   0.0012 (  0.7%)   0.0016 (  0.0%)  Serialization, swiftdoc
   0.0005 (  0.8%)   0.0008 (  0.8%)   0.0013 (  0.8%)   0.0013 (  0.0%)  import-clang-decl
   0.0009 (  1.4%)   0.0002 (  0.2%)   0.0011 (  0.7%)   0.0011 (  0.0%)  SILGen
   0.0006 (  0.9%)   0.0001 (  0.1%)   0.0007 (  0.4%)   0.0007 (  0.0%)  SILGen-function
   0.0005 (  0.7%)   0.0001 (  0.1%)   0.0006 (  0.4%)   0.0006 (  0.0%)  build-rewrite-system
   0.0003 (  0.4%)   0.0001 (  0.1%)   0.0004 (  0.2%)   0.0003 (  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%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0650 (100.0%)   0.1009 (100.0%)   0.1659 (100.0%)   3.6541 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.0880 seconds (1.8686 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0321 (100.0%)   0.0559 (100.0%)   0.0880 (100.0%)   1.8686 (100.0%)  Building Target
   0.0321 (100.0%)   0.0559 (100.0%)   0.0880 (100.0%)   1.8686 (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-1745556354882364-swift-frontend-Themeable-Themeable.swift-arm64_apple_tvos18.4-o-Onone-1504902443.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3030 seconds (3.4837 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0185 ( 10.9%)   0.0330 ( 24.8%)   0.0515 ( 17.0%)   1.5961 ( 45.8%)  parse-and-resolve-imports
   0.0179 ( 10.5%)   0.0324 ( 24.3%)   0.0503 ( 16.6%)   1.5949 ( 45.8%)  Import resolution
   0.0015 (  0.9%)   0.0066 (  4.9%)   0.0081 (  2.7%)   0.0966 (  2.8%)  load-stdlib
   0.0744 ( 43.8%)   0.0205 ( 15.4%)   0.0948 ( 31.3%)   0.0948 (  2.7%)  build-rewrite-system
   0.0113 (  6.6%)   0.0077 (  5.8%)   0.0190 (  6.3%)   0.0197 (  0.6%)  perform-sema
   0.0112 (  6.6%)   0.0077 (  5.8%)   0.0189 (  6.2%)   0.0197 (  0.6%)  Type checking and Semantic analysis
   0.0110 (  6.5%)   0.0083 (  6.2%)   0.0193 (  6.4%)   0.0194 (  0.6%)  import-clang-decl
   0.0094 (  5.5%)   0.0065 (  4.9%)   0.0159 (  5.3%)   0.0167 (  0.5%)  typecheck-stmt
   0.0077 (  4.5%)   0.0058 (  4.4%)   0.0135 (  4.5%)   0.0142 (  0.4%)  precheck-target
   0.0023 (  1.4%)   0.0030 (  2.2%)   0.0053 (  1.7%)   0.0053 (  0.2%)  IRGen
   0.0017 (  1.0%)   0.0011 (  0.8%)   0.0028 (  0.9%)   0.0028 (  0.1%)  typecheck-decl
   0.0011 (  0.7%)   0.0000 (  0.0%)   0.0011 (  0.4%)   0.0011 (  0.0%)  SIL optimization
   0.0008 (  0.5%)   0.0002 (  0.1%)   0.0010 (  0.3%)   0.0010 (  0.0%)  load-all-members
   0.0005 (  0.3%)   0.0001 (  0.1%)   0.0006 (  0.2%)   0.0006 (  0.0%)  SILGen
   0.0004 (  0.2%)   0.0001 (  0.1%)   0.0005 (  0.1%)   0.0005 (  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%)  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%)  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.1699 (100.0%)   0.1332 (100.0%)   0.3030 (100.0%)   3.4837 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.1810 seconds (2.8239 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.7789 (100.0%)   0.4020 (100.0%)   1.1810 (100.0%)   2.8239 (100.0%)  Building Target
   0.7789 (100.0%)   0.4020 (100.0%)   1.1810 (100.0%)   2.8239 (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')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745556354882365-swift-frontend-Themeable-ThemePersistor.swift-arm64_apple_tvos18.4-o-Onone-1774334625.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 2.9713 seconds (3.4113 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9927 ( 47.2%)   0.3832 ( 44.2%)   1.3759 ( 46.3%)   1.5793 ( 46.3%)  parse-and-resolve-imports
   0.9922 ( 47.2%)   0.3819 ( 44.0%)   1.3741 ( 46.2%)   1.5766 ( 46.2%)  Import resolution
   0.0743 (  3.5%)   0.0136 (  1.6%)   0.0880 (  3.0%)   0.0879 (  2.6%)  build-rewrite-system
   0.0134 (  0.6%)   0.0395 (  4.6%)   0.0529 (  1.8%)   0.0760 (  2.2%)  load-stdlib
   0.0108 (  0.5%)   0.0090 (  1.0%)   0.0198 (  0.7%)   0.0209 (  0.6%)  import-clang-decl
   0.0041 (  0.2%)   0.0104 (  1.2%)   0.0145 (  0.5%)   0.0173 (  0.5%)  perform-sema
   0.0041 (  0.2%)   0.0104 (  1.2%)   0.0145 (  0.5%)   0.0172 (  0.5%)  Type checking and Semantic analysis
   0.0024 (  0.1%)   0.0094 (  1.1%)   0.0118 (  0.4%)   0.0144 (  0.4%)  typecheck-decl
   0.0019 (  0.1%)   0.0030 (  0.3%)   0.0049 (  0.2%)   0.0054 (  0.2%)  IRGen
   0.0014 (  0.1%)   0.0027 (  0.3%)   0.0041 (  0.1%)   0.0045 (  0.1%)  SILGen
   0.0011 (  0.1%)   0.0025 (  0.3%)   0.0036 (  0.1%)   0.0040 (  0.1%)  SILGen-function
   0.0016 (  0.1%)   0.0008 (  0.1%)   0.0024 (  0.1%)   0.0026 (  0.1%)  typecheck-stmt
   0.0008 (  0.0%)   0.0010 (  0.1%)   0.0018 (  0.1%)   0.0023 (  0.1%)  typecheck-expr
   0.0017 (  0.1%)   0.0002 (  0.0%)   0.0019 (  0.1%)   0.0019 (  0.1%)  SIL optimization
   0.0007 (  0.0%)   0.0002 (  0.0%)   0.0009 (  0.0%)   0.0009 (  0.0%)  load-all-members
   0.0001 (  0.0%)   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%)  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%)  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%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   2.1035 (100.0%)   0.8678 (100.0%)   2.9713 (100.0%)   3.4113 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.5770 seconds (2.8233 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.7847 (100.0%)   0.7924 (100.0%)   2.5770 (100.0%)   2.8233 (100.0%)  Building Target
   1.7847 (100.0%)   0.7924 (100.0%)   2.5770 (100.0%)   2.8233 (100.0%)  Total
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

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-1745556354882364-swift-frontend-Themeable-ThemeManager.swift-arm64_apple_tvos18.4-o-Onone-946085416.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3398 seconds (3.6659 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0182 (  8.6%)   0.0357 ( 27.9%)   0.0539 ( 15.9%)   1.6818 ( 45.9%)  parse-and-resolve-imports
   0.0177 (  8.3%)   0.0351 ( 27.4%)   0.0527 ( 15.5%)   1.6806 ( 45.8%)  Import resolution
   0.0727 ( 34.4%)   0.0201 ( 15.7%)   0.0929 ( 27.3%)   0.0928 (  2.5%)  build-rewrite-system
   0.0015 (  0.7%)   0.0059 (  4.6%)   0.0073 (  2.2%)   0.0778 (  2.1%)  load-stdlib
   0.0172 (  8.1%)   0.0046 (  3.6%)   0.0218 (  6.4%)   0.0218 (  0.6%)  perform-sema
   0.0172 (  8.1%)   0.0046 (  3.5%)   0.0217 (  6.4%)   0.0217 (  0.6%)  Type checking and Semantic analysis
   0.0112 (  5.3%)   0.0072 (  5.7%)   0.0184 (  5.4%)   0.0184 (  0.5%)  import-clang-decl
   0.0140 (  6.6%)   0.0032 (  2.5%)   0.0171 (  5.0%)   0.0171 (  0.5%)  typecheck-expr
   0.0118 (  5.6%)   0.0028 (  2.1%)   0.0145 (  4.3%)   0.0146 (  0.4%)  typecheck-stmt
   0.0100 (  4.7%)   0.0025 (  1.9%)   0.0125 (  3.7%)   0.0125 (  0.3%)  precheck-target
   0.0070 (  3.3%)   0.0020 (  1.6%)   0.0090 (  2.7%)   0.0090 (  0.2%)  typecheck-decl
   0.0031 (  1.5%)   0.0027 (  2.1%)   0.0058 (  1.7%)   0.0058 (  0.2%)  IRGen
   0.0038 (  1.8%)   0.0001 (  0.1%)   0.0039 (  1.1%)   0.0039 (  0.1%)  SIL optimization
   0.0029 (  1.4%)   0.0008 (  0.6%)   0.0036 (  1.1%)   0.0036 (  0.1%)  SILGen
   0.0025 (  1.2%)   0.0007 (  0.5%)   0.0031 (  0.9%)   0.0031 (  0.1%)  SILGen-function
   0.0006 (  0.3%)   0.0002 (  0.2%)   0.0008 (  0.2%)   0.0008 (  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%)  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
   0.2116 (100.0%)   0.1282 (100.0%)   0.3398 (100.0%)   3.6659 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.1136 seconds (2.8251 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.7528 (100.0%)   0.3608 (100.0%)   1.1136 (100.0%)   2.8251 (100.0%)  Building Target
   0.7528 (100.0%)   0.3608 (100.0%)   1.1136 (100.0%)   2.8251 (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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos18.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-appletvos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/Themeable.build/Objects-normal/arm64/Themeable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-appletvos/Themeable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-appletvos/Themeable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-appletvos/Themeable.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-appletvos/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-appletvos/Themeable.framework/Headers/Themeable-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-appletvos/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-appletvos/Themeable.build/Objects-normal/arm64/Themeable-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Themeable.framework/Headers/Themeable-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Themeable.framework/Modules/Themeable.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-appletvos/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-appletvos/Themeable.build/Objects-normal/arm64/Themeable.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Themeable.framework/Modules/Themeable.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Themeable.framework/Modules/Themeable.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-appletvos/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-appletvos/Themeable.build/Objects-normal/arm64/Themeable.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Themeable.framework/Modules/Themeable.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Themeable.framework/Modules/Themeable.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-appletvos/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-appletvos/Themeable.build/Objects-normal/arm64/Themeable.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Themeable.framework/Modules/Themeable.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Themeable.framework/Modules/Themeable.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-appletvos/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-appletvos/Themeable.build/Objects-normal/arm64/Themeable.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Themeable.framework/Modules/Themeable.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling ThemePersistor.swift (in target 'Themeable' from project 'Themeable')
SwiftDriverJobDiscovery normal arm64 Compiling ThemeManager.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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos18.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-appletvos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/Themeable.build/Objects-normal/arm64/Themeable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-appletvos/Themeable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-appletvos/Themeable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-appletvos/Themeable.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-appletvos/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-appletvos/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-tvos18.4 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-appletvos/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-appletvos/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-appletvos/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/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-appletvos/Themeable.build/Objects-normal/arm64/Themeable.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 18.4 --bundle-identifier Themeable --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Themeable.framework --target-triple arm64-apple-tvos18.4 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Themeable.framework/Themeable --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-appletvos/Themeable.build/Objects-normal/arm64/Themeable_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-appletvos/Themeable.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-appletvos/Themeable.build/Objects-normal/arm64/Themeable.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-appletvos/Themeable.build/Themeable.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-appletvos/Themeable.build/Themeable.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Themeable.build/Debug-appletvos/Themeable.build/Objects-normal/arm64/Themeable.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-24 21:45:57.920 appintentsmetadataprocessor[696:3922] Starting appintentsmetadataprocessor export
2025-04-24 21:45:57.922 appintentsmetadataprocessor[696:3922] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Themeable.framework/Themeable -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos/Themeable.framework/Themeable.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/Themeable.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/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.