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

Failed to build macro-codable-kit, reference main (4491fc), with Swift 6.1 for Linux on 30 Apr 2025 03:42:15 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mikhailmaslo/macro-codable-kit.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/mikhailmaslo/macro-codable-kit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4491fcd Replace decodeIfPresent with decode for singleValue (#10)
Cloned https://github.com/mikhailmaslo/macro-codable-kit.git
Revision (git rev-parse @):
4491fcda995fc0036d033cd1fd791bc1d35acf9e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mikhailmaslo/macro-codable-kit.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mikhailmaslo/macro-codable-kit.git
https://github.com/mikhailmaslo/macro-codable-kit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "510.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    },
    {
      "identity" : "swift-format",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "510.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-format.git"
    },
    {
      "identity" : "swift-macro-toolkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/stackotter/swift-macro-toolkit"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing"
    }
  ],
  "manifest_display_name" : "macro-codable-kit",
  "name" : "macro-codable-kit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "MacroCodableKit",
      "targets" : [
        "MacroCodableKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Macro",
      "targets" : [
        "Macro"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MacroCodableKitTests",
      "module_type" : "SwiftTarget",
      "name" : "MacroCodableKitTests",
      "path" : "Tests/MacroCodableKitTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport",
        "MacroTesting"
      ],
      "sources" : [
        "AllOfCodable/AllOfCodableMacroTests.swift",
        "AllOfCodable/AllOfDecodableMacroTests.swift",
        "AllOfCodable/AllOfEncodableMacroTests.swift",
        "AllOfCodable/AllOfMacroDecodingTests.swift",
        "Annotations/AnnotationTests.swift",
        "Annotations/Base64StrategyTests.swift",
        "Annotations/DateValueStrategyTests.swift",
        "Annotations/DefaultValueTests.swift",
        "Annotations/Macro/AnnotationsMixMacroTests.swift",
        "Annotations/Macro/CustomCodingMacroTests.swift",
        "Annotations/Macro/DefaultValueMacroTests.swift",
        "Annotations/Macro/DiagnosticTests.swift",
        "Annotations/Macro/ValueStrategyMacroTests.swift",
        "Annotations/SafeCodingArrayTests.swift",
        "Annotations/SafeCodingDictionaryTests.swift",
        "Codable/CodableMacroTests.swift",
        "Codable/CodableTests.swift",
        "Codable/DecodableMacroTests.swift",
        "Codable/EncodableMacroTests.swift",
        "Helpers/Misc.swift",
        "OneOfCodable/OneOfCodableMacroTests.swift",
        "OneOfCodable/OneOfDecodableMacroTests.swift",
        "OneOfCodable/OneOfEncodableMacroTests.swift",
        "OneOfCodable/OneOfMacroDecodingTests.swift"
      ],
      "target_dependencies" : [
        "Macro",
        "MacroCodableKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MacroCodableKit",
      "module_type" : "SwiftTarget",
      "name" : "MacroCodableKit",
      "path" : "Sources/MacroCodableKit",
      "product_memberships" : [
        "MacroCodableKit"
      ],
      "sources" : [
        "Macros/AllOf.swift",
        "Macros/Annotations.swift",
        "Macros/Codable.swift",
        "Macros/OneOf.swift",
        "Misc/CustomCoding/CustomCodingDecoding.swift",
        "Misc/CustomCoding/CustomCodingEncoding.swift",
        "Misc/CustomCoding/Predefined/SafeDecoding/SafeDecoding+Array.swift",
        "Misc/CustomCoding/Predefined/SafeDecoding/SafeDecoding+Dictionary.swift",
        "Misc/CustomCoding/Predefined/SafeDecoding/SafeDecoding.swift",
        "Misc/CustomCoding/Types/CustomCodingDecoding+Types.swift",
        "Misc/CustomCoding/Types/CustomCodingEncoding+Types.swift",
        "Misc/CustomDecodingName.swift",
        "Misc/DefaultProviders/BoolFalse.swift",
        "Misc/DefaultProviders/BoolTrue.swift",
        "Misc/DefaultProviders/DoubleZero.swift",
        "Misc/DefaultProviders/EmptyString.swift",
        "Misc/DefaultProviders/IntZero.swift",
        "Misc/DefaultValueStrategy.swift",
        "Misc/OptionalProtocol.swift",
        "Misc/ValueCodableStrategies/Base64Strategy.swift",
        "Misc/ValueCodableStrategies/Date/DateFormatterStrategy.swift",
        "Misc/ValueCodableStrategies/Date/ISO8601DateFormatterProvider.swift",
        "Misc/ValueCodableStrategies/Date/RFC2822DateFormatterProvider.swift",
        "Misc/ValueCodableStrategies/Date/RFC3339DateFormatterProvider.swift",
        "Misc/ValueCodableStrategies/Date/TimestampedDate.swift",
        "Misc/ValueCodableStrategies/Date/YearMonthDayDateFormatterProvider.swift",
        "Misc/ValueCodableStrategy.swift"
      ],
      "target_dependencies" : [
        "Macro"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Macro",
      "module_type" : "SwiftTarget",
      "name" : "Macro",
      "path" : "Sources/Macro",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin",
        "MacroToolkit",
        "SwiftFormat"
      ],
      "product_memberships" : [
        "MacroCodableKit",
        "Macro"
      ],
      "sources" : [
        "Helpers/CodeBuilder+Helpers.swift",
        "Helpers/Conformance+Helpers.swift",
        "Helpers/DiagnosticMessage+Helpers.swift",
        "Helpers/MacroToolkit+Helpers.swift",
        "Helpers/MessageID+Helpers.swift",
        "Helpers/String+Helpers.swift",
        "Helpers/Type+Helpers.swift",
        "Macro/AllOfCodable/AllOfCodable.swift",
        "Macro/AllOfCodable/AllOfDecodableMacro.swift",
        "Macro/AllOfCodable/AllOfEncodableMacro.swift",
        "Macro/AllOfCodable/AllOfMacroBase.swift",
        "Macro/Codable/CodableMacro.swift",
        "Macro/Codable/CodableMacroBase.swift",
        "Macro/Codable/DecodableMacro.swift",
        "Macro/Codable/EncodableMacro.swift",
        "Macro/CodingKey/CodingKey.swift",
        "Macro/CodingKey/CodingKeyMacro.swift",
        "Macro/CustomCoding/CustomCoding.swift",
        "Macro/CustomCoding/CustomCodingMacro.swift",
        "Macro/DefaultValue/DefaultValue.swift",
        "Macro/DefaultValue/DefaultValueMacro.swift",
        "Macro/OmitCoding/OmitCoding.swift",
        "Macro/OmitCoding/OmitCodingMacro.swift",
        "Macro/OneOfCodable/OneOfCodable.swift",
        "Macro/OneOfCodable/OneOfDecodable.swift",
        "Macro/OneOfCodable/OneOfEncodable.swift",
        "Macro/OneOfCodable/OneOfMacroBase.Diagnostic.swift",
        "Macro/OneOfCodable/OneOfMacroBase.Expander.swift",
        "Macro/OneOfCodable/OneOfMacroBase.swift",
        "Macro/ValueStrategy/ValueStrategy.swift",
        "Macro/ValueStrategy/ValueStrategyMacro.swift",
        "Misc/ClassDecl.swift",
        "Misc/CodableBuilderFactory.swift",
        "Misc/CodableBuilders/CodableBuildersMisc.swift",
        "Misc/CodableBuilders/CodableBuildingData.swift",
        "Misc/CodableBuilders/CodingKeysBuilder+Enum.swift",
        "Misc/CodableBuilders/CodingKeysBuilder+Instance.swift",
        "Misc/CodableBuilders/CodingKeysBuilder.swift",
        "Misc/CodableBuilders/DecodableBuilder+Instance.swift",
        "Misc/CodableBuilders/DecodableBuilder.swift",
        "Misc/CodableBuilders/EncodableBuilder+Instance.swift",
        "Misc/CodableBuilders/EncodableBuilder.swift",
        "Misc/CodableBuilders/Variable+Diagnostic.swift",
        "Misc/CodableBuilders/Variable+KnownAttributes.swift",
        "Misc/CodeBuilder/CodeBuilder.swift",
        "Misc/CodeBuilder/ExtensionBuilder.swift",
        "Misc/CommonDiagnostic.swift",
        "Misc/Conformance.swift",
        "Misc/ConformanceDiagnosticChecker.swift",
        "Misc/Diagnostic.swift",
        "Misc/Instance.swift",
        "Misc/InstanceExpander.swift",
        "Misc/MacroCurrent.swift",
        "Misc/SwiftFormatter.swift",
        "Plugin.swift"
      ],
      "type" : "macro"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/pointfreeco/swift-macro-testing
Fetching https://github.com/stackotter/swift-macro-toolkit
Fetching https://github.com/apple/swift-format.git
Fetching https://github.com/apple/swift-syntax.git
[1/869] Fetching swift-macro-toolkit
[870/1737] Fetching swift-macro-toolkit, swift-macro-testing
[1738/13708] Fetching swift-macro-toolkit, swift-macro-testing, swift-format
[13709/83953] Fetching swift-macro-toolkit, swift-macro-testing, swift-format, swift-syntax
Fetched https://github.com/stackotter/swift-macro-toolkit from cache (3.99s)
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (3.99s)
Fetched https://github.com/apple/swift-format.git from cache (4.00s)
Fetched https://github.com/apple/swift-syntax.git from cache (4.05s)
Computing version for https://github.com/apple/swift-format.git
Computed https://github.com/apple/swift-format.git at 509.0.0 (5.96s)
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-markdown.git
[1/6559] Fetching swift-markdown
[6560/21509] Fetching swift-markdown, swift-argument-parser
Fetched https://github.com/apple/swift-markdown.git from cache (0.76s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.76s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.1 (1.36s)
Computing version for https://github.com/apple/swift-markdown.git
Computed https://github.com/apple/swift-markdown.git at 0.6.0 (0.50s)
Fetching https://github.com/swiftlang/swift-cmark.git
[1/18036] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark.git from cache (0.79s)
Computing version for https://github.com/swiftlang/swift-cmark.git
Computed https://github.com/swiftlang/swift-cmark.git at 0.6.0 (1.29s)
Computing version for https://github.com/stackotter/swift-macro-toolkit
error: Dependencies could not be resolved because root depends on 'swift-syntax' 509.0.0..<510.0.0 and root depends on 'swift-macro-toolkit' 0.3.0..<1.0.0.
'swift-macro-toolkit' >= 0.3.0 practically depends on 'swift-syntax' {509.0.0, 510.0.0..<511.0.0, 600.0.1..<601.0.0} because 'swift-macro-toolkit' 0.6.0 depends on 'swift-syntax' 600.0.1..<601.0.0 and 'swift-macro-toolkit' 0.6.1 depends on 'swift-syntax' 600.0.1..<601.0.0.
'swift-macro-toolkit' {0.3.0..<0.6.0, 0.6.2..<1.0.0} practically depends on 'swift-syntax' {509.0.0, 510.0.0..<511.0.0} because 'swift-macro-toolkit' 0.4.0 depends on 'swift-syntax' 510.0.0..<511.0.0 and 'swift-macro-toolkit' 0.5.0 depends on 'swift-syntax' 510.0.0..<511.0.0.
'swift-macro-toolkit' {0.3.0..<0.4.0, 0.4.1..<0.5.0, 0.5.1..<0.6.0, 0.6.2..<1.0.0} practically depends on 'swift-syntax' 509.0.0 because 'swift-macro-toolkit' 0.3.0 depends on 'swift-syntax' 509.0.0 and 'swift-macro-toolkit' 0.3.1 depends on 'swift-syntax' 509.0.0.
'swift-macro-toolkit' {0.3.0, 0.3.2..<0.4.0, 0.4.1..<0.5.0, 0.5.1..<0.6.0, 0.6.2..<1.0.0} practically depends on 'swift-syntax' 509.0.0 because no versions of 'swift-macro-toolkit' match the requirement {0.3.2..<0.4.0, 0.4.1..<0.5.0, 0.5.1..<0.6.0, 0.6.2..<1.0.0} and 'swift-macro-toolkit' 0.3.0 depends on 'swift-syntax' 509.0.0.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 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
Updating https://github.com/stackotter/swift-macro-toolkit
Updating https://github.com/pointfreeco/swift-macro-testing
Updating https://github.com/apple/swift-format.git
Updating https://github.com/apple/swift-syntax.git
Updated https://github.com/stackotter/swift-macro-toolkit (0.31s)
Updated https://github.com/apple/swift-format.git (0.31s)
Updated https://github.com/apple/swift-syntax.git (0.31s)
Updated https://github.com/pointfreeco/swift-macro-testing (0.31s)
Computing version for https://github.com/apple/swift-format.git
Computed https://github.com/apple/swift-format.git at 509.0.0 (2.19s)
Updating https://github.com/apple/swift-markdown.git
Updating https://github.com/apple/swift-argument-parser.git
Updated https://github.com/apple/swift-argument-parser.git (0.16s)
Updated https://github.com/apple/swift-markdown.git (0.16s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.1 (0.78s)
Computing version for https://github.com/apple/swift-markdown.git
Computed https://github.com/apple/swift-markdown.git at 0.6.0 (0.50s)
Updating https://github.com/swiftlang/swift-cmark.git
Updated https://github.com/swiftlang/swift-cmark.git (0.26s)
Computing version for https://github.com/swiftlang/swift-cmark.git
Computed https://github.com/swiftlang/swift-cmark.git at 0.6.0 (0.76s)
Computing version for https://github.com/stackotter/swift-macro-toolkit
error: Dependencies could not be resolved because root depends on 'swift-syntax' 509.0.0..<510.0.0 and root depends on 'swift-macro-toolkit' 0.3.0..<1.0.0.
'swift-macro-toolkit' >= 0.3.0 practically depends on 'swift-syntax' {509.0.0, 510.0.0..<511.0.0, 600.0.1..<601.0.0} because 'swift-macro-toolkit' 0.6.0 depends on 'swift-syntax' 600.0.1..<601.0.0 and 'swift-macro-toolkit' 0.6.1 depends on 'swift-syntax' 600.0.1..<601.0.0.
'swift-macro-toolkit' {0.3.0..<0.6.0, 0.6.2..<1.0.0} practically depends on 'swift-syntax' {509.0.0, 510.0.0..<511.0.0} because 'swift-macro-toolkit' 0.4.0 depends on 'swift-syntax' 510.0.0..<511.0.0 and 'swift-macro-toolkit' 0.5.0 depends on 'swift-syntax' 510.0.0..<511.0.0.
'swift-macro-toolkit' {0.3.0..<0.4.0, 0.4.1..<0.5.0, 0.5.1..<0.6.0, 0.6.2..<1.0.0} practically depends on 'swift-syntax' 509.0.0 because 'swift-macro-toolkit' 0.3.0 depends on 'swift-syntax' 509.0.0 and 'swift-macro-toolkit' 0.3.1 depends on 'swift-syntax' 509.0.0.
'swift-macro-toolkit' {0.3.0, 0.3.2..<0.4.0, 0.4.1..<0.5.0, 0.5.1..<0.6.0, 0.6.2..<1.0.0} practically depends on 'swift-syntax' 509.0.0 because no versions of 'swift-macro-toolkit' match the requirement {0.3.2..<0.4.0, 0.4.1..<0.5.0, 0.5.1..<0.6.0, 0.6.2..<1.0.0} and 'swift-macro-toolkit' 0.3.0 depends on 'swift-syntax' 509.0.0.
BUILD FAILURE 6.1 linux