The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build SwiftLSPClient, reference 0.9.1 (c5ea06), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 26 Apr 2025 17:46:25 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftLSPClient -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/SwiftLSPClient.git
Reference: 0.9.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChimeHQ/SwiftLSPClient
 * tag               0.9.1      -> FETCH_HEAD
HEAD is now at c5ea061 Corrected version bump
Cloned https://github.com/ChimeHQ/SwiftLSPClient.git
Revision (git rev-parse @):
c5ea0613ee55bf642aca78b2de376d9f798930cb
SUCCESS checkout https://github.com/ChimeHQ/SwiftLSPClient.git at 0.9.1
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ChimeHQ/SwiftLSPClient.git
https://github.com/ChimeHQ/SwiftLSPClient.git
{
  "dependencies" : [
    {
      "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"
      ],
      "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"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
    {
      "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"
      ],
      "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.3.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 -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 SwiftLSPClient -destination platform=macOS,arch=arm64 "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
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
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.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.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 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
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/ld -version_details
Build description signature: 91283ba971cfb6e1a583aad65a1fa992
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/91283ba971cfb6e1a583aad65a1fa992.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.4.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.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
    {
      "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"
      ],
      "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.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftLSPClient -destination platform=macOS,arch=arm64
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 SwiftLSPClient -destination platform=macOS,arch=arm64
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
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.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.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 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
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/ld -version_details
Build description signature: b97200c3b79b2a29de7533045c6ad84d
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/b97200c3b79b2a29de7533045c6ad84d.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.4.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)
BUILD FAILURE 6.1 macosXcodebuild