Build Information
Failed to build CodableWrappers, reference main (79d927
), with Swift 6.1 for Linux on 30 Apr 2025 07:22:34 UTC.
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 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.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: linux
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-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 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/Quick/Nimble.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/Quick/Quick.git
[1/14755] Fetching quick
[2067/34322] Fetching quick, nimble
[26301/104567] Fetching quick, nimble, swift-syntax
Fetched https://github.com/Quick/Quick.git from cache (1.46s)
[25661/89812] Fetching nimble, swift-syntax
Fetched https://github.com/Quick/Nimble.git from cache (2.97s)
[37230/70245] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (9.04s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 7.6.2 (10.12s)
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-algorithms.git
[1/5903] Fetching swift-algorithms
[1654/20853] Fetching swift-algorithms, swift-argument-parser
Fetched https://github.com/apple/swift-algorithms.git from cache (1.07s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.08s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (4.81s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.63s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (1.66s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.10s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (1.26s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 13.7.1 (0.96s)
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.46s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.31s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.41s)
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/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/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 13.7.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-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
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/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
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-1":/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
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 linux