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 deep-codable with Swift 5.9 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.27.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MPLew-is/deep-codable.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/MPLew-is/deep-codable
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 079afbc Merge pull request #1 from MPLew-is/flattened-intermediate-keys
Cloned https://github.com/MPLew-is/deep-codable.git
Revision (git rev-parse @):
079afbc0f7667299d58eae076224abbc7f677a4f
SUCCESS checkout https://github.com/MPLew-is/deep-codable.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Building for debugging...
[1/7] Compiling DeepCodable Value.swift
/host/spi-builder-workspace/Sources/DeepCodable/Value.swift:16:28: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        fileprivate class Storage<Value> {
                                  ^
/host/spi-builder-workspace/Sources/DeepCodable/Value.swift:7:31: note: 'Value' previously declared here
public struct DeepCodingValue<Value> {
                              ^
/host/spi-builder-workspace/Sources/DeepCodable/Value.swift:18:28: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
                fileprivate enum Wrapped<Value> {
                                         ^
/host/spi-builder-workspace/Sources/DeepCodable/Value.swift:7:31: note: 'Value' previously declared here
public struct DeepCodingValue<Value> {
                              ^
[2/7] Compiling DeepCodable Tree.swift
/host/spi-builder-workspace/Sources/DeepCodable/Tree.swift:20:28: warning: generic parameter 'Root' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        public struct TreeBuilder<Root> {
                                  ^
/host/spi-builder-workspace/Sources/DeepCodable/Tree.swift:17:30: note: 'Root' previously declared here
public struct DeepCodingTree<Root> {
                             ^
[3/7] Compiling DeepCodable Node.swift
[4/7] Compiling DeepCodable Encodable.swift
[5/7] Compiling DeepCodable Codable.swift
[6/7] Emitting module DeepCodable
/host/spi-builder-workspace/Sources/DeepCodable/Tree.swift:20:28: warning: generic parameter 'Root' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        public struct TreeBuilder<Root> {
                                  ^
/host/spi-builder-workspace/Sources/DeepCodable/Tree.swift:17:30: note: 'Root' previously declared here
public struct DeepCodingTree<Root> {
                             ^
/host/spi-builder-workspace/Sources/DeepCodable/Value.swift:16:28: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        fileprivate class Storage<Value> {
                                  ^
/host/spi-builder-workspace/Sources/DeepCodable/Value.swift:7:31: note: 'Value' previously declared here
public struct DeepCodingValue<Value> {
                              ^
/host/spi-builder-workspace/Sources/DeepCodable/Value.swift:18:28: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
                fileprivate enum Wrapped<Value> {
                                         ^
/host/spi-builder-workspace/Sources/DeepCodable/Value.swift:7:31: note: 'Value' previously declared here
public struct DeepCodingValue<Value> {
                              ^
[7/7] Compiling DeepCodable Decodable.swift
Build complete! (4.17s)
Build complete.
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.