Build Information
Failed to build public-api-diff, reference 0.10.1 (61d3be
), with Swift 6.1 for Linux on 18 Jun 2025 01:31:00 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Adyen/adyen-swift-public-api-diff.git
Reference: 0.10.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/Adyen/adyen-swift-public-api-diff
* tag 0.10.1 -> FETCH_HEAD
HEAD is now at 61d3be1 Merge pull request #120 from Adyen/remove-swift-lint
Cloned https://github.com/Adyen/adyen-swift-public-api-diff.git
Revision (git rev-parse @):
61d3be134cfdd1a8b6f2165e23a74a0086460234
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Adyen/adyen-swift-public-api-diff.git at 0.10.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/Adyen/adyen-swift-public-api-diff.git
https://github.com/Adyen/adyen-swift-public-api-diff.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "601.0.1",
"upper_bound" : "602.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax"
},
{
"identity" : "swiftformat",
"requirement" : {
"range" : [
{
"lower_bound" : "0.56.4",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/SwiftFormat"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "public-api-diff",
"name" : "public-api-diff",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "public-api-diff",
"targets" : [
"public-api-diff"
],
"type" : {
"executable" : null
}
},
{
"name" : "SwiftInterfaceDiff",
"targets" : [
"PADSwiftInterfaceDiff",
"PADOutputGenerator"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PublicApiDiff",
"targets" : [
"PADProjectBuilder",
"PADPackageFileAnalyzer",
"PADSwiftInterfaceDiff",
"PADOutputGenerator"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "public_api_diff",
"module_type" : "SwiftTarget",
"name" : "public-api-diff",
"path" : "Sources/ExecutableTargets/CommandLineTool",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"public-api-diff"
],
"sources" : [
"CommandLineTool+ExpressibleByArgument.swift",
"CommandLineTool.swift",
"FrameworkToOutputCommand.swift",
"ProjectToOutputCommand.swift",
"SwiftInterfaceToOutputCommand.swift"
],
"target_dependencies" : [
"PADProjectBuilder",
"PADSwiftInterfaceDiff",
"PADOutputGenerator",
"PADPackageFileAnalyzer",
"PADSwiftInterfaceFileLocator"
],
"type" : "executable"
},
{
"c99name" : "UnitTests",
"module_type" : "SwiftTarget",
"name" : "UnitTests",
"path" : "Tests/UnitTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/UnitTests/Resources/expected-reference-changes.md",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"FileHandlingTests.swift",
"GitTests.swift",
"LoggerTests.swift",
"OutputGeneratorTests.swift",
"PipelineTests.swift",
"ProjectSourceTests.swift",
"SwiftInterfaceElementDescriptionTests.swift",
"SwiftPackageFileAnalyzerTests.swift",
"Utilities/MockFileHandler.swift",
"Utilities/MockLogger.swift",
"Utilities/MockPipelineModules/MockLibraryAnalyzer.swift",
"Utilities/MockPipelineModules/MockOutputGenerator.swift",
"Utilities/MockRandomStringGenerator.swift",
"Utilities/MockShell.swift",
"Utilities/MockSwiftInterfaceAnalyzer.swift",
"Utilities/MockSwiftInterfaceParser.swift",
"XcodeToolsTests.swift"
],
"target_dependencies" : [
"public-api-diff"
],
"type" : "test"
},
{
"c99name" : "SwiftPackageFileHelperModule",
"module_type" : "SwiftTarget",
"name" : "SwiftPackageFileHelperModule",
"path" : "Sources/Shared/Package/SwiftPackageFileHelperModule",
"product_memberships" : [
"public-api-diff",
"PublicApiDiff"
],
"sources" : [
"SwiftPackageDescription.swift",
"SwiftPackageFileHelper.swift"
],
"target_dependencies" : [
"FileHandlingModule",
"ShellModule",
"PADLogging"
],
"type" : "library"
},
{
"c99name" : "ShellModule",
"module_type" : "SwiftTarget",
"name" : "ShellModule",
"path" : "Sources/Shared/Package/ShellModule",
"product_memberships" : [
"public-api-diff",
"PublicApiDiff"
],
"sources" : [
"Shell.swift"
],
"target_dependencies" : [
"PADLogging"
],
"type" : "library"
},
{
"c99name" : "PADSwiftInterfaceFileLocator",
"module_type" : "SwiftTarget",
"name" : "PADSwiftInterfaceFileLocator",
"path" : "Sources/Shared/Public/PADSwiftInterfaceFileLocator",
"product_memberships" : [
"public-api-diff",
"PublicApiDiff"
],
"sources" : [
"SwiftInterfaceFileLocator.swift",
"SwiftInterfaceType.swift"
],
"target_dependencies" : [
"FileHandlingModule",
"ShellModule",
"PADLogging"
],
"type" : "library"
},
{
"c99name" : "PADSwiftInterfaceDiff",
"module_type" : "SwiftTarget",
"name" : "PADSwiftInterfaceDiff",
"path" : "Sources/PublicModules/PADSwiftInterfaceDiff",
"product_dependencies" : [
"SwiftSyntax",
"SwiftParser"
],
"product_memberships" : [
"public-api-diff",
"SwiftInterfaceDiff",
"PublicApiDiff"
],
"sources" : [
"SwiftInterfaceAnalyzer/IndependentSwiftInterfaceChange.swift",
"SwiftInterfaceAnalyzer/SwiftInterfaceAnalyzer.swift",
"SwiftInterfaceAnalyzer/SwiftInterfaceAnalyzing.swift",
"SwiftInterfaceAnalyzer/SwiftInterfaceChangeConsolidator.swift",
"SwiftInterfaceDiff.swift",
"SwiftInterfaceParser/DeclSyntax+SwiftInterface/ActorDeclSyntax+SwiftInterface.swift",
"SwiftInterfaceParser/DeclSyntax+SwiftInterface/AssociatedTypeDeclSyntax+SwiftInterface.swift",
"SwiftInterfaceParser/DeclSyntax+SwiftInterface/ClassDeclSyntac+SwiftInterface.swift",
"SwiftInterfaceParser/DeclSyntax+SwiftInterface/DeclSyntax+Convenience.swift",
"SwiftInterfaceParser/DeclSyntax+SwiftInterface/EnumCaseDeclSyntax+SwiftInterface.swift",
"SwiftInterfaceParser/DeclSyntax+SwiftInterface/EnumDeclSyntax+SwiftInterface.swift",
"SwiftInterfaceParser/DeclSyntax+SwiftInterface/ExtensionDeclSyntax+SwiftInterface.swift",
"SwiftInterfaceParser/DeclSyntax+SwiftInterface/FunctionDeclSyntax+SwiftInterface.swift",
"SwiftInterfaceParser/DeclSyntax+SwiftInterface/InitializerDeclSyntax+SwiftInterface.swift",
"SwiftInterfaceParser/DeclSyntax+SwiftInterface/ProtocolDeclSyntax+SwiftInterface.swift",
"SwiftInterfaceParser/DeclSyntax+SwiftInterface/StructDeclSyntax+SwiftInterface.swift",
"SwiftInterfaceParser/DeclSyntax+SwiftInterface/SubscriptDeclSyntax+SwiftInterface.swift",
"SwiftInterfaceParser/DeclSyntax+SwiftInterface/TypeAliasDeclSyntax+SwiftInterface.swift",
"SwiftInterfaceParser/DeclSyntax+SwiftInterface/VarDeclSyntax+SwiftInterface.swift",
"SwiftInterfaceParser/SwiftInterfaceElement+Declaration/String+Convenience.swift",
"SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+Actor.swift",
"SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+AssociatedType.swift",
"SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+Class.swift",
"SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+Enum.swift",
"SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+EnumCase.swift",
"SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+Extension.swift",
"SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+Function.swift",
"SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+Initializer.swift",
"SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+Protocol.swift",
"SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+Struct.swift",
"SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+Subscript.swift",
"SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+TypeAlias.swift",
"SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+Var.swift",
"SwiftInterfaceParser/SwiftInterfaceElement/SwiftInterfaceElement+DiffHelper+Parameter.swift",
"SwiftInterfaceParser/SwiftInterfaceElement/SwiftInterfaceElement+DiffHelper.swift",
"SwiftInterfaceParser/SwiftInterfaceElement/SwiftInterfaceElement+ParameterDescription.swift",
"SwiftInterfaceParser/SwiftInterfaceElement/SwiftInterfaceElement.swift",
"SwiftInterfaceParser/SwiftInterfaceElement/SwiftInterfaceElementParameter.swift",
"SwiftInterfaceParser/SwiftInterfaceParser+Root.swift",
"SwiftInterfaceParser/SwiftInterfaceParser.swift",
"SwiftInterfaceParser/SwiftInterfaceParsing.swift"
],
"target_dependencies" : [
"PADCore",
"PADLogging",
"FileHandlingModule"
],
"type" : "library"
},
{
"c99name" : "PADProjectBuilder",
"module_type" : "SwiftTarget",
"name" : "PADProjectBuilder",
"path" : "Sources/PublicModules/PADProjectBuilder",
"product_memberships" : [
"public-api-diff",
"PublicApiDiff"
],
"sources" : [
"ProjectBuilder.swift",
"ProjectPlatform.swift",
"ProjectSetup/Git.swift",
"ProjectSetup/ProjectSetupHelper.swift",
"ProjectSetup/ProjectSetupHelping.swift",
"ProjectSetup/RandomStringGenerating.swift",
"ProjectSource+Error.swift",
"ProjectSource.swift",
"ProjectType.swift",
"SwiftInterfaceProducer/SwiftInterfaceProducer+Error.swift",
"SwiftInterfaceProducer/SwiftInterfaceProducer.swift",
"SwiftInterfaceProducer/XcodeTools.swift"
],
"target_dependencies" : [
"PADCore",
"PADLogging",
"PADSwiftInterfaceFileLocator",
"FileHandlingModule",
"ShellModule",
"SwiftPackageFileHelperModule"
],
"type" : "library"
},
{
"c99name" : "PADPackageFileAnalyzer",
"module_type" : "SwiftTarget",
"name" : "PADPackageFileAnalyzer",
"path" : "Sources/PublicModules/PADPackageFileAnalyzer",
"product_memberships" : [
"public-api-diff",
"PublicApiDiff"
],
"sources" : [
"SwiftPackageFileAnalyzer+Targets.swift",
"SwiftPackageFileAnalyzer.swift",
"SwiftPackageFileAnalyzing.swift"
],
"target_dependencies" : [
"PADCore",
"PADLogging",
"FileHandlingModule",
"ShellModule",
"SwiftPackageFileHelperModule"
],
"type" : "library"
},
{
"c99name" : "PADOutputGenerator",
"module_type" : "SwiftTarget",
"name" : "PADOutputGenerator",
"path" : "Sources/PublicModules/PADOutputGenerator",
"product_memberships" : [
"public-api-diff",
"SwiftInterfaceDiff",
"PublicApiDiff"
],
"sources" : [
"MarkdownOutputGenerator.swift",
"OutputGenerating.swift"
],
"target_dependencies" : [
"PADCore"
],
"type" : "library"
},
{
"c99name" : "PADLogging",
"module_type" : "SwiftTarget",
"name" : "PADLogging",
"path" : "Sources/Shared/Public/PADLogging",
"product_memberships" : [
"public-api-diff",
"SwiftInterfaceDiff",
"PublicApiDiff"
],
"sources" : [
"LogFileLogger.swift",
"LogLevelLogger.swift",
"Logging.swift",
"LoggingGroup.swift",
"SystemLogger.swift"
],
"target_dependencies" : [
"FileHandlingModule"
],
"type" : "library"
},
{
"c99name" : "PADCore",
"module_type" : "SwiftTarget",
"name" : "PADCore",
"path" : "Sources/Shared/Public/PADCore",
"product_memberships" : [
"public-api-diff",
"SwiftInterfaceDiff",
"PublicApiDiff"
],
"sources" : [
"Change.swift",
"SwiftInterfaceFile.swift"
],
"type" : "library"
},
{
"c99name" : "IntegrationTests",
"module_type" : "SwiftTarget",
"name" : "IntegrationTests",
"path" : "Tests/IntegrationTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/IntegrationTests/Resources/expected-reference-changes-swift-interface-private.md",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/IntegrationTests/Resources/expected-reference-changes-swift-interface-public.md",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"ReferencePackageTests.swift"
],
"target_dependencies" : [
"public-api-diff"
],
"type" : "test"
},
{
"c99name" : "FileHandlingModule",
"module_type" : "SwiftTarget",
"name" : "FileHandlingModule",
"path" : "Sources/Shared/Package/FileHandlingModule",
"product_memberships" : [
"public-api-diff",
"SwiftInterfaceDiff",
"PublicApiDiff"
],
"sources" : [
"FileHandling+Convenience.swift",
"FileHandling.swift",
"FileManager+FileHandling.swift"
],
"type" : "library"
}
],
"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 -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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-argument-parser
[1/2082] Fetching swift-docc-plugin
[2083/17462] Fetching swift-docc-plugin, swift-argument-parser
[15310/88344] Fetching swift-docc-plugin, swift-argument-parser, swift-syntax
[17557/137193] Fetching swift-docc-plugin, swift-argument-parser, swift-syntax, swiftformat
Fetched https://github.com/apple/swift-docc-plugin from cache (1.28s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.29s)
[13123/119731] Fetching swift-syntax, swiftformat
Fetched https://github.com/swiftlang/swift-syntax from cache (44.69s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (45.73s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (53.96s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3411] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (2.27s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.56.4 (3.59s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.80s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.57s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.63s)
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.56.4
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin SwiftFormatPlugin
[4/4] Compiling plugin GenerateManual
Building for debugging...
[4/46] Write sources
[23/46] Compiling _SwiftSyntaxCShims dummy.c
[24/46] Write swift-version-24593BA9C3E375BF.txt
[26/63] Emitting module SwiftSyntax509
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[27/63] Emitting module SwiftSyntax601
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/63] Compiling SwiftSyntax601 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/64] Compiling SwiftSyntax510 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/64] Emitting module SwiftSyntax510
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[33/65] Compiling ArgumentParserToolInfo ToolInfo.swift
[34/65] Emitting module ArgumentParserToolInfo
[35/66] Compiling SwiftSyntax509 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[35/67] Wrapping AST for SwiftSyntax601 for debugging
[37/67] Compiling SwiftSyntax600 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[38/67] Emitting module SwiftSyntax600
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[38/68] Wrapping AST for SwiftSyntax510 for debugging
[42/68] Wrapping AST for ArgumentParserToolInfo for debugging
[43/68] Wrapping AST for SwiftSyntax600 for debugging
[44/86] Wrapping AST for SwiftSyntax509 for debugging
[46/170] Compiling SwiftSyntax Identifier.swift
[47/170] Compiling SwiftSyntax MemoryLayout.swift
[48/170] Compiling SwiftSyntax MissingNodeInitializers.swift
[49/170] Compiling SwiftSyntax RawSyntax.swift
[50/170] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[51/175] Emitting module ArgumentParser
[52/175] Compiling SwiftSyntax AbsolutePosition.swift
[53/175] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[54/175] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[55/175] Compiling SwiftSyntax Assert.swift
[56/175] Compiling SwiftSyntax BumpPtrAllocator.swift
[57/175] Compiling SwiftSyntax CommonAncestor.swift
[58/175] Emitting module FileHandlingModule
[59/175] Compiling FileHandlingModule FileHandling+Convenience.swift
[60/175] Compiling PADCore SwiftInterfaceFile.swift
[61/175] Compiling FileHandlingModule FileHandling.swift
[62/175] Compiling FileHandlingModule FileManager+FileHandling.swift
[63/176] Emitting module PADCore
[64/176] Compiling PADCore Change.swift
[67/177] Compiling SwiftSyntax Convenience.swift
[68/177] Compiling SwiftSyntax CustomTraits.swift
[69/177] Compiling SwiftSyntax EditorPlaceholder.swift
[70/177] Compiling SwiftSyntax SourceLocation.swift
[71/177] Compiling SwiftSyntax SourcePresence.swift
[72/177] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[73/177] Compiling SwiftSyntax Syntax.swift
[74/177] Compiling SwiftSyntax SyntaxArena.swift
[75/177] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[76/177] Compiling SwiftSyntax SyntaxChildren.swift
[77/177] Compiling SwiftSyntax SyntaxCollection.swift
[78/177] Compiling SwiftSyntax SyntaxHashable.swift
[79/177] Compiling SwiftSyntax SyntaxIdentifier.swift
[80/177] Compiling SwiftSyntax SyntaxNodeFactory.swift
[81/177] Compiling SwiftSyntax SyntaxNodeStructure.swift
[82/177] Compiling SwiftSyntax SyntaxProtocol.swift
[83/177] Compiling SwiftSyntax SyntaxText.swift
[84/177] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[85/177] Compiling SwiftSyntax TokenDiagnostic.swift
[86/177] Compiling SwiftSyntax TokenSequence.swift
[87/177] Compiling SwiftSyntax TokenSyntax.swift
[87/177] Wrapping AST for PADCore for debugging
[89/177] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[90/177] Compiling SwiftSyntax RawSyntaxTokenView.swift
[91/177] Compiling SwiftSyntax SourceEdit.swift
[92/177] Compiling SwiftSyntax SourceLength.swift
[93/177] Compiling SwiftSyntax Trivia.swift
[94/180] Emitting module PADOutputGenerator
[95/180] Compiling PADOutputGenerator OutputGenerating.swift
[95/180] Wrapping AST for FileHandlingModule for debugging
[97/186] Compiling ArgumentParser CollectionExtensions.swift
[98/186] Compiling ArgumentParser Platform.swift
[99/186] Compiling ArgumentParser SequenceExtensions.swift
[100/186] Compiling ArgumentParser StringExtensions.swift
[101/186] Compiling ArgumentParser Tree.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[112/196] Compiling PADOutputGenerator MarkdownOutputGenerator.swift
[113/197] Compiling PADLogging SystemLogger.swift
/host/spi-builder-workspace/Sources/Shared/Public/PADLogging/LogLevelLogger.swift:8:8: error: no such module 'OSLog'
6 |
7 | import Foundation
8 | import OSLog
| `- error: no such module 'OSLog'
9 |
10 | /// A log level specifying the granularity of the emitted logs
[115/197] Compiling PADLogging Logging.swift
/host/spi-builder-workspace/Sources/Shared/Public/PADLogging/LogLevelLogger.swift:8:8: error: no such module 'OSLog'
6 |
7 | import Foundation
8 | import OSLog
| `- error: no such module 'OSLog'
9 |
10 | /// A log level specifying the granularity of the emitted logs
[116/197] Compiling PADLogging LoggingGroup.swift
/host/spi-builder-workspace/Sources/Shared/Public/PADLogging/LogLevelLogger.swift:8:8: error: no such module 'OSLog'
6 |
7 | import Foundation
8 | import OSLog
| `- error: no such module 'OSLog'
9 |
10 | /// A log level specifying the granularity of the emitted logs
[117/197] Compiling PADLogging LogLevelLogger.swift
/host/spi-builder-workspace/Sources/Shared/Public/PADLogging/LogLevelLogger.swift:8:8: error: no such module 'OSLog'
6 |
7 | import Foundation
8 | import OSLog
| `- error: no such module 'OSLog'
9 |
10 | /// A log level specifying the granularity of the emitted logs
error: emit-module command failed with exit code 1 (use -v to see invocation)
[118/197] Emitting module PADLogging
/host/spi-builder-workspace/Sources/Shared/Public/PADLogging/LogLevelLogger.swift:8:8: error: no such module 'OSLog'
6 |
7 | import Foundation
8 | import OSLog
| `- error: no such module 'OSLog'
9 |
10 | /// A log level specifying the granularity of the emitted logs
[119/197] Compiling PADLogging LogFileLogger.swift
/host/spi-builder-workspace/Sources/Shared/Public/PADLogging/LogLevelLogger.swift:8:8: error: no such module 'OSLog'
6 |
7 | import Foundation
8 | import OSLog
| `- error: no such module 'OSLog'
9 |
10 | /// A log level specifying the granularity of the emitted logs
[119/197] Wrapping AST for ArgumentParser for debugging
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[119/197] Wrapping AST for PADOutputGenerator for debugging
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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin SwiftFormatPlugin
[4/4] Compiling plugin GenerateManual
Building for debugging...
[4/26] Write swift-version-24593BA9C3E375BF.txt
[6/43] Compiling SwiftSyntax601 Empty.swift
[7/43] Emitting module SwiftSyntax600
[8/43] Emitting module SwiftSyntax601
[9/44] Compiling SwiftSyntax509 Empty.swift
[10/44] Compiling SwiftSyntax600 Empty.swift
[11/45] Compiling PADCore SwiftInterfaceFile.swift
[12/45] Emitting module SwiftSyntax509
[13/46] Emitting module SwiftSyntax510
[14/46] Compiling SwiftSyntax510 Empty.swift
[16/47] Emitting module ArgumentParserToolInfo
[17/47] Emitting module PADCore
[18/47] Compiling PADCore Change.swift
[19/47] Compiling FileHandlingModule FileManager+FileHandling.swift
[20/47] Compiling FileHandlingModule FileHandling.swift
[25/46] Emitting module FileHandlingModule
[26/46] Compiling FileHandlingModule FileHandling+Convenience.swift
[28/115] Compiling PADOutputGenerator OutputGenerating.swift
[29/116] Compiling PADLogging SystemLogger.swift
/host/spi-builder-workspace/Sources/Shared/Public/PADLogging/LogLevelLogger.swift:8:8: error: no such module 'OSLog'
6 |
7 | import Foundation
8 | import OSLog
| `- error: no such module 'OSLog'
9 |
10 | /// A log level specifying the granularity of the emitted logs
[30/116] Compiling ArgumentParserToolInfo ToolInfo.swift
[31/116] Compiling PADLogging Logging.swift
/host/spi-builder-workspace/Sources/Shared/Public/PADLogging/LogLevelLogger.swift:8:8: error: no such module 'OSLog'
6 |
7 | import Foundation
8 | import OSLog
| `- error: no such module 'OSLog'
9 |
10 | /// A log level specifying the granularity of the emitted logs
[32/117] Compiling PADLogging LoggingGroup.swift
/host/spi-builder-workspace/Sources/Shared/Public/PADLogging/LogLevelLogger.swift:8:8: error: no such module 'OSLog'
6 |
7 | import Foundation
8 | import OSLog
| `- error: no such module 'OSLog'
9 |
10 | /// A log level specifying the granularity of the emitted logs
error: emit-module command failed with exit code 1 (use -v to see invocation)
[33/117] Emitting module PADLogging
/host/spi-builder-workspace/Sources/Shared/Public/PADLogging/LogLevelLogger.swift:8:8: error: no such module 'OSLog'
6 |
7 | import Foundation
8 | import OSLog
| `- error: no such module 'OSLog'
9 |
10 | /// A log level specifying the granularity of the emitted logs
[34/117] Compiling PADLogging LogLevelLogger.swift
/host/spi-builder-workspace/Sources/Shared/Public/PADLogging/LogLevelLogger.swift:8:8: error: no such module 'OSLog'
6 |
7 | import Foundation
8 | import OSLog
| `- error: no such module 'OSLog'
9 |
10 | /// A log level specifying the granularity of the emitted logs
[35/117] Compiling PADLogging LogFileLogger.swift
/host/spi-builder-workspace/Sources/Shared/Public/PADLogging/LogLevelLogger.swift:8:8: error: no such module 'OSLog'
6 |
7 | import Foundation
8 | import OSLog
| `- error: no such module 'OSLog'
9 |
10 | /// A log level specifying the granularity of the emitted logs
[37/117] Emitting module PADOutputGenerator
BUILD FAILURE 6.1 linux