Build Information
Failed to build AssetLib, reference 0.2.1 (8f3d57
), with Swift 6.0 for Linux on 26 Feb 2025 20:09:52 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brightdigit/AssetLib.git
Reference: 0.2.1
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/brightdigit/AssetLib
* tag 0.2.1 -> FETCH_HEAD
HEAD is now at 8f3d572 Make AssetSpecificationBuilder public as well as its init
Cloned https://github.com/brightdigit/AssetLib.git
Revision (git rev-parse @):
8f3d5727b77aaa0dcf8c0d05e1a01660f13816a1
SUCCESS checkout https://github.com/brightdigit/AssetLib.git at 0.2.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/brightdigit/AssetLib.git
https://github.com/brightdigit/AssetLib.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "komondor",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.6",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/shibapm/Komondor"
},
{
"identity" : "swiftformat",
"requirement" : {
"range" : [
{
"lower_bound" : "0.47.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/SwiftFormat"
},
{
"identity" : "swiftlint",
"requirement" : {
"range" : [
{
"lower_bound" : "0.43.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/realm/SwiftLint"
},
{
"identity" : "rocket",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/shibapm/Rocket"
},
{
"identity" : "swift-test-codecov",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/brightdigit/swift-test-codecov"
}
],
"manifest_display_name" : "AssetLib",
"name" : "AssetLib",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "AssetLib",
"targets" : [
"AssetLib"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "assetlibrary",
"targets" : [
"assetlibrary"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "assetlibrary",
"module_type" : "SwiftTarget",
"name" : "assetlibrary",
"path" : "Sources/assetlibrary",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"assetlibrary"
],
"sources" : [
"AssetLibraryCommand.swift",
"main.swift"
],
"target_dependencies" : [
"AssetLib"
],
"type" : "executable"
},
{
"c99name" : "AssetLibTests",
"module_type" : "SwiftTarget",
"name" : "AssetLibTests",
"path" : "Tests/AssetLibTests",
"sources" : [
"Extensions/Array.swift",
"Extensions/AssetSpecificationDocument.swift",
"Extensions/Data.swift",
"Extensions/Dictionary.swift",
"Extensions/TemplateResult.swift",
"Models/ErrorDecoder.swift",
"Models/MockDecoder.swift",
"Models/MockEncoder.swift",
"Models/MockError.swift",
"Models/MockValueType.swift",
"Models/SortedDictionary.swift",
"Tests/AppIconTemplateBuilderTests.swift",
"Tests/AssetSpecificationTests.swift",
"Tests/AssetURLInitializerTests.swift",
"Tests/ISDeviceIdiomProviderTests.swift",
"Tests/IdiomScaleProviderTestsTests.swift",
"Tests/ImageSetTemplateBuilderTests.swift",
"Tests/SizesTest.swift",
"Tests/TemplateDecodingTests.swift",
"Tests/TemplateResultParserTests.swift",
"Tests/TemplateTypeParserTests.swift",
"Tests/TemplateWriterTests.swift",
"Tests/ValueAppearanceTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"AssetLib"
],
"type" : "test"
},
{
"c99name" : "AssetLib",
"module_type" : "SwiftTarget",
"name" : "AssetLib",
"path" : "Sources/AssetLib",
"product_memberships" : [
"AssetLib",
"assetlibrary"
],
"sources" : [
"Array.swift",
"Controllers/AppIconDeviceIdiomMap.swift",
"Controllers/AppIconMasterDocumentProvider.swift",
"Controllers/AppIconTemplateBuilder.swift",
"Controllers/AssetTemplateBuilder.swift",
"Controllers/AssetURLInitializer.swift",
"Controllers/ISDeviceIdiomProvider.swift",
"Controllers/IdiomAppIconSpecMap.swift",
"Controllers/IdiomScaleProvider.swift",
"Controllers/ImageIdiomDisplayGamut.swift",
"Controllers/ImageSetTemplateBuilder.swift",
"Controllers/TemplateResultParser.swift",
"Controllers/TemplateTypeParser.swift",
"Controllers/TemplateWriter.swift",
"DecodingError.swift",
"Float.swift",
"Models/AnyAppearance.swift",
"Models/AppIconTemplate.swift",
"Models/AppIconTemplateBase64.swift",
"Models/Appearance.swift",
"Models/AppearanceValue.swift",
"Models/AppleWatchAutoScaingMethod.swift",
"Models/AppleWatchRole.swift",
"Models/AppleWatchScreenWidth.swift",
"Models/AssetSpecification.swift",
"Models/AssetSpecificationBuilder.swift",
"Models/AssetSpecificationDocument.swift",
"Models/AssetSpecificationMetadata.swift",
"Models/AssetSpecificationProperties.swift",
"Models/CompressType.swift",
"Models/Contrast.swift",
"Models/Device.swift",
"Models/DeviceSubType.swift",
"Models/DisplayGamut.swift",
"Models/GraphicsFeatureSet.swift",
"Models/ImageIdiom.swift",
"Models/ImageSetDevice.swift",
"Models/ImageSetIdiomDetail.swift",
"Models/ImageSetTemplate.swift",
"Models/LanguageDirection.swift",
"Models/Luminosity.swift",
"Models/Memory.swift",
"Models/ProductOperation.swift",
"Models/RenderingIntent.swift",
"Models/Scales.swift",
"Models/Size.swift",
"Models/SizeClass.swift",
"Models/Sizes.swift",
"Models/TemplateDetails.swift",
"Models/TemplateResult.swift",
"Models/TemplateScaling.swift",
"Models/TemplateType.swift",
"Models/ValuedAppearance.swift",
"Protocols/AppIconDeviceIdiomMapProtocol.swift",
"Protocols/AppIconMasterDocumentProviderProtocol.swift",
"Protocols/AssetSpecificationDocumentProtocol.swift",
"Protocols/AssetSpecificationMetadataProtocol.swift",
"Protocols/AssetSpecificationPropertiesProtocol.swift",
"Protocols/AssetSpecificationProtocol.swift",
"Protocols/AssetURLIntializerProtocol.swift",
"Protocols/ISDeviceIdiomProviderProtocol.swift",
"Protocols/IdiomAppIconSpecProvider.swift",
"Protocols/IdiomScaleProviderProtocol.swift",
"Protocols/ImageIdiomDisplayGamutProtocol.swift",
"Protocols/TemplateDecoder.swift",
"Protocols/TemplateEncoder.swift",
"Protocols/TemplateResultParserProtocol.swift",
"Protocols/TemplateTypeParserProtocol.swift",
"Protocols/TemplateWriterProtocol.swift",
"String.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/shibapm/Komondor
Fetching https://github.com/shibapm/Rocket
Fetching https://github.com/brightdigit/swift-test-codecov
Fetching https://github.com/realm/SwiftLint
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/apple/swift-argument-parser
[1/330] Fetching swift-test-codecov
[331/1716] Fetching swift-test-codecov, rocket
[1717/2225] Fetching swift-test-codecov, rocket, komondor
Fetched https://github.com/brightdigit/swift-test-codecov from cache (0.29s)
[1/14652] Fetching swift-argument-parser
[5423/61230] Fetching swift-argument-parser, swiftformat
[12854/208601] Fetching swift-argument-parser, swiftformat, swiftlint
Fetched https://github.com/apple/swift-argument-parser from cache (0.95s)
[16448/193949] Fetching swiftformat, swiftlint
Fetched https://github.com/nicklockwood/SwiftFormat from cache (30.61s)
Fetched https://github.com/shibapm/Rocket from cache (35.67s)
Fetched https://github.com/shibapm/Komondor from cache (35.67s)
Fetched https://github.com/realm/SwiftLint from cache (37.08s)
Computing version for https://github.com/brightdigit/swift-test-codecov
Computed https://github.com/brightdigit/swift-test-codecov at 1.0.0 (3.16s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.3.2 (4.59s)
Computing version for https://github.com/shibapm/Rocket
Computed https://github.com/shibapm/Rocket at 1.3.0 (2.29s)
Fetching https://github.com/shibapm/PackageConfig.git
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/kareman/SwiftShell
Fetching https://github.com/shibapm/Logger
[1/116] Fetching logger
[117/696] Fetching logger, packageconfig
[697/5559] Fetching logger, packageconfig, swiftshell
[5560/15824] Fetching logger, packageconfig, swiftshell, yams
Fetched https://github.com/shibapm/PackageConfig.git from cache (1.85s)
Fetched https://github.com/kareman/SwiftShell from cache (1.86s)
Fetched https://github.com/shibapm/Logger from cache (2.06s)
Fetched https://github.com/jpsim/Yams from cache (2.09s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (2.31s)
Computing version for https://github.com/shibapm/Logger
Computed https://github.com/shibapm/Logger at 0.2.3 (3.17s)
Computing version for https://github.com/shibapm/Komondor
Computed https://github.com/shibapm/Komondor at 1.1.4 (0.65s)
Fetching https://github.com/JohnSundell/ShellOut.git
[1/960] Fetching shellout
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.18s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (0.68s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 1.1.3 (0.66s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.3.1 (0.63s)
Computing version for https://github.com/realm/SwiftLint
error: Invalid manifest (compiled with: ["/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.f7Je1R/vfs.yaml", "-L", "/usr/lib/swift/pm/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/usr/lib/swift/pm/ManifestAPI", "-swift-version", "5", "-I", "/usr/lib/swift/pm/ManifestAPI", "-package-description-version", "5.7.0", "/Package.swift", "-o", "/tmp/TemporaryDirectory.tfH07I/swiftlint-manifest"])
/Package.swift:109:9: error: unexpected ',' separator
107 | url: "https://github.com/realm/SwiftLint/releases/download/0.50.2/SwiftLintBinary-macos.artifactbundle.zip",
108 | checksum: "c5cd5f8ba4cc23615d7f88d90ced68758752aa6f735ff709aee79d9fe62b4430",
109 | )
| `- error: unexpected ',' separator
110 | ]
111 | ) in https://github.com/realm/SwiftLint
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Updating https://github.com/shibapm/Komondor
Updating https://github.com/shibapm/Rocket
Updating https://github.com/nicklockwood/SwiftFormat
Updating https://github.com/apple/swift-argument-parser
Updating https://github.com/brightdigit/swift-test-codecov
Updating https://github.com/realm/SwiftLint
Updated https://github.com/shibapm/Rocket (0.18s)
Updated https://github.com/nicklockwood/SwiftFormat (0.19s)
Updated https://github.com/brightdigit/swift-test-codecov (0.19s)
Updated https://github.com/realm/SwiftLint (0.37s)
Updated https://github.com/shibapm/Komondor (0.37s)
Updated https://github.com/apple/swift-argument-parser (0.37s)
Computing version for https://github.com/brightdigit/swift-test-codecov
Computed https://github.com/brightdigit/swift-test-codecov at 1.0.0 (0.61s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.3.2 (0.63s)
Computing version for https://github.com/shibapm/Rocket
Computed https://github.com/shibapm/Rocket at 1.3.0 (0.60s)
Updating https://github.com/shibapm/Logger
Updating https://github.com/jpsim/Yams
Updating https://github.com/kareman/SwiftShell
Updating https://github.com/shibapm/PackageConfig.git
Updated https://github.com/shibapm/PackageConfig.git (0.14s)
Updated https://github.com/kareman/SwiftShell (0.15s)
Updated https://github.com/jpsim/Yams (0.17s)
Updated https://github.com/shibapm/Logger (0.17s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (0.64s)
Computing version for https://github.com/shibapm/Logger
Computed https://github.com/shibapm/Logger at 0.2.3 (2.26s)
Computing version for https://github.com/shibapm/Komondor
Computed https://github.com/shibapm/Komondor at 1.1.4 (0.60s)
Updating https://github.com/JohnSundell/ShellOut.git
Updated https://github.com/JohnSundell/ShellOut.git (0.14s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (0.59s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 1.1.3 (0.61s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.3.1 (0.60s)
Computing version for https://github.com/realm/SwiftLint
error: Invalid manifest (compiled with: ["/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.qRVwV5/vfs.yaml", "-L", "/usr/lib/swift/pm/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/usr/lib/swift/pm/ManifestAPI", "-swift-version", "5", "-I", "/usr/lib/swift/pm/ManifestAPI", "-package-description-version", "5.7.0", "/Package.swift", "-o", "/tmp/TemporaryDirectory.gK3a51/swiftlint-manifest"])
/Package.swift:109:9: error: unexpected ',' separator
107 | url: "https://github.com/realm/SwiftLint/releases/download/0.50.2/SwiftLintBinary-macos.artifactbundle.zip",
108 | checksum: "c5cd5f8ba4cc23615d7f88d90ced68758752aa6f735ff709aee79d9fe62b4430",
109 | )
| `- error: unexpected ',' separator
110 | ]
111 | ) in https://github.com/realm/SwiftLint
BUILD FAILURE 6.0 linux