The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SQLClientSwift, reference main (126c4e), with Swift 6.2 for Linux on 27 Feb 2026 21:26:06 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vkuttyp/SQLClient-Swift.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/vkuttyp/SQLClient-Swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 126c4ed Update DocC documentation with new features (RPC, BCP, Transactions)
Cloned https://github.com/vkuttyp/SQLClient-Swift.git
Revision (git rev-parse @):
126c4edf4018eadf9feb62505e7c4e4273a019cb
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vkuttyp/SQLClient-Swift.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/vkuttyp/SQLClient-Swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:257b0ae9749b4eea8553a58f7bf60a672611c061e9b845ccfee371e7c1138ce8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/10] Compiling SQLClientSwift SQLClient+BCP.swift
[4/10] Emitting module SQLClientSwift
[5/10] Compiling SQLClientSwift SQLClient+Parameterized.swift
[6/10] Compiling SQLClientSwift SQLClientPool.swift
[7/10] Compiling SQLClientSwift SQLRowDecoder.swift
[8/10] Compiling SQLClientSwift SQLClient+RPC.swift
[9/10] Compiling SQLClientSwift SQLDataTable.swift
[10/10] Compiling SQLClientSwift SQLClient.swift
Build complete! (10.82s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SQLClientSwift",
  "name" : "SQLClientSwift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SQLClientSwift",
      "targets" : [
        "SQLClientSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SQLClientSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "SQLClientSwiftTests",
      "path" : "Tests/SQLClientSwiftTests",
      "sources" : [
        "SQLBCPTests.swift",
        "SQLClientSwiftTests.swift",
        "SQLOutputParamTests.swift",
        "SQLParameterizedTests.swift",
        "SQLPoolTests.swift",
        "SQLRPCTests.swift",
        "SQLTransactionTests.swift"
      ],
      "target_dependencies" : [
        "SQLClientSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SQLClientSwift",
      "module_type" : "SwiftTarget",
      "name" : "SQLClientSwift",
      "path" : "Sources/SQLClientSwift",
      "product_memberships" : [
        "SQLClientSwift"
      ],
      "sources" : [
        "SQLClient+BCP.swift",
        "SQLClient+Parameterized.swift",
        "SQLClient+RPC.swift",
        "SQLClient.swift",
        "SQLClientPool.swift",
        "SQLDataTable.swift",
        "SQLRowDecoder.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:257b0ae9749b4eea8553a58f7bf60a672611c061e9b845ccfee371e7c1138ce8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/vkuttyp/sqlclient-swift/main
Repository:               vkuttyp/SQLClient-Swift
Swift version used:       6.2
Target:                   SQLClientSwift
Extracting symbol information for 'SQLClientSwift'...
Finished extracting symbol information for 'SQLClientSwift'. (3.80s)
Building documentation for 'SQLClientSwift'...
warning: 'bulkInsert(table:rows:)' doesn't exist at '/SQLClientSwift/SQLClient'
  --> BulkInsert.md:35:15-35:38
33 | ## Methods
34 |
35 + - ``SQLClient/bulkInsert(table:rows:)``
warning: 'executeRPC(_:parameters:)' doesn't exist at '/SQLClientSwift/SQLClient'
  --> RPC.md:46:15-46:40
44 | ## Methods
45 |
46 + - ``SQLClient/executeRPC(_:parameters:)``
   |               ╰─suggestion: Replace 'executeRPC(_:parameters:)' with 'execute(_:parameters:)'
Finished building documentation for 'SQLClientSwift' (2.18s)
Generated documentation archive at:
  /host/spi-builder-workspace/.docs/vkuttyp/sqlclient-swift/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2171] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.37s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (0.77s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3664] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.36s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.79s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/9] Write sources
[3/9] Write swift-version-24593BA9C3E375BF.txt
[5/53] Compiling Snippets Snippet.swift
[6/53] Compiling Snippets SnippetParser.swift
[7/53] Emitting module Snippets
[8/54] Wrapping AST for Snippets for debugging
[10/54] Compiling SymbolKit SourceOrigin.swift
[11/54] Compiling SymbolKit GenericConstraints.swift
[12/54] Compiling SymbolKit Swift.swift
[13/54] Compiling SymbolKit SemanticVersion.swift
[14/54] Compiling SymbolKit AccessControl.swift
[15/54] Compiling SymbolKit Availability.swift
[16/59] Compiling SymbolKit Mixin+Equals.swift
[17/59] Compiling SymbolKit Mixin+Hash.swift
[18/59] Compiling SymbolKit Mixin.swift
[19/59] Compiling SymbolKit LineList.swift
[20/59] Compiling SymbolKit Position.swift
[21/59] Compiling SymbolKit SourceRange.swift
[22/59] Compiling SymbolKit SPI.swift
[23/59] Compiling SymbolKit Snippet.swift
[24/59] Compiling SymbolKit Extension.swift
[25/59] Compiling SymbolKit GenericConstraint.swift
[26/59] Compiling SymbolKit GenericParameter.swift
[27/59] Compiling SymbolKit FunctionSignature.swift
[28/59] Compiling SymbolKit Identifier.swift
[29/59] Compiling SymbolKit KindIdentifier.swift
[30/59] Compiling SymbolKit Location.swift
[31/59] Compiling SymbolKit Mutability.swift
[32/59] Compiling SymbolKit Names.swift
[33/59] Compiling SymbolKit AvailabilityItem.swift
[34/59] Compiling SymbolKit Domain.swift
[35/59] Compiling SymbolKit DeclarationFragments.swift
[36/59] Compiling SymbolKit Fragment.swift
[37/59] Compiling SymbolKit FragmentKind.swift
[38/59] Compiling SymbolKit FunctionParameter.swift
[39/59] Compiling SymbolKit Generics.swift
[40/59] Compiling SymbolKit Namespace.swift
[41/59] Compiling SymbolKit Symbol.swift
[42/59] Compiling SymbolKit SymbolKind.swift
[43/59] Compiling SymbolKit SymbolGraph.swift
[44/59] Emitting module SymbolKit
[45/59] Compiling SymbolKit Metadata.swift
[46/59] Compiling SymbolKit Module.swift
[47/59] Compiling SymbolKit OperatingSystem.swift
[48/59] Compiling SymbolKit Platform.swift
[49/59] Compiling SymbolKit Relationship.swift
[50/59] Compiling SymbolKit RelationshipKind.swift
[51/59] Compiling SymbolKit GraphCollector.swift
[52/59] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[53/59] Compiling SymbolKit UnifiedSymbol.swift
[54/59] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[55/59] Compiling SymbolKit UnifiedSymbolGraph.swift
[56/60] Wrapping AST for SymbolKit for debugging
[58/64] Compiling snippet_extract URL+Status.swift
[59/64] Compiling snippet_extract SymbolGraph+Snippet.swift
[60/64] Emitting module snippet_extract
[61/64] Compiling snippet_extract SnippetBuildCommand.swift
[62/65] Wrapping AST for snippet-extract for debugging
[63/65] Write Objects.LinkFileList
[64/65] Linking snippet-extract-tool
Build of product 'snippet-extract' complete! (3.61s)
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/9] Compiling SQLClientSwift SQLClient+BCP.swift
[3/9] Compiling SQLClientSwift SQLClient+Parameterized.swift
[4/9] Compiling SQLClientSwift SQLClient+RPC.swift
[5/9] Compiling SQLClientSwift SQLClient.swift
[6/9] Emitting module SQLClientSwift
[7/9] Compiling SQLClientSwift SQLRowDecoder.swift
[8/9] Compiling SQLClientSwift SQLDataTable.swift
[9/9] Compiling SQLClientSwift SQLClientPool.swift
Build of target: 'SQLClientSwift' complete! (2.03s)
448
4	/host/spi-builder-workspace/.docs/vkuttyp/sqlclient-swift/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/vkuttyp/sqlclient-swift/main
File count: 448
Doc size:   4.0MB
Preparing doc bundle ...
Uploading prod-vkuttyp-sqlclient-swift-main-eb8ba5bb.zip to s3://spi-docs-inbox/prod-vkuttyp-sqlclient-swift-main-eb8ba5bb.zip
Copying... [17%]
Copying... [26%]
Copying... [34%]
Copying... [43%]
Copying... [51%]
Copying... [68%]
Copying... [77%]
Copying... [85%]
Copying... [94%]
Copying... [100%]
Done.