The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build CodableWrappers, reference 3.1.0 (44140b), with Swift 6.1 for Android on 30 May 2025 04:31:19 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/GottaGetSwifty/CodableWrappers.git
Reference: 3.1.0
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/GottaGetSwifty/CodableWrappers
 * tag               3.1.0      -> FETCH_HEAD
HEAD is now at 44140bf Strict Concurrency additions and Documentation updates (#55)
Cloned https://github.com/GottaGetSwifty/CodableWrappers.git
Revision (git rev-parse @):
44140bf929cc1de185db824a20c027385a640ce4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/GottaGetSwifty/CodableWrappers.git at 3.1.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/GottaGetSwifty/CodableWrappers.git
https://github.com/GottaGetSwifty/CodableWrappers.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "13.0.0",
            "upper_bound" : "14.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    },
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.6.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "508.0.0",
            "upper_bound" : "600.0.2"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "CodableWrappers",
  "name" : "CodableWrappers",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "14.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "CodableWrappers",
      "targets" : [
        "CodableWrappers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CodableWrapperMacros",
      "targets" : [
        "CodableWrapperMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "IntegrationTests",
      "module_type" : "SwiftTarget",
      "name" : "IntegrationTests",
      "path" : "Tests/IntegrationTests",
      "product_dependencies" : [
        "Quick",
        "Nimble",
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "IntegrationTests.swift"
      ],
      "target_dependencies" : [
        "CodableWrapperMacros",
        "CodableWrappers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CodableWrappersTests",
      "module_type" : "SwiftTarget",
      "name" : "CodableWrappersTests",
      "path" : "Tests/CodableWrappersTests",
      "product_dependencies" : [
        "Quick",
        "Nimble"
      ],
      "sources" : [
        "CompositionTests.swift",
        "Decoder/BoolDecodingTests.swift",
        "Decoder/CustomFloatingPointDecoderTests.swift",
        "Decoder/DataDecodingTests.swift",
        "Decoder/DateDecodingTests.swift",
        "Decoder/DecodingTestSpec.swift",
        "Decoder/EmptyDefaultsDecodingTests.swift",
        "Decoder/LossyCollectionDecodingTests.swift",
        "Decoder/OptionalDecodingTests.swift",
        "Encoder/BoolEncodingTests.swift",
        "Encoder/CustomFloatingPointEncoderTests.swift",
        "Encoder/DataEncodingTests.swift",
        "Encoder/DateEncodingTests.swift",
        "Encoder/EmptyDefaultsEncodingTests.swift",
        "Encoder/EncodingTestSpec.swift",
        "Encoder/NullEncodingTests.swift",
        "Encoder/OptionalEncodingTests.swift",
        "EqualLinesPredicate.swift",
        "Other/OtherTests.swift",
        "PartialImplementationTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "CodableWrappers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CodableWrappers",
      "module_type" : "SwiftTarget",
      "name" : "CodableWrappers",
      "path" : "Sources/CodableWrappers",
      "product_memberships" : [
        "CodableWrappers"
      ],
      "sources" : [
        "CodableMacros/CodableMacros.swift",
        "Convenience/ConveienceAdherence.swift",
        "Convenience/CustomWrappers.swift",
        "Convenience/Deprecations.swift",
        "Convenience/EmptyDefaults.swift",
        "Core/FallbackCoding.swift",
        "Core/ImmutableWrapper.swift",
        "Core/OmitCodingWrappers.swift",
        "Core/OptionalWrappers.swift",
        "Core/StaticCodingWrappers.swift",
        "Core/TransientCoding.swift",
        "StaticCoders/BoolCoding.swift",
        "StaticCoders/DataCoding.swift",
        "StaticCoders/DateCoding.swift",
        "StaticCoders/FloatingPointCoding.swift",
        "StaticCoders/NilFiltering.swift",
        "StaticCoders/NullEncoding.swift",
        "StaticCoders/StaticCoding.swift"
      ],
      "target_dependencies" : [
        "CodableWrapperMacros"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CodableWrapperMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "CodableWrapperMacrosTests",
      "path" : "Tests/CodableWrapperMacrosTests",
      "product_dependencies" : [
        "Quick",
        "Nimble",
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "CodingKeyMacroErrorTests.swift",
        "CodingKeyMacroTests.swift",
        "CodingKeyPredicate.swift",
        "CodingKeyPrefixSuffixTests.swift",
        "Helpers.swift",
        "KeyConverterTests.swift",
        "TestMacros.swift"
      ],
      "target_dependencies" : [
        "CodableWrapperMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CodableWrapperMacros",
      "module_type" : "SwiftTarget",
      "name" : "CodableWrapperMacros",
      "path" : "Sources/CodableWrapperMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "CodableWrappers",
        "CodableWrapperMacros"
      ],
      "sources" : [
        "CodableWrapperMacros.swift",
        "CodingKeys/CodingKeyMacros.swift",
        "CodingKeys/CodingKeyTypes.swift",
        "CodingKeys/CodingKeysGenerator.swift",
        "Convenience/ConvenienceExtensions.swift",
        "Convenience/DebuggingHelpers.swift",
        "Convenience/DiagnosticConvenience.swift",
        "ErrorHandling.swift",
        "TypeMacroContainers.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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/Quick/Nimble.git
[1/14755] Fetching quick
[12986/34339] Fetching quick, nimble
[17890/104791] Fetching quick, nimble, swift-syntax
Fetched https://github.com/Quick/Nimble.git from cache (2.61s)
[47163/85207] Fetching quick, swift-syntax
Fetched https://github.com/Quick/Quick.git from cache (7.82s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (7.91s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 7.6.2 (8.70s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/5959] Fetching swift-algorithms
[5960/21345] Fetching swift-algorithms, swift-argument-parser
Fetched https://github.com/apple/swift-algorithms.git from cache (1.38s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.38s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.48s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.74s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (1.20s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.50s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (0.61s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 13.7.1 (0.46s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.21s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.73s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.23s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.70s)
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 13.7.1
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
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.5.1
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 7.6.2
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
error: InternalError(description: "Internal error. Please file a bug at https://github.com/swiftlang/swift-package-manager/issues with this info. No build description for module: <ResolvedModule: IntegrationTests, test>")
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
error: InternalError(description: "Internal error. Please file a bug at https://github.com/swiftlang/swift-package-manager/issues with this info. No build description for module: <ResolvedModule: IntegrationTests, test>")
BUILD FAILURE 6.1 android