The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CodablePlus, reference 1.0.0 (1c7c16), with Swift 6.3 for Android on 15 Apr 2026 11:03:11 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/richardpiazza/CodablePlus.git
Reference: 1.0.0
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/richardpiazza/CodablePlus
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 1c7c16c Updated Package Tools & Readme (#3)
Cloned https://github.com/richardpiazza/CodablePlus.git
Revision (git rev-parse @):
1c7c16c201e6e0c884abdc2a910cbab308f82b37
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/richardpiazza/CodablePlus.git at 1.0.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/richardpiazza/CodablePlus.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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--4F562202D5529B1.txt
[3/12] Compiling CodablePlus KeyedDecodingContainerProtocol+DefaultValues.swift
[4/13] Emitting module CodablePlus
[5/13] Compiling CodablePlus AnyEncodable.swift
[6/13] Compiling CodablePlus DictionaryKeys.swift
[7/13] Compiling CodablePlus KeyedDecodingContainerProtocol+Any.swift
[8/13] Compiling CodablePlus KeyedDecodingContainerProtocol+Containers.swift
[9/13] Compiling CodablePlus UnkeyedDecodingContainer+Containers.swift
[10/13] Compiling CodablePlus KeyedEncodingContainerProtocol+Any.swift
[11/13] Compiling CodablePlus KeyedDecodingContainerProtocol+MultipleKeys.swift
[12/13] Compiling CodablePlus KeyedEncodingContainerProtocol+Containers.swift
[13/13] Compiling CodablePlus UnkeyedEncodingContainer+Containers.swift
Build complete! (22.90s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CodablePlus",
  "name" : "CodablePlus",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "CodablePlus",
      "targets" : [
        "CodablePlus"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "CodablePlusTests",
      "module_type" : "SwiftTarget",
      "name" : "CodablePlusTests",
      "path" : "Tests/CodablePlusTests",
      "sources" : [
        "AnyEncodingDecodingTests.swift",
        "ArrayEncodingDecodingTests.swift",
        "CodablePlusTestCase.swift",
        "DefaultValueDecodingTests.swift",
        "DictionaryEncodingDecodingTests.swift",
        "KeyedDecodingContainerTests.swift",
        "MultipleKeysDecodingTests.swift"
      ],
      "target_dependencies" : [
        "CodablePlus"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CodablePlus",
      "module_type" : "SwiftTarget",
      "name" : "CodablePlus",
      "path" : "Sources/CodablePlus",
      "product_memberships" : [
        "CodablePlus"
      ],
      "sources" : [
        "AnyEncodable.swift",
        "DictionaryKeys.swift",
        "KeyedDecodingContainerProtocol+Any.swift",
        "KeyedDecodingContainerProtocol+Containers.swift",
        "KeyedDecodingContainerProtocol+DefaultValues.swift",
        "KeyedDecodingContainerProtocol+MultipleKeys.swift",
        "KeyedEncodingContainerProtocol+Any.swift",
        "KeyedEncodingContainerProtocol+Containers.swift",
        "UnkeyedDecodingContainer+Containers.swift",
        "UnkeyedEncodingContainer+Containers.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.