The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CodableWrappers, reference main (79d927), with Swift 6.1 for Wasm on 30 May 2025 04:31:06 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/GottaGetSwifty/CodableWrappers.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/GottaGetSwifty/CodableWrappers
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 79d9274 Adding missing tests and some minor refactoring (#57)
Cloned https://github.com/GottaGetSwifty/CodableWrappers.git
Revision (git rev-parse @):
79d9274350608f360ba8f3c10e859eba014b00d1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/GottaGetSwifty/CodableWrappers.git at main
========================================
Build
========================================
Selected platform:         wasm
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-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/Quick/Quick.git
[1/14755] Fetching quick
[2067/34339] Fetching quick, nimble
[28465/104791] Fetching quick, nimble, swift-syntax
Fetched https://github.com/Quick/Quick.git from cache (1.51s)
[26315/90036] Fetching nimble, swift-syntax
Fetched https://github.com/Quick/Nimble.git from cache (2.80s)
[40158/70452] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (9.33s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 7.6.2 (10.55s)
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-algorithms.git
[1/5959] Fetching swift-algorithms
[5722/21345] Fetching swift-algorithms, swift-argument-parser
Fetched https://github.com/apple/swift-algorithms.git from cache (0.93s)
[12155/15386] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.60s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (5.47s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.69s)
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.67s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.09s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (1.42s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 13.7.1 (1.00s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.40s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (1.49s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.35s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.33s)
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/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/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/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/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
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/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 7.6.2
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 13.7.1
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-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-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 wasm