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

Successful build of CodablePlus, reference 1.0.0 (1c7c16), with Swift 5.9 for Linux on 10 Dec 2024 20:31:53 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.58.5
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:         linux
Swift version:             5.9
Building package at path:  $PWD
https://github.com/richardpiazza/CodablePlus.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:a06db64ee3297a5f3491915d7662e6a86c0024d45425be3d593d7649696fef17
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Building for debugging...
[1/10] Compiling CodablePlus KeyedDecodingContainerProtocol+DefaultValues.swift
[2/11] Emitting module CodablePlus
[3/11] Compiling CodablePlus AnyEncodable.swift
[4/11] Compiling CodablePlus DictionaryKeys.swift
[5/11] Compiling CodablePlus KeyedDecodingContainerProtocol+Any.swift
[6/11] Compiling CodablePlus KeyedDecodingContainerProtocol+Containers.swift
[7/11] Compiling CodablePlus KeyedEncodingContainerProtocol+Containers.swift
[8/11] Compiling CodablePlus UnkeyedDecodingContainer+Containers.swift
[9/11] Compiling CodablePlus KeyedDecodingContainerProtocol+MultipleKeys.swift
[10/11] Compiling CodablePlus KeyedEncodingContainerProtocol+Any.swift
[11/11] Compiling CodablePlus UnkeyedEncodingContainer+Containers.swift
Build complete! (5.92s)
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"
}
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:a06db64ee3297a5f3491915d7662e6a86c0024d45425be3d593d7649696fef17
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Done.