The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-http-types-htmx, reference main (b14716), with Swift 6.3 for Android on 15 Apr 2026 01:03:09 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alephao/swift-http-types-htmx.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/alephao/swift-http-types-htmx
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b14716d ci: fix swift 6 docker img ref
Cloned https://github.com/alephao/swift-http-types-htmx.git
Revision (git rev-parse @):
b14716db91e65f6ecb410ecdb6a847e5699ece77
SUCCESS checkout https://github.com/alephao/swift-http-types-htmx.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/alephao/swift-http-types-htmx.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/apple/swift-http-types.git
[1/1033] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.67s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (1.20s)
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--4F562202D5529B1.txt
[4/12] Emitting module HTTPTypes
[5/13] Compiling HTTPTypes ISOLatin1String.swift
[6/13] Compiling HTTPTypes HTTPResponse.swift
[7/13] Compiling HTTPTypes NIOLock.swift
[8/13] Compiling HTTPTypes HTTPRequest+URL.swift
[9/13] Compiling HTTPTypes HTTPRequest.swift
[10/13] Compiling HTTPTypes HTTPParsedFields.swift
[11/13] Compiling HTTPTypes HTTPFields.swift
[12/13] Compiling HTTPTypes HTTPField.swift
[13/13] Compiling HTTPTypes HTTPFieldName.swift
[15/21] Compiling HTTPTypesHtmx HxReplaceUrl.swift
[16/21] Compiling HTTPTypesHtmx HxPushUrl.swift
[17/21] Compiling HTTPTypesHtmx HxSwap.swift
[18/21] Emitting module HTTPTypesHtmx
[19/21] Compiling HTTPTypesHtmx HtmxRequestHeaders.swift
[20/21] Compiling HTTPTypesHtmx HxTriggerHeader.swift
[21/21] Compiling HTTPTypesHtmx HtmxResponseHeaders.swift
Build complete! (20.43s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-http-types",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-http-types.git"
    }
  ],
  "manifest_display_name" : "swift-http-types-htmx",
  "name" : "swift-http-types-htmx",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "HTTPTypesHtmx",
      "targets" : [
        "HTTPTypesHtmx"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HTTPTypesHtmxTests",
      "module_type" : "SwiftTarget",
      "name" : "HTTPTypesHtmxTests",
      "path" : "Tests/HTTPTypesHtmxTests",
      "product_dependencies" : [
        "HTTPTypes"
      ],
      "sources" : [
        "HtmxRequestHeadersTests.swift",
        "HtmxResponseHeadersTests.swift",
        "HxTriggerHeaderTests.swift"
      ],
      "target_dependencies" : [
        "HTTPTypesHtmx"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HTTPTypesHtmx",
      "module_type" : "SwiftTarget",
      "name" : "HTTPTypesHtmx",
      "path" : "Sources/HTTPTypesHtmx",
      "product_dependencies" : [
        "HTTPTypes"
      ],
      "product_memberships" : [
        "HTTPTypesHtmx"
      ],
      "sources" : [
        "HtmxRequestHeaders.swift",
        "HtmxResponseHeaders.swift",
        "HxTriggerHeader.swift",
        "Values/HxPushUrl.swift",
        "Values/HxReplaceUrl.swift",
        "Values/HxSwap.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Done.