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 LeakDetect, reference 0.0.8 (68fb46), with Swift 6.0 for tvOS using Xcode 16.2 on 30 Nov 2024 04:40:49 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme LeakDetect -destination generic/platform=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yume190/LeakDetect.git
Reference: 0.0.8
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yume190/LeakDetect
 * tag               0.0.8      -> FETCH_HEAD
HEAD is now at 68fb463 update version
Cloned https://github.com/yume190/LeakDetect.git
Revision (git rev-parse @):
68fb463a84fd06ea3d3d78faee55f3d3ed13f853
SUCCESS checkout https://github.com/yume190/LeakDetect.git at 0.0.8
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.0
Building package at path:  $PWD
https://github.com/yume190/LeakDetect.git
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "508.0.0",
            "upper_bound" : "509.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    },
    {
      "identity" : "typefill",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.9",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/yume190/TypeFill"
    },
    {
      "identity" : "sourcekitten",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.34.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/SourceKitten"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow"
    },
    {
      "identity" : "humanstring",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/zonble/HumanString.git"
    },
    {
      "identity" : "pathkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylef/PathKit"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.5",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams"
    }
  ],
  "manifest_display_name" : "LeakDetect",
  "name" : "LeakDetect",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "leakDetect",
      "targets" : [
        "LeakDetect"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LeakDetectTests",
      "module_type" : "SwiftTarget",
      "name" : "LeakDetectTests",
      "path" : "Tests/LeakDetectTests",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxParser",
        "SKClient",
        "HumanString"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/LeakDetectTests/Resource",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Assign/AssignClosureVisitorTests.swift",
        "Capture/LeakTests+Class+Extension+Obj.swift",
        "Capture/LeakTests+Class+Extension+Self.swift",
        "Capture/LeakTests+Class+Obj+GlobalFunction.swift",
        "Capture/LeakTests+Class+Obj+StaticFunction.swift",
        "Capture/LeakTests+Class+Obj.swift",
        "Capture/LeakTests+Class+Self.swift",
        "Capture/LeakTests+Normal.swift",
        "Capture/LeakTests+Struct.swift",
        "Capture/LeakTests.swift",
        "Concept/CaptureListRewriteTests.swift",
        "Concept/ClassInStructTests.swift",
        "Concept/ConceptTests.swift",
        "Concept/EscapingDetectorTests.swift",
        "Concept/FunctionParameterListEscapeTests.swift",
        "Concept/FunctionTests.swift",
        "Concept/ReferenceTests.swift",
        "Concept/SkipConceptTests.swift",
        "Concept/SourceKitResponseStringTests.swift",
        "Concept/USRTests.swift",
        "Concept/WeakDetector.swift",
        "Util.swift"
      ],
      "target_dependencies" : [
        "LeakDetectKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LeakDetectKit",
      "module_type" : "SwiftTarget",
      "name" : "LeakDetectKit",
      "path" : "Sources/LeakDetectKit",
      "product_dependencies" : [
        "Rainbow",
        "PathKit",
        "SwiftSyntax",
        "SwiftSyntaxParser",
        "SKClient"
      ],
      "product_memberships" : [
        "leakDetect"
      ],
      "sources" : [
        "Assign/AssignClosureVisitor.swift",
        "Capture/CaptureListRewriter.swift",
        "Capture/DeclsVisitor.swift",
        "Capture/IdentifierVisitor.swift",
        "Capture/LeakVisitor.swift",
        "Capture/LeakVisitorResult.swift",
        "Capture/USR+Struct.swift",
        "Escaping/EscapingDetector.swift",
        "Escaping/FunctionParameterListEscapeVisitor.swift",
        "Escaping/TypeEscapeVisitor.swift",
        "Escaping/WeakDetector.swift",
        "LeakResult.swift",
        "Pipeline/Pipeline.swift",
        "Pipeline/Visitors.swift",
        "Skip/BuiltinTypeList.swift",
        "Skip/SkipsFunction.swift",
        "SourceKit/SDK+Target.swift",
        "SourceKit/SKClient+Ex.swift",
        "String+Remove.swift",
        "String+SourceKitResponse.swift",
        "Syntax/ExprSyntax+Ex.swift",
        "Syntax/TypeSyntax+Ex.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LeakDetect",
      "module_type" : "SwiftTarget",
      "name" : "LeakDetect",
      "path" : "Sources/LeakDetect",
      "product_dependencies" : [
        "ArgumentParser",
        "SourceKittenFramework",
        "SKClient",
        "PathKit",
        "Yams"
      ],
      "product_memberships" : [
        "leakDetect"
      ],
      "sources" : [
        "Arguments+Ex.swift",
        "Command.swift",
        "Entry.swift",
        "GitAction.swift",
        "Reporter.swift"
      ],
      "target_dependencies" : [
        "LeakDetectKit"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.7"
}
Command line invocation:
    /Applications/Xcode-16.1.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/zonble/HumanString.git
Fetching from https://github.com/yume190/TypeFill
Fetching from https://github.com/jpsim/Yams
Fetching from https://github.com/kylef/PathKit
Fetching from https://github.com/jpsim/SourceKitten
Fetching from https://github.com/onevcat/Rainbow
Fetching from https://github.com/apple/swift-argument-parser.git
Fetching from https://github.com/apple/swift-syntax.git
Fetching from https://github.com/kylef/Spectre.git
Fetching from https://github.com/krzyzanowskim/CryptoSwift
Fetching from https://github.com/drmohundro/SWXMLHash.git
Creating working copy of package ‘PathKit’
Checking out 1.0.1 of package ‘PathKit’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.5.0 of package ‘swift-argument-parser’
Creating working copy of package ‘CryptoSwift’
Checking out 1.8.3 of package ‘CryptoSwift’
Creating working copy of package ‘TypeFill’
Checking out 0.4.9 of package ‘TypeFill’
Creating working copy of package ‘Yams’
Checking out 5.1.3 of package ‘Yams’
Creating working copy of package ‘SourceKitten’
Checking out 0.36.0 of package ‘SourceKitten’
Creating working copy of package ‘swift-syntax’
Checking out 508.0.1 of package ‘swift-syntax’
Creating working copy of package ‘HumanString’
Checking out 0.1.1 of package ‘HumanString’
Creating working copy of package ‘Spectre’
Checking out 0.10.1 of package ‘Spectre’
Creating working copy of package ‘SWXMLHash’
Checking out 7.0.2 of package ‘SWXMLHash’
Creating working copy of package ‘Rainbow’
Checking out 4.0.1 of package ‘Rainbow’
Resolve Package Graph
Resolved source packages:
  Yams: https://github.com/jpsim/Yams @ 5.1.3
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
  LeakDetect: /Users/admin/builder/spi-builder-workspace
  Rainbow: https://github.com/onevcat/Rainbow @ 4.0.1
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift @ 1.8.3
  SourceKitten: https://github.com/jpsim/SourceKitten @ 0.36.0
  PathKit: https://github.com/kylef/PathKit @ 1.0.1
  Spectre: https://github.com/kylef/Spectre.git @ 0.10.1
  SwiftSyntax: https://github.com/apple/swift-syntax.git @ 508.0.1
  SWXMLHash: https://github.com/drmohundro/SWXMLHash.git @ 7.0.2
  HumanString: https://github.com/zonble/HumanString.git @ 0.1.1
  TypeFill: https://github.com/yume190/TypeFill @ 0.4.9
resolved source packages: Yams, swift-argument-parser, LeakDetect, Rainbow, CryptoSwift, SourceKitten, PathKit, Spectre, SwiftSyntax, SWXMLHash, HumanString, TypeFill
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "508.0.0",
            "upper_bound" : "509.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    },
    {
      "identity" : "typefill",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.9",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/yume190/TypeFill"
    },
    {
      "identity" : "sourcekitten",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.34.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/SourceKitten"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow"
    },
    {
      "identity" : "humanstring",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/zonble/HumanString.git"
    },
    {
      "identity" : "pathkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylef/PathKit"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.5",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams"
    }
  ],
  "manifest_display_name" : "LeakDetect",
  "name" : "LeakDetect",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "leakDetect",
      "targets" : [
        "LeakDetect"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LeakDetectTests",
      "module_type" : "SwiftTarget",
      "name" : "LeakDetectTests",
      "path" : "Tests/LeakDetectTests",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxParser",
        "SKClient",
        "HumanString"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/LeakDetectTests/Resource",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Assign/AssignClosureVisitorTests.swift",
        "Capture/LeakTests+Class+Extension+Obj.swift",
        "Capture/LeakTests+Class+Extension+Self.swift",
        "Capture/LeakTests+Class+Obj+GlobalFunction.swift",
        "Capture/LeakTests+Class+Obj+StaticFunction.swift",
        "Capture/LeakTests+Class+Obj.swift",
        "Capture/LeakTests+Class+Self.swift",
        "Capture/LeakTests+Normal.swift",
        "Capture/LeakTests+Struct.swift",
        "Capture/LeakTests.swift",
        "Concept/CaptureListRewriteTests.swift",
        "Concept/ClassInStructTests.swift",
        "Concept/ConceptTests.swift",
        "Concept/EscapingDetectorTests.swift",
        "Concept/FunctionParameterListEscapeTests.swift",
        "Concept/FunctionTests.swift",
        "Concept/ReferenceTests.swift",
        "Concept/SkipConceptTests.swift",
        "Concept/SourceKitResponseStringTests.swift",
        "Concept/USRTests.swift",
        "Concept/WeakDetector.swift",
        "Util.swift"
      ],
      "target_dependencies" : [
        "LeakDetectKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LeakDetectKit",
      "module_type" : "SwiftTarget",
      "name" : "LeakDetectKit",
      "path" : "Sources/LeakDetectKit",
      "product_dependencies" : [
        "Rainbow",
        "PathKit",
        "SwiftSyntax",
        "SwiftSyntaxParser",
        "SKClient"
      ],
      "product_memberships" : [
        "leakDetect"
      ],
      "sources" : [
        "Assign/AssignClosureVisitor.swift",
        "Capture/CaptureListRewriter.swift",
        "Capture/DeclsVisitor.swift",
        "Capture/IdentifierVisitor.swift",
        "Capture/LeakVisitor.swift",
        "Capture/LeakVisitorResult.swift",
        "Capture/USR+Struct.swift",
        "Escaping/EscapingDetector.swift",
        "Escaping/FunctionParameterListEscapeVisitor.swift",
        "Escaping/TypeEscapeVisitor.swift",
        "Escaping/WeakDetector.swift",
        "LeakResult.swift",
        "Pipeline/Pipeline.swift",
        "Pipeline/Visitors.swift",
        "Skip/BuiltinTypeList.swift",
        "Skip/SkipsFunction.swift",
        "SourceKit/SDK+Target.swift",
        "SourceKit/SKClient+Ex.swift",
        "String+Remove.swift",
        "String+SourceKitResponse.swift",
        "Syntax/ExprSyntax+Ex.swift",
        "Syntax/TypeSyntax+Ex.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LeakDetect",
      "module_type" : "SwiftTarget",
      "name" : "LeakDetect",
      "path" : "Sources/LeakDetect",
      "product_dependencies" : [
        "ArgumentParser",
        "SourceKittenFramework",
        "SKClient",
        "PathKit",
        "Yams"
      ],
      "product_memberships" : [
        "leakDetect"
      ],
      "sources" : [
        "Arguments+Ex.swift",
        "Command.swift",
        "Entry.swift",
        "GitAction.swift",
        "Reporter.swift"
      ],
      "target_dependencies" : [
        "LeakDetectKit"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.7"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "LeakDetect"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme LeakDetect -destination generic/platform=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.1.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 LeakDetect -destination generic/platform=tvOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
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
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  HumanString: https://github.com/zonble/HumanString.git @ 0.1.1
  Yams: https://github.com/jpsim/Yams @ 5.1.3
  Spectre: https://github.com/kylef/Spectre.git @ 0.10.1
  PathKit: https://github.com/kylef/PathKit @ 1.0.1
  LeakDetect: /Users/admin/builder/spi-builder-workspace
  Rainbow: https://github.com/onevcat/Rainbow @ 4.0.1
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift @ 1.8.3
  SourceKitten: https://github.com/jpsim/SourceKitten @ 0.36.0
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
  SwiftSyntax: https://github.com/apple/swift-syntax.git @ 508.0.1
  TypeFill: https://github.com/yume190/TypeFill @ 0.4.9
  SWXMLHash: https://github.com/drmohundro/SWXMLHash.git @ 7.0.2
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (31 targets)
    Target 'leakDetect' in project 'LeakDetect'
        ➜ Explicit dependency on target 'LeakDetectKit' in project 'LeakDetect'
        ➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
        ➜ Explicit dependency on target 'PathKit' in project 'PathKit'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'SwiftSyntaxParser' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'SKClient' in project 'TypeFill'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParserToolInfo' in project 'swift-argument-parser' (no dependencies)
    Target 'LeakDetectKit' in project 'LeakDetect'
        ➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
        ➜ Explicit dependency on target 'PathKit' in project 'PathKit'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'SwiftSyntaxParser' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'SKClient' in project 'TypeFill'
    Target 'SKClient' in project 'TypeFill'
        ➜ Explicit dependency on target 'SKClient' in project 'TypeFill'
        ➜ Explicit dependency on target 'Derived' in project 'TypeFill'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
        ➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
    Target 'SKClient' in project 'TypeFill'
        ➜ Explicit dependency on target 'Derived' in project 'TypeFill'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
        ➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
    Target 'SourceKittenFramework' in project 'SourceKitten'
        ➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
        ➜ Explicit dependency on target 'Clang_C' in project 'SourceKitten'
        ➜ Explicit dependency on target 'SourceKit' in project 'SourceKitten'
        ➜ Explicit dependency on target 'SWXMLHash' in project 'SWXMLHash'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
    Target 'SourceKittenFramework' in project 'SourceKitten'
        ➜ Explicit dependency on target 'Clang_C' in project 'SourceKitten'
        ➜ Explicit dependency on target 'SourceKit' in project 'SourceKitten'
        ➜ Explicit dependency on target 'SWXMLHash' in project 'SWXMLHash'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
    Target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'CYaml' in project 'Yams'
    Target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'CYaml' in project 'Yams'
    Target 'CYaml' in project 'Yams' (no dependencies)
    Target 'SWXMLHash' in project 'SWXMLHash'
        ➜ Explicit dependency on target 'SWXMLHash' in project 'SWXMLHash'
    Target 'SWXMLHash' in project 'SWXMLHash' (no dependencies)
    Target 'SourceKit' in project 'SourceKitten' (no dependencies)
    Target 'Clang_C' in project 'SourceKitten' (no dependencies)
    Target 'SwiftParser' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'SwiftSyntax'
    Target 'Derived' in project 'TypeFill'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
    Target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'CryptoSwift_CryptoSwift' in project 'CryptoSwift'
    Target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'CryptoSwift_CryptoSwift' in project 'CryptoSwift'
    Target 'CryptoSwift_CryptoSwift' in project 'CryptoSwift' (no dependencies)
    Target 'SwiftSyntaxParser' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'SwiftSyntaxParser' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'SwiftSyntax'
    Target 'SwiftSyntaxParser' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'SwiftSyntax'
    Target 'SwiftParser' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'SwiftSyntax'
    Target 'SwiftDiagnostics' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
    Target 'SwiftSyntax' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
    Target 'SwiftSyntax' in project 'SwiftSyntax' (no dependencies)
    Target 'PathKit' in project 'PathKit'
        ➜ Explicit dependency on target 'PathKit' in project 'PathKit'
    Target 'PathKit' in project 'PathKit' (no dependencies)
    Target 'Rainbow' in project 'Rainbow'
        ➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
    Target 'Rainbow' in project 'Rainbow' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: e2487727f85cb21da1211f7f6d3598e5
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/e2487727f85cb21da1211f7f6d3598e5.xcbuilddata
error: The package product 'SwiftSyntax' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'leakDetect' from project 'LeakDetect')
error: The package product 'SwiftSyntaxParser' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'leakDetect' from project 'LeakDetect')
error: The package product 'SwiftSyntax' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'LeakDetectKit' from project 'LeakDetect')
error: The package product 'SwiftSyntaxParser' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'LeakDetectKit' from project 'LeakDetect')
error: The package product 'SwiftSyntax' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'SKClient' from project 'TypeFill')
error: The package product 'SwiftParser' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'SKClient' from project 'TypeFill')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme LeakDetect
(1 failure)
Command line invocation:
    /Applications/Xcode-16.1.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 LeakDetect -destination generic/platform=tvOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
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
Resolve Package Graph
Resolved source packages:
  LeakDetect: /Users/admin/builder/spi-builder-workspace
  Spectre: https://github.com/kylef/Spectre.git @ 0.10.1
  PathKit: https://github.com/kylef/PathKit @ 1.0.1
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift @ 1.8.3
  TypeFill: https://github.com/yume190/TypeFill @ 0.4.9
  Yams: https://github.com/jpsim/Yams @ 5.1.3
  SWXMLHash: https://github.com/drmohundro/SWXMLHash.git @ 7.0.2
  SourceKitten: https://github.com/jpsim/SourceKitten @ 0.36.0
  SwiftSyntax: https://github.com/apple/swift-syntax.git @ 508.0.1
  Rainbow: https://github.com/onevcat/Rainbow @ 4.0.1
  HumanString: https://github.com/zonble/HumanString.git @ 0.1.1
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (31 targets)
    Target 'leakDetect' in project 'LeakDetect'
        ➜ Explicit dependency on target 'LeakDetectKit' in project 'LeakDetect'
        ➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
        ➜ Explicit dependency on target 'PathKit' in project 'PathKit'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'SwiftSyntaxParser' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'SKClient' in project 'TypeFill'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParserToolInfo' in project 'swift-argument-parser' (no dependencies)
    Target 'LeakDetectKit' in project 'LeakDetect'
        ➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
        ➜ Explicit dependency on target 'PathKit' in project 'PathKit'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'SwiftSyntaxParser' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'SKClient' in project 'TypeFill'
    Target 'SKClient' in project 'TypeFill'
        ➜ Explicit dependency on target 'SKClient' in project 'TypeFill'
        ➜ Explicit dependency on target 'Derived' in project 'TypeFill'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
        ➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
    Target 'SKClient' in project 'TypeFill'
        ➜ Explicit dependency on target 'Derived' in project 'TypeFill'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
        ➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
    Target 'SourceKittenFramework' in project 'SourceKitten'
        ➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
        ➜ Explicit dependency on target 'Clang_C' in project 'SourceKitten'
        ➜ Explicit dependency on target 'SourceKit' in project 'SourceKitten'
        ➜ Explicit dependency on target 'SWXMLHash' in project 'SWXMLHash'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
    Target 'SourceKittenFramework' in project 'SourceKitten'
        ➜ Explicit dependency on target 'Clang_C' in project 'SourceKitten'
        ➜ Explicit dependency on target 'SourceKit' in project 'SourceKitten'
        ➜ Explicit dependency on target 'SWXMLHash' in project 'SWXMLHash'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
    Target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'CYaml' in project 'Yams'
    Target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'CYaml' in project 'Yams'
    Target 'CYaml' in project 'Yams' (no dependencies)
    Target 'SWXMLHash' in project 'SWXMLHash'
        ➜ Explicit dependency on target 'SWXMLHash' in project 'SWXMLHash'
    Target 'SWXMLHash' in project 'SWXMLHash' (no dependencies)
    Target 'SourceKit' in project 'SourceKitten' (no dependencies)
    Target 'Clang_C' in project 'SourceKitten' (no dependencies)
    Target 'SwiftParser' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'SwiftSyntax'
    Target 'Derived' in project 'TypeFill'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
    Target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'CryptoSwift_CryptoSwift' in project 'CryptoSwift'
    Target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'CryptoSwift_CryptoSwift' in project 'CryptoSwift'
    Target 'CryptoSwift_CryptoSwift' in project 'CryptoSwift' (no dependencies)
    Target 'SwiftSyntaxParser' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'SwiftSyntaxParser' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'SwiftSyntax'
    Target 'SwiftSyntaxParser' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'SwiftSyntax'
    Target 'SwiftParser' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'SwiftSyntax'
    Target 'SwiftDiagnostics' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
    Target 'SwiftSyntax' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
    Target 'SwiftSyntax' in project 'SwiftSyntax' (no dependencies)
    Target 'PathKit' in project 'PathKit'
        ➜ Explicit dependency on target 'PathKit' in project 'PathKit'
    Target 'PathKit' in project 'PathKit' (no dependencies)
    Target 'Rainbow' in project 'Rainbow'
        ➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
    Target 'Rainbow' in project 'Rainbow' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
error: The package product 'SwiftParser' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'SKClient' from project 'TypeFill')
error: The package product 'SwiftSyntax' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'SKClient' from project 'TypeFill')
error: The package product 'SwiftSyntax' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'LeakDetectKit' from project 'LeakDetect')
error: The package product 'SwiftSyntaxParser' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'LeakDetectKit' from project 'LeakDetect')
error: The package product 'SwiftSyntax' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'leakDetect' from project 'LeakDetect')
error: The package product 'SwiftSyntaxParser' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'leakDetect' from project 'LeakDetect')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme LeakDetect
(1 failure)
BUILD FAILURE 6.0 tvOS