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 main (efe7e1), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 26 Apr 2025 17:46:29 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: 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.1
Building package at path:  $PWD
https://github.com/ChimeHQ/SwiftLSPClient.git
https://github.com/ChimeHQ/SwiftLSPClient.git
{
  "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"
}
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" : "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.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: 2c3c0ca817d1cd9b4d3669924fb967fa
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/2c3c0ca817d1cd9b4d3669924fb967fa.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" : "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.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: bc89439c3b598f7544b4345a90e4d1cd
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/bc89439c3b598f7544b4345a90e4d1cd.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