Build Information
Failed to build ChimeKit, reference 0.4.2 (27a1c3
), with Swift 6.1 for iOS using Xcode 16.3 on 28 Apr 2025 07:30:27 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ChimeKit-Package -destination generic/platform=iOS
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/ChimeKit.git
Reference: 0.4.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChimeHQ/ChimeKit
* tag 0.4.2 -> FETCH_HEAD
HEAD is now at 27a1c3a Update to latest Extendable, LanguageClient; concurrency warnings
Cloned https://github.com/ChimeHQ/ChimeKit.git
Revision (git rev-parse @):
27a1c3a3fe3afe40b5fa2384c9a70fe0edef49fe
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/ChimeKit.git at 0.4.2
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/ChimeHQ/ChimeKit.git
https://github.com/ChimeHQ/ChimeKit.git
{
"dependencies" : [
{
"identity" : "asyncxpcconnection",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ChimeHQ/AsyncXPCConnection"
},
{
"identity" : "extendable",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ChimeHQ/Extendable"
},
{
"identity" : "processenv",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ChimeHQ/ProcessEnv"
},
{
"identity" : "languageclient",
"requirement" : {
"range" : [
{
"lower_bound" : "0.8.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ChimeHQ/LanguageClient"
},
{
"identity" : "languageserverprotocol",
"requirement" : {
"range" : [
{
"lower_bound" : "0.13.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ChimeHQ/LanguageServerProtocol"
},
{
"identity" : "queue",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.4",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mattmassicotte/Queue"
},
{
"identity" : "jsonrpc",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ChimeHQ/JSONRPC"
}
],
"manifest_display_name" : "ChimeKit",
"name" : "ChimeKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "ChimeExtensionInterface",
"targets" : [
"ChimeExtensionInterface"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ChimeLSPAdapter",
"targets" : [
"ChimeLSPAdapter"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ChimeKit",
"targets" : [
"ChimeKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ChimeLSPAdapterTests",
"module_type" : "SwiftTarget",
"name" : "ChimeLSPAdapterTests",
"path" : "Tests/ChimeLSPAdapterTests",
"sources" : [
"LSPTransformersTests.swift"
],
"target_dependencies" : [
"ChimeLSPAdapter"
],
"type" : "test"
},
{
"c99name" : "ChimeLSPAdapter",
"module_type" : "SwiftTarget",
"name" : "ChimeLSPAdapter",
"path" : "Sources/ChimeLSPAdapter",
"product_dependencies" : [
"LanguageClient",
"LanguageServerProtocol",
"ProcessEnv",
"Queue",
"JSONRPC"
],
"product_memberships" : [
"ChimeLSPAdapter",
"ChimeKit"
],
"sources" : [
"DataChannel+HostedProcess.swift",
"DocumentContext+LSP.swift",
"LSPDocumentService.swift",
"LSPHostServerInterface.swift",
"LSPProjectService.swift",
"LSPService+ClientConfiguration.swift",
"LSPService.swift",
"LSPTransformers.swift",
"LSPTypeTranslations.swift"
],
"target_dependencies" : [
"ChimeExtensionInterface"
],
"type" : "library"
},
{
"c99name" : "ChimeKit",
"module_type" : "SwiftTarget",
"name" : "ChimeKit",
"path" : "Sources/ChimeKit",
"product_memberships" : [
"ChimeKit"
],
"sources" : [
"ChimeKit.swift"
],
"target_dependencies" : [
"ChimeExtensionInterface",
"ChimeLSPAdapter"
],
"type" : "library"
},
{
"c99name" : "ChimeExtensionInterfaceTests",
"module_type" : "SwiftTarget",
"name" : "ChimeExtensionInterfaceTests",
"path" : "Tests/ChimeExtensionInterfaceTests",
"product_dependencies" : [
"ProcessEnv"
],
"sources" : [
"ChimeExtensionTests.swift",
"ExtensionConfigurationTests.swift"
],
"target_dependencies" : [
"ChimeExtensionInterface"
],
"type" : "test"
},
{
"c99name" : "ChimeExtensionInterface",
"module_type" : "SwiftTarget",
"name" : "ChimeExtensionInterface",
"path" : "Sources/ChimeExtensionInterface",
"product_dependencies" : [
"AsyncXPCConnection",
"Extendable",
"Queue"
],
"product_memberships" : [
"ChimeExtensionInterface",
"ChimeLSPAdapter",
"ChimeKit"
],
"sources" : [
"ChimeExtension.swift",
"ExtensionProtocol.swift",
"HostProtocol.swift",
"MainActor+runUnsafely.swift",
"Models/CombinedTextPosition.swift",
"Models/CombinedTextRange.swift",
"Models/DocumentConfiguration.swift",
"Models/DocumentContext.swift",
"Models/ExtensionConfiguration.swift",
"Models/LaunchedProcess.swift",
"Models/LineRelativeTextPosition.swift",
"Models/LineRelativeTextRange.swift",
"Models/ProjectContext.swift",
"Models/ServiceConfiguration.swift",
"Models/TextChange.swift",
"Models/TextRange.swift",
"Models/TextTarget.swift",
"SceneContextView.swift",
"Scenes.swift",
"Services/CompletionService.swift",
"Services/DefinitionService.swift",
"Services/DiagnosticService.swift",
"Services/FormattingService.swift",
"Services/SemanticDetailsService.swift",
"Services/SymbolQueryService.swift",
"Services/TokenService.swift",
"StandaloneExtension.swift",
"UTType+Filename.swift",
"UTType+Languages.swift",
"XPC/ExportedExtension.swift",
"XPC/ExportedHost.swift",
"XPC/ExportedScene.swift",
"XPC/ExportedSceneHost.swift",
"XPC/ExtensionSceneProtocol.swift",
"XPC/Protocol+Exporting.swift",
"XPC/QueuedRelay.swift",
"XPC/RemoteDocumentService.swift",
"XPC/RemoteExtension.swift",
"XPC/RemoteHost.swift",
"XPC/RemoteProjectService.swift",
"XPC/RemoteScene.swift",
"XPC/XPCProtocols.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
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/ChimeHQ/Extendable
Fetching from https://github.com/ChimeHQ/AsyncXPCConnection
Fetching from https://github.com/mattmassicotte/Queue
Fetching from https://github.com/ChimeHQ/LanguageClient
Fetching from https://github.com/ChimeHQ/JSONRPC
Fetching from https://github.com/ChimeHQ/LanguageServerProtocol
Fetching from https://github.com/ChimeHQ/ProcessEnv
Fetching from https://github.com/ChimeHQ/GlobPattern
Fetching from https://github.com/groue/Semaphore
Fetching from https://github.com/Frizlab/FSEventsWrapper
Creating working copy of package ‘Semaphore’
Checking out 0.1.0 of package ‘Semaphore’
Creating working copy of package ‘LanguageServerProtocol’
Checking out 0.13.4 of package ‘LanguageServerProtocol’
Creating working copy of package ‘GlobPattern’
Checking out 0.1.1 of package ‘GlobPattern’
Creating working copy of package ‘LanguageClient’
Checking out 0.8.0 of package ‘LanguageClient’
Creating working copy of package ‘FSEventsWrapper’
Checking out 2.1.0 of package ‘FSEventsWrapper’
Creating working copy of package ‘Extendable’
Checking out 0.4.0 of package ‘Extendable’
Creating working copy of package ‘AsyncXPCConnection’
Checking out 1.3.0 of package ‘AsyncXPCConnection’
Creating working copy of package ‘ProcessEnv’
Checking out 1.0.0 of package ‘ProcessEnv’
Creating working copy of package ‘JSONRPC’
Checking out 0.9.1 of package ‘JSONRPC’
Creating working copy of package ‘Queue’
Checking out 0.2.1 of package ‘Queue’
Resolve Package Graph
Resolved source packages:
ProcessEnv: https://github.com/ChimeHQ/ProcessEnv @ 1.0.0
FSEventsWrapper: https://github.com/Frizlab/FSEventsWrapper @ 2.1.0
GlobPattern: https://github.com/ChimeHQ/GlobPattern @ 0.1.1
AsyncXPCConnection: https://github.com/ChimeHQ/AsyncXPCConnection @ 1.3.0
JSONRPC: https://github.com/ChimeHQ/JSONRPC @ 0.9.1
Semaphore: https://github.com/groue/Semaphore @ 0.1.0
Extendable: https://github.com/ChimeHQ/Extendable @ 0.4.0
ChimeKit: /Users/admin/builder/spi-builder-workspace
Queue: https://github.com/mattmassicotte/Queue @ 0.2.1
LanguageServerProtocol: https://github.com/ChimeHQ/LanguageServerProtocol @ 0.13.4
LanguageClient: https://github.com/ChimeHQ/LanguageClient @ 0.8.0
resolved source packages: ProcessEnv, FSEventsWrapper, GlobPattern, AsyncXPCConnection, JSONRPC, Semaphore, Extendable, ChimeKit, Queue, LanguageServerProtocol, LanguageClient
{
"dependencies" : [
{
"identity" : "asyncxpcconnection",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ChimeHQ/AsyncXPCConnection"
},
{
"identity" : "extendable",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ChimeHQ/Extendable"
},
{
"identity" : "processenv",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ChimeHQ/ProcessEnv"
},
{
"identity" : "languageclient",
"requirement" : {
"range" : [
{
"lower_bound" : "0.8.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ChimeHQ/LanguageClient"
},
{
"identity" : "languageserverprotocol",
"requirement" : {
"range" : [
{
"lower_bound" : "0.13.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ChimeHQ/LanguageServerProtocol"
},
{
"identity" : "queue",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.4",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mattmassicotte/Queue"
},
{
"identity" : "jsonrpc",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ChimeHQ/JSONRPC"
}
],
"manifest_display_name" : "ChimeKit",
"name" : "ChimeKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "ChimeExtensionInterface",
"targets" : [
"ChimeExtensionInterface"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ChimeLSPAdapter",
"targets" : [
"ChimeLSPAdapter"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ChimeKit",
"targets" : [
"ChimeKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ChimeLSPAdapterTests",
"module_type" : "SwiftTarget",
"name" : "ChimeLSPAdapterTests",
"path" : "Tests/ChimeLSPAdapterTests",
"sources" : [
"LSPTransformersTests.swift"
],
"target_dependencies" : [
"ChimeLSPAdapter"
],
"type" : "test"
},
{
"c99name" : "ChimeLSPAdapter",
"module_type" : "SwiftTarget",
"name" : "ChimeLSPAdapter",
"path" : "Sources/ChimeLSPAdapter",
"product_dependencies" : [
"LanguageClient",
"LanguageServerProtocol",
"ProcessEnv",
"Queue",
"JSONRPC"
],
"product_memberships" : [
"ChimeLSPAdapter",
"ChimeKit"
],
"sources" : [
"DataChannel+HostedProcess.swift",
"DocumentContext+LSP.swift",
"LSPDocumentService.swift",
"LSPHostServerInterface.swift",
"LSPProjectService.swift",
"LSPService+ClientConfiguration.swift",
"LSPService.swift",
"LSPTransformers.swift",
"LSPTypeTranslations.swift"
],
"target_dependencies" : [
"ChimeExtensionInterface"
],
"type" : "library"
},
{
"c99name" : "ChimeKit",
"module_type" : "SwiftTarget",
"name" : "ChimeKit",
"path" : "Sources/ChimeKit",
"product_memberships" : [
"ChimeKit"
],
"sources" : [
"ChimeKit.swift"
],
"target_dependencies" : [
"ChimeExtensionInterface",
"ChimeLSPAdapter"
],
"type" : "library"
},
{
"c99name" : "ChimeExtensionInterfaceTests",
"module_type" : "SwiftTarget",
"name" : "ChimeExtensionInterfaceTests",
"path" : "Tests/ChimeExtensionInterfaceTests",
"product_dependencies" : [
"ProcessEnv"
],
"sources" : [
"ChimeExtensionTests.swift",
"ExtensionConfigurationTests.swift"
],
"target_dependencies" : [
"ChimeExtensionInterface"
],
"type" : "test"
},
{
"c99name" : "ChimeExtensionInterface",
"module_type" : "SwiftTarget",
"name" : "ChimeExtensionInterface",
"path" : "Sources/ChimeExtensionInterface",
"product_dependencies" : [
"AsyncXPCConnection",
"Extendable",
"Queue"
],
"product_memberships" : [
"ChimeExtensionInterface",
"ChimeLSPAdapter",
"ChimeKit"
],
"sources" : [
"ChimeExtension.swift",
"ExtensionProtocol.swift",
"HostProtocol.swift",
"MainActor+runUnsafely.swift",
"Models/CombinedTextPosition.swift",
"Models/CombinedTextRange.swift",
"Models/DocumentConfiguration.swift",
"Models/DocumentContext.swift",
"Models/ExtensionConfiguration.swift",
"Models/LaunchedProcess.swift",
"Models/LineRelativeTextPosition.swift",
"Models/LineRelativeTextRange.swift",
"Models/ProjectContext.swift",
"Models/ServiceConfiguration.swift",
"Models/TextChange.swift",
"Models/TextRange.swift",
"Models/TextTarget.swift",
"SceneContextView.swift",
"Scenes.swift",
"Services/CompletionService.swift",
"Services/DefinitionService.swift",
"Services/DiagnosticService.swift",
"Services/FormattingService.swift",
"Services/SemanticDetailsService.swift",
"Services/SymbolQueryService.swift",
"Services/TokenService.swift",
"StandaloneExtension.swift",
"UTType+Filename.swift",
"UTType+Languages.swift",
"XPC/ExportedExtension.swift",
"XPC/ExportedHost.swift",
"XPC/ExportedScene.swift",
"XPC/ExportedSceneHost.swift",
"XPC/ExtensionSceneProtocol.swift",
"XPC/Protocol+Exporting.swift",
"XPC/QueuedRelay.swift",
"XPC/RemoteDocumentService.swift",
"XPC/RemoteExtension.swift",
"XPC/RemoteHost.swift",
"XPC/RemoteProjectService.swift",
"XPC/RemoteScene.swift",
"XPC/XPCProtocols.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"ChimeExtensionInterface",
"ChimeKit",
"ChimeKit-Package",
"ChimeLSPAdapter",
"Semaphore"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ChimeKit-Package -destination generic/platform=iOS 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 ChimeKit-Package -destination generic/platform=iOS "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:
LanguageServerProtocol: https://github.com/ChimeHQ/LanguageServerProtocol @ 0.13.4
FSEventsWrapper: https://github.com/Frizlab/FSEventsWrapper @ 2.1.0
ChimeKit: /Users/admin/builder/spi-builder-workspace
ProcessEnv: https://github.com/ChimeHQ/ProcessEnv @ 1.0.0
LanguageClient: https://github.com/ChimeHQ/LanguageClient @ 0.8.0
AsyncXPCConnection: https://github.com/ChimeHQ/AsyncXPCConnection @ 1.3.0
Queue: https://github.com/mattmassicotte/Queue @ 0.2.1
Extendable: https://github.com/ChimeHQ/Extendable @ 0.4.0
JSONRPC: https://github.com/ChimeHQ/JSONRPC @ 0.9.1
Semaphore: https://github.com/groue/Semaphore @ 0.1.0
GlobPattern: https://github.com/ChimeHQ/GlobPattern @ 0.1.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (22 targets)
Target 'ChimeLSPAdapter' in project 'ChimeKit'
➜ Explicit dependency on target 'ChimeLSPAdapter' in project 'ChimeKit'
➜ Explicit dependency on target 'ChimeExtensionInterface' in project 'ChimeKit'
➜ Explicit dependency on target 'AsyncXPCConnection' in project 'AsyncXPCConnection'
➜ Explicit dependency on target 'Extendable' in project 'Extendable'
➜ Explicit dependency on target 'Queue' in project 'Queue'
➜ Explicit dependency on target 'LanguageClient' in project 'LanguageClient'
➜ Explicit dependency on target 'LanguageServerProtocol' in project 'LanguageServerProtocol'
➜ Explicit dependency on target 'ProcessEnv' in project 'ProcessEnv'
➜ Explicit dependency on target 'JSONRPC' in project 'JSONRPC'
Target 'ChimeKit' in project 'ChimeKit'
➜ Explicit dependency on target 'ChimeKit' in project 'ChimeKit'
➜ Explicit dependency on target 'ChimeExtensionInterface' in project 'ChimeKit'
➜ Explicit dependency on target 'ChimeLSPAdapter' in project 'ChimeKit'
➜ Explicit dependency on target 'AsyncXPCConnection' in project 'AsyncXPCConnection'
➜ Explicit dependency on target 'Extendable' in project 'Extendable'
➜ Explicit dependency on target 'Queue' in project 'Queue'
➜ Explicit dependency on target 'LanguageClient' in project 'LanguageClient'
➜ Explicit dependency on target 'LanguageServerProtocol' in project 'LanguageServerProtocol'
➜ Explicit dependency on target 'ProcessEnv' in project 'ProcessEnv'
➜ Explicit dependency on target 'JSONRPC' in project 'JSONRPC'
Target 'ChimeKit' in project 'ChimeKit'
➜ Explicit dependency on target 'ChimeExtensionInterface' in project 'ChimeKit'
➜ Explicit dependency on target 'ChimeLSPAdapter' in project 'ChimeKit'
➜ Explicit dependency on target 'AsyncXPCConnection' in project 'AsyncXPCConnection'
➜ Explicit dependency on target 'Extendable' in project 'Extendable'
➜ Explicit dependency on target 'Queue' in project 'Queue'
➜ Explicit dependency on target 'LanguageClient' in project 'LanguageClient'
➜ Explicit dependency on target 'LanguageServerProtocol' in project 'LanguageServerProtocol'
➜ Explicit dependency on target 'ProcessEnv' in project 'ProcessEnv'
➜ Explicit dependency on target 'JSONRPC' in project 'JSONRPC'
Target 'ChimeLSPAdapter' in project 'ChimeKit'
➜ Explicit dependency on target 'ChimeExtensionInterface' in project 'ChimeKit'
➜ Explicit dependency on target 'AsyncXPCConnection' in project 'AsyncXPCConnection'
➜ Explicit dependency on target 'Extendable' in project 'Extendable'
➜ Explicit dependency on target 'Queue' in project 'Queue'
➜ Explicit dependency on target 'LanguageClient' in project 'LanguageClient'
➜ Explicit dependency on target 'LanguageServerProtocol' in project 'LanguageServerProtocol'
➜ Explicit dependency on target 'ProcessEnv' in project 'ProcessEnv'
➜ Explicit dependency on target 'JSONRPC' in project 'JSONRPC'
Target 'ProcessEnv' in project 'ProcessEnv'
➜ Explicit dependency on target 'ProcessEnv' in project 'ProcessEnv'
Target 'ProcessEnv' in project 'ProcessEnv' (no dependencies)
Target 'LanguageClient' in project 'LanguageClient'
➜ Explicit dependency on target 'LanguageClient' in project 'LanguageClient'
➜ Explicit dependency on target 'JSONRPC' in project 'JSONRPC'
➜ Explicit dependency on target 'LanguageServerProtocol' in project 'LanguageServerProtocol'
➜ Explicit dependency on target 'Queue' in project 'Queue'
➜ Explicit dependency on target 'Semaphore' in project 'Semaphore'
Target 'LanguageClient' in project 'LanguageClient'
➜ Explicit dependency on target 'JSONRPC' in project 'JSONRPC'
➜ Explicit dependency on target 'LanguageServerProtocol' in project 'LanguageServerProtocol'
➜ Explicit dependency on target 'Queue' in project 'Queue'
➜ Explicit dependency on target 'Semaphore' in project 'Semaphore'
Target 'Semaphore' in project 'Semaphore'
➜ Explicit dependency on target 'Semaphore' in project 'Semaphore'
Target 'Semaphore' in project 'Semaphore' (no dependencies)
Target 'LanguageServerProtocol' in project 'LanguageServerProtocol'
➜ Explicit dependency on target 'LanguageServerProtocol' in project 'LanguageServerProtocol'
➜ Explicit dependency on target 'JSONRPC' in project 'JSONRPC'
Target 'LanguageServerProtocol' in project 'LanguageServerProtocol'
➜ Explicit dependency on target 'JSONRPC' in project 'JSONRPC'
Target 'JSONRPC' in project 'JSONRPC'
➜ Explicit dependency on target 'JSONRPC' in project 'JSONRPC'
Target 'JSONRPC' in project 'JSONRPC' (no dependencies)
Target 'ChimeExtensionInterface' in project 'ChimeKit'
➜ Explicit dependency on target 'ChimeExtensionInterface' in project 'ChimeKit'
➜ Explicit dependency on target 'AsyncXPCConnection' in project 'AsyncXPCConnection'
➜ Explicit dependency on target 'Extendable' in project 'Extendable'
➜ Explicit dependency on target 'Queue' in project 'Queue'
Target 'ChimeExtensionInterface' in project 'ChimeKit'
➜ Explicit dependency on target 'AsyncXPCConnection' in project 'AsyncXPCConnection'
➜ Explicit dependency on target 'Extendable' in project 'Extendable'
➜ Explicit dependency on target 'Queue' in project 'Queue'
Target 'Queue' in project 'Queue'
➜ Explicit dependency on target 'Queue' in project 'Queue'
Target 'Queue' in project 'Queue' (no dependencies)
Target 'Extendable' in project 'Extendable'
➜ Explicit dependency on target 'Extendable' in project 'Extendable'
Target 'Extendable' in project 'Extendable' (no dependencies)
Target 'AsyncXPCConnection' in project 'AsyncXPCConnection'
➜ Explicit dependency on target 'AsyncXPCConnection' in project 'AsyncXPCConnection'
Target 'AsyncXPCConnection' in project 'AsyncXPCConnection' (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 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 3794b202fd862a04ee0f0b08d147e971
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/3794b202fd862a04ee0f0b08d147e971.xcbuilddata
error: The package product 'AsyncXPCConnection' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'ChimeKit' from project 'ChimeKit')
error: The package product 'Extendable' requires minimum platform version 14.0 for the iOS platform, but this target supports 12.0 (in target 'ChimeKit' from project 'ChimeKit')
error: The package product 'Queue' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'ChimeKit' from project 'ChimeKit')
error: The package product 'LanguageClient' requires minimum platform version 14.0 for the iOS platform, but this target supports 12.0 (in target 'ChimeKit' from project 'ChimeKit')
error: The package product 'LanguageServerProtocol' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'ChimeKit' from project 'ChimeKit')
error: The package product 'JSONRPC' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'ChimeKit' from project 'ChimeKit')
error: The package product 'AsyncXPCConnection' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'ChimeLSPAdapter' from project 'ChimeKit')
error: The package product 'Extendable' requires minimum platform version 14.0 for the iOS platform, but this target supports 12.0 (in target 'ChimeLSPAdapter' from project 'ChimeKit')
error: The package product 'Queue' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'ChimeLSPAdapter' from project 'ChimeKit')
error: The package product 'LanguageClient' requires minimum platform version 14.0 for the iOS platform, but this target supports 12.0 (in target 'ChimeLSPAdapter' from project 'ChimeKit')
error: The package product 'LanguageServerProtocol' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'ChimeLSPAdapter' from project 'ChimeKit')
error: The package product 'JSONRPC' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'ChimeLSPAdapter' from project 'ChimeKit')
error: The package product 'AsyncXPCConnection' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'ChimeExtensionInterface' from project 'ChimeKit')
error: The package product 'Extendable' requires minimum platform version 14.0 for the iOS platform, but this target supports 12.0 (in target 'ChimeExtensionInterface' from project 'ChimeKit')
error: The package product 'Queue' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'ChimeExtensionInterface' from project 'ChimeKit')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme ChimeKit-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:
GlobPattern: https://github.com/ChimeHQ/GlobPattern @ 0.1.1
ChimeKit: /Users/admin/builder/spi-builder-workspace
Queue: https://github.com/mattmassicotte/Queue @ 0.2.1
Semaphore: https://github.com/groue/Semaphore @ 0.1.0
Extendable: https://github.com/ChimeHQ/Extendable @ 0.4.0
AsyncXPCConnection: https://github.com/ChimeHQ/AsyncXPCConnection @ 1.3.0
ProcessEnv: https://github.com/ChimeHQ/ProcessEnv @ 1.0.0
LanguageServerProtocol: https://github.com/ChimeHQ/LanguageServerProtocol @ 0.13.4
LanguageClient: https://github.com/ChimeHQ/LanguageClient @ 0.8.0
JSONRPC: https://github.com/ChimeHQ/JSONRPC @ 0.9.1
FSEventsWrapper: https://github.com/Frizlab/FSEventsWrapper @ 2.1.0
resolved source packages: GlobPattern, ChimeKit, Queue, Semaphore, Extendable, AsyncXPCConnection, ProcessEnv, LanguageServerProtocol, LanguageClient, JSONRPC, FSEventsWrapper
{
"dependencies" : [
{
"identity" : "asyncxpcconnection",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ChimeHQ/AsyncXPCConnection"
},
{
"identity" : "extendable",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ChimeHQ/Extendable"
},
{
"identity" : "processenv",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ChimeHQ/ProcessEnv"
},
{
"identity" : "languageclient",
"requirement" : {
"range" : [
{
"lower_bound" : "0.8.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ChimeHQ/LanguageClient"
},
{
"identity" : "languageserverprotocol",
"requirement" : {
"range" : [
{
"lower_bound" : "0.13.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ChimeHQ/LanguageServerProtocol"
},
{
"identity" : "queue",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.4",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mattmassicotte/Queue"
},
{
"identity" : "jsonrpc",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ChimeHQ/JSONRPC"
}
],
"manifest_display_name" : "ChimeKit",
"name" : "ChimeKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "ChimeExtensionInterface",
"targets" : [
"ChimeExtensionInterface"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ChimeLSPAdapter",
"targets" : [
"ChimeLSPAdapter"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ChimeKit",
"targets" : [
"ChimeKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ChimeLSPAdapterTests",
"module_type" : "SwiftTarget",
"name" : "ChimeLSPAdapterTests",
"path" : "Tests/ChimeLSPAdapterTests",
"sources" : [
"LSPTransformersTests.swift"
],
"target_dependencies" : [
"ChimeLSPAdapter"
],
"type" : "test"
},
{
"c99name" : "ChimeLSPAdapter",
"module_type" : "SwiftTarget",
"name" : "ChimeLSPAdapter",
"path" : "Sources/ChimeLSPAdapter",
"product_dependencies" : [
"LanguageClient",
"LanguageServerProtocol",
"ProcessEnv",
"Queue",
"JSONRPC"
],
"product_memberships" : [
"ChimeLSPAdapter",
"ChimeKit"
],
"sources" : [
"DataChannel+HostedProcess.swift",
"DocumentContext+LSP.swift",
"LSPDocumentService.swift",
"LSPHostServerInterface.swift",
"LSPProjectService.swift",
"LSPService+ClientConfiguration.swift",
"LSPService.swift",
"LSPTransformers.swift",
"LSPTypeTranslations.swift"
],
"target_dependencies" : [
"ChimeExtensionInterface"
],
"type" : "library"
},
{
"c99name" : "ChimeKit",
"module_type" : "SwiftTarget",
"name" : "ChimeKit",
"path" : "Sources/ChimeKit",
"product_memberships" : [
"ChimeKit"
],
"sources" : [
"ChimeKit.swift"
],
"target_dependencies" : [
"ChimeExtensionInterface",
"ChimeLSPAdapter"
],
"type" : "library"
},
{
"c99name" : "ChimeExtensionInterfaceTests",
"module_type" : "SwiftTarget",
"name" : "ChimeExtensionInterfaceTests",
"path" : "Tests/ChimeExtensionInterfaceTests",
"product_dependencies" : [
"ProcessEnv"
],
"sources" : [
"ChimeExtensionTests.swift",
"ExtensionConfigurationTests.swift"
],
"target_dependencies" : [
"ChimeExtensionInterface"
],
"type" : "test"
},
{
"c99name" : "ChimeExtensionInterface",
"module_type" : "SwiftTarget",
"name" : "ChimeExtensionInterface",
"path" : "Sources/ChimeExtensionInterface",
"product_dependencies" : [
"AsyncXPCConnection",
"Extendable",
"Queue"
],
"product_memberships" : [
"ChimeExtensionInterface",
"ChimeLSPAdapter",
"ChimeKit"
],
"sources" : [
"ChimeExtension.swift",
"ExtensionProtocol.swift",
"HostProtocol.swift",
"MainActor+runUnsafely.swift",
"Models/CombinedTextPosition.swift",
"Models/CombinedTextRange.swift",
"Models/DocumentConfiguration.swift",
"Models/DocumentContext.swift",
"Models/ExtensionConfiguration.swift",
"Models/LaunchedProcess.swift",
"Models/LineRelativeTextPosition.swift",
"Models/LineRelativeTextRange.swift",
"Models/ProjectContext.swift",
"Models/ServiceConfiguration.swift",
"Models/TextChange.swift",
"Models/TextRange.swift",
"Models/TextTarget.swift",
"SceneContextView.swift",
"Scenes.swift",
"Services/CompletionService.swift",
"Services/DefinitionService.swift",
"Services/DiagnosticService.swift",
"Services/FormattingService.swift",
"Services/SemanticDetailsService.swift",
"Services/SymbolQueryService.swift",
"Services/TokenService.swift",
"StandaloneExtension.swift",
"UTType+Filename.swift",
"UTType+Languages.swift",
"XPC/ExportedExtension.swift",
"XPC/ExportedHost.swift",
"XPC/ExportedScene.swift",
"XPC/ExportedSceneHost.swift",
"XPC/ExtensionSceneProtocol.swift",
"XPC/Protocol+Exporting.swift",
"XPC/QueuedRelay.swift",
"XPC/RemoteDocumentService.swift",
"XPC/RemoteExtension.swift",
"XPC/RemoteHost.swift",
"XPC/RemoteProjectService.swift",
"XPC/RemoteScene.swift",
"XPC/XPCProtocols.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"ChimeExtensionInterface",
"ChimeKit",
"ChimeKit-Package",
"ChimeLSPAdapter",
"Semaphore"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ChimeKit-Package -destination generic/platform=iOS
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 ChimeKit-Package -destination generic/platform=iOS
Resolve Package Graph
Resolved source packages:
GlobPattern: https://github.com/ChimeHQ/GlobPattern @ 0.1.1
AsyncXPCConnection: https://github.com/ChimeHQ/AsyncXPCConnection @ 1.3.0
Semaphore: https://github.com/groue/Semaphore @ 0.1.0
ProcessEnv: https://github.com/ChimeHQ/ProcessEnv @ 1.0.0
FSEventsWrapper: https://github.com/Frizlab/FSEventsWrapper @ 2.1.0
LanguageClient: https://github.com/ChimeHQ/LanguageClient @ 0.8.0
JSONRPC: https://github.com/ChimeHQ/JSONRPC @ 0.9.1
Queue: https://github.com/mattmassicotte/Queue @ 0.2.1
ChimeKit: /Users/admin/builder/spi-builder-workspace
Extendable: https://github.com/ChimeHQ/Extendable @ 0.4.0
LanguageServerProtocol: https://github.com/ChimeHQ/LanguageServerProtocol @ 0.13.4
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (22 targets)
Target 'ChimeLSPAdapter' in project 'ChimeKit'
➜ Explicit dependency on target 'ChimeLSPAdapter' in project 'ChimeKit'
➜ Explicit dependency on target 'ChimeExtensionInterface' in project 'ChimeKit'
➜ Explicit dependency on target 'AsyncXPCConnection' in project 'AsyncXPCConnection'
➜ Explicit dependency on target 'Extendable' in project 'Extendable'
➜ Explicit dependency on target 'Queue' in project 'Queue'
➜ Explicit dependency on target 'LanguageClient' in project 'LanguageClient'
➜ Explicit dependency on target 'LanguageServerProtocol' in project 'LanguageServerProtocol'
➜ Explicit dependency on target 'ProcessEnv' in project 'ProcessEnv'
➜ Explicit dependency on target 'JSONRPC' in project 'JSONRPC'
Target 'ChimeKit' in project 'ChimeKit'
➜ Explicit dependency on target 'ChimeKit' in project 'ChimeKit'
➜ Explicit dependency on target 'ChimeExtensionInterface' in project 'ChimeKit'
➜ Explicit dependency on target 'ChimeLSPAdapter' in project 'ChimeKit'
➜ Explicit dependency on target 'AsyncXPCConnection' in project 'AsyncXPCConnection'
➜ Explicit dependency on target 'Extendable' in project 'Extendable'
➜ Explicit dependency on target 'Queue' in project 'Queue'
➜ Explicit dependency on target 'LanguageClient' in project 'LanguageClient'
➜ Explicit dependency on target 'LanguageServerProtocol' in project 'LanguageServerProtocol'
➜ Explicit dependency on target 'ProcessEnv' in project 'ProcessEnv'
➜ Explicit dependency on target 'JSONRPC' in project 'JSONRPC'
Target 'ChimeKit' in project 'ChimeKit'
➜ Explicit dependency on target 'ChimeExtensionInterface' in project 'ChimeKit'
➜ Explicit dependency on target 'ChimeLSPAdapter' in project 'ChimeKit'
➜ Explicit dependency on target 'AsyncXPCConnection' in project 'AsyncXPCConnection'
➜ Explicit dependency on target 'Extendable' in project 'Extendable'
➜ Explicit dependency on target 'Queue' in project 'Queue'
➜ Explicit dependency on target 'LanguageClient' in project 'LanguageClient'
➜ Explicit dependency on target 'LanguageServerProtocol' in project 'LanguageServerProtocol'
➜ Explicit dependency on target 'ProcessEnv' in project 'ProcessEnv'
➜ Explicit dependency on target 'JSONRPC' in project 'JSONRPC'
Target 'ChimeLSPAdapter' in project 'ChimeKit'
➜ Explicit dependency on target 'ChimeExtensionInterface' in project 'ChimeKit'
➜ Explicit dependency on target 'AsyncXPCConnection' in project 'AsyncXPCConnection'
➜ Explicit dependency on target 'Extendable' in project 'Extendable'
➜ Explicit dependency on target 'Queue' in project 'Queue'
➜ Explicit dependency on target 'LanguageClient' in project 'LanguageClient'
➜ Explicit dependency on target 'LanguageServerProtocol' in project 'LanguageServerProtocol'
➜ Explicit dependency on target 'ProcessEnv' in project 'ProcessEnv'
➜ Explicit dependency on target 'JSONRPC' in project 'JSONRPC'
Target 'ProcessEnv' in project 'ProcessEnv'
➜ Explicit dependency on target 'ProcessEnv' in project 'ProcessEnv'
Target 'ProcessEnv' in project 'ProcessEnv' (no dependencies)
Target 'LanguageClient' in project 'LanguageClient'
➜ Explicit dependency on target 'LanguageClient' in project 'LanguageClient'
➜ Explicit dependency on target 'JSONRPC' in project 'JSONRPC'
➜ Explicit dependency on target 'LanguageServerProtocol' in project 'LanguageServerProtocol'
➜ Explicit dependency on target 'Queue' in project 'Queue'
➜ Explicit dependency on target 'Semaphore' in project 'Semaphore'
Target 'LanguageClient' in project 'LanguageClient'
➜ Explicit dependency on target 'JSONRPC' in project 'JSONRPC'
➜ Explicit dependency on target 'LanguageServerProtocol' in project 'LanguageServerProtocol'
➜ Explicit dependency on target 'Queue' in project 'Queue'
➜ Explicit dependency on target 'Semaphore' in project 'Semaphore'
Target 'Semaphore' in project 'Semaphore'
➜ Explicit dependency on target 'Semaphore' in project 'Semaphore'
Target 'Semaphore' in project 'Semaphore' (no dependencies)
Target 'LanguageServerProtocol' in project 'LanguageServerProtocol'
➜ Explicit dependency on target 'LanguageServerProtocol' in project 'LanguageServerProtocol'
➜ Explicit dependency on target 'JSONRPC' in project 'JSONRPC'
Target 'LanguageServerProtocol' in project 'LanguageServerProtocol'
➜ Explicit dependency on target 'JSONRPC' in project 'JSONRPC'
Target 'JSONRPC' in project 'JSONRPC'
➜ Explicit dependency on target 'JSONRPC' in project 'JSONRPC'
Target 'JSONRPC' in project 'JSONRPC' (no dependencies)
Target 'ChimeExtensionInterface' in project 'ChimeKit'
➜ Explicit dependency on target 'ChimeExtensionInterface' in project 'ChimeKit'
➜ Explicit dependency on target 'AsyncXPCConnection' in project 'AsyncXPCConnection'
➜ Explicit dependency on target 'Extendable' in project 'Extendable'
➜ Explicit dependency on target 'Queue' in project 'Queue'
Target 'ChimeExtensionInterface' in project 'ChimeKit'
➜ Explicit dependency on target 'AsyncXPCConnection' in project 'AsyncXPCConnection'
➜ Explicit dependency on target 'Extendable' in project 'Extendable'
➜ Explicit dependency on target 'Queue' in project 'Queue'
Target 'Queue' in project 'Queue'
➜ Explicit dependency on target 'Queue' in project 'Queue'
Target 'Queue' in project 'Queue' (no dependencies)
Target 'Extendable' in project 'Extendable'
➜ Explicit dependency on target 'Extendable' in project 'Extendable'
Target 'Extendable' in project 'Extendable' (no dependencies)
Target 'AsyncXPCConnection' in project 'AsyncXPCConnection'
➜ Explicit dependency on target 'AsyncXPCConnection' in project 'AsyncXPCConnection'
Target 'AsyncXPCConnection' in project 'AsyncXPCConnection' (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 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 2f20bc154104d5e28d70f61f28a5da8c
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/2f20bc154104d5e28d70f61f28a5da8c.xcbuilddata
error: The package product 'AsyncXPCConnection' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'ChimeLSPAdapter' from project 'ChimeKit')
error: The package product 'Extendable' requires minimum platform version 14.0 for the iOS platform, but this target supports 12.0 (in target 'ChimeLSPAdapter' from project 'ChimeKit')
error: The package product 'Queue' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'ChimeLSPAdapter' from project 'ChimeKit')
error: The package product 'LanguageClient' requires minimum platform version 14.0 for the iOS platform, but this target supports 12.0 (in target 'ChimeLSPAdapter' from project 'ChimeKit')
error: The package product 'LanguageServerProtocol' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'ChimeLSPAdapter' from project 'ChimeKit')
error: The package product 'JSONRPC' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'ChimeLSPAdapter' from project 'ChimeKit')
error: The package product 'AsyncXPCConnection' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'ChimeKit' from project 'ChimeKit')
error: The package product 'Extendable' requires minimum platform version 14.0 for the iOS platform, but this target supports 12.0 (in target 'ChimeKit' from project 'ChimeKit')
error: The package product 'Queue' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'ChimeKit' from project 'ChimeKit')
error: The package product 'LanguageClient' requires minimum platform version 14.0 for the iOS platform, but this target supports 12.0 (in target 'ChimeKit' from project 'ChimeKit')
error: The package product 'LanguageServerProtocol' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'ChimeKit' from project 'ChimeKit')
error: The package product 'JSONRPC' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'ChimeKit' from project 'ChimeKit')
error: The package product 'AsyncXPCConnection' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'ChimeExtensionInterface' from project 'ChimeKit')
error: The package product 'Extendable' requires minimum platform version 14.0 for the iOS platform, but this target supports 12.0 (in target 'ChimeExtensionInterface' from project 'ChimeKit')
error: The package product 'Queue' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'ChimeExtensionInterface' from project 'ChimeKit')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme ChimeKit-Package
(1 failure)
BUILD FAILURE 6.1 iOS