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 0.3.1 (4491fc), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 03:46:37 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mikhailmaslo/macro-codable-kit.git
Reference: 0.3.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mikhailmaslo/macro-codable-kit
 * tag               0.3.1      -> FETCH_HEAD
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 0.3.1
========================================
Build
========================================
Selected platform:         macosSpm
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
{
  "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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Fetching https://github.com/pointfreeco/swift-macro-testing
Fetching https://github.com/stackotter/swift-macro-toolkit
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/apple/swift-format.git
[1/868] Fetching swift-macro-testing
[114/1737] Fetching swift-macro-testing, swift-macro-toolkit
[1738/13708] Fetching swift-macro-testing, swift-macro-toolkit, swift-format
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (1.37s)
[1/70245] Fetching swift-syntax
Fetched https://github.com/apple/swift-format.git from cache (3.37s)
Fetched https://github.com/apple/swift-syntax.git from cache (3.37s)
Fetched https://github.com/stackotter/swift-macro-toolkit from cache (3.37s)
Computing version for https://github.com/apple/swift-format.git
Computed https://github.com/apple/swift-format.git at 509.0.0 (4.40s)
Fetching https://github.com/apple/swift-markdown.git
Fetching https://github.com/apple/swift-argument-parser.git from cache
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.63s)
[1/6559] Fetching swift-markdown
Fetched https://github.com/apple/swift-markdown.git from cache (1.33s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.1 (1.98s)
Computing version for https://github.com/apple/swift-markdown.git
Computed https://github.com/apple/swift-markdown.git at 0.6.0 (0.58s)
Fetching https://github.com/swiftlang/swift-cmark.git
[1/18036] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark.git from cache (1.53s)
Computing version for https://github.com/swiftlang/swift-cmark.git
Computed https://github.com/swiftlang/swift-cmark.git at 0.6.0 (2.11s)
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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Updating https://github.com/apple/swift-format.git
Updating https://github.com/apple/swift-syntax.git
Updating https://github.com/pointfreeco/swift-macro-testing
Updating https://github.com/stackotter/swift-macro-toolkit
Updated https://github.com/apple/swift-format.git (0.68s)
Updated https://github.com/stackotter/swift-macro-toolkit (0.90s)
Updated https://github.com/apple/swift-syntax.git (0.90s)
Updated https://github.com/pointfreeco/swift-macro-testing (0.90s)
Computing version for https://github.com/apple/swift-format.git
Computed https://github.com/apple/swift-format.git at 509.0.0 (0.97s)
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.65s)
Updated https://github.com/apple/swift-markdown.git (0.65s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.1 (0.72s)
Computing version for https://github.com/apple/swift-markdown.git
Computed https://github.com/apple/swift-markdown.git at 0.6.0 (0.02s)
Updating https://github.com/swiftlang/swift-cmark.git
Updated https://github.com/swiftlang/swift-cmark.git (0.81s)
Computing version for https://github.com/swiftlang/swift-cmark.git
Computed https://github.com/swiftlang/swift-cmark.git at 0.6.0 (0.87s)
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 macosSpm