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 main (1c7c16), with Swift 5.10 for Linux on 10 Dec 2024 20:31:43 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-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: 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/richardpiazza/CodablePlus
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
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" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:bbf8567030a4fa53b55a34fff1a818ffa3e86e892fedc5d8aa9c6958f48fdf8a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/12] Compiling CodablePlus KeyedDecodingContainerProtocol+MultipleKeys.swift
[4/13] Compiling CodablePlus UnkeyedDecodingContainer+Containers.swift
[5/13] Compiling CodablePlus KeyedDecodingContainerProtocol+DefaultValues.swift
[6/13] Emitting module CodablePlus
[7/13] Compiling CodablePlus AnyEncodable.swift
[8/13] Compiling CodablePlus DictionaryKeys.swift
[9/13] Compiling CodablePlus KeyedDecodingContainerProtocol+Any.swift
[10/13] Compiling CodablePlus KeyedDecodingContainerProtocol+Containers.swift
[11/13] Compiling CodablePlus UnkeyedEncodingContainer+Containers.swift
[12/13] Compiling CodablePlus KeyedEncodingContainerProtocol+Containers.swift
[13/13] Compiling CodablePlus KeyedEncodingContainerProtocol+Any.swift
Build complete! (5.20s)
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.10-latest: Pulling from finestructure/spi-images
Digest: sha256:bbf8567030a4fa53b55a34fff1a818ffa3e86e892fedc5d8aa9c6958f48fdf8a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.