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

Failed to build XCTAssertNoLeak, reference master (d24a03), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 27 Apr 2025 00:20:11 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme XCTAssertNoLeak -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tarunon/xctassertnoleak.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tarunon/xctassertnoleak
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at d24a03c Merge pull request #17 from giginet/bump-up-version
Cloned https://github.com/tarunon/xctassertnoleak.git
Revision (git rev-parse @):
d24a03ce5bf92bd8ccf1aed1d44a060c92db204a
SUCCESS checkout https://github.com/tarunon/xctassertnoleak.git at master
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/tarunon/xctassertnoleak.git
https://github.com/tarunon/xctassertnoleak.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "XCTAssertNoLeak",
  "name" : "XCTAssertNoLeak",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "macos",
      "version" : "10.11"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "XCTAssertNoLeak",
      "targets" : [
        "XCTAssertNoLeak"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XCTAssertNoLeakTests",
      "module_type" : "SwiftTarget",
      "name" : "XCTAssertNoLeakTests",
      "path" : "Tests/XCTAssertNoLeakTests",
      "sources" : [
        "NodeTests.swift",
        "OldSwiftSupport.swift",
        "XCTAssertNoLeakTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "XCTAssertNoLeak"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XCTAssertNoLeak",
      "module_type" : "SwiftTarget",
      "name" : "XCTAssertNoLeak",
      "path" : "Sources/XCTAssertNoLeak",
      "product_memberships" : [
        "XCTAssertNoLeak"
      ],
      "sources" : [
        "Core/Assert.swift",
        "Core/AssertNoLeakContext.swift",
        "Core/CustomTraversable.swift",
        "Core/Node.swift",
        "Core/OldSwiftSupport.swift",
        "Front/XCTAssertNoLeak.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "XCTAssertNoLeak",
  "name" : "XCTAssertNoLeak",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "macos",
      "version" : "10.11"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "XCTAssertNoLeak",
      "targets" : [
        "XCTAssertNoLeak"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XCTAssertNoLeakTests",
      "module_type" : "SwiftTarget",
      "name" : "XCTAssertNoLeakTests",
      "path" : "Tests/XCTAssertNoLeakTests",
      "sources" : [
        "NodeTests.swift",
        "OldSwiftSupport.swift",
        "XCTAssertNoLeakTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "XCTAssertNoLeak"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XCTAssertNoLeak",
      "module_type" : "SwiftTarget",
      "name" : "XCTAssertNoLeak",
      "path" : "Sources/XCTAssertNoLeak",
      "product_memberships" : [
        "XCTAssertNoLeak"
      ],
      "sources" : [
        "Core/Assert.swift",
        "Core/AssertNoLeakContext.swift",
        "Core/CustomTraversable.swift",
        "Core/Node.swift",
        "Core/OldSwiftSupport.swift",
        "Front/XCTAssertNoLeak.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "XCTAssertNoLeak",
    "schemes" : [
      "XCTAssertNoLeak"
    ],
    "targets" : [
      "XCTAssertNoLeak",
      "XCTAssertNoLeakPackageDescription",
      "XCTAssertNoLeakPackageTests",
      "XCTAssertNoLeakTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme XCTAssertNoLeak -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme XCTAssertNoLeak -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'XCTAssertNoLeak' in project 'XCTAssertNoLeak' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 3f1b8fae15a1f1a610ff1b5ba7e74431
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/3f1b8fae15a1f1a610ff1b5ba7e74431.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/XCTAssertNoLeak.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/XCTAssertNoLeak.xcodeproj
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/XCTAssertNoLeak.xcodeproj
    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
    cd /Users/admin/builder/spi-builder-workspace/XCTAssertNoLeak.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
    cd /Users/admin/builder/spi-builder-workspace/XCTAssertNoLeak.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XCTAssertNoLeak.framework/Modules Versions/Current/Modules (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Modules /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XCTAssertNoLeak.framework/Modules
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XCTAssertNoLeak.framework/Headers Versions/Current/Headers (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Headers /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XCTAssertNoLeak.framework/Headers
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XCTAssertNoLeak.framework/XCTAssertNoLeak Versions/Current/XCTAssertNoLeak (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/XCTAssertNoLeak /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XCTAssertNoLeak.framework/XCTAssertNoLeak
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XCTAssertNoLeak.framework/Versions/Current A (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh A /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XCTAssertNoLeak.framework/Versions/Current
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XCTAssertNoLeak.framework/Resources Versions/Current/Resources (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Resources /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XCTAssertNoLeak.framework/Resources
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/XCTAssertNoLeak.DependencyMetadataFileList (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/XCTAssertNoLeak.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/XCTAssertNoLeak.DependencyStaticMetadataFileList (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/XCTAssertNoLeak.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak-OutputFileMap.json (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.SwiftConstValuesFileList (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.SwiftFileList (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak_const_extract_protocols.json (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.LinkFileList (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.LinkFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XCTAssertNoLeak.framework/Versions/A/Headers (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XCTAssertNoLeak.framework/Versions/A/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XCTAssertNoLeak.framework/Versions/A/Resources (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XCTAssertNoLeak.framework/Versions/A/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XCTAssertNoLeak.framework/Versions/A (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XCTAssertNoLeak.framework/Versions/A
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XCTAssertNoLeak.framework/Versions (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XCTAssertNoLeak.framework/Versions
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XCTAssertNoLeak.framework (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XCTAssertNoLeak.framework
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XCTAssertNoLeak.framework/Versions/A/Resources/Info.plist /Users/admin/builder/spi-builder-workspace/XCTAssertNoLeak.xcodeproj/XCTAssertNoLeak_Info.plist (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/XCTAssertNoLeak.xcodeproj/XCTAssertNoLeak_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XCTAssertNoLeak.framework/Versions/A/Resources/Info.plist
SwiftDriver XCTAssertNoLeak normal arm64 com.apple.xcode.tools.swift.compiler (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name XCTAssertNoLeak -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.9 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-library-evolution -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak-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/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.swiftmodule -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.swiftinterface -emit-private-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.private.swiftinterface -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/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak-Swift.h -no-verify-emitted-module-interface -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ CustomTraversable.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/CustomTraversable.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/CustomTraversable.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745713198836524-swift-frontend-XCTAssertNoLeak-CustomTraversable.swift-arm64_apple_macos10.9-o-Onone-3193814805.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3680 seconds (15.8789 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0419 ( 21.6%)   0.0482 ( 27.6%)   0.0900 ( 24.5%)   7.8383 ( 49.4%)  parse-and-resolve-imports
   0.0415 ( 21.4%)   0.0476 ( 27.3%)   0.0891 ( 24.2%)   7.8373 ( 49.4%)  Import resolution
   0.0730 ( 37.7%)   0.0247 ( 14.2%)   0.0977 ( 26.6%)   0.0977 (  0.6%)  build-rewrite-system
   0.0122 (  6.3%)   0.0343 ( 19.7%)   0.0466 ( 12.7%)   0.0608 (  0.4%)  load-stdlib
   0.0119 (  6.2%)   0.0108 (  6.2%)   0.0227 (  6.2%)   0.0227 (  0.1%)  import-clang-decl
   0.0037 (  1.9%)   0.0053 (  3.0%)   0.0090 (  2.4%)   0.0090 (  0.1%)  IRGen
   0.0023 (  1.2%)   0.0011 (  0.6%)   0.0033 (  0.9%)   0.0034 (  0.0%)  perform-sema
   0.0022 (  1.1%)   0.0010 (  0.6%)   0.0032 (  0.9%)   0.0033 (  0.0%)  Type checking and Semantic analysis
   0.0016 (  0.8%)   0.0007 (  0.4%)   0.0023 (  0.6%)   0.0023 (  0.0%)  typecheck-decl
   0.0009 (  0.5%)   0.0002 (  0.1%)   0.0012 (  0.3%)   0.0012 (  0.0%)  SILGen
   0.0007 (  0.4%)   0.0002 (  0.1%)   0.0009 (  0.2%)   0.0009 (  0.0%)  load-all-members
   0.0008 (  0.4%)   0.0000 (  0.0%)   0.0008 (  0.2%)   0.0008 (  0.0%)  SIL optimization
   0.0004 (  0.2%)   0.0002 (  0.1%)   0.0007 (  0.2%)   0.0007 (  0.0%)  typecheck-stmt
   0.0004 (  0.2%)   0.0001 (  0.0%)   0.0004 (  0.1%)   0.0004 (  0.0%)  SILGen-function
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1935 (100.0%)   0.1746 (100.0%)   0.3680 (100.0%)  15.8789 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.9061 seconds (9.7139 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.1285 (100.0%)   0.7776 (100.0%)   1.9061 (100.0%)   9.7139 (100.0%)  Building Target
   1.1285 (100.0%)   0.7776 (100.0%)   1.9061 (100.0%)   9.7139 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ AssertNoLeakContext.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/AssertNoLeakContext.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/AssertNoLeakContext.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/AssertNoLeakContext.swift:76:44: error: 'Date' is only available in macOS 10.10 or newer
                RunLoop.current.run(until: Date(timeIntervalSinceNow: 0.01))
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/AssertNoLeakContext.swift:76:44: note: add 'if #available' version check
                RunLoop.current.run(until: Date(timeIntervalSinceNow: 0.01))
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/AssertNoLeakContext.swift:72:10: note: add @available attribute to enclosing instance method
    func process(_ f: (AssertNoLeakContext) -> ()) {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/AssertNoLeakContext.swift:52:13: note: add @available attribute to enclosing class
final class AssertNoLeakContextInternal {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/AssertNoLeakContext.swift:79:36: error: 'Date' is only available in macOS 10.10 or newer
        RunLoop.current.run(until: Date(timeIntervalSinceNow: elements.reduce(TimeInterval(0.0), { $0 + $1.node.intervalForFreeing() })))
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/AssertNoLeakContext.swift:79:36: note: add 'if #available' version check
        RunLoop.current.run(until: Date(timeIntervalSinceNow: elements.reduce(TimeInterval(0.0), { $0 + $1.node.intervalForFreeing() })))
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/AssertNoLeakContext.swift:72:10: note: add @available attribute to enclosing instance method
    func process(_ f: (AssertNoLeakContext) -> ()) {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/AssertNoLeakContext.swift:52:13: note: add @available attribute to enclosing class
final class AssertNoLeakContextInternal {
            ^
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745713198831802-swift-frontend-XCTAssertNoLeak-AssertNoLeakContext.swift-arm64_apple_macos10.9-o-Onone-297780602.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3856 seconds (15.9185 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0350 ( 14.3%)   0.0322 ( 22.7%)   0.0672 ( 17.4%)   7.7749 ( 48.8%)  parse-and-resolve-imports
   0.0346 ( 14.2%)   0.0315 ( 22.2%)   0.0661 ( 17.1%)   7.7738 ( 48.8%)  Import resolution
   0.0015 (  0.6%)   0.0104 (  7.3%)   0.0119 (  3.1%)   0.1292 (  0.8%)  load-stdlib
   0.0744 ( 30.5%)   0.0233 ( 16.4%)   0.0978 ( 25.4%)   0.0976 (  0.6%)  build-rewrite-system
   0.0196 (  8.0%)   0.0075 (  5.3%)   0.0271 (  7.0%)   0.0272 (  0.2%)  perform-sema
   0.0195 (  8.0%)   0.0075 (  5.3%)   0.0270 (  7.0%)   0.0271 (  0.2%)  Type checking and Semantic analysis
   0.0129 (  5.3%)   0.0111 (  7.9%)   0.0241 (  6.2%)   0.0241 (  0.2%)  import-clang-decl
   0.0164 (  6.7%)   0.0065 (  4.6%)   0.0229 (  5.9%)   0.0229 (  0.1%)  typecheck-expr
   0.0156 (  6.4%)   0.0061 (  4.3%)   0.0218 (  5.6%)   0.0218 (  0.1%)  typecheck-stmt
   0.0100 (  4.1%)   0.0040 (  2.8%)   0.0140 (  3.6%)   0.0140 (  0.1%)  precheck-target
   0.0034 (  1.4%)   0.0012 (  0.9%)   0.0047 (  1.2%)   0.0048 (  0.0%)  typecheck-decl
   0.0007 (  0.3%)   0.0003 (  0.2%)   0.0010 (  0.3%)   0.0010 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2437 (100.0%)   0.1419 (100.0%)   0.3856 (100.0%)  15.9185 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8490 seconds (9.7184 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.1139 (100.0%)   0.7351 (100.0%)   1.8490 (100.0%)   9.7184 (100.0%)  Building Target
   1.1139 (100.0%)   0.7351 (100.0%)   1.8490 (100.0%)   9.7184 (100.0%)  Total
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/Assert.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/CustomTraversable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/AssertNoLeakContext.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/Node.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Front/XCTAssertNoLeak.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/OldSwiftSupport.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/AssertNoLeakContext.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/AssertNoLeakContext.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/AssertNoLeakContext.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/AssertNoLeakContext.dia -target arm64-apple-macos10.9 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-library-evolution -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=2 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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 /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/DerivedSources -Xcc -DDEBUG\=1 -no-verify-emitted-module-interface -module-name XCTAssertNoLeak -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.4 -target-sdk-name macosx15.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/AssertNoLeakContext.o -index-unit-output-path /XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/AssertNoLeakContext.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Assert.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/Assert.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745713198837660-swift-frontend-XCTAssertNoLeak-Assert.swift-arm64_apple_macos10.9-o-Onone-2129070793.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2919 seconds (16.0235 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0352 ( 20.9%)   0.0414 ( 33.5%)   0.0766 ( 26.3%)   7.9056 ( 49.3%)  parse-and-resolve-imports
   0.0349 ( 20.7%)   0.0407 ( 32.9%)   0.0756 ( 25.9%)   7.9045 ( 49.3%)  Import resolution
   0.0718 ( 42.7%)   0.0218 ( 17.7%)   0.0937 ( 32.1%)   0.0936 (  0.6%)  build-rewrite-system
   0.0012 (  0.7%)   0.0033 (  2.6%)   0.0044 (  1.5%)   0.0782 (  0.5%)  load-stdlib
   0.0122 (  7.2%)   0.0103 (  8.4%)   0.0225 (  7.7%)   0.0225 (  0.1%)  import-clang-decl
   0.0035 (  2.1%)   0.0032 (  2.6%)   0.0067 (  2.3%)   0.0067 (  0.0%)  IRGen
   0.0019 (  1.1%)   0.0007 (  0.5%)   0.0025 (  0.9%)   0.0025 (  0.0%)  perform-sema
   0.0018 (  1.1%)   0.0007 (  0.5%)   0.0025 (  0.8%)   0.0025 (  0.0%)  Type checking and Semantic analysis
   0.0012 (  0.7%)   0.0005 (  0.4%)   0.0017 (  0.6%)   0.0017 (  0.0%)  typecheck-decl
   0.0010 (  0.6%)   0.0003 (  0.3%)   0.0013 (  0.5%)   0.0013 (  0.0%)  typecheck-expr
   0.0009 (  0.5%)   0.0003 (  0.2%)   0.0012 (  0.4%)   0.0012 (  0.0%)  typecheck-stmt
   0.0007 (  0.4%)   0.0003 (  0.2%)   0.0010 (  0.3%)   0.0010 (  0.0%)  load-all-members
   0.0009 (  0.5%)   0.0000 (  0.0%)   0.0009 (  0.3%)   0.0009 (  0.0%)  SIL optimization
   0.0007 (  0.4%)   0.0001 (  0.1%)   0.0008 (  0.3%)   0.0008 (  0.0%)  SILGen
   0.0002 (  0.1%)   0.0000 (  0.0%)   0.0003 (  0.1%)   0.0003 (  0.0%)  SILGen-function
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.1683 (100.0%)   0.1236 (100.0%)   0.2919 (100.0%)  16.0235 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.7710 seconds (9.7117 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0791 (100.0%)   0.6919 (100.0%)   1.7710 (100.0%)   9.7117 (100.0%)  Building Target
   1.0791 (100.0%)   0.6919 (100.0%)   1.7710 (100.0%)   9.7117 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/Assert.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
    cd /Users/admin/builder/spi-builder-workspace

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

SwiftCompile normal arm64 Compiling\ Node.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/Node.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745713198837954-swift-frontend-XCTAssertNoLeak-Node.swift-arm64_apple_macos10.9-o-Onone-2763471300.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 15.1127 seconds (15.9630 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   6.0088 ( 49.1%)   1.4122 ( 49.2%)   7.4210 ( 49.1%)   7.8134 ( 48.9%)  parse-and-resolve-imports
   6.0085 ( 49.1%)   1.4121 ( 49.2%)   7.4206 ( 49.1%)   7.8130 ( 48.9%)  Import resolution
   0.0752 (  0.6%)   0.0085 (  0.3%)   0.0837 (  0.6%)   0.0836 (  0.5%)  build-rewrite-system
   0.0011 (  0.0%)   0.0033 (  0.1%)   0.0045 (  0.0%)   0.0698 (  0.4%)  load-stdlib
   0.0405 (  0.3%)   0.0066 (  0.2%)   0.0472 (  0.3%)   0.0472 (  0.3%)  perform-sema
   0.0404 (  0.3%)   0.0066 (  0.2%)   0.0471 (  0.3%)   0.0471 (  0.3%)  Type checking and Semantic analysis
   0.0259 (  0.2%)   0.0038 (  0.1%)   0.0297 (  0.2%)   0.0297 (  0.2%)  typecheck-stmt
   0.0126 (  0.1%)   0.0097 (  0.3%)   0.0223 (  0.1%)   0.0223 (  0.1%)  import-clang-decl
   0.0168 (  0.1%)   0.0031 (  0.1%)   0.0199 (  0.1%)   0.0199 (  0.1%)  typecheck-decl
   0.0096 (  0.1%)   0.0021 (  0.1%)   0.0117 (  0.1%)   0.0117 (  0.1%)  typecheck-expr
   0.0042 (  0.0%)   0.0001 (  0.0%)   0.0043 (  0.0%)   0.0043 (  0.0%)  precheck-target
   0.0007 (  0.0%)   0.0002 (  0.0%)   0.0009 (  0.0%)   0.0009 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
  12.2445 (100.0%)   2.8682 (100.0%)  15.1127 (100.0%)  15.9630 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 9.2067 seconds (9.7113 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   7.1317 (100.0%)   2.0750 (100.0%)   9.2067 (100.0%)   9.7113 (100.0%)  Building Target
   7.1317 (100.0%)   2.0750 (100.0%)   9.2067 (100.0%)   9.7113 (100.0%)  Total
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/Assert.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/CustomTraversable.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/AssertNoLeakContext.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/Node.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Front/XCTAssertNoLeak.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/OldSwiftSupport.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/Node.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/Node.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/Node.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/Node.dia -target arm64-apple-macos10.9 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-library-evolution -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=2 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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 /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/DerivedSources -Xcc -DDEBUG\=1 -no-verify-emitted-module-interface -module-name XCTAssertNoLeak -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.4 -target-sdk-name macosx15.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/Node.o -index-unit-output-path /XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/Node.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/XCTAssertNoLeak/Core/Node.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/Node.swift:27:37: error: 'replacingOccurrences(of:with:options:range:)' is only available in macOS 10.10 or newer
            return Path.label(label.replacingOccurrences(of: "$__lazy_storage_$_", with: ""))
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/Node.swift:27:37: note: add 'if #available' version check
            return Path.label(label.replacingOccurrences(of: "$__lazy_storage_$_", with: ""))
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/Node.swift:23:9: note: add @available attribute to enclosing property
    var lazyPath: Path? {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/Node.swift:10:6: note: add @available attribute to enclosing enum
enum Path: Hashable, CustomStringConvertible {
     ^
SwiftEmitModule normal arm64 Emitting\ module\ for\ XCTAssertNoLeak (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745713198837779-swift-frontend-XCTAssertNoLeak-all-arm64_apple_macos10.9-swiftmodule-Onone-1413971292.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2546 seconds (15.8218 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0346 ( 24.0%)   0.0385 ( 34.7%)   0.0730 ( 28.7%)   7.8181 ( 49.4%)  parse-and-resolve-imports
   0.0343 ( 23.8%)   0.0379 ( 34.2%)   0.0721 ( 28.3%)   7.8172 ( 49.4%)  Import resolution
   0.0012 (  0.9%)   0.0039 (  3.5%)   0.0051 (  2.0%)   0.0820 (  0.5%)  load-stdlib
   0.0162 ( 11.3%)   0.0063 (  5.7%)   0.0225 (  8.8%)   0.0226 (  0.1%)  perform-sema
   0.0161 ( 11.2%)   0.0063 (  5.7%)   0.0224 (  8.8%)   0.0225 (  0.1%)  Type checking and Semantic analysis
   0.0159 ( 11.0%)   0.0061 (  5.5%)   0.0220 (  8.6%)   0.0220 (  0.1%)  typecheck-decl
   0.0113 (  7.8%)   0.0052 (  4.7%)   0.0165 (  6.5%)   0.0165 (  0.1%)  SIL optimization
   0.0086 (  6.0%)   0.0024 (  2.2%)   0.0110 (  4.3%)   0.0110 (  0.1%)  build-rewrite-system
   0.0016 (  1.1%)   0.0021 (  1.9%)   0.0036 (  1.4%)   0.0036 (  0.0%)  import-clang-decl
   0.0018 (  1.2%)   0.0006 (  0.5%)   0.0024 (  0.9%)   0.0024 (  0.0%)  SILGen
   0.0002 (  0.1%)   0.0009 (  0.8%)   0.0011 (  0.4%)   0.0011 (  0.0%)  Serialization, swiftdoc
   0.0007 (  0.5%)   0.0002 (  0.2%)   0.0009 (  0.4%)   0.0009 (  0.0%)  Serialization, swiftmodule
   0.0006 (  0.4%)   0.0002 (  0.2%)   0.0009 (  0.3%)   0.0009 (  0.0%)  typecheck-expr
   0.0004 (  0.3%)   0.0001 (  0.1%)   0.0005 (  0.2%)   0.0005 (  0.0%)  SILGen-function
   0.0003 (  0.2%)   0.0001 (  0.1%)   0.0004 (  0.2%)   0.0004 (  0.0%)  Serialization, swiftsourceinfo
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.1439 (100.0%)   0.1107 (100.0%)   0.2546 (100.0%)  15.8218 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1358 seconds (7.9580 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0716 (100.0%)   0.0642 (100.0%)   0.1358 (100.0%)   7.9580 (100.0%)  Building Target
   0.0716 (100.0%)   0.0642 (100.0%)   0.1358 (100.0%)   7.9580 (100.0%)  Total
EmitSwiftModule normal arm64 (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ OldSwiftSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/OldSwiftSupport.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745713198837641-swift-frontend-XCTAssertNoLeak-OldSwiftSupport.swift-arm64_apple_macos10.9-o-Onone-1742617229.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2780 seconds (15.8335 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0337 ( 21.3%)   0.0379 ( 31.6%)   0.0715 ( 25.7%)   7.8118 ( 49.3%)  parse-and-resolve-imports
   0.0334 ( 21.1%)   0.0373 ( 31.2%)   0.0707 ( 25.4%)   7.8109 ( 49.3%)  Import resolution
   0.0733 ( 46.3%)   0.0232 ( 19.4%)   0.0966 ( 34.7%)   0.0965 (  0.6%)  build-rewrite-system
   0.0015 (  0.9%)   0.0057 (  4.8%)   0.0072 (  2.6%)   0.0822 (  0.5%)  load-stdlib
   0.0121 (  7.6%)   0.0110 (  9.2%)   0.0231 (  8.3%)   0.0231 (  0.1%)  import-clang-decl
   0.0034 (  2.2%)   0.0042 (  3.5%)   0.0076 (  2.7%)   0.0076 (  0.0%)  IRGen
   0.0008 (  0.5%)   0.0002 (  0.2%)   0.0010 (  0.4%)   0.0010 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0001 (  0.1%)   0.0002 (  0.1%)   0.0002 (  0.0%)  perform-sema
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  Type checking and Semantic analysis
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SILGen
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  typecheck-decl
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.1583 (100.0%)   0.1197 (100.0%)   0.2780 (100.0%)  15.8335 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8463 seconds (9.7120 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.1020 (100.0%)   0.7444 (100.0%)   1.8463 (100.0%)   9.7120 (100.0%)  Building Target
   1.1020 (100.0%)   0.7444 (100.0%)   1.8463 (100.0%)   9.7120 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/OldSwiftSupport.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Emitting module for XCTAssertNoLeak (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
SwiftDriver\ Compilation\ Requirements XCTAssertNoLeak normal arm64 com.apple.xcode.tools.swift.compiler (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name XCTAssertNoLeak -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.9 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-library-evolution -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak-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/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.swiftmodule -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.swiftinterface -emit-private-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.private.swiftinterface -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/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak-Swift.h -no-verify-emitted-module-interface -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XCTAssertNoLeak.framework/Versions/A/Headers/XCTAssertNoLeak-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak-Swift.h (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XCTAssertNoLeak.framework/Versions/A/Headers/XCTAssertNoLeak-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XCTAssertNoLeak.framework/Versions/A/Modules/XCTAssertNoLeak.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.swiftmodule (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
    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/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XCTAssertNoLeak.framework/Versions/A/Modules/XCTAssertNoLeak.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XCTAssertNoLeak.framework/Versions/A/Modules/XCTAssertNoLeak.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.swiftdoc (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
    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/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XCTAssertNoLeak.framework/Versions/A/Modules/XCTAssertNoLeak.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XCTAssertNoLeak.framework/Versions/A/Modules/XCTAssertNoLeak.swiftmodule/arm64-apple-macos.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.swiftinterface (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
    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/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XCTAssertNoLeak.framework/Versions/A/Modules/XCTAssertNoLeak.swiftmodule/arm64-apple-macos.swiftinterface
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XCTAssertNoLeak.framework/Versions/A/Modules/XCTAssertNoLeak.swiftmodule/arm64-apple-macos.private.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.private.swiftinterface (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
    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/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.private.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XCTAssertNoLeak.framework/Versions/A/Modules/XCTAssertNoLeak.swiftmodule/arm64-apple-macos.private.swiftinterface
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XCTAssertNoLeak.framework/Versions/A/Modules/XCTAssertNoLeak.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.abi.json (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
    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/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XCTAssertNoLeak.framework/Versions/A/Modules/XCTAssertNoLeak.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XCTAssertNoLeak.framework/Versions/A/Modules/XCTAssertNoLeak.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.swiftsourceinfo (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
    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/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XCTAssertNoLeak.framework/Versions/A/Modules/XCTAssertNoLeak.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling OldSwiftSupport.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
SwiftDriverJobDiscovery normal arm64 Compiling Assert.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
SwiftDriverJobDiscovery normal arm64 Compiling CustomTraversable.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
/Users/admin/builder/spi-builder-workspace/XCTAssertNoLeak.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.9, but the range of supported deployment target versions is 10.13 to 15.4.99. (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/AssertNoLeakContext.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
	SwiftCompile normal arm64 Compiling\ AssertNoLeakContext.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/AssertNoLeakContext.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
	SwiftCompile normal arm64 Compiling\ Node.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/Node.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/Node.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
	Building project XCTAssertNoLeak with scheme XCTAssertNoLeak
(5 failures)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "XCTAssertNoLeak",
  "name" : "XCTAssertNoLeak",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "macos",
      "version" : "10.11"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "XCTAssertNoLeak",
      "targets" : [
        "XCTAssertNoLeak"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XCTAssertNoLeakTests",
      "module_type" : "SwiftTarget",
      "name" : "XCTAssertNoLeakTests",
      "path" : "Tests/XCTAssertNoLeakTests",
      "sources" : [
        "NodeTests.swift",
        "OldSwiftSupport.swift",
        "XCTAssertNoLeakTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "XCTAssertNoLeak"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XCTAssertNoLeak",
      "module_type" : "SwiftTarget",
      "name" : "XCTAssertNoLeak",
      "path" : "Sources/XCTAssertNoLeak",
      "product_memberships" : [
        "XCTAssertNoLeak"
      ],
      "sources" : [
        "Core/Assert.swift",
        "Core/AssertNoLeakContext.swift",
        "Core/CustomTraversable.swift",
        "Core/Node.swift",
        "Core/OldSwiftSupport.swift",
        "Front/XCTAssertNoLeak.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "XCTAssertNoLeak",
    "schemes" : [
      "XCTAssertNoLeak"
    ],
    "targets" : [
      "XCTAssertNoLeak",
      "XCTAssertNoLeakPackageDescription",
      "XCTAssertNoLeakPackageTests",
      "XCTAssertNoLeakTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme XCTAssertNoLeak -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme XCTAssertNoLeak -destination platform=macOS,arch=arm64
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'XCTAssertNoLeak' in project 'XCTAssertNoLeak' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 0a609032970bba577ba17e7b00d6df53
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/0a609032970bba577ba17e7b00d6df53.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/XCTAssertNoLeak.xcodeproj
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XCTAssertNoLeak.framework/Versions/A/Resources/Info.plist /Users/admin/builder/spi-builder-workspace/XCTAssertNoLeak.xcodeproj/XCTAssertNoLeak_Info.plist (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/XCTAssertNoLeak.xcodeproj/XCTAssertNoLeak_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XCTAssertNoLeak.framework/Versions/A/Resources/Info.plist
SwiftDriver XCTAssertNoLeak normal arm64 com.apple.xcode.tools.swift.compiler (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name XCTAssertNoLeak -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.9 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-library-evolution -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak-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/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.swiftmodule -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.swiftinterface -emit-private-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.private.swiftinterface -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/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak-Swift.h -no-verify-emitted-module-interface -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Assert.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/Assert.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/Assert.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
    cd /Users/admin/builder/spi-builder-workspace

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

SwiftEmitModule normal arm64 Emitting\ module\ for\ XCTAssertNoLeak (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
EmitSwiftModule normal arm64 (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
    cd /Users/admin/builder/spi-builder-workspace

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

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

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

SwiftCompile normal arm64 Compiling\ AssertNoLeakContext.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/AssertNoLeakContext.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/Assert.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/CustomTraversable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/AssertNoLeakContext.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/Node.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Front/XCTAssertNoLeak.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/OldSwiftSupport.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/AssertNoLeakContext.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/AssertNoLeakContext.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/AssertNoLeakContext.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/AssertNoLeakContext.dia -target arm64-apple-macos10.9 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-library-evolution -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=2 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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 /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/DerivedSources -Xcc -DDEBUG\=1 -no-verify-emitted-module-interface -module-name XCTAssertNoLeak -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.4 -target-sdk-name macosx15.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/AssertNoLeakContext.o -index-unit-output-path /XCTAssertNoLeak.build/Debug/XCTAssertNoLeak.build/Objects-normal/arm64/AssertNoLeakContext.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/XCTAssertNoLeak/Core/AssertNoLeakContext.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/AssertNoLeakContext.swift:76:44: error: 'Date' is only available in macOS 10.10 or newer
                RunLoop.current.run(until: Date(timeIntervalSinceNow: 0.01))
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/AssertNoLeakContext.swift:76:44: note: add 'if #available' version check
                RunLoop.current.run(until: Date(timeIntervalSinceNow: 0.01))
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/AssertNoLeakContext.swift:72:10: note: add @available attribute to enclosing instance method
    func process(_ f: (AssertNoLeakContext) -> ()) {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/AssertNoLeakContext.swift:52:13: note: add @available attribute to enclosing class
final class AssertNoLeakContextInternal {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/AssertNoLeakContext.swift:79:36: error: 'Date' is only available in macOS 10.10 or newer
        RunLoop.current.run(until: Date(timeIntervalSinceNow: elements.reduce(TimeInterval(0.0), { $0 + $1.node.intervalForFreeing() })))
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/AssertNoLeakContext.swift:79:36: note: add 'if #available' version check
        RunLoop.current.run(until: Date(timeIntervalSinceNow: elements.reduce(TimeInterval(0.0), { $0 + $1.node.intervalForFreeing() })))
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/AssertNoLeakContext.swift:72:10: note: add @available attribute to enclosing instance method
    func process(_ f: (AssertNoLeakContext) -> ()) {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/AssertNoLeakContext.swift:52:13: note: add @available attribute to enclosing class
final class AssertNoLeakContextInternal {
            ^
SwiftDriverJobDiscovery normal arm64 Compiling Assert.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
SwiftDriverJobDiscovery normal arm64 Compiling OldSwiftSupport.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
SwiftDriverJobDiscovery normal arm64 Compiling CustomTraversable.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
/Users/admin/builder/spi-builder-workspace/XCTAssertNoLeak.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.9, but the range of supported deployment target versions is 10.13 to 15.4.99. (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 Compiling\ AssertNoLeakContext.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/AssertNoLeakContext.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/AssertNoLeakContext.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
	Building project XCTAssertNoLeak with scheme XCTAssertNoLeak
(3 failures)
BUILD FAILURE 6.1 macosXcodebuild