Build Information
Failed to build TypeFill, reference master (c5879f
), with Swift 6.1 for watchOS using Xcode 16.3 on 28 Apr 2025 07:11:41 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme TypeFill-Package -destination generic/platform=watchOS
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yume190/TypeFill.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yume190/TypeFill
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at c5879fc change swift syntax to 5.9.1
Cloned https://github.com/yume190/TypeFill.git
Revision (git rev-parse @):
c5879fcb75573dddc02a438abe6d4b2b072c154a
SUCCESS checkout https://github.com/yume190/TypeFill.git at master
========================================
Build
========================================
Selected platform: watchOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/yume190/TypeFill.git
https://github.com/yume190/TypeFill.git
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.1.0",
"upper_bound" : "510.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax"
},
{
"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" : "cryptoswift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.7.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/krzyzanowskim/CryptoSwift"
},
{
"identity" : "rainbow",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.1",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow"
}
],
"manifest_display_name" : "TypeFill",
"name" : "TypeFill",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "typefill",
"targets" : [
"TypeFill"
],
"type" : {
"executable" : null
}
},
{
"name" : "derivedPath",
"targets" : [
"DerivedPath"
],
"type" : {
"executable" : null
}
},
{
"name" : "TypeFillKit",
"targets" : [
"TypeFillKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SKClient",
"targets" : [
"SKClient"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TypeFillTests",
"module_type" : "SwiftTarget",
"name" : "TypeFillTests",
"path" : "Tests/TypeFillTests",
"product_dependencies" : [
"SwiftSyntax"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/TypeFillTests/Resource",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"AutoFillTests.swift",
"IndexStoreDBTests.swift",
"Util.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"TypeFillKit",
"SKClient"
],
"type" : "test"
},
{
"c99name" : "TypeFillKit",
"module_type" : "SwiftTarget",
"name" : "TypeFillKit",
"path" : "Sources/TypeFillKit",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSyntaxBuilder",
"Rainbow"
],
"product_memberships" : [
"typefill",
"TypeFillKit"
],
"sources" : [
"Rewriters/Rewrite.swift",
"Rewriters/Symbols.swift",
"Rewriters/SyntaxBinding.swift",
"Rewriters/TypeFillRewriter.swift",
"Util/ArrayBuilder.swift",
"Util/CompilerArgument.swift",
"Util/Configable.swift",
"Util/Data.swift",
"Util/Event.swift",
"Util/Logger.swift"
],
"target_dependencies" : [
"SKClient"
],
"type" : "library"
},
{
"c99name" : "TypeFill",
"module_type" : "SwiftTarget",
"name" : "TypeFill",
"path" : "Sources/TypeFill",
"product_dependencies" : [
"ArgumentParser",
"SourceKittenFramework"
],
"product_memberships" : [
"typefill"
],
"sources" : [
"Command/Project.swift",
"Command/SPMModule.swift",
"Command/SingleFile.swift",
"Command/TypeFill.swift",
"Command/WorkSpace.swift",
"Command/XCode.swift",
"CommandBase.swift",
"Option/Option.swift",
"main.swift"
],
"target_dependencies" : [
"TypeFillKit",
"SKClient"
],
"type" : "executable"
},
{
"c99name" : "SKClientTests",
"module_type" : "SwiftTarget",
"name" : "SKClientTests",
"path" : "Tests/SKClientTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SKClientTests/Resource",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"CursorTests.swift",
"Util.swift"
],
"target_dependencies" : [
"SKClient"
],
"type" : "test"
},
{
"c99name" : "SKClient",
"module_type" : "SwiftTarget",
"name" : "SKClient",
"path" : "Sources/SKClient",
"product_dependencies" : [
"SwiftSyntax",
"SwiftParser",
"SourceKittenFramework",
"Rainbow"
],
"product_memberships" : [
"typefill",
"TypeFillKit",
"SKClient"
],
"sources" : [
"CodeLocation.swift",
"Demangle.swift",
"Duration.swift",
"Env.swift",
"Exec.swift",
"IndexDB.swift",
"Kind.swift",
"Reportable.swift",
"SDK.swift",
"SKClient.swift",
"SourceConvert.swift",
"SourceKitResponse.swift",
"String+XML.swift",
"USR.swift",
"XCodeSetting.swift"
],
"target_dependencies" : [
"Derived"
],
"type" : "library"
},
{
"c99name" : "DerivedPath",
"module_type" : "SwiftTarget",
"name" : "DerivedPath",
"path" : "Sources/DerivedPath",
"product_memberships" : [
"derivedPath"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Derived"
],
"type" : "executable"
},
{
"c99name" : "Derived",
"module_type" : "SwiftTarget",
"name" : "Derived",
"path" : "Sources/Derived",
"product_dependencies" : [
"CryptoSwift"
],
"product_memberships" : [
"typefill",
"derivedPath",
"TypeFillKit",
"SKClient"
],
"sources" : [
"DerivedPath.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/krzyzanowskim/CryptoSwift
Fetching from https://github.com/onevcat/Rainbow
Fetching from https://github.com/apple/swift-syntax
Fetching from https://github.com/jpsim/SourceKitten
Fetching from https://github.com/apple/swift-argument-parser.git (cached)
Fetching from https://github.com/drmohundro/SWXMLHash.git
Fetching from https://github.com/jpsim/Yams.git (cached)
Creating working copy of package ‘SWXMLHash’
Checking out 7.0.2 of package ‘SWXMLHash’
Creating working copy of package ‘SourceKitten’
Checking out 0.37.0 of package ‘SourceKitten’
Creating working copy of package ‘Yams’
Checking out 5.3.1 of package ‘Yams’
Creating working copy of package ‘swift-syntax’
Checking out 509.1.1 of package ‘swift-syntax’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.5.0 of package ‘swift-argument-parser’
Creating working copy of package ‘Rainbow’
Checking out 4.1.0 of package ‘Rainbow’
Creating working copy of package ‘CryptoSwift’
Checking out 1.8.4 of package ‘CryptoSwift’
Resolve Package Graph
Resolved source packages:
Yams: https://github.com/jpsim/Yams.git @ 5.3.1
swift-syntax: https://github.com/apple/swift-syntax @ 509.1.1
TypeFill: /Users/admin/builder/spi-builder-workspace
Rainbow: https://github.com/onevcat/Rainbow @ 4.1.0
CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift @ 1.8.4
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.37.0
resolved source packages: Yams, swift-syntax, TypeFill, Rainbow, CryptoSwift, swift-argument-parser, SWXMLHash, SourceKitten
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.1.0",
"upper_bound" : "510.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax"
},
{
"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" : "cryptoswift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.7.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/krzyzanowskim/CryptoSwift"
},
{
"identity" : "rainbow",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.1",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow"
}
],
"manifest_display_name" : "TypeFill",
"name" : "TypeFill",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "typefill",
"targets" : [
"TypeFill"
],
"type" : {
"executable" : null
}
},
{
"name" : "derivedPath",
"targets" : [
"DerivedPath"
],
"type" : {
"executable" : null
}
},
{
"name" : "TypeFillKit",
"targets" : [
"TypeFillKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SKClient",
"targets" : [
"SKClient"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TypeFillTests",
"module_type" : "SwiftTarget",
"name" : "TypeFillTests",
"path" : "Tests/TypeFillTests",
"product_dependencies" : [
"SwiftSyntax"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/TypeFillTests/Resource",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"AutoFillTests.swift",
"IndexStoreDBTests.swift",
"Util.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"TypeFillKit",
"SKClient"
],
"type" : "test"
},
{
"c99name" : "TypeFillKit",
"module_type" : "SwiftTarget",
"name" : "TypeFillKit",
"path" : "Sources/TypeFillKit",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSyntaxBuilder",
"Rainbow"
],
"product_memberships" : [
"typefill",
"TypeFillKit"
],
"sources" : [
"Rewriters/Rewrite.swift",
"Rewriters/Symbols.swift",
"Rewriters/SyntaxBinding.swift",
"Rewriters/TypeFillRewriter.swift",
"Util/ArrayBuilder.swift",
"Util/CompilerArgument.swift",
"Util/Configable.swift",
"Util/Data.swift",
"Util/Event.swift",
"Util/Logger.swift"
],
"target_dependencies" : [
"SKClient"
],
"type" : "library"
},
{
"c99name" : "TypeFill",
"module_type" : "SwiftTarget",
"name" : "TypeFill",
"path" : "Sources/TypeFill",
"product_dependencies" : [
"ArgumentParser",
"SourceKittenFramework"
],
"product_memberships" : [
"typefill"
],
"sources" : [
"Command/Project.swift",
"Command/SPMModule.swift",
"Command/SingleFile.swift",
"Command/TypeFill.swift",
"Command/WorkSpace.swift",
"Command/XCode.swift",
"CommandBase.swift",
"Option/Option.swift",
"main.swift"
],
"target_dependencies" : [
"TypeFillKit",
"SKClient"
],
"type" : "executable"
},
{
"c99name" : "SKClientTests",
"module_type" : "SwiftTarget",
"name" : "SKClientTests",
"path" : "Tests/SKClientTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SKClientTests/Resource",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"CursorTests.swift",
"Util.swift"
],
"target_dependencies" : [
"SKClient"
],
"type" : "test"
},
{
"c99name" : "SKClient",
"module_type" : "SwiftTarget",
"name" : "SKClient",
"path" : "Sources/SKClient",
"product_dependencies" : [
"SwiftSyntax",
"SwiftParser",
"SourceKittenFramework",
"Rainbow"
],
"product_memberships" : [
"typefill",
"TypeFillKit",
"SKClient"
],
"sources" : [
"CodeLocation.swift",
"Demangle.swift",
"Duration.swift",
"Env.swift",
"Exec.swift",
"IndexDB.swift",
"Kind.swift",
"Reportable.swift",
"SDK.swift",
"SKClient.swift",
"SourceConvert.swift",
"SourceKitResponse.swift",
"String+XML.swift",
"USR.swift",
"XCodeSetting.swift"
],
"target_dependencies" : [
"Derived"
],
"type" : "library"
},
{
"c99name" : "DerivedPath",
"module_type" : "SwiftTarget",
"name" : "DerivedPath",
"path" : "Sources/DerivedPath",
"product_memberships" : [
"derivedPath"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Derived"
],
"type" : "executable"
},
{
"c99name" : "Derived",
"module_type" : "SwiftTarget",
"name" : "Derived",
"path" : "Sources/Derived",
"product_dependencies" : [
"CryptoSwift"
],
"product_memberships" : [
"typefill",
"derivedPath",
"TypeFillKit",
"SKClient"
],
"sources" : [
"DerivedPath.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"derivedPath",
"SKClient",
"typefill",
"TypeFill-Package",
"TypeFillKit"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme TypeFill-Package -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.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 TypeFill-Package -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 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:
CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift @ 1.8.4
TypeFill: /Users/admin/builder/spi-builder-workspace
Yams: https://github.com/jpsim/Yams.git @ 5.3.1
Rainbow: https://github.com/onevcat/Rainbow @ 4.1.0
swift-syntax: https://github.com/apple/swift-syntax @ 509.1.1
SWXMLHash: https://github.com/drmohundro/SWXMLHash.git @ 7.0.2
swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
SourceKitten: https://github.com/jpsim/SourceKitten @ 0.37.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (34 targets)
Target 'typefill' in project 'TypeFill'
➜ Explicit dependency on target 'Derived' in project 'TypeFill'
➜ Explicit dependency on target 'SKClient' in project 'TypeFill'
➜ Explicit dependency on target 'TypeFillKit' in project 'TypeFill'
➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
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 'derivedPath' in project 'TypeFill'
➜ Explicit dependency on target 'Derived' in project 'TypeFill'
➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
Target 'TypeFillKit' in project 'TypeFill'
➜ Explicit dependency on target 'TypeFillKit' in project 'TypeFill'
➜ Explicit dependency on target 'Derived' in project 'TypeFill'
➜ Explicit dependency on target 'SKClient' in project 'TypeFill'
➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
Target 'TypeFillKit' in project 'TypeFill'
➜ Explicit dependency on target 'Derived' in project 'TypeFill'
➜ Explicit dependency on target 'SKClient' in project 'TypeFill'
➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
Target 'SwiftSyntaxBuilder' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
Target 'SwiftSyntaxBuilder' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
Target 'SwiftParserDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
Target 'SwiftDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
Target 'SwiftBasicFormat' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
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 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
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 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
Target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
Target 'Rainbow' in project 'Rainbow' (no dependencies)
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 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
Target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
Target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
Target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
Target 'SwiftSyntax509' in project 'swift-syntax' (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)
GatherProvisioningInputs
CreateBuildDescription
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/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: ed34875d9e8980bbec7347757d8f6788
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/ed34875d9e8980bbec7347757d8f6788.xcbuilddata
error: The package product 'SwiftSyntax' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'TypeFillKit' 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 'TypeFillKit' from project 'TypeFill')
error: The package product 'SwiftSyntaxBuilder' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'TypeFillKit' 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 '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 'typefill' 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 'typefill' from project 'TypeFill')
error: The package product 'SwiftSyntaxBuilder' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'typefill' from project 'TypeFill')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme TypeFill-Package
(1 failure)
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
swift-syntax: https://github.com/apple/swift-syntax @ 509.1.1
Yams: https://github.com/jpsim/Yams.git @ 5.3.1
CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift @ 1.8.4
swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
SWXMLHash: https://github.com/drmohundro/SWXMLHash.git @ 7.0.2
Rainbow: https://github.com/onevcat/Rainbow @ 4.1.0
TypeFill: /Users/admin/builder/spi-builder-workspace
SourceKitten: https://github.com/jpsim/SourceKitten @ 0.37.0
resolved source packages: swift-syntax, Yams, CryptoSwift, swift-argument-parser, SWXMLHash, Rainbow, TypeFill, SourceKitten
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.1.0",
"upper_bound" : "510.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax"
},
{
"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" : "cryptoswift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.7.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/krzyzanowskim/CryptoSwift"
},
{
"identity" : "rainbow",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.1",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow"
}
],
"manifest_display_name" : "TypeFill",
"name" : "TypeFill",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "typefill",
"targets" : [
"TypeFill"
],
"type" : {
"executable" : null
}
},
{
"name" : "derivedPath",
"targets" : [
"DerivedPath"
],
"type" : {
"executable" : null
}
},
{
"name" : "TypeFillKit",
"targets" : [
"TypeFillKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SKClient",
"targets" : [
"SKClient"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TypeFillTests",
"module_type" : "SwiftTarget",
"name" : "TypeFillTests",
"path" : "Tests/TypeFillTests",
"product_dependencies" : [
"SwiftSyntax"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/TypeFillTests/Resource",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"AutoFillTests.swift",
"IndexStoreDBTests.swift",
"Util.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"TypeFillKit",
"SKClient"
],
"type" : "test"
},
{
"c99name" : "TypeFillKit",
"module_type" : "SwiftTarget",
"name" : "TypeFillKit",
"path" : "Sources/TypeFillKit",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSyntaxBuilder",
"Rainbow"
],
"product_memberships" : [
"typefill",
"TypeFillKit"
],
"sources" : [
"Rewriters/Rewrite.swift",
"Rewriters/Symbols.swift",
"Rewriters/SyntaxBinding.swift",
"Rewriters/TypeFillRewriter.swift",
"Util/ArrayBuilder.swift",
"Util/CompilerArgument.swift",
"Util/Configable.swift",
"Util/Data.swift",
"Util/Event.swift",
"Util/Logger.swift"
],
"target_dependencies" : [
"SKClient"
],
"type" : "library"
},
{
"c99name" : "TypeFill",
"module_type" : "SwiftTarget",
"name" : "TypeFill",
"path" : "Sources/TypeFill",
"product_dependencies" : [
"ArgumentParser",
"SourceKittenFramework"
],
"product_memberships" : [
"typefill"
],
"sources" : [
"Command/Project.swift",
"Command/SPMModule.swift",
"Command/SingleFile.swift",
"Command/TypeFill.swift",
"Command/WorkSpace.swift",
"Command/XCode.swift",
"CommandBase.swift",
"Option/Option.swift",
"main.swift"
],
"target_dependencies" : [
"TypeFillKit",
"SKClient"
],
"type" : "executable"
},
{
"c99name" : "SKClientTests",
"module_type" : "SwiftTarget",
"name" : "SKClientTests",
"path" : "Tests/SKClientTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SKClientTests/Resource",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"CursorTests.swift",
"Util.swift"
],
"target_dependencies" : [
"SKClient"
],
"type" : "test"
},
{
"c99name" : "SKClient",
"module_type" : "SwiftTarget",
"name" : "SKClient",
"path" : "Sources/SKClient",
"product_dependencies" : [
"SwiftSyntax",
"SwiftParser",
"SourceKittenFramework",
"Rainbow"
],
"product_memberships" : [
"typefill",
"TypeFillKit",
"SKClient"
],
"sources" : [
"CodeLocation.swift",
"Demangle.swift",
"Duration.swift",
"Env.swift",
"Exec.swift",
"IndexDB.swift",
"Kind.swift",
"Reportable.swift",
"SDK.swift",
"SKClient.swift",
"SourceConvert.swift",
"SourceKitResponse.swift",
"String+XML.swift",
"USR.swift",
"XCodeSetting.swift"
],
"target_dependencies" : [
"Derived"
],
"type" : "library"
},
{
"c99name" : "DerivedPath",
"module_type" : "SwiftTarget",
"name" : "DerivedPath",
"path" : "Sources/DerivedPath",
"product_memberships" : [
"derivedPath"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Derived"
],
"type" : "executable"
},
{
"c99name" : "Derived",
"module_type" : "SwiftTarget",
"name" : "Derived",
"path" : "Sources/Derived",
"product_dependencies" : [
"CryptoSwift"
],
"product_memberships" : [
"typefill",
"derivedPath",
"TypeFillKit",
"SKClient"
],
"sources" : [
"DerivedPath.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"derivedPath",
"SKClient",
"typefill",
"TypeFill-Package",
"TypeFillKit"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme TypeFill-Package -destination generic/platform=watchOS
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 TypeFill-Package -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
SourceKitten: https://github.com/jpsim/SourceKitten @ 0.37.0
CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift @ 1.8.4
swift-syntax: https://github.com/apple/swift-syntax @ 509.1.1
Yams: https://github.com/jpsim/Yams.git @ 5.3.1
SWXMLHash: https://github.com/drmohundro/SWXMLHash.git @ 7.0.2
TypeFill: /Users/admin/builder/spi-builder-workspace
swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
Rainbow: https://github.com/onevcat/Rainbow @ 4.1.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (34 targets)
Target 'typefill' in project 'TypeFill'
➜ Explicit dependency on target 'Derived' in project 'TypeFill'
➜ Explicit dependency on target 'SKClient' in project 'TypeFill'
➜ Explicit dependency on target 'TypeFillKit' in project 'TypeFill'
➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
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 'derivedPath' in project 'TypeFill'
➜ Explicit dependency on target 'Derived' in project 'TypeFill'
➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
Target 'TypeFillKit' in project 'TypeFill'
➜ Explicit dependency on target 'TypeFillKit' in project 'TypeFill'
➜ Explicit dependency on target 'Derived' in project 'TypeFill'
➜ Explicit dependency on target 'SKClient' in project 'TypeFill'
➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
Target 'TypeFillKit' in project 'TypeFill'
➜ Explicit dependency on target 'Derived' in project 'TypeFill'
➜ Explicit dependency on target 'SKClient' in project 'TypeFill'
➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
Target 'SwiftSyntaxBuilder' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
Target 'SwiftSyntaxBuilder' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
Target 'SwiftParserDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
Target 'SwiftDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
Target 'SwiftBasicFormat' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
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 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
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 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
Target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
Target 'Rainbow' in project 'Rainbow' (no dependencies)
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 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
Target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
Target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
Target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
Target 'SwiftSyntax509' in project 'swift-syntax' (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)
GatherProvisioningInputs
CreateBuildDescription
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/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 30fcd226813e830427af40224acdc057
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/30fcd226813e830427af40224acdc057.xcbuilddata
error: The package product 'SwiftSyntax' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'TypeFillKit' 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 'TypeFillKit' from project 'TypeFill')
error: The package product 'SwiftSyntaxBuilder' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'TypeFillKit' 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 '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 'typefill' 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 'typefill' from project 'TypeFill')
error: The package product 'SwiftSyntaxBuilder' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'typefill' from project 'TypeFill')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme TypeFill-Package
(1 failure)
BUILD FAILURE 6.1 watchOS