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 SLazeKit, reference master (2b3a27), with Swift 6.1 for tvOS using Xcode 16.3 on 24 Apr 2025 20:55:54 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 SLazeKit-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/shial4/SLazeKit.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/shial4/SLazeKit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 2b3a27c [3.0.0] Update to swift 5
Cloned https://github.com/shial4/SLazeKit.git
Revision (git rev-parse @):
2b3a27c65090784e4ee850959fa6857de5fee4ca
SUCCESS checkout https://github.com/shial4/SLazeKit.git at master
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/shial4/SLazeKit.git
https://github.com/shial4/SLazeKit.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SLazeKit",
  "name" : "SLazeKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SLazeKit",
      "targets" : [
        "SLazeKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SLazeKitTests",
      "module_type" : "SwiftTarget",
      "name" : "SLazeKitTests",
      "path" : "Tests/SLazeKitTests",
      "sources" : [
        "SLazeKitTests.swift",
        "StringInitializableTests.swift",
        "StringPathTests.swift"
      ],
      "target_dependencies" : [
        "SLazeKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SLazeKit",
      "module_type" : "SwiftTarget",
      "name" : "SLazeKit",
      "path" : "Sources/SLazeKit",
      "product_memberships" : [
        "SLazeKit"
      ],
      "sources" : [
        "Extensions/Decodable.swift",
        "Extensions/String.swift",
        "Laze.swift",
        "Protocols/LazeConfiguration.swift",
        "Protocols/StringInitializable.swift",
        "SLazeKit.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
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" : "SLazeKit",
  "name" : "SLazeKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SLazeKit",
      "targets" : [
        "SLazeKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SLazeKitTests",
      "module_type" : "SwiftTarget",
      "name" : "SLazeKitTests",
      "path" : "Tests/SLazeKitTests",
      "sources" : [
        "SLazeKitTests.swift",
        "StringInitializableTests.swift",
        "StringPathTests.swift"
      ],
      "target_dependencies" : [
        "SLazeKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SLazeKit",
      "module_type" : "SwiftTarget",
      "name" : "SLazeKit",
      "path" : "Sources/SLazeKit",
      "product_memberships" : [
        "SLazeKit"
      ],
      "sources" : [
        "Extensions/Decodable.swift",
        "Extensions/String.swift",
        "Laze.swift",
        "Protocols/LazeConfiguration.swift",
        "Protocols/StringInitializable.swift",
        "SLazeKit.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "SLazeKit",
    "schemes" : [
      "SLazeKit-Package",
      "SLazeKitPackageDescription",
      "SLazeKitPackageTests"
    ],
    "targets" : [
      "SLazeKitPackageDescription",
      "SLazeKitTests",
      "SLazeKit",
      "SLazeKitPackageTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SLazeKit-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 SLazeKit-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 'SLazeKit' in project 'SLazeKit' (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: fa397f8e1c9da0f161819e169a3361c1
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/fa397f8e1c9da0f161819e169a3361c1.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/SLazeKit.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/SLazeKit.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/Products
    cd /Users/admin/builder/spi-builder-workspace/SLazeKit.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-appletvos
    cd /Users/admin/builder/spi-builder-workspace/SLazeKit.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/SLazeKit.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/SLazeKit.framework (in target 'SLazeKit' from project 'SLazeKit')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SLazeKit.framework
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SLazeKit.framework/Headers (in target 'SLazeKit' from project 'SLazeKit')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SLazeKit.framework/Headers
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SLazeKit.build/Debug-appletvos/SLazeKit.build/SLazeKit.DependencyMetadataFileList (in target 'SLazeKit' from project 'SLazeKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SLazeKit.build/Debug-appletvos/SLazeKit.build/SLazeKit.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SLazeKit.build/Debug-appletvos/SLazeKit.build/SLazeKit.DependencyStaticMetadataFileList (in target 'SLazeKit' from project 'SLazeKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SLazeKit.build/Debug-appletvos/SLazeKit.build/SLazeKit.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SLazeKit.build/Debug-appletvos/SLazeKit.build/Objects-normal/arm64/SLazeKit.SwiftConstValuesFileList (in target 'SLazeKit' from project 'SLazeKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SLazeKit.build/Debug-appletvos/SLazeKit.build/Objects-normal/arm64/SLazeKit.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SLazeKit.build/Debug-appletvos/SLazeKit.build/Objects-normal/arm64/SLazeKit_const_extract_protocols.json (in target 'SLazeKit' from project 'SLazeKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SLazeKit.build/Debug-appletvos/SLazeKit.build/Objects-normal/arm64/SLazeKit_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SLazeKit.build/Debug-appletvos/SLazeKit.build/Objects-normal/arm64/SLazeKit.SwiftFileList (in target 'SLazeKit' from project 'SLazeKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SLazeKit.build/Debug-appletvos/SLazeKit.build/Objects-normal/arm64/SLazeKit.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SLazeKit.build/Debug-appletvos/SLazeKit.build/Objects-normal/arm64/SLazeKit.LinkFileList (in target 'SLazeKit' from project 'SLazeKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SLazeKit.build/Debug-appletvos/SLazeKit.build/Objects-normal/arm64/SLazeKit.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SLazeKit.build/Debug-appletvos/SLazeKit.build/Objects-normal/arm64/SLazeKit-OutputFileMap.json (in target 'SLazeKit' from project 'SLazeKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SLazeKit.build/Debug-appletvos/SLazeKit.build/Objects-normal/arm64/SLazeKit-OutputFileMap.json
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SLazeKit.framework/Info.plist /Users/admin/builder/spi-builder-workspace/SLazeKit.xcodeproj/SLazeKit_Info.plist (in target 'SLazeKit' from project 'SLazeKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/SLazeKit.xcodeproj/SLazeKit_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/SLazeKit.framework/Info.plist
SwiftDriver SLazeKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SLazeKit' from project 'SLazeKit')
    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 SLazeKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SLazeKit.build/Debug-appletvos/SLazeKit.build/Objects-normal/arm64/SLazeKit.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 5 -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/SLazeKit.build/Debug-appletvos/SLazeKit.build/Objects-normal/arm64/SLazeKit-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/SLazeKit.build/Debug-appletvos/SLazeKit.build/Objects-normal/arm64/SLazeKit.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/SLazeKit.build/Debug-appletvos/SLazeKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SLazeKit.build/Debug-appletvos/SLazeKit.build/Objects-normal/arm64/SLazeKit_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/SLazeKit.build/Debug-appletvos/SLazeKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SLazeKit.build/Debug-appletvos/SLazeKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SLazeKit.build/Debug-appletvos/SLazeKit.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SLazeKit.build/Debug-appletvos/SLazeKit.build/Objects-normal/arm64/SLazeKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ String.swift /Users/admin/builder/spi-builder-workspace/Sources/SLazeKit/Extensions/String.swift (in target 'SLazeKit' from project 'SLazeKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SLazeKit/Extensions/String.swift (in target 'SLazeKit' from project 'SLazeKit')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745528150525586-swift-frontend-SLazeKit-String.swift-arm64_apple_tvos18.4-o-Onone-3708751218.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3004 seconds (3.7064 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0189 ( 13.2%)   0.0547 ( 34.8%)   0.0736 ( 24.5%)   1.7513 ( 47.3%)  parse-and-resolve-imports
   0.0186 ( 13.0%)   0.0543 ( 34.6%)   0.0729 ( 24.3%)   1.7506 ( 47.2%)  Import resolution
   0.0516 ( 36.0%)   0.0149 (  9.5%)   0.0665 ( 22.1%)   0.0665 (  1.8%)  build-rewrite-system
   0.0016 (  1.1%)   0.0106 (  6.8%)   0.0123 (  4.1%)   0.0628 (  1.7%)  load-stdlib
   0.0099 (  6.9%)   0.0073 (  4.6%)   0.0172 (  5.7%)   0.0172 (  0.5%)  import-clang-decl
   0.0077 (  5.4%)   0.0030 (  1.9%)   0.0107 (  3.5%)   0.0107 (  0.3%)  perform-sema
   0.0076 (  5.3%)   0.0030 (  1.9%)   0.0106 (  3.5%)   0.0106 (  0.3%)  Type checking and Semantic analysis
   0.0061 (  4.3%)   0.0021 (  1.4%)   0.0083 (  2.7%)   0.0083 (  0.2%)  typecheck-stmt
   0.0058 (  4.0%)   0.0020 (  1.3%)   0.0078 (  2.6%)   0.0078 (  0.2%)  typecheck-expr
   0.0041 (  2.9%)   0.0008 (  0.5%)   0.0049 (  1.6%)   0.0049 (  0.1%)  SILGen
   0.0023 (  1.6%)   0.0023 (  1.5%)   0.0046 (  1.5%)   0.0046 (  0.1%)  IRGen
   0.0038 (  2.7%)   0.0007 (  0.5%)   0.0046 (  1.5%)   0.0046 (  0.1%)  SILGen-function
   0.0024 (  1.7%)   0.0001 (  0.0%)   0.0025 (  0.8%)   0.0025 (  0.1%)  SIL optimization
   0.0014 (  1.0%)   0.0008 (  0.5%)   0.0022 (  0.7%)   0.0022 (  0.1%)  typecheck-decl
   0.0008 (  0.5%)   0.0002 (  0.1%)   0.0010 (  0.3%)   0.0010 (  0.0%)  load-all-members
   0.0005 (  0.3%)   0.0002 (  0.1%)   0.0007 (  0.2%)   0.0007 (  0.0%)  typecheck-for-each
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.1%)   0.0002 (  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%)  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%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.1434 (100.0%)   0.1569 (100.0%)   0.3004 (100.0%)   3.7064 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.0617 seconds (2.8362 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.5816 (100.0%)   0.4801 (100.0%)   1.0617 (100.0%)   2.8362 (100.0%)  Building Target
   0.5816 (100.0%)   0.4801 (100.0%)   1.0617 (100.0%)   2.8362 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ Laze.swift /Users/admin/builder/spi-builder-workspace/Sources/SLazeKit/Laze.swift (in target 'SLazeKit' from project 'SLazeKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SLazeKit/Laze.swift (in target 'SLazeKit' from project 'SLazeKit')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745528150525953-swift-frontend-SLazeKit-Laze.swift-arm64_apple_tvos18.4-o-Onone-1889915627.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 2.8558 seconds (3.1748 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9742 ( 46.5%)   0.3455 ( 45.4%)   1.3197 ( 46.2%)   1.4571 ( 45.9%)  parse-and-resolve-imports
   0.9738 ( 46.5%)   0.3437 ( 45.2%)   1.3175 ( 46.1%)   1.4538 ( 45.8%)  Import resolution
   0.0759 (  3.6%)   0.0137 (  1.8%)   0.0897 (  3.1%)   0.0900 (  2.8%)  build-rewrite-system
   0.0016 (  0.1%)   0.0134 (  1.8%)   0.0150 (  0.5%)   0.0524 (  1.7%)  load-stdlib
   0.0159 (  0.8%)   0.0109 (  1.4%)   0.0268 (  0.9%)   0.0293 (  0.9%)  perform-sema
   0.0158 (  0.8%)   0.0109 (  1.4%)   0.0267 (  0.9%)   0.0292 (  0.9%)  Type checking and Semantic analysis
   0.0068 (  0.3%)   0.0101 (  1.3%)   0.0170 (  0.6%)   0.0194 (  0.6%)  typecheck-decl
   0.0104 (  0.5%)   0.0077 (  1.0%)   0.0181 (  0.6%)   0.0182 (  0.6%)  import-clang-decl
   0.0080 (  0.4%)   0.0006 (  0.1%)   0.0086 (  0.3%)   0.0086 (  0.3%)  typecheck-stmt
   0.0036 (  0.2%)   0.0023 (  0.3%)   0.0058 (  0.2%)   0.0058 (  0.2%)  IRGen
   0.0042 (  0.2%)   0.0009 (  0.1%)   0.0051 (  0.2%)   0.0053 (  0.2%)  SILGen
   0.0012 (  0.1%)   0.0003 (  0.0%)   0.0014 (  0.1%)   0.0014 (  0.0%)  SIL optimization
   0.0011 (  0.1%)   0.0001 (  0.0%)   0.0012 (  0.0%)   0.0012 (  0.0%)  SILGen-function
   0.0008 (  0.0%)   0.0003 (  0.0%)   0.0011 (  0.0%)   0.0011 (  0.0%)  typecheck-expr
   0.0008 (  0.0%)   0.0003 (  0.0%)   0.0011 (  0.0%)   0.0011 (  0.0%)  load-all-members
   0.0007 (  0.0%)   0.0000 (  0.0%)   0.0007 (  0.0%)   0.0007 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   2.0949 (100.0%)   0.7609 (100.0%)   2.8558 (100.0%)   3.1748 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.6076 seconds (2.8368 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.7828 (100.0%)   0.8248 (100.0%)   2.6076 (100.0%)   2.8368 (100.0%)  Building Target
   1.7828 (100.0%)   0.8248 (100.0%)   2.6076 (100.0%)   2.8368 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ StringInitializable.swift /Users/admin/builder/spi-builder-workspace/Sources/SLazeKit/Protocols/StringInitializable.swift (in target 'SLazeKit' from project 'SLazeKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745528150526664-swift-frontend-SLazeKit-StringInitializable.swift-arm64_apple_tvos18.4-o-Onone-2899119680.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3316 seconds (3.1599 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0184 ( 12.1%)   0.0571 ( 31.9%)   0.0755 ( 22.8%)   1.4652 ( 46.4%)  parse-and-resolve-imports
   0.0181 ( 11.9%)   0.0566 ( 31.6%)   0.0748 ( 22.5%)   1.4644 ( 46.3%)  Import resolution
   0.0772 ( 50.6%)   0.0224 ( 12.5%)   0.0996 ( 30.0%)   0.0996 (  3.2%)  build-rewrite-system
   0.0018 (  1.2%)   0.0103 (  5.7%)   0.0121 (  3.6%)   0.0577 (  1.8%)  load-stdlib
   0.0104 (  6.8%)   0.0086 (  4.8%)   0.0189 (  5.7%)   0.0189 (  0.6%)  import-clang-decl
   0.0048 (  3.1%)   0.0046 (  2.6%)   0.0094 (  2.8%)   0.0100 (  0.3%)  perform-sema
   0.0047 (  3.1%)   0.0046 (  2.6%)   0.0093 (  2.8%)   0.0099 (  0.3%)  Type checking and Semantic analysis
   0.0034 (  2.2%)   0.0031 (  1.7%)   0.0065 (  1.9%)   0.0070 (  0.2%)  typecheck-stmt
   0.0029 (  1.9%)   0.0030 (  1.7%)   0.0059 (  1.8%)   0.0065 (  0.2%)  typecheck-expr
   0.0019 (  1.3%)   0.0023 (  1.3%)   0.0043 (  1.3%)   0.0043 (  0.1%)  IRGen
   0.0019 (  1.3%)   0.0019 (  1.0%)   0.0038 (  1.1%)   0.0040 (  0.1%)  SILGen
   0.0017 (  1.1%)   0.0018 (  1.0%)   0.0035 (  1.1%)   0.0037 (  0.1%)  SILGen-function
   0.0028 (  1.9%)   0.0000 (  0.0%)   0.0029 (  0.9%)   0.0029 (  0.1%)  SIL optimization
   0.0012 (  0.8%)   0.0014 (  0.8%)   0.0026 (  0.8%)   0.0026 (  0.1%)  typecheck-decl
   0.0007 (  0.5%)   0.0009 (  0.5%)   0.0016 (  0.5%)   0.0022 (  0.1%)  precheck-target
   0.0007 (  0.5%)   0.0002 (  0.1%)   0.0009 (  0.3%)   0.0009 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.1527 (100.0%)   0.1789 (100.0%)   0.3316 (100.0%)   3.1599 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3359 seconds (2.8337 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8024 (100.0%)   0.5335 (100.0%)   1.3359 (100.0%)   2.8337 (100.0%)  Building Target
   0.8024 (100.0%)   0.5335 (100.0%)   1.3359 (100.0%)   2.8337 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SLazeKit/Protocols/StringInitializable.swift (in target 'SLazeKit' from project 'SLazeKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ LazeConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/SLazeKit/Protocols/LazeConfiguration.swift (in target 'SLazeKit' from project 'SLazeKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745528150526449-swift-frontend-SLazeKit-LazeConfiguration.swift-arm64_apple_tvos18.4-o-Onone-219303687.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3155 seconds (3.8738 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0248 ( 18.0%)   0.0640 ( 36.1%)   0.0889 ( 28.2%)   1.8600 ( 48.0%)  parse-and-resolve-imports
   0.0246 ( 17.8%)   0.0637 ( 35.9%)   0.0882 ( 28.0%)   1.8593 ( 48.0%)  Import resolution
   0.0479 ( 34.7%)   0.0155 (  8.7%)   0.0634 ( 20.1%)   0.0633 (  1.6%)  build-rewrite-system
   0.0130 (  9.4%)   0.0176 (  9.9%)   0.0305 (  9.7%)   0.0467 (  1.2%)  load-stdlib
   0.0102 (  7.4%)   0.0079 (  4.4%)   0.0180 (  5.7%)   0.0181 (  0.5%)  import-clang-decl
   0.0041 (  2.9%)   0.0019 (  1.1%)   0.0059 (  1.9%)   0.0059 (  0.2%)  perform-sema
   0.0040 (  2.9%)   0.0019 (  1.1%)   0.0059 (  1.9%)   0.0059 (  0.2%)  Type checking and Semantic analysis
   0.0021 (  1.5%)   0.0027 (  1.5%)   0.0048 (  1.5%)   0.0048 (  0.1%)  IRGen
   0.0023 (  1.6%)   0.0013 (  0.7%)   0.0035 (  1.1%)   0.0035 (  0.1%)  typecheck-decl
   0.0016 (  1.1%)   0.0005 (  0.3%)   0.0021 (  0.7%)   0.0021 (  0.1%)  typecheck-stmt
   0.0013 (  0.9%)   0.0002 (  0.1%)   0.0015 (  0.5%)   0.0015 (  0.0%)  precheck-target
   0.0007 (  0.5%)   0.0002 (  0.1%)   0.0009 (  0.3%)   0.0009 (  0.0%)  load-all-members
   0.0007 (  0.5%)   0.0000 (  0.0%)   0.0007 (  0.2%)   0.0007 (  0.0%)  SIL optimization
   0.0006 (  0.4%)   0.0001 (  0.1%)   0.0007 (  0.2%)   0.0007 (  0.0%)  SILGen
   0.0002 (  0.1%)   0.0001 (  0.0%)   0.0002 (  0.1%)   0.0002 (  0.0%)  SILGen-function
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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%)  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%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.1380 (100.0%)   0.1775 (100.0%)   0.3155 (100.0%)   3.8738 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.0080 seconds (2.8359 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.5527 (100.0%)   0.4554 (100.0%)   1.0080 (100.0%)   2.8359 (100.0%)  Building Target
   0.5527 (100.0%)   0.4554 (100.0%)   1.0080 (100.0%)   2.8359 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SLazeKit/Protocols/LazeConfiguration.swift (in target 'SLazeKit' from project 'SLazeKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ SLazeKit.swift /Users/admin/builder/spi-builder-workspace/Sources/SLazeKit/SLazeKit.swift (in target 'SLazeKit' from project 'SLazeKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745528150525850-swift-frontend-SLazeKit-SLazeKit.swift-arm64_apple_tvos18.4-o-Onone-3548974051.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5266 seconds (3.8300 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0198 (  6.1%)   0.0546 ( 27.3%)   0.0744 ( 14.1%)   1.7012 ( 44.4%)  parse-and-resolve-imports
   0.0195 (  6.0%)   0.0541 ( 27.1%)   0.0736 ( 14.0%)   1.7004 ( 44.4%)  Import resolution
   0.0507 ( 15.5%)   0.0159 (  8.0%)   0.0666 ( 12.6%)   0.0665 (  1.7%)  build-rewrite-system
   0.0517 ( 15.8%)   0.0131 (  6.6%)   0.0648 ( 12.3%)   0.0657 (  1.7%)  perform-sema
   0.0517 ( 15.8%)   0.0131 (  6.6%)   0.0647 ( 12.3%)   0.0656 (  1.7%)  Type checking and Semantic analysis
   0.0018 (  0.5%)   0.0123 (  6.1%)   0.0141 (  2.7%)   0.0612 (  1.6%)  load-stdlib
   0.0338 ( 10.3%)   0.0061 (  3.0%)   0.0399 (  7.6%)   0.0399 (  1.0%)  typecheck-stmt
   0.0287 (  8.8%)   0.0083 (  4.1%)   0.0370 (  7.0%)   0.0375 (  1.0%)  typecheck-decl
   0.0243 (  7.4%)   0.0054 (  2.7%)   0.0297 (  5.6%)   0.0297 (  0.8%)  typecheck-expr
   0.0110 (  3.4%)   0.0085 (  4.2%)   0.0195 (  3.7%)   0.0195 (  0.5%)  import-clang-decl
   0.0081 (  2.5%)   0.0039 (  1.9%)   0.0120 (  2.3%)   0.0124 (  0.3%)  IRGen
   0.0086 (  2.6%)   0.0020 (  1.0%)   0.0106 (  2.0%)   0.0106 (  0.3%)  SILGen
   0.0055 (  1.7%)   0.0014 (  0.7%)   0.0069 (  1.3%)   0.0069 (  0.2%)  SILGen-function
   0.0061 (  1.9%)   0.0001 (  0.0%)   0.0062 (  1.2%)   0.0062 (  0.2%)  SIL optimization
   0.0050 (  1.5%)   0.0007 (  0.4%)   0.0057 (  1.1%)   0.0058 (  0.2%)  precheck-target
   0.0007 (  0.2%)   0.0002 (  0.1%)   0.0009 (  0.2%)   0.0009 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.3270 (100.0%)   0.1996 (100.0%)   0.5266 (100.0%)   3.8300 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.1199 seconds (2.8445 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.6461 (100.0%)   0.4738 (100.0%)   1.1199 (100.0%)   2.8445 (100.0%)  Building Target
   0.6461 (100.0%)   0.4738 (100.0%)   1.1199 (100.0%)   2.8445 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SLazeKit/SLazeKit.swift (in target 'SLazeKit' from project 'SLazeKit')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/SLazeKit/SLazeKit.swift:21:13: warning: capture of 'handler' with non-sendable type '(NetworkResponse, (any Error)?) -> Void' (aka '((data: Optional<Data>, http: Optional<HTTPURLResponse>), Optional<any Error>) -> ()') in a '@Sendable' closure
            handler((data, response as? HTTPURLResponse), error)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SLazeKit/SLazeKit.swift:21:13: note: a function type must be marked '@Sendable' to conform to 'Sendable'
            handler((data, response as? HTTPURLResponse), error)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SLazeKit/SLazeKit.swift:39:21: warning: capture of 'handler' with non-sendable type '(NetworkResponse, T?, (any Error)?) -> Void' (aka '((data: Optional<Data>, http: Optional<HTTPURLResponse>), Optional<T>, Optional<any Error>) -> ()') in a '@Sendable' closure
                    handler((data, response as? HTTPURLResponse), object, nil)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SLazeKit/SLazeKit.swift:39:21: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                    handler((data, response as? HTTPURLResponse), object, nil)
                    ^
SwiftCompile normal arm64 Compiling\ Decodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SLazeKit/Extensions/Decodable.swift (in target 'SLazeKit' from project 'SLazeKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SLazeKit/Extensions/Decodable.swift (in target 'SLazeKit' from project 'SLazeKit')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745528150526155-swift-frontend-SLazeKit-Decodable.swift-arm64_apple_tvos18.4-o-Onone-2462390212.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3396 seconds (3.1813 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0190 ( 10.3%)   0.0510 ( 33.0%)   0.0700 ( 20.6%)   1.4694 ( 46.2%)  parse-and-resolve-imports
   0.0187 ( 10.1%)   0.0506 ( 32.7%)   0.0693 ( 20.4%)   1.4686 ( 46.2%)  Import resolution
   0.0750 ( 40.5%)   0.0216 ( 13.9%)   0.0965 ( 28.4%)   0.0964 (  3.0%)  build-rewrite-system
   0.0017 (  0.9%)   0.0092 (  5.9%)   0.0109 (  3.2%)   0.0539 (  1.7%)  load-stdlib
   0.0166 (  9.0%)   0.0034 (  2.2%)   0.0200 (  5.9%)   0.0201 (  0.6%)  perform-sema
   0.0166 (  9.0%)   0.0034 (  2.2%)   0.0200 (  5.9%)   0.0200 (  0.6%)  Type checking and Semantic analysis
   0.0104 (  5.6%)   0.0083 (  5.4%)   0.0187 (  5.5%)   0.0187 (  0.6%)  import-clang-decl
   0.0074 (  4.0%)   0.0022 (  1.4%)   0.0096 (  2.8%)   0.0096 (  0.3%)  typecheck-decl
   0.0083 (  4.5%)   0.0010 (  0.6%)   0.0093 (  2.7%)   0.0093 (  0.3%)  typecheck-stmt
   0.0030 (  1.6%)   0.0022 (  1.4%)   0.0052 (  1.5%)   0.0052 (  0.2%)  IRGen
   0.0040 (  2.2%)   0.0008 (  0.5%)   0.0048 (  1.4%)   0.0048 (  0.2%)  SILGen
   0.0012 (  0.7%)   0.0001 (  0.1%)   0.0013 (  0.4%)   0.0013 (  0.0%)  SILGen-function
   0.0008 (  0.4%)   0.0005 (  0.3%)   0.0013 (  0.4%)   0.0013 (  0.0%)  load-all-members
   0.0008 (  0.4%)   0.0005 (  0.3%)   0.0013 (  0.4%)   0.0013 (  0.0%)  typecheck-expr
   0.0007 (  0.4%)   0.0001 (  0.0%)   0.0007 (  0.2%)   0.0007 (  0.0%)  precheck-target
   0.0006 (  0.3%)   0.0000 (  0.0%)   0.0006 (  0.2%)   0.0006 (  0.0%)  SIL optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, 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.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1849 (100.0%)   0.1547 (100.0%)   0.3396 (100.0%)   3.1813 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3382 seconds (2.8394 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8170 (100.0%)   0.5213 (100.0%)   1.3382 (100.0%)   2.8394 (100.0%)  Building Target
   0.8170 (100.0%)   0.5213 (100.0%)   1.3382 (100.0%)   2.8394 (100.0%)  Total
SwiftEmitModule normal arm64 Emitting\ module\ for\ SLazeKit (in target 'SLazeKit' from project 'SLazeKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745528150526525-swift-frontend-SLazeKit-all-arm64_apple_tvos18.4-swiftmodule-Onone-582416325.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3090 seconds (3.8975 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0183 ( 13.2%)   0.0547 ( 32.0%)   0.0729 ( 23.6%)   1.8372 ( 47.1%)  parse-and-resolve-imports
   0.0179 ( 13.0%)   0.0543 ( 31.7%)   0.0722 ( 23.4%)   1.8364 ( 47.1%)  Import resolution
   0.0017 (  1.2%)   0.0121 (  7.1%)   0.0138 (  4.5%)   0.0629 (  1.6%)  load-stdlib
   0.0267 ( 19.3%)   0.0067 (  3.9%)   0.0334 ( 10.8%)   0.0335 (  0.9%)  perform-sema
   0.0266 ( 19.3%)   0.0067 (  3.9%)   0.0333 ( 10.8%)   0.0333 (  0.9%)  Type checking and Semantic analysis
   0.0262 ( 19.0%)   0.0066 (  3.8%)   0.0328 ( 10.6%)   0.0328 (  0.8%)  typecheck-decl
   0.0050 (  3.6%)   0.0135 (  7.9%)   0.0185 (  6.0%)   0.0239 (  0.6%)  SIL optimization
   0.0019 (  1.4%)   0.0102 (  5.9%)   0.0121 (  3.9%)   0.0167 (  0.4%)  Serialization, swiftmodule
   0.0043 (  3.1%)   0.0013 (  0.7%)   0.0056 (  1.8%)   0.0056 (  0.1%)  build-rewrite-system
   0.0032 (  2.3%)   0.0007 (  0.4%)   0.0039 (  1.3%)   0.0039 (  0.1%)  SILGen
   0.0017 (  1.2%)   0.0020 (  1.2%)   0.0037 (  1.2%)   0.0037 (  0.1%)  import-clang-decl
   0.0020 (  1.4%)   0.0008 (  0.5%)   0.0028 (  0.9%)   0.0028 (  0.1%)  typecheck-expr
   0.0003 (  0.3%)   0.0013 (  0.7%)   0.0016 (  0.5%)   0.0023 (  0.1%)  Serialization, swiftdoc
   0.0014 (  1.0%)   0.0003 (  0.2%)   0.0017 (  0.6%)   0.0017 (  0.0%)  Serialization, swiftsourceinfo
   0.0006 (  0.4%)   0.0001 (  0.1%)   0.0007 (  0.2%)   0.0007 (  0.0%)  SILGen-function
   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%)  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%)  module-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
   0.1379 (100.0%)   0.1711 (100.0%)   0.3090 (100.0%)   3.8975 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1512 seconds (1.9700 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0568 (100.0%)   0.0944 (100.0%)   0.1512 (100.0%)   1.9700 (100.0%)  Building Target
   0.0568 (100.0%)   0.0944 (100.0%)   0.1512 (100.0%)   1.9700 (100.0%)  Total
EmitSwiftModule normal arm64 (in target 'SLazeKit' from project 'SLazeKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Emitting module for SLazeKit (in target 'SLazeKit' from project 'SLazeKit')
SwiftDriver\ Compilation\ Requirements SLazeKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SLazeKit' from project 'SLazeKit')
    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 SLazeKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SLazeKit.build/Debug-appletvos/SLazeKit.build/Objects-normal/arm64/SLazeKit.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 5 -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/SLazeKit.build/Debug-appletvos/SLazeKit.build/Objects-normal/arm64/SLazeKit-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/SLazeKit.build/Debug-appletvos/SLazeKit.build/Objects-normal/arm64/SLazeKit.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/SLazeKit.build/Debug-appletvos/SLazeKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SLazeKit.build/Debug-appletvos/SLazeKit.build/Objects-normal/arm64/SLazeKit_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/SLazeKit.build/Debug-appletvos/SLazeKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SLazeKit.build/Debug-appletvos/SLazeKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SLazeKit.build/Debug-appletvos/SLazeKit.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SLazeKit.build/Debug-appletvos/SLazeKit.build/Objects-normal/arm64/SLazeKit-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/SLazeKit.framework/Headers/SLazeKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SLazeKit.build/Debug-appletvos/SLazeKit.build/Objects-normal/arm64/SLazeKit-Swift.h (in target 'SLazeKit' from project 'SLazeKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SLazeKit.build/Debug-appletvos/SLazeKit.build/Objects-normal/arm64/SLazeKit-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SLazeKit.framework/Headers/SLazeKit-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SLazeKit.framework/Modules/SLazeKit.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SLazeKit.build/Debug-appletvos/SLazeKit.build/Objects-normal/arm64/SLazeKit.swiftdoc (in target 'SLazeKit' from project 'SLazeKit')
    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/SLazeKit.build/Debug-appletvos/SLazeKit.build/Objects-normal/arm64/SLazeKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SLazeKit.framework/Modules/SLazeKit.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SLazeKit.framework/Modules/SLazeKit.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SLazeKit.build/Debug-appletvos/SLazeKit.build/Objects-normal/arm64/SLazeKit.swiftmodule (in target 'SLazeKit' from project 'SLazeKit')
    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/SLazeKit.build/Debug-appletvos/SLazeKit.build/Objects-normal/arm64/SLazeKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SLazeKit.framework/Modules/SLazeKit.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SLazeKit.framework/Modules/SLazeKit.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SLazeKit.build/Debug-appletvos/SLazeKit.build/Objects-normal/arm64/SLazeKit.abi.json (in target 'SLazeKit' from project 'SLazeKit')
    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/SLazeKit.build/Debug-appletvos/SLazeKit.build/Objects-normal/arm64/SLazeKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SLazeKit.framework/Modules/SLazeKit.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SLazeKit.framework/Modules/SLazeKit.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SLazeKit.build/Debug-appletvos/SLazeKit.build/Objects-normal/arm64/SLazeKit.swiftsourceinfo (in target 'SLazeKit' from project 'SLazeKit')
    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/SLazeKit.build/Debug-appletvos/SLazeKit.build/Objects-normal/arm64/SLazeKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SLazeKit.framework/Modules/SLazeKit.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling LazeConfiguration.swift (in target 'SLazeKit' from project 'SLazeKit')
SwiftDriverJobDiscovery normal arm64 Compiling String.swift (in target 'SLazeKit' from project 'SLazeKit')
SwiftDriverJobDiscovery normal arm64 Compiling SLazeKit.swift (in target 'SLazeKit' from project 'SLazeKit')
SwiftDriverJobDiscovery normal arm64 Compiling StringInitializable.swift (in target 'SLazeKit' from project 'SLazeKit')
SwiftDriverJobDiscovery normal arm64 Compiling Laze.swift (in target 'SLazeKit' from project 'SLazeKit')
SwiftDriverJobDiscovery normal arm64 Compiling Decodable.swift (in target 'SLazeKit' from project 'SLazeKit')
SwiftDriver\ Compilation SLazeKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SLazeKit' from project 'SLazeKit')
    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 SLazeKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SLazeKit.build/Debug-appletvos/SLazeKit.build/Objects-normal/arm64/SLazeKit.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 5 -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/SLazeKit.build/Debug-appletvos/SLazeKit.build/Objects-normal/arm64/SLazeKit-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/SLazeKit.build/Debug-appletvos/SLazeKit.build/Objects-normal/arm64/SLazeKit.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/SLazeKit.build/Debug-appletvos/SLazeKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SLazeKit.build/Debug-appletvos/SLazeKit.build/Objects-normal/arm64/SLazeKit_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/SLazeKit.build/Debug-appletvos/SLazeKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SLazeKit.build/Debug-appletvos/SLazeKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SLazeKit.build/Debug-appletvos/SLazeKit.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SLazeKit.build/Debug-appletvos/SLazeKit.build/Objects-normal/arm64/SLazeKit-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/SLazeKit.framework/SLazeKit normal (in target 'SLazeKit' from project 'SLazeKit')
    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/SLazeKit.build/Debug-appletvos/SLazeKit.build/Objects-normal/arm64/SLazeKit.LinkFileList -install_name @rpath/SLazeKit.framework/SLazeKit -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/SLazeKit.build/Debug-appletvos/SLazeKit.build/Objects-normal/arm64/SLazeKit_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SLazeKit.build/Debug-appletvos/SLazeKit.build/Objects-normal/arm64/SLazeKit_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/SLazeKit.build/Debug-appletvos/SLazeKit.build/Objects-normal/arm64/SLazeKit.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SLazeKit.framework/SLazeKit
ExtractAppIntentsMetadata (in target 'SLazeKit' from project 'SLazeKit')
    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 SLazeKit --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 SLazeKit --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SLazeKit.framework --target-triple arm64-apple-tvos18.4 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SLazeKit.framework/SLazeKit --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SLazeKit.build/Debug-appletvos/SLazeKit.build/Objects-normal/arm64/SLazeKit_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SLazeKit.build/Debug-appletvos/SLazeKit.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SLazeKit.build/Debug-appletvos/SLazeKit.build/Objects-normal/arm64/SLazeKit.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SLazeKit.build/Debug-appletvos/SLazeKit.build/SLazeKit.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SLazeKit.build/Debug-appletvos/SLazeKit.build/SLazeKit.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SLazeKit.build/Debug-appletvos/SLazeKit.build/Objects-normal/arm64/SLazeKit.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-24 13:55:53.639 appintentsmetadataprocessor[701:4016] Starting appintentsmetadataprocessor export
2025-04-24 13:55:53.641 appintentsmetadataprocessor[701:4016] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos/SLazeKit.framework/SLazeKit.tbd (in target 'SLazeKit' from project 'SLazeKit')
    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/SLazeKit.framework/SLazeKit -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos/SLazeKit.framework/SLazeKit.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SLazeKit.framework (in target 'SLazeKit' from project 'SLazeKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SLazeKit.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SLazeKit.framework (in target 'SLazeKit' from project 'SLazeKit')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SLazeKit.framework
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SLazeKit",
  "name" : "SLazeKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SLazeKit",
      "targets" : [
        "SLazeKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SLazeKitTests",
      "module_type" : "SwiftTarget",
      "name" : "SLazeKitTests",
      "path" : "Tests/SLazeKitTests",
      "sources" : [
        "SLazeKitTests.swift",
        "StringInitializableTests.swift",
        "StringPathTests.swift"
      ],
      "target_dependencies" : [
        "SLazeKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SLazeKit",
      "module_type" : "SwiftTarget",
      "name" : "SLazeKit",
      "path" : "Sources/SLazeKit",
      "product_memberships" : [
        "SLazeKit"
      ],
      "sources" : [
        "Extensions/Decodable.swift",
        "Extensions/String.swift",
        "Laze.swift",
        "Protocols/LazeConfiguration.swift",
        "Protocols/StringInitializable.swift",
        "SLazeKit.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Done.