Build Information
Failed to build SwiftLSPClient, reference main (efe7e1
), with Swift 6.0 for macOS (Xcode) using Xcode 16.0 on 2 Nov 2024 01:48:33 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftLSPClient -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/SwiftLSPClient.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChimeHQ/SwiftLSPClient
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at efe7e13 remove twitter ref
Cloned https://github.com/ChimeHQ/SwiftLSPClient.git
Revision (git rev-parse @):
efe7e13b55ce81dc070d019990efb183b900f792
SUCCESS checkout https://github.com/ChimeHQ/SwiftLSPClient.git at main
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 6.0
Building package at path: $PWD
https://github.com/ChimeHQ/SwiftLSPClient.git
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
resolved source packages:
{
"dependencies" : [
{
"identity" : "anycodable",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Flight-School/AnyCodable"
},
{
"identity" : "jsonrpc",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ChimeHQ/JSONRPC"
}
],
"manifest_display_name" : "SwiftLSPClient",
"name" : "SwiftLSPClient",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.10"
}
],
"products" : [
{
"name" : "SwiftLSPClient",
"targets" : [
"SwiftLSPClient"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftLSPClientTests",
"module_type" : "SwiftTarget",
"name" : "SwiftLSPClientTests",
"path" : "SwiftLSPClientTests",
"sources" : [
"JSONRPCLanguageServerTests.swift",
"MockDataTransport.swift",
"TypeTests.swift"
],
"target_dependencies" : [
"SwiftLSPClient"
],
"type" : "test"
},
{
"c99name" : "SwiftLSPClient",
"module_type" : "SwiftTarget",
"name" : "SwiftLSPClient",
"path" : "SwiftLSPClient",
"product_dependencies" : [
"JSONRPC",
"AnyCodable"
],
"product_memberships" : [
"SwiftLSPClient"
],
"sources" : [
"JSONRPCLanguageServer.swift",
"LanguageServer.swift",
"LanguageServerProcessHost.swift",
"StdioDataTransport.swift",
"Types/Basic.swift",
"Types/Client.swift",
"Types/Client/RegisterCapability.swift",
"Types/Client/TextDocumentClientCapabilitiesGenericGoTo.swift",
"Types/ClientCapabilities.swift",
"Types/Diagnostics.swift",
"Types/DocumentSymbol.swift",
"Types/Features/CodeAction.swift",
"Types/Features/Declaration.swift",
"Types/Features/Definition.swift",
"Types/Features/FoldingRange.swift",
"Types/Features/Hover.swift",
"Types/Features/Implementation.swift",
"Types/Features/Reference.swift",
"Types/Features/Rename.swift",
"Types/Features/SemanticTokens.swift",
"Types/Features/SignatureHelp.swift",
"Types/Features/TypeDefinition.swift",
"Types/Formatting.swift",
"Types/General/Initialized.swift",
"Types/Initialization.swift",
"Types/LSPRange.swift",
"Types/LanguageFeatures.swift",
"Types/Location.swift",
"Types/LocationLink.swift",
"Types/Position.swift",
"Types/ProtocolMethod.swift",
"Types/ServerCapabilities.swift",
"Types/SymbolKind.swift",
"Types/TextDocumentIndentifier.swift",
"Types/TextSynchronization.swift",
"Types/WillSaveTextDocument.swift",
"Types/Window/LogMessageParams.swift",
"Types/Window/MessageActionItem.swift",
"Types/Window/MessageType.swift",
"Types/Window/ShowMessageParams.swift",
"Types/Window/ShowMessageRequest.swift",
"Types/Workspace/Configuration.swift",
"Types/Workspace/WorkspaceEdit.swift",
"Types/WorkspaceFolder.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "SwiftLSPClient",
"schemes" : [
"SwiftLSPClient"
],
"targets" : [
"SwiftLSPClient",
"SwiftLSPClientTests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftLSPClient -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete
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 SwiftLSPClient -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete"
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
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
Target 'SwiftLSPClient' in project 'SwiftLSPClient' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/MacOSX.platform/Developer/SDKs/MacOSX15.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 -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -x c -c /dev/null
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/ld -version_details
Build description signature: a290d7c7275d2c8e6ae86e752396252e
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/a290d7c7275d2c8e6ae86e752396252e.xcbuilddata
/Users/admin/builder/spi-builder-workspace/SwiftLSPClient.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 15.1.99. (in target 'SwiftLSPClient' from project 'SwiftLSPClient')
error: There is no XCFramework found at '/Users/admin/builder/spi-builder-workspace/Carthage/Build/JSONRPC.xcframework'. (in target 'SwiftLSPClient' from project 'SwiftLSPClient')
error: There is no XCFramework found at '/Users/admin/builder/spi-builder-workspace/Carthage/Build/AnyCodable.xcframework'. (in target 'SwiftLSPClient' from project 'SwiftLSPClient')
** BUILD FAILED **
The following build commands failed:
Building project SwiftLSPClient with scheme SwiftLSPClient
(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 SwiftLSPClient -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete"
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
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
Target 'SwiftLSPClient' in project 'SwiftLSPClient' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
error: There is no XCFramework found at '/Users/admin/builder/spi-builder-workspace/Carthage/Build/AnyCodable.xcframework'. (in target 'SwiftLSPClient' from project 'SwiftLSPClient')
error: There is no XCFramework found at '/Users/admin/builder/spi-builder-workspace/Carthage/Build/JSONRPC.xcframework'. (in target 'SwiftLSPClient' from project 'SwiftLSPClient')
/Users/admin/builder/spi-builder-workspace/SwiftLSPClient.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 15.1.99. (in target 'SwiftLSPClient' from project 'SwiftLSPClient')
** BUILD FAILED **
The following build commands failed:
Building project SwiftLSPClient with scheme SwiftLSPClient
(1 failure)
BUILD FAILURE 6.0 macosXcodebuild