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 DynamicCodableKit, reference main (3e4b41), with Swift 6.1 for Linux on 27 Apr 2025 00:41:12 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftyLab/DynamicCodableKit.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/SwiftyLab/DynamicCodableKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3e4b41a doc: added archiving note
Cloned https://github.com/SwiftyLab/DynamicCodableKit.git
Revision (git rev-parse @):
3e4b41a7d891d058675dff7b10a336470ecf8b27
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/SwiftyLab/DynamicCodableKit.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/SwiftyLab/DynamicCodableKit.git
https://github.com/SwiftyLab/DynamicCodableKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-format",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.50600.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-format"
    }
  ],
  "manifest_display_name" : "DynamicCodableKit",
  "name" : "DynamicCodableKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "8.0"
    },
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "DynamicCodableKit",
      "targets" : [
        "DynamicCodableKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "DynamicCodableKitTests",
      "module_type" : "SwiftTarget",
      "name" : "DynamicCodableKitTests",
      "path" : "Tests/DynamicCodableKitTests",
      "sources" : [
        "DynamicDecodable.swift",
        "DynamicDecodingContext.swift",
        "DynamicDecodingContextCodingKey/Data/IdentifierCollectionDecode.swift",
        "DynamicDecodingContextCodingKey/Data/IdentifierCollectionDecodeWithInvalidData.swift",
        "DynamicDecodingContextCodingKey/Data/IdentifierDecode.swift",
        "DynamicDecodingContextCodingKey/Data/IdentifierDecodeWithInvalidData.swift",
        "DynamicDecodingContextCodingKey/DynamicDecodingCollectionWrapper.swift",
        "DynamicDecodingContextCodingKey/DynamicDecodingWrapper.swift",
        "DynamicDecodingContextCodingKey/Models/DynamicBaseType.swift",
        "DynamicDecodingContextCodingKey/Models/PostPage.swift",
        "DynamicDecodingContextCodingKey/Models/SocialMediaPost.swift",
        "DynamicDecodingContextContainerCodingKey/Data/ContainerCollectionDecode.swift",
        "DynamicDecodingContextContainerCodingKey/Data/ContainerCollectionDecodeWithInvalidData.swift",
        "DynamicDecodingContextContainerCodingKey/Data/ContainerDecode.swift",
        "DynamicDecodingContextContainerCodingKey/Data/ContainerDecodeWithInvalidData.swift",
        "DynamicDecodingContextContainerCodingKey/Data/PathCodingKeyData.swift",
        "DynamicDecodingContextContainerCodingKey/DynamicDecodingCollectionDictionaryWrapper.swift",
        "DynamicDecodingContextContainerCodingKey/DynamicDecodingDictionaryWrapper.swift",
        "DynamicDecodingContextContainerCodingKey/Models/PostContainer.swift",
        "DynamicDecodingContextContainerCodingKey/Models/PostPath.swift",
        "DynamicDecodingContextContainerCodingKey/PathCodingKeyWrapper.swift",
        "DynamicDecodingContextProvider/Data/ProviderCollectionDecode.swift",
        "DynamicDecodingContextProvider/Data/ProviderCollectionDecodeWithInvalidData.swift",
        "DynamicDecodingContextProvider/DynamicDecodingCollectionContextBasedWrapper.swift",
        "DynamicDecodingContextProvider/DynamicDecodingContextBasedWrapper.swift",
        "DynamicDecodingContextProvider/Models/ProviderPost.swift",
        "DynamicEncodable.swift",
        "Models/HashablePost.swift",
        "Models/Post.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "DynamicCodableKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DynamicCodableKit",
      "module_type" : "SwiftTarget",
      "name" : "DynamicCodableKit",
      "path" : "Sources/DynamicCodableKit",
      "product_memberships" : [
        "DynamicCodableKit"
      ],
      "sources" : [
        "DynamicDecodable.swift",
        "DynamicDecodingConfiguration.swift",
        "DynamicDecodingContext.swift",
        "DynamicDecodingContextCodingKey/DynamicDecodingCollectionWrapper.swift",
        "DynamicDecodingContextCodingKey/DynamicDecodingContextCodingKey.swift",
        "DynamicDecodingContextCodingKey/DynamicDecodingDefaultValueWrapper.swift",
        "DynamicDecodingContextCodingKey/DynamicDecodingWrapper.swift",
        "DynamicDecodingContextContainerCodingKey/DynamicDecodingCollectionDictionaryWrapper.swift",
        "DynamicDecodingContextContainerCodingKey/DynamicDecodingContextContainerCodingKey.swift",
        "DynamicDecodingContextContainerCodingKey/DynamicDecodingDictionaryWrapper.swift",
        "DynamicDecodingContextContainerCodingKey/PathCodingKeyDefaultValueWrapper.swift",
        "DynamicDecodingContextContainerCodingKey/PathCodingKeyWrapper.swift",
        "DynamicDecodingContextProvider/DynamicDecodingCollectionContextBasedWrapper.swift",
        "DynamicDecodingContextProvider/DynamicDecodingContextBasedWrapper.swift",
        "DynamicDecodingContextProvider/DynamicDecodingContextProvider.swift",
        "DynamicDecodingContextProvider/DynamicDecodingDefaultValueContextBasedWrapper.swift",
        "DynamicEncodable.swift",
        "Extensions/Decoder.swift",
        "Extensions/DecodingError.swift",
        "Extensions/KeyedDecodingContainerProtocol.swift",
        "Extensions/UnkeyedDecodingContainer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-format
[1/11955] Fetching swift-format
[2/14004] Fetching swift-format, swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.19s)
Fetched https://github.com/apple/swift-format from cache (1.19s)
Computing version for https://github.com/apple/swift-format
Computed https://github.com/apple/swift-format at 0.50700.1 (2.20s)
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-tools-support-core.git
Fetching https://github.com/apple/swift-syntax
[1/6718] Fetching swift-tools-support-core
[6719/21668] Fetching swift-tools-support-core, swift-argument-parser
[21669/91901] Fetching swift-tools-support-core, swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-tools-support-core.git from cache (2.25s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (2.51s)
Fetched https://github.com/apple/swift-syntax from cache (4.86s)
Computing version for https://github.com/apple/swift-tools-support-core.git
Computed https://github.com/apple/swift-tools-support-core.git at 0.2.7 (5.52s)
Fetching https://github.com/apple/swift-system.git
[1/4353] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.35s)
Computing version for https://github.com/apple/swift-syntax
Computed https://github.com/apple/swift-syntax at 0.50700.1 (1.19s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.1.4 (0.60s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.1.1 (0.58s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.58s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3375] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.35s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.95s)
Creating working copy for https://github.com/apple/swift-syntax
Working copy of https://github.com/apple/swift-syntax resolved at 0.50700.1
Creating working copy for https://github.com/apple/swift-format
Working copy of https://github.com/apple/swift-format resolved at 0.50700.1
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-tools-support-core.git
Working copy of https://github.com/apple/swift-tools-support-core.git resolved at 0.2.7
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.1.4
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
[1/1] Compiling plugin GenerateManualPlugin
[2/2] Compiling plugin Swift-DocC Preview
[3/3] Compiling plugin Swift-DocC
Building for debugging...
[3/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/25] Emitting module DynamicCodableKit
[7/27] Compiling DynamicCodableKit DynamicDecodable.swift
[8/27] Compiling DynamicCodableKit DynamicDecodingConfiguration.swift
[9/27] Compiling DynamicCodableKit DynamicDecodingContext.swift
[10/27] Compiling DynamicCodableKit DynamicDecodingCollectionWrapper.swift
[11/27] Compiling DynamicCodableKit DynamicDecodingContextCodingKey.swift
[12/27] Compiling DynamicCodableKit DynamicDecodingDefaultValueWrapper.swift
[13/27] Compiling DynamicCodableKit Decoder.swift
[14/27] Compiling DynamicCodableKit DecodingError.swift
[15/27] Compiling DynamicCodableKit KeyedDecodingContainerProtocol.swift
[16/27] Compiling DynamicCodableKit UnkeyedDecodingContainer.swift
[17/27] Compiling DynamicCodableKit DynamicDecodingCollectionContextBasedWrapper.swift
[18/27] Compiling DynamicCodableKit DynamicDecodingContextBasedWrapper.swift
[19/27] Compiling DynamicCodableKit DynamicDecodingContextProvider.swift
[20/27] Compiling DynamicCodableKit DynamicDecodingWrapper.swift
[21/27] Compiling DynamicCodableKit DynamicDecodingCollectionDictionaryWrapper.swift
[22/27] Compiling DynamicCodableKit DynamicDecodingContextContainerCodingKey.swift
[23/27] Compiling DynamicCodableKit DynamicDecodingDefaultValueContextBasedWrapper.swift
[24/27] Compiling DynamicCodableKit DynamicEncodable.swift
[25/27] Compiling DynamicCodableKit DynamicDecodingDictionaryWrapper.swift
[26/27] Compiling DynamicCodableKit PathCodingKeyDefaultValueWrapper.swift
[27/27] Compiling DynamicCodableKit PathCodingKeyWrapper.swift
Build complete! (35.62s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-format",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.50600.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-format"
    }
  ],
  "manifest_display_name" : "DynamicCodableKit",
  "name" : "DynamicCodableKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "8.0"
    },
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "DynamicCodableKit",
      "targets" : [
        "DynamicCodableKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "DynamicCodableKitTests",
      "module_type" : "SwiftTarget",
      "name" : "DynamicCodableKitTests",
      "path" : "Tests/DynamicCodableKitTests",
      "sources" : [
        "DynamicDecodable.swift",
        "DynamicDecodingContext.swift",
        "DynamicDecodingContextCodingKey/Data/IdentifierCollectionDecode.swift",
        "DynamicDecodingContextCodingKey/Data/IdentifierCollectionDecodeWithInvalidData.swift",
        "DynamicDecodingContextCodingKey/Data/IdentifierDecode.swift",
        "DynamicDecodingContextCodingKey/Data/IdentifierDecodeWithInvalidData.swift",
        "DynamicDecodingContextCodingKey/DynamicDecodingCollectionWrapper.swift",
        "DynamicDecodingContextCodingKey/DynamicDecodingWrapper.swift",
        "DynamicDecodingContextCodingKey/Models/DynamicBaseType.swift",
        "DynamicDecodingContextCodingKey/Models/PostPage.swift",
        "DynamicDecodingContextCodingKey/Models/SocialMediaPost.swift",
        "DynamicDecodingContextContainerCodingKey/Data/ContainerCollectionDecode.swift",
        "DynamicDecodingContextContainerCodingKey/Data/ContainerCollectionDecodeWithInvalidData.swift",
        "DynamicDecodingContextContainerCodingKey/Data/ContainerDecode.swift",
        "DynamicDecodingContextContainerCodingKey/Data/ContainerDecodeWithInvalidData.swift",
        "DynamicDecodingContextContainerCodingKey/Data/PathCodingKeyData.swift",
        "DynamicDecodingContextContainerCodingKey/DynamicDecodingCollectionDictionaryWrapper.swift",
        "DynamicDecodingContextContainerCodingKey/DynamicDecodingDictionaryWrapper.swift",
        "DynamicDecodingContextContainerCodingKey/Models/PostContainer.swift",
        "DynamicDecodingContextContainerCodingKey/Models/PostPath.swift",
        "DynamicDecodingContextContainerCodingKey/PathCodingKeyWrapper.swift",
        "DynamicDecodingContextProvider/Data/ProviderCollectionDecode.swift",
        "DynamicDecodingContextProvider/Data/ProviderCollectionDecodeWithInvalidData.swift",
        "DynamicDecodingContextProvider/DynamicDecodingCollectionContextBasedWrapper.swift",
        "DynamicDecodingContextProvider/DynamicDecodingContextBasedWrapper.swift",
        "DynamicDecodingContextProvider/Models/ProviderPost.swift",
        "DynamicEncodable.swift",
        "Models/HashablePost.swift",
        "Models/Post.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "DynamicCodableKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DynamicCodableKit",
      "module_type" : "SwiftTarget",
      "name" : "DynamicCodableKit",
      "path" : "Sources/DynamicCodableKit",
      "product_memberships" : [
        "DynamicCodableKit"
      ],
      "sources" : [
        "DynamicDecodable.swift",
        "DynamicDecodingConfiguration.swift",
        "DynamicDecodingContext.swift",
        "DynamicDecodingContextCodingKey/DynamicDecodingCollectionWrapper.swift",
        "DynamicDecodingContextCodingKey/DynamicDecodingContextCodingKey.swift",
        "DynamicDecodingContextCodingKey/DynamicDecodingDefaultValueWrapper.swift",
        "DynamicDecodingContextCodingKey/DynamicDecodingWrapper.swift",
        "DynamicDecodingContextContainerCodingKey/DynamicDecodingCollectionDictionaryWrapper.swift",
        "DynamicDecodingContextContainerCodingKey/DynamicDecodingContextContainerCodingKey.swift",
        "DynamicDecodingContextContainerCodingKey/DynamicDecodingDictionaryWrapper.swift",
        "DynamicDecodingContextContainerCodingKey/PathCodingKeyDefaultValueWrapper.swift",
        "DynamicDecodingContextContainerCodingKey/PathCodingKeyWrapper.swift",
        "DynamicDecodingContextProvider/DynamicDecodingCollectionContextBasedWrapper.swift",
        "DynamicDecodingContextProvider/DynamicDecodingContextBasedWrapper.swift",
        "DynamicDecodingContextProvider/DynamicDecodingContextProvider.swift",
        "DynamicDecodingContextProvider/DynamicDecodingDefaultValueContextBasedWrapper.swift",
        "DynamicEncodable.swift",
        "Extensions/Decoder.swift",
        "Extensions/DecodingError.swift",
        "Extensions/KeyedDecodingContainerProtocol.swift",
        "Extensions/UnkeyedDecodingContainer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.