This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 with Swift 6.0 for Linux.

Swift 6 data race errors: 0

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
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 26caf3d `Any` Encode/Decode (#2)
Cloned https://github.com/richardpiazza/CodablePlus.git
Revision (git rev-parse @):
26caf3dbcc0872e334f1bc593ed78543629c9015
SUCCESS checkout https://github.com/richardpiazza/CodablePlus.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $workDir
https://github.com/richardpiazza/CodablePlus.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/12] Compiling CodablePlus KeyedEncodingContainerProtocol+Any.swift
[4/13] Compiling CodablePlus KeyedDecodingContainerProtocol+DefaultValues.swift
[5/13] Compiling CodablePlus KeyedDecodingContainerProtocol+MultipleKeys.swift
[6/13] Compiling CodablePlus UnkeyedDecodingContainer+Containers.swift
[7/13] Compiling CodablePlus KeyedEncodingContainerProtocol+Containers.swift
[8/13] Compiling CodablePlus AnyEncodable.swift
[9/13] Compiling CodablePlus DictionaryKeys.swift
[10/13] Emitting module CodablePlus
[11/13] Compiling CodablePlus KeyedDecodingContainerProtocol+Any.swift
[12/13] Compiling CodablePlus KeyedDecodingContainerProtocol+Containers.swift
[13/13] Compiling CodablePlus UnkeyedEncodingContainer+Containers.swift
Build complete! (10.81s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CodablePlus",
  "name" : "CodablePlus",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "3.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.1"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.