Build Information
Failed to build LeakDetect, reference main (2726d6
), with Swift 6.0 for watchOS using Xcode 16.2 on 30 Nov 2024 04:41:47 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=watchOS 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yume190/LeakDetect
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 2726d6c Move SyntaxParser to Parser
Cloned https://github.com/yume190/LeakDetect.git
Revision (git rev-parse @):
2726d6c55ef54392a06313fa9067db2e6ea600ef
SUCCESS checkout https://github.com/yume190/LeakDetect.git at main
========================================
Build
========================================
Selected platform: watchOS
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",
"SwiftParser",
"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",
"SwiftParser",
"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/yume190/TypeFill
Fetching from https://github.com/kylef/PathKit
Fetching from https://github.com/jpsim/SourceKitten
Fetching from https://github.com/zonble/HumanString.git
Fetching from https://github.com/apple/swift-argument-parser.git
Fetching from https://github.com/onevcat/Rainbow
Fetching from https://github.com/jpsim/Yams
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 ‘Rainbow’
Checking out 4.0.1 of package ‘Rainbow’
Creating working copy of package ‘swift-syntax’
Checking out 508.0.1 of package ‘swift-syntax’
Creating working copy of package ‘SourceKitten’
Checking out 0.36.0 of package ‘SourceKitten’
Creating working copy of package ‘HumanString’
Checking out 0.1.1 of package ‘HumanString’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.5.0 of package ‘swift-argument-parser’
Creating working copy of package ‘TypeFill’
Checking out 0.4.9 of package ‘TypeFill’
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 ‘CryptoSwift’
Checking out 1.8.3 of package ‘CryptoSwift’
Creating working copy of package ‘PathKit’
Checking out 1.0.1 of package ‘PathKit’
Creating working copy of package ‘Yams’
Checking out 5.1.3 of package ‘Yams’
Resolve Package Graph
Resolved source packages:
SWXMLHash: https://github.com/drmohundro/SWXMLHash.git @ 7.0.2
TypeFill: https://github.com/yume190/TypeFill @ 0.4.9
SourceKitten: https://github.com/jpsim/SourceKitten @ 0.36.0
LeakDetect: /Users/admin/builder/spi-builder-workspace
Rainbow: https://github.com/onevcat/Rainbow @ 4.0.1
swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
HumanString: https://github.com/zonble/HumanString.git @ 0.1.1
Yams: https://github.com/jpsim/Yams @ 5.1.3
SwiftSyntax: https://github.com/apple/swift-syntax.git @ 508.0.1
CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift @ 1.8.3
PathKit: https://github.com/kylef/PathKit @ 1.0.1
Spectre: https://github.com/kylef/Spectre.git @ 0.10.1
resolved source packages: SWXMLHash, TypeFill, SourceKitten, LeakDetect, Rainbow, swift-argument-parser, HumanString, Yams, SwiftSyntax, CryptoSwift, PathKit, Spectre
{
"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",
"SwiftParser",
"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",
"SwiftParser",
"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=watchOS 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=watchOS "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:
SWXMLHash: https://github.com/drmohundro/SWXMLHash.git @ 7.0.2
SwiftSyntax: https://github.com/apple/swift-syntax.git @ 508.0.1
HumanString: https://github.com/zonble/HumanString.git @ 0.1.1
Spectre: https://github.com/kylef/Spectre.git @ 0.10.1
PathKit: https://github.com/kylef/PathKit @ 1.0.1
swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
SourceKitten: https://github.com/jpsim/SourceKitten @ 0.36.0
Yams: https://github.com/jpsim/Yams @ 5.1.3
CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift @ 1.8.3
LeakDetect: /Users/admin/builder/spi-builder-workspace
Rainbow: https://github.com/onevcat/Rainbow @ 4.0.1
TypeFill: https://github.com/yume190/TypeFill @ 0.4.9
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (29 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 'SwiftParser' 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 'SwiftParser' 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 '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 '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 '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/WatchOS.platform/Developer/SDKs/WatchOS11.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/WatchOS.platform/Developer/SDKs/WatchOS11.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
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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 -arch arm64_32 -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -x c -c /dev/null
Build description signature: 3a0748ed78813a8c7d48884279e29a96
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/3a0748ed78813a8c7d48884279e29a96.xcbuilddata
error: The package product 'SwiftSyntax' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'SKClient' from project 'TypeFill')
error: The package product 'SwiftParser' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'SKClient' from project 'TypeFill')
error: The package product 'SwiftSyntax' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'leakDetect' from project 'LeakDetect')
error: The package product 'SwiftParser' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'leakDetect' from project 'LeakDetect')
error: The package product 'SwiftSyntax' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'LeakDetectKit' from project 'LeakDetect')
error: The package product 'SwiftParser' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'LeakDetectKit' from project 'LeakDetect')
** 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=watchOS "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:
SwiftSyntax: https://github.com/apple/swift-syntax.git @ 508.0.1
LeakDetect: /Users/admin/builder/spi-builder-workspace
Rainbow: https://github.com/onevcat/Rainbow @ 4.0.1
swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
SWXMLHash: https://github.com/drmohundro/SWXMLHash.git @ 7.0.2
SourceKitten: https://github.com/jpsim/SourceKitten @ 0.36.0
Yams: https://github.com/jpsim/Yams @ 5.1.3
HumanString: https://github.com/zonble/HumanString.git @ 0.1.1
TypeFill: https://github.com/yume190/TypeFill @ 0.4.9
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
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (29 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 'SwiftParser' 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 'SwiftParser' 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 '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 '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 '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/WatchOS.platform/Developer/SDKs/WatchOS11.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/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -x c -c /dev/null
Build description signature: 3a0748ed78813a8c7d48884279e29a96
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/3a0748ed78813a8c7d48884279e29a96.xcbuilddata
error: The package product 'SwiftSyntax' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'SKClient' from project 'TypeFill')
error: The package product 'SwiftParser' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'SKClient' from project 'TypeFill')
error: The package product 'SwiftSyntax' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'LeakDetectKit' from project 'LeakDetect')
error: The package product 'SwiftParser' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'LeakDetectKit' from project 'LeakDetect')
error: The package product 'SwiftSyntax' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'leakDetect' from project 'LeakDetect')
error: The package product 'SwiftParser' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.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 watchOS