This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 UnitIntervalPropertyWrapper with Swift 6.0 for tvOS using Xcode 16.0.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme UnitIntervalPropertyWrapper -destination generic/platform=tvos OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CypherPoet/UnitIntervalPropertyWrapper.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CypherPoet/UnitIntervalPropertyWrapper
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a4c1e29 Update to `ClampedPropertyWrapper` @ `0.2.0`.
Cloned https://github.com/CypherPoet/UnitIntervalPropertyWrapper.git
Revision (git rev-parse @):
a4c1e290031e21a32ae32ebf68b03622bb2bd0a7
SUCCESS checkout https://github.com/CypherPoet/UnitIntervalPropertyWrapper.git at main
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.0
Building package at path:  $workDir
https://github.com/CypherPoet/UnitIntervalPropertyWrapper.git
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    TOOLCHAINS = org.swift.600202405261a
Resolve Package Graph
Fetching from https://github.com/CypherPoet/ClampedPropertyWrapper
Creating working copy of package ‘ClampedPropertyWrapper’
Checking out 0.2.0 of package ‘ClampedPropertyWrapper’
Resolved source packages:
  UnitIntervalPropertyWrapper: /Users/admin/builder/spi-builder-workspace
  ClampedPropertyWrapper: https://github.com/CypherPoet/ClampedPropertyWrapper @ 0.2.0
resolved source packages: UnitIntervalPropertyWrapper, ClampedPropertyWrapper
{
  "dependencies" : [
    {
      "identity" : "clampedpropertywrapper",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "0.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/CypherPoet/ClampedPropertyWrapper"
    }
  ],
  "manifest_display_name" : "UnitIntervalPropertyWrapper",
  "name" : "UnitIntervalPropertyWrapper",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "UnitIntervalPropertyWrapper",
      "targets" : [
        "UnitIntervalPropertyWrapper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UnitIntervalPropertyWrapperTests",
      "module_type" : "SwiftTarget",
      "name" : "UnitIntervalPropertyWrapperTests",
      "path" : "Tests/UnitIntervalPropertyWrapper",
      "sources" : [
        "Cases/UnitIntervalPropertyWrapperTests.swift"
      ],
      "target_dependencies" : [
        "UnitIntervalPropertyWrapper"
      ],
      "type" : "test"
    },
    {
      "c99name" : "UnitIntervalPropertyWrapper",
      "module_type" : "SwiftTarget",
      "name" : "UnitIntervalPropertyWrapper",
      "path" : "Sources/UnitIntervalPropertyWrapper",
      "product_dependencies" : [
        "ClampedPropertyWrapper"
      ],
      "product_memberships" : [
        "UnitIntervalPropertyWrapper"
      ],
      "sources" : [
        "UnitIntervalPropertyWrapper.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "UnitIntervalPropertyWrapper"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme UnitIntervalPropertyWrapper -destination generic/platform=tvos OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete
Command line invocation:
    /Applications/Xcode-15.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 UnitIntervalPropertyWrapper -destination generic/platform=tvos "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete
    TOOLCHAINS = org.swift.600202405261a
Resolve Package Graph
Resolved source packages:
  ClampedPropertyWrapper: https://github.com/CypherPoet/ClampedPropertyWrapper @ 0.2.0
  UnitIntervalPropertyWrapper: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'UnitIntervalPropertyWrapper' in project 'UnitIntervalPropertyWrapper'
        ➜ Explicit dependency on target 'UnitIntervalPropertyWrapper' in project 'UnitIntervalPropertyWrapper'
        ➜ Explicit dependency on target 'ClampedPropertyWrapper' in project 'ClampedPropertyWrapper'
    Target 'UnitIntervalPropertyWrapper' in project 'UnitIntervalPropertyWrapper'
        ➜ Explicit dependency on target 'ClampedPropertyWrapper' in project 'ClampedPropertyWrapper'
    Target 'ClampedPropertyWrapper' in project 'ClampedPropertyWrapper'
        ➜ Explicit dependency on target 'ClampedPropertyWrapper' in project 'ClampedPropertyWrapper'
    Target 'ClampedPropertyWrapper' in project 'ClampedPropertyWrapper' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -v
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -x c -c /dev/null
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/ld -version_details
Build description signature: 955dbf080f249d388ad68f70c7ffe5a2
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/955dbf080f249d388ad68f70c7ffe5a2.xcbuilddata
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'.
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    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/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    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/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'ClampedPropertyWrapper' from project 'ClampedPropertyWrapper')
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/ClampedPropertyWrapper.modulemap (in target 'ClampedPropertyWrapper' from project 'ClampedPropertyWrapper')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ClampedPropertyWrapper
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/ClampedPropertyWrapper.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/ClampedPropertyWrapper.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/ClampedPropertyWrapper.modulemap (in target 'ClampedPropertyWrapper' from project 'ClampedPropertyWrapper')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ClampedPropertyWrapper
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/ClampedPropertyWrapper.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/ClampedPropertyWrapper-OutputFileMap.json (in target 'ClampedPropertyWrapper' from project 'ClampedPropertyWrapper')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ClampedPropertyWrapper
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/ClampedPropertyWrapper-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/ClampedPropertyWrapper.LinkFileList (in target 'ClampedPropertyWrapper' from project 'ClampedPropertyWrapper')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ClampedPropertyWrapper
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/ClampedPropertyWrapper.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/ClampedPropertyWrapper_const_extract_protocols.json (in target 'ClampedPropertyWrapper' from project 'ClampedPropertyWrapper')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ClampedPropertyWrapper
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/ClampedPropertyWrapper_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/ClampedPropertyWrapper.SwiftFileList (in target 'ClampedPropertyWrapper' from project 'ClampedPropertyWrapper')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ClampedPropertyWrapper
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/ClampedPropertyWrapper.SwiftFileList
SwiftDriver ClampedPropertyWrapper normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ClampedPropertyWrapper' from project 'ClampedPropertyWrapper')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ClampedPropertyWrapper
    builtin-SwiftDriver -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name ClampedPropertyWrapper -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/ClampedPropertyWrapper.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -target arm64-apple-tvos13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -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 -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/ClampedPropertyWrapper-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/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/ClampedPropertyWrapper.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/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/ClampedPropertyWrapper_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/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/ClampedPropertyWrapper-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ClampedPropertyWrapper -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ ClampedPropertyWrapper (in target 'ClampedPropertyWrapper' from project 'ClampedPropertyWrapper')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ClampedPropertyWrapper
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ClampedPropertyWrapper/Sources/ClampedPropertyWrapper/Clamped.swift -target arm64-apple-tvos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ClampedPropertyWrapper/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/ClampedPropertyWrapper_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ClampedPropertyWrapper -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/swift-overrides.hmap -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/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ClampedPropertyWrapper -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/ClampedPropertyWrapper.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/ClampedPropertyWrapper.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/ClampedPropertyWrapper-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/ClampedPropertyWrapper-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/ClampedPropertyWrapper-master-emit-module.d -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/ClampedPropertyWrapper.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/ClampedPropertyWrapper.abi.json
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ClampedPropertyWrapper/.stats/stats-1717072394368880-swift-frontend-ClampedPropertyWrapper-all-arm64_apple_tvos13.0-swiftmodule-Onone-17489115.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 16.6819 seconds (18.7980 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   7.6081 ( 49.7%)   0.6686 ( 48.6%)   8.2768 ( 49.6%)   9.3293 ( 49.6%)  parse-and-resolve-imports
   7.6081 ( 49.7%)   0.6686 ( 48.6%)   8.2767 ( 49.6%)   9.3292 ( 49.6%)  Import resolution
   0.0107 (  0.1%)   0.0131 (  1.0%)   0.0238 (  0.1%)   0.0309 (  0.2%)  load-stdlib
   0.0090 (  0.1%)   0.0028 (  0.2%)   0.0117 (  0.1%)   0.0122 (  0.1%)  perform-sema
   0.0089 (  0.1%)   0.0027 (  0.2%)   0.0116 (  0.1%)   0.0120 (  0.1%)  TypeCheckSourceFileRequest
   0.0089 (  0.1%)   0.0027 (  0.2%)   0.0116 (  0.1%)   0.0120 (  0.1%)  Type checking and Semantic analysis
   0.0088 (  0.1%)   0.0027 (  0.2%)   0.0115 (  0.1%)   0.0119 (  0.1%)  typecheck-decl
   0.0065 (  0.0%)   0.0011 (  0.1%)   0.0076 (  0.0%)   0.0080 (  0.0%)  PropertyWrapperTypeInfoRequest
   0.0065 (  0.0%)   0.0011 (  0.1%)   0.0075 (  0.0%)   0.0079 (  0.0%)  QualifiedLookupRequest
   0.0056 (  0.0%)   0.0005 (  0.0%)   0.0061 (  0.0%)   0.0062 (  0.0%)  GenericSignatureRequest
   0.0055 (  0.0%)   0.0004 (  0.0%)   0.0060 (  0.0%)   0.0060 (  0.0%)  InferredGenericSignatureRequest
   0.0025 (  0.0%)   0.0020 (  0.1%)   0.0045 (  0.0%)   0.0048 (  0.0%)  ExecuteSILPipelineRequest
   0.0044 (  0.0%)   0.0004 (  0.0%)   0.0048 (  0.0%)   0.0048 (  0.0%)  build-rewrite-system
   0.0020 (  0.0%)   0.0018 (  0.1%)   0.0038 (  0.0%)   0.0039 (  0.0%)  SIL optimization
   0.0015 (  0.0%)   0.0008 (  0.1%)   0.0023 (  0.0%)   0.0027 (  0.0%)  InterfaceTypeRequest
   0.0011 (  0.0%)   0.0004 (  0.0%)   0.0015 (  0.0%)   0.0019 (  0.0%)  LookupConformanceInModuleRequest
   0.0009 (  0.0%)   0.0007 (  0.0%)   0.0015 (  0.0%)   0.0015 (  0.0%)  Serialization, swiftmodule
   0.0007 (  0.0%)   0.0004 (  0.0%)   0.0011 (  0.0%)   0.0011 (  0.0%)  ASTLoweringRequest
   0.0007 (  0.0%)   0.0004 (  0.0%)   0.0010 (  0.0%)   0.0010 (  0.0%)  SILgen-decl
   0.0006 (  0.0%)   0.0003 (  0.0%)   0.0009 (  0.0%)   0.0009 (  0.0%)  ResolveTypeRequest
   0.0004 (  0.0%)   0.0002 (  0.0%)   0.0006 (  0.0%)   0.0006 (  0.0%)  UnqualifiedLookupRequest
   0.0003 (  0.0%)   0.0003 (  0.0%)   0.0006 (  0.0%)   0.0006 (  0.0%)  Serialization, swiftdoc
   0.0004 (  0.0%)   0.0001 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  performUnqualifiedLookup
   0.0003 (  0.0%)   0.0002 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  LocalDiscriminatorsRequest
   0.0003 (  0.0%)   0.0001 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  SynthesizeMemberwiseInitRequest
   0.0004 (  0.0%)   0.0001 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  LookupInModuleRequest
   0.0003 (  0.0%)   0.0001 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  SILGen-function
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  ActorIsolationRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  verify-all-loaded-modules
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ModuleQualifiedLookupRequest
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  USRGenerationRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  DirectLookupRequest
   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  SemanticBriefCommentRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  NamingPatternRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  AttachedPropertyWrappersRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  PatternBindingEntryRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  HasMemberwiseInitRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  PatternTypeRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ABIMembersRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  Serialization, swiftsourceinfo
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  PropertyWrapperAuxiliaryVariablesRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ProtocolDependenciesRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  StoredPropertiesRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  HasUserDefinedDesignatedInitRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ParseTopLevelDeclsRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ParseAbstractFunctionBodyRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  InheritedTypeRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  CheckRedeclarationRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ParseSourceFileRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  AST verification
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsFunctionBodySkippedRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ParseMembersRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  RequirementRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  AllMembersRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  RequirementSignatureRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ExpandPeerMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  DefaultAndMaxAccessLevelRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ExtendedNominalRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsDynamicRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ExpandChildTypeRefinementContextsRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  TypeDeclsFromWhereClauseRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  FragileFunctionKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ExpandMemberAttributeMacros
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ExtendedTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  PotentialMacroExpansionsInContextRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  NeedsNewVTableEntryRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsGetterMutatingRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ResolveImplicitMemberRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  GenericParamListRequest
   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%)  AccessLevelRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  RawCommentRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SPIGroupsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandExtensionMacros
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  InitAccessorPropertiesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DefaultInitializerIsolation
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ObjCInterfaceAndImplementationRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DynamicallyReplacedDeclRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ApplyAccessNoteRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasIsolatedSelfRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ResultTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  LifetimeDependenceInfoRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  MemberwiseInitPropertiesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsImplicitlyUnwrappedOptionalRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsObjCRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  TypeCheckFunctionBodyRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  StorageImplInfoRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ParamSpecifierRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  OverriddenDeclsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ConditionalRequirementsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SynthesizeAccessorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  GlobalActorAttributeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  OpaqueReadOwnershipRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AttachedResultBuilderRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  LookupAllConformancesInContextRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PropertyWrapperBackingPropertyTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ResultBuilderTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AllInheritedProtocolsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsFinalRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsSetterMutatingRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasDefaultInitRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PrimaryAssociatedTypesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsAccessorTransparentRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  InheritedDeclsReferencedRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentImplementationOnlyImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SimpleDidSetRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SelfAccessKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  LocalTypeDeclsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsDistributedActorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentWeakLinkedImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SemanticUnavailableAttrRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ImplicitKnownProtocolConformanceRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandSynthesizedMemberMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  InitKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandAccessorMacros
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsStaticRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PropertyWrapperMutabilityRequest
   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%)  HasCircularInheritedProtocolsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  RequiresOpaqueModifyCoroutineRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ModuleImplicitImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasImportsMatchingFlagRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasInitAccessorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AreAllStoredPropertiesDefaultInitableRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentAccessLevelOnImportSameFileRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasStorageRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SynthesizeMainFunctionRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SetterAccessLevelRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PropertyWrapperInitializerInfoRequest
   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%)  CheckInconsistentSPIOnlyImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  RequiresOpaqueAccessorsRequest
   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%)  AttachedPropertyWrapperTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsActorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentAccessLevelOnImport
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PrimarySourceFilesRequest
   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%)  IsABICompatibleOverrideRequest
  15.3074 (100.0%)   1.3745 (100.0%)  16.6819 (100.0%)  18.7980 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 8.3204 seconds (9.3822 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   7.6319 (100.0%)   0.6885 (100.0%)   8.3204 (100.0%)   9.3822 (100.0%)  Building Target
   7.6319 (100.0%)   0.6885 (100.0%)   8.3204 (100.0%)   9.3822 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ Clamped.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ClampedPropertyWrapper/Sources/ClampedPropertyWrapper/Clamped.swift (in target 'ClampedPropertyWrapper' from project 'ClampedPropertyWrapper')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ClampedPropertyWrapper
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ClampedPropertyWrapper/Sources/ClampedPropertyWrapper/Clamped.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/Clamped.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/Clamped.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/Clamped.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/Clamped.dia -target arm64-apple-tvos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ClampedPropertyWrapper/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/ClampedPropertyWrapper_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ClampedPropertyWrapper -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/swift-overrides.hmap -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/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ClampedPropertyWrapper -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/Clamped.o -index-unit-output-path /ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/Clamped.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ClampedPropertyWrapper/Sources/ClampedPropertyWrapper/Clamped.swift (in target 'ClampedPropertyWrapper' from project 'ClampedPropertyWrapper')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ClampedPropertyWrapper
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ClampedPropertyWrapper/Sources/ClampedPropertyWrapper/Clamped.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/Clamped.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/Clamped.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/Clamped.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/Clamped.dia -target arm64-apple-tvos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ClampedPropertyWrapper/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/ClampedPropertyWrapper_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ClampedPropertyWrapper -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/swift-overrides.hmap -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/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ClampedPropertyWrapper -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/Clamped.o -index-unit-output-path /ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/Clamped.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ClampedPropertyWrapper/.stats/stats-1717072394368904-swift-frontend-ClampedPropertyWrapper-Clamped.swift-arm64_apple_tvos13.0-o-Onone-3661429634.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 4.0442 seconds (22.6849 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0109 (  0.5%)   0.0217 (  1.2%)   0.0326 (  0.8%)   9.3240 ( 41.1%)  parse-and-resolve-imports
   0.0108 (  0.5%)   0.0216 (  1.2%)   0.0324 (  0.8%)   9.3238 ( 41.1%)  Import resolution
   0.4503 ( 20.4%)   0.6111 ( 33.2%)   1.0614 ( 26.2%)   1.0669 (  4.7%)  SemanticDeclAttrsRequest
   0.3986 ( 18.1%)   0.2058 ( 11.2%)   0.6044 ( 14.9%)   0.6074 (  2.7%)  USRGenerationRequest
   0.2384 ( 10.8%)   0.3003 ( 16.3%)   0.5387 ( 13.3%)   0.5414 (  2.4%)  ActorIsolationRequest
   0.1173 (  5.3%)   0.1078 (  5.9%)   0.2251 (  5.6%)   0.2263 (  1.0%)  InterfaceTypeRequest
   0.1154 (  5.2%)   0.0796 (  4.3%)   0.1950 (  4.8%)   0.1958 (  0.9%)  CollectOverriddenDeclsRequest
   0.1054 (  4.8%)   0.0463 (  2.5%)   0.1516 (  3.7%)   0.1521 (  0.7%)  build-rewrite-system
   0.0854 (  3.9%)   0.0421 (  2.3%)   0.1275 (  3.2%)   0.1277 (  0.6%)  ProvideDefaultImplForRequest
   0.0302 (  1.4%)   0.0357 (  1.9%)   0.0659 (  1.6%)   0.0661 (  0.3%)  IsDynamicRequest
   0.0276 (  1.3%)   0.0326 (  1.8%)   0.0602 (  1.5%)   0.0604 (  0.3%)  AttachedPropertyWrappersRequest
   0.0335 (  1.5%)   0.0237 (  1.3%)   0.0572 (  1.4%)   0.0573 (  0.3%)  QualifiedLookupRequest
   0.0336 (  1.5%)   0.0183 (  1.0%)   0.0519 (  1.3%)   0.0519 (  0.2%)  perform-sema
   0.0334 (  1.5%)   0.0182 (  1.0%)   0.0516 (  1.3%)   0.0516 (  0.2%)  TypeCheckSourceFileRequest
   0.0333 (  1.5%)   0.0182 (  1.0%)   0.0515 (  1.3%)   0.0515 (  0.2%)  Type checking and Semantic analysis
   0.0019 (  0.1%)   0.0043 (  0.2%)   0.0061 (  0.2%)   0.0472 (  0.2%)  load-stdlib
   0.0315 (  1.4%)   0.0140 (  0.8%)   0.0455 (  1.1%)   0.0453 (  0.2%)  LookupConformanceInModuleRequest
   0.0228 (  1.0%)   0.0177 (  1.0%)   0.0405 (  1.0%)   0.0407 (  0.2%)  ExpandPeerMacroRequest
   0.0242 (  1.1%)   0.0136 (  0.7%)   0.0378 (  0.9%)   0.0378 (  0.2%)  TypeCheckFunctionBodyRequest
   0.0229 (  1.0%)   0.0127 (  0.7%)   0.0356 (  0.9%)   0.0356 (  0.2%)  typecheck-stmt
   0.0263 (  1.2%)   0.0075 (  0.4%)   0.0337 (  0.8%)   0.0338 (  0.1%)  LookupAllConformancesInContextRequest
   0.0216 (  1.0%)   0.0118 (  0.6%)   0.0334 (  0.8%)   0.0335 (  0.1%)  typecheck-expr
   0.0211 (  1.0%)   0.0107 (  0.6%)   0.0318 (  0.8%)   0.0318 (  0.1%)  typecheck-decl
   0.0180 (  0.8%)   0.0110 (  0.6%)   0.0290 (  0.7%)   0.0291 (  0.1%)  HasIsolatedSelfRequest
   0.0169 (  0.8%)   0.0089 (  0.5%)   0.0258 (  0.6%)   0.0260 (  0.1%)  ExpandMemberAttributeMacros
   0.0166 (  0.8%)   0.0086 (  0.5%)   0.0252 (  0.6%)   0.0253 (  0.1%)  ModuleQualifiedLookupRequest
   0.0160 (  0.7%)   0.0069 (  0.4%)   0.0229 (  0.6%)   0.0230 (  0.1%)  DirectLookupRequest
   0.0157 (  0.7%)   0.0062 (  0.3%)   0.0219 (  0.5%)   0.0220 (  0.1%)  LookupInModuleRequest
   0.0150 (  0.7%)   0.0061 (  0.3%)   0.0211 (  0.5%)   0.0214 (  0.1%)  ExecuteSILPipelineRequest
   0.0130 (  0.6%)   0.0076 (  0.4%)   0.0207 (  0.5%)   0.0208 (  0.1%)  GlobalActorAttributeRequest
   0.0154 (  0.7%)   0.0044 (  0.2%)   0.0198 (  0.5%)   0.0198 (  0.1%)  AbstractGenericSignatureRequest
   0.0103 (  0.5%)   0.0072 (  0.4%)   0.0174 (  0.4%)   0.0178 (  0.1%)  IsFinalRequest
   0.0116 (  0.5%)   0.0058 (  0.3%)   0.0174 (  0.4%)   0.0174 (  0.1%)  PatternBindingEntryRequest
   0.0107 (  0.5%)   0.0060 (  0.3%)   0.0167 (  0.4%)   0.0168 (  0.1%)  import-clang-decl
   0.0095 (  0.4%)   0.0072 (  0.4%)   0.0167 (  0.4%)   0.0167 (  0.1%)  IRGenRequest
   0.0075 (  0.3%)   0.0083 (  0.5%)   0.0158 (  0.4%)   0.0160 (  0.1%)  HasInitAccessorRequest
   0.0092 (  0.4%)   0.0064 (  0.3%)   0.0156 (  0.4%)   0.0157 (  0.1%)  DynamicallyReplacedDeclRequest
   0.0101 (  0.5%)   0.0045 (  0.2%)   0.0146 (  0.4%)   0.0146 (  0.1%)  ASTLoweringRequest
   0.0073 (  0.3%)   0.0061 (  0.3%)   0.0134 (  0.3%)   0.0134 (  0.1%)  IRGen
   0.0086 (  0.4%)   0.0048 (  0.3%)   0.0134 (  0.3%)   0.0134 (  0.1%)  precheck-expr
   0.0083 (  0.4%)   0.0040 (  0.2%)   0.0123 (  0.3%)   0.0123 (  0.1%)  SILgen-decl
   0.0081 (  0.4%)   0.0035 (  0.2%)   0.0116 (  0.3%)   0.0116 (  0.1%)  verify-all-loaded-modules
   0.0058 (  0.3%)   0.0039 (  0.2%)   0.0097 (  0.2%)   0.0097 (  0.0%)  OverriddenDeclsRequest
   0.0069 (  0.3%)   0.0027 (  0.1%)   0.0096 (  0.2%)   0.0096 (  0.0%)  PropertyWrapperTypeInfoRequest
   0.0064 (  0.3%)   0.0027 (  0.1%)   0.0091 (  0.2%)   0.0091 (  0.0%)  GenericSignatureRequest
   0.0056 (  0.3%)   0.0031 (  0.2%)   0.0086 (  0.2%)   0.0086 (  0.0%)  SILGen-function
   0.0058 (  0.3%)   0.0021 (  0.1%)   0.0079 (  0.2%)   0.0079 (  0.0%)  InferredGenericSignatureRequest
   0.0047 (  0.2%)   0.0032 (  0.2%)   0.0079 (  0.2%)   0.0079 (  0.0%)  AccessLevelRequest
   0.0042 (  0.2%)   0.0030 (  0.2%)   0.0072 (  0.2%)   0.0071 (  0.0%)  HasStorageRequest
   0.0041 (  0.2%)   0.0022 (  0.1%)   0.0063 (  0.2%)   0.0063 (  0.0%)  LifetimeDependenceInfoRequest
   0.0052 (  0.2%)   0.0008 (  0.0%)   0.0060 (  0.1%)   0.0060 (  0.0%)  SIL optimization
   0.0038 (  0.2%)   0.0018 (  0.1%)   0.0057 (  0.1%)   0.0057 (  0.0%)  UnqualifiedLookupRequest
   0.0037 (  0.2%)   0.0017 (  0.1%)   0.0054 (  0.1%)   0.0054 (  0.0%)  performUnqualifiedLookup
   0.0023 (  0.1%)   0.0021 (  0.1%)   0.0043 (  0.1%)   0.0043 (  0.0%)  PotentialMacroExpansionsInContextRequest
   0.0017 (  0.1%)   0.0013 (  0.1%)   0.0030 (  0.1%)   0.0030 (  0.0%)  StoredPropertiesRequest
   0.0022 (  0.1%)   0.0008 (  0.0%)   0.0030 (  0.1%)   0.0030 (  0.0%)  SIL verification, pre-optimization
   0.0014 (  0.1%)   0.0006 (  0.0%)   0.0020 (  0.1%)   0.0020 (  0.0%)  CompareDeclSpecializationRequest
   0.0012 (  0.1%)   0.0008 (  0.0%)   0.0020 (  0.0%)   0.0019 (  0.0%)  SPIGroupsRequest
   0.0010 (  0.0%)   0.0007 (  0.0%)   0.0017 (  0.0%)   0.0017 (  0.0%)  SimpleDidSetRequest
   0.0010 (  0.0%)   0.0006 (  0.0%)   0.0016 (  0.0%)   0.0016 (  0.0%)  GenericParamListRequest
   0.0013 (  0.1%)   0.0002 (  0.0%)   0.0016 (  0.0%)   0.0016 (  0.0%)  RequirementSignatureRequest
   0.0010 (  0.0%)   0.0004 (  0.0%)   0.0014 (  0.0%)   0.0014 (  0.0%)  IsActorRequest
   0.0010 (  0.0%)   0.0004 (  0.0%)   0.0013 (  0.0%)   0.0013 (  0.0%)  load-all-members
   0.0010 (  0.0%)   0.0003 (  0.0%)   0.0013 (  0.0%)   0.0013 (  0.0%)  SIL verification, post-optimization
   0.0006 (  0.0%)   0.0004 (  0.0%)   0.0011 (  0.0%)   0.0011 (  0.0%)  ResolveTypeRequest
   0.0007 (  0.0%)   0.0004 (  0.0%)   0.0010 (  0.0%)   0.0010 (  0.0%)  ProtocolDependenciesRequest
   0.0005 (  0.0%)   0.0003 (  0.0%)   0.0009 (  0.0%)   0.0009 (  0.0%)  InheritedDeclsReferencedRequest
   0.0005 (  0.0%)   0.0003 (  0.0%)   0.0008 (  0.0%)   0.0008 (  0.0%)  ExpandExtensionMacros
   0.0006 (  0.0%)   0.0002 (  0.0%)   0.0007 (  0.0%)   0.0007 (  0.0%)  ImplicitKnownProtocolConformanceRequest
   0.0004 (  0.0%)   0.0002 (  0.0%)   0.0006 (  0.0%)   0.0006 (  0.0%)  IsDistributedActorRequest
   0.0005 (  0.0%)   0.0001 (  0.0%)   0.0006 (  0.0%)   0.0006 (  0.0%)  AllInheritedProtocolsRequest
   0.0003 (  0.0%)   0.0002 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  SynthesizeMemberwiseInitRequest
   0.0003 (  0.0%)   0.0001 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  IsDeclRefinementOfRequest
   0.0003 (  0.0%)   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  ResolveImplicitMemberRequest
   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  IsObjCRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  ParseTopLevelDeclsRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  ParseSourceFileRequest
   0.0003 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  PublicSymbolsRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  AST verification
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  LookupInfixOperatorRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  ConditionalRequirementsRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  CallerSideDefaultArgExprRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  InheritedTypeRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  NamingPatternRequest
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  CheckRedeclarationRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  DefaultTypeRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ABIMembersRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  IsGetterMutatingRequest
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  HasDynamicMemberLookupAttributeRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  PatternTypeRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  InheritedProtocolsRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  RequirementRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ResolveValueWitnessesRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  RequiresOpaqueAccessorsRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  HasMemberwiseInitRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  LocalDiscriminatorsRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  StorageImplInfoRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsImplicitlyUnwrappedOptionalRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ExtendedNominalRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  HasCircularInheritedProtocolsRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  StructuralRequirementsRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsNonUserModuleRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  UnderlyingTypeDeclsReferencedRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  DirectOperatorLookupRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  HasUserDefinedDesignatedInitRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ExpandChildTypeRefinementContextsRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ApplyAccessNoteRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  DefaultAndMaxAccessLevelRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ValidatePrecedenceGroupRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SuperclassDeclRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ParamSpecifierRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ExtendedTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  TypeDeclsFromWhereClauseRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SemanticUnavailableAttrRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ParseAbstractFunctionBodyRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  LookupPrecedenceGroupRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  PreCheckFunctionBodyRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PrimaryAssociatedTypesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ResultBuilderTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasDefaultInitRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PatternBindingCheckedAndContextualizedInitRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DefaultInitializerIsolation
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  InitAccessorPropertiesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ClassAncestryFlagsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ProtocolRequirementsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  FragileFunctionKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PropertyWrapperAuxiliaryVariablesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  GlobalActorInstanceRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AllMembersRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CustomAttrNominalRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ResultTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PropertyWrapperMutabilityRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsFunctionBodySkippedRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SelfBoundsFromWhereClauseRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ResolveMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsStaticRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  MemberwiseInitPropertiesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SelfAccessKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ObjCInterfaceAndImplementationRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  BodyInitKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  OpaqueReadOwnershipRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsSetterMutatingRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  RawCommentRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  LocalTypeDeclsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PolymorphicEffectKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CxxRecordSemantics
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SynthesizeAccessorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DirectPrecedenceGroupLookupRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandAccessorMacros
   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%)  ExpandBodyMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SetterAccessLevelRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  TypeAliasRequirementsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PropertyWrapperBackingPropertyTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandPreambleMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ProtocolRequiresClassRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AttachedResultBuilderRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PreCheckReturnStmtRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  StoredPropertiesAndMissingMembersRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PropertyWrapperInitializerInfoRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExistentialConformsToSelfRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentImplementationOnlyImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentWeakLinkedImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandSynthesizedMemberMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ResolveTypeWitnessesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ModuleImplicitImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsAccessorTransparentRequest
   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%)  InitKindRequest
   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%)  HasImportsMatchingFlagRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentAccessLevelOnImport
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentSPIOnlyImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PrimarySourceFilesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AttachedPropertyWrapperTypeRequest
   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%)  RequiresOpaqueModifyCoroutineRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AreAllStoredPropertiesDefaultInitableRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsABICompatibleOverrideRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentAccessLevelOnImportSameFileRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SynthesizeMainFunctionRequest
   2.2051 (100.0%)   1.8391 (100.0%)   4.0442 (100.0%)  22.6849 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 4.4454 seconds (13.9351 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   2.8286 (100.0%)   1.6168 (100.0%)   4.4454 (100.0%)  13.9351 (100.0%)  Building Target
   2.8286 (100.0%)   1.6168 (100.0%)   4.4454 (100.0%)  13.9351 (100.0%)  Total
SwiftDriverJobDiscovery normal arm64 Emitting module for ClampedPropertyWrapper (in target 'ClampedPropertyWrapper' from project 'ClampedPropertyWrapper')
SwiftDriver\ Compilation\ Requirements ClampedPropertyWrapper normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ClampedPropertyWrapper' from project 'ClampedPropertyWrapper')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ClampedPropertyWrapper
    builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name ClampedPropertyWrapper -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/ClampedPropertyWrapper.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -target arm64-apple-tvos13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -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 -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/ClampedPropertyWrapper-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/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/ClampedPropertyWrapper.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/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/ClampedPropertyWrapper_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/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/ClampedPropertyWrapper-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ClampedPropertyWrapper -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/ClampedPropertyWrapper-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/ClampedPropertyWrapper-Swift.h (in target 'ClampedPropertyWrapper' from project 'ClampedPropertyWrapper')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ClampedPropertyWrapper
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/ClampedPropertyWrapper-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/ClampedPropertyWrapper-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ClampedPropertyWrapper.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/ClampedPropertyWrapper.abi.json (in target 'ClampedPropertyWrapper' from project 'ClampedPropertyWrapper')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ClampedPropertyWrapper
    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/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/ClampedPropertyWrapper.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ClampedPropertyWrapper.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ClampedPropertyWrapper.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/ClampedPropertyWrapper.swiftmodule (in target 'ClampedPropertyWrapper' from project 'ClampedPropertyWrapper')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ClampedPropertyWrapper
    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/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/ClampedPropertyWrapper.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ClampedPropertyWrapper.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ClampedPropertyWrapper.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/ClampedPropertyWrapper.swiftdoc (in target 'ClampedPropertyWrapper' from project 'ClampedPropertyWrapper')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ClampedPropertyWrapper
    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/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/ClampedPropertyWrapper.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ClampedPropertyWrapper.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ClampedPropertyWrapper.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/ClampedPropertyWrapper.swiftsourceinfo (in target 'ClampedPropertyWrapper' from project 'ClampedPropertyWrapper')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ClampedPropertyWrapper
    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/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/ClampedPropertyWrapper.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ClampedPropertyWrapper.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/UnitIntervalPropertyWrapper.modulemap (in target 'UnitIntervalPropertyWrapper' from project 'UnitIntervalPropertyWrapper')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/UnitIntervalPropertyWrapper.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/UnitIntervalPropertyWrapper.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/UnitIntervalPropertyWrapper.modulemap (in target 'UnitIntervalPropertyWrapper' from project 'UnitIntervalPropertyWrapper')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/UnitIntervalPropertyWrapper.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper.SwiftFileList (in target 'UnitIntervalPropertyWrapper' from project 'UnitIntervalPropertyWrapper')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper_const_extract_protocols.json (in target 'UnitIntervalPropertyWrapper' from project 'UnitIntervalPropertyWrapper')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper-OutputFileMap.json (in target 'UnitIntervalPropertyWrapper' from project 'UnitIntervalPropertyWrapper')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper-OutputFileMap.json
SwiftDriver UnitIntervalPropertyWrapper normal arm64 com.apple.xcode.tools.swift.compiler (in target 'UnitIntervalPropertyWrapper' from project 'UnitIntervalPropertyWrapper')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name UnitIntervalPropertyWrapper -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -target arm64-apple-tvos13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -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 -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper-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/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper.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/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper_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/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ UnitIntervalPropertyWrapper (in target 'UnitIntervalPropertyWrapper' from project 'UnitIntervalPropertyWrapper')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/UnitIntervalPropertyWrapper/UnitIntervalPropertyWrapper.swift -target arm64-apple-tvos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/swift-overrides.hmap -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/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name UnitIntervalPropertyWrapper -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper-master-emit-module.d -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper.abi.json
SwiftCompile normal arm64 Compiling\ UnitIntervalPropertyWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/UnitIntervalPropertyWrapper/UnitIntervalPropertyWrapper.swift (in target 'UnitIntervalPropertyWrapper' from project 'UnitIntervalPropertyWrapper')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/UnitIntervalPropertyWrapper/UnitIntervalPropertyWrapper.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper.dia -target arm64-apple-tvos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/swift-overrides.hmap -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/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name UnitIntervalPropertyWrapper -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper.o -index-unit-output-path /UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UnitIntervalPropertyWrapper/UnitIntervalPropertyWrapper.swift (in target 'UnitIntervalPropertyWrapper' from project 'UnitIntervalPropertyWrapper')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/UnitIntervalPropertyWrapper/UnitIntervalPropertyWrapper.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper.dia -target arm64-apple-tvos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/swift-overrides.hmap -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/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name UnitIntervalPropertyWrapper -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper.o -index-unit-output-path /UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Emitting module for UnitIntervalPropertyWrapper (in target 'UnitIntervalPropertyWrapper' from project 'UnitIntervalPropertyWrapper')
SwiftDriver\ Compilation\ Requirements UnitIntervalPropertyWrapper normal arm64 com.apple.xcode.tools.swift.compiler (in target 'UnitIntervalPropertyWrapper' from project 'UnitIntervalPropertyWrapper')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name UnitIntervalPropertyWrapper -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -target arm64-apple-tvos13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -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 -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper-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/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper.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/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper_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/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper-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/Intermediates.noindex/GeneratedModuleMaps-appletvos/UnitIntervalPropertyWrapper-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper-Swift.h (in target 'UnitIntervalPropertyWrapper' from project 'UnitIntervalPropertyWrapper')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/UnitIntervalPropertyWrapper-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/UnitIntervalPropertyWrapper.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper.swiftdoc (in target 'UnitIntervalPropertyWrapper' from project 'UnitIntervalPropertyWrapper')
    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/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/UnitIntervalPropertyWrapper.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/UnitIntervalPropertyWrapper.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper.abi.json (in target 'UnitIntervalPropertyWrapper' from project 'UnitIntervalPropertyWrapper')
    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/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/UnitIntervalPropertyWrapper.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/UnitIntervalPropertyWrapper.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper.swiftmodule (in target 'UnitIntervalPropertyWrapper' from project 'UnitIntervalPropertyWrapper')
    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/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/UnitIntervalPropertyWrapper.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/UnitIntervalPropertyWrapper.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper.swiftsourceinfo (in target 'UnitIntervalPropertyWrapper' from project 'UnitIntervalPropertyWrapper')
    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/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/UnitIntervalPropertyWrapper.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling UnitIntervalPropertyWrapper.swift (in target 'UnitIntervalPropertyWrapper' from project 'UnitIntervalPropertyWrapper')
SwiftDriver\ Compilation UnitIntervalPropertyWrapper normal arm64 com.apple.xcode.tools.swift.compiler (in target 'UnitIntervalPropertyWrapper' from project 'UnitIntervalPropertyWrapper')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name UnitIntervalPropertyWrapper -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -target arm64-apple-tvos13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -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 -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper-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/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper.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/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper_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/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Clamped.swift (in target 'ClampedPropertyWrapper' from project 'ClampedPropertyWrapper')
SwiftDriver\ Compilation ClampedPropertyWrapper normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ClampedPropertyWrapper' from project 'ClampedPropertyWrapper')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ClampedPropertyWrapper
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name ClampedPropertyWrapper -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/ClampedPropertyWrapper.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -target arm64-apple-tvos13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -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 -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/ClampedPropertyWrapper-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/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/ClampedPropertyWrapper.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/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/ClampedPropertyWrapper_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/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/ClampedPropertyWrapper-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ClampedPropertyWrapper -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ClampedPropertyWrapper.o normal (in target 'ClampedPropertyWrapper' from project 'ClampedPropertyWrapper')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ClampedPropertyWrapper
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos13.0 -r -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -O0 -w -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 -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -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 -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/ClampedPropertyWrapper.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/ClampedPropertyWrapper_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/ClampedPropertyWrapper.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ClampedPropertyWrapper.build/Debug-appletvos/ClampedPropertyWrapper.build/Objects-normal/arm64/ClampedPropertyWrapper_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ClampedPropertyWrapper.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ClampedPropertyWrapper.o (in target 'ClampedPropertyWrapper' from project 'ClampedPropertyWrapper')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ClampedPropertyWrapper
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ClampedPropertyWrapper.o
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper.LinkFileList (in target 'UnitIntervalPropertyWrapper' from project 'UnitIntervalPropertyWrapper')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper.LinkFileList
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/UnitIntervalPropertyWrapper.o normal (in target 'UnitIntervalPropertyWrapper' from project 'UnitIntervalPropertyWrapper')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos13.0 -r -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.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 -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -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/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UnitIntervalPropertyWrapper.build/Debug-appletvos/UnitIntervalPropertyWrapper.build/Objects-normal/arm64/UnitIntervalPropertyWrapper_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/UnitIntervalPropertyWrapper.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/UnitIntervalPropertyWrapper.o (in target 'UnitIntervalPropertyWrapper' from project 'UnitIntervalPropertyWrapper')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/UnitIntervalPropertyWrapper.o
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'ClampedPropertyWrapper' from project 'ClampedPropertyWrapper')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'UnitIntervalPropertyWrapper' from project 'UnitIntervalPropertyWrapper')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'UnitIntervalPropertyWrapper' from project 'UnitIntervalPropertyWrapper')
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "clampedpropertywrapper",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "0.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/CypherPoet/ClampedPropertyWrapper"
    }
  ],
  "manifest_display_name" : "UnitIntervalPropertyWrapper",
  "name" : "UnitIntervalPropertyWrapper",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "UnitIntervalPropertyWrapper",
      "targets" : [
        "UnitIntervalPropertyWrapper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UnitIntervalPropertyWrapperTests",
      "module_type" : "SwiftTarget",
      "name" : "UnitIntervalPropertyWrapperTests",
      "path" : "Tests/UnitIntervalPropertyWrapper",
      "sources" : [
        "Cases/UnitIntervalPropertyWrapperTests.swift"
      ],
      "target_dependencies" : [
        "UnitIntervalPropertyWrapper"
      ],
      "type" : "test"
    },
    {
      "c99name" : "UnitIntervalPropertyWrapper",
      "module_type" : "SwiftTarget",
      "name" : "UnitIntervalPropertyWrapper",
      "path" : "Sources/UnitIntervalPropertyWrapper",
      "product_dependencies" : [
        "ClampedPropertyWrapper"
      ],
      "product_memberships" : [
        "UnitIntervalPropertyWrapper"
      ],
      "sources" : [
        "UnitIntervalPropertyWrapper.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.