Build Information
Failed to build Workspace, reference 0.44.1 (f31332), with Swift 6.1 for Wasm on 29 May 2025 16:58:34 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sdggiesbrecht/workspace.git
Reference: 0.44.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/sdggiesbrecht/workspace
* tag 0.44.1 -> FETCH_HEAD
HEAD is now at f31332d Version 0.44.1
Cloned https://github.com/sdggiesbrecht/workspace.git
Revision (git rev-parse @):
f31332d9c0753de5f84c0e82ba4450dc78701790
SUCCESS checkout https://github.com/sdggiesbrecht/workspace.git at 0.44.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/sdggiesbrecht/workspace.git
https://github.com/sdggiesbrecht/workspace.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "sdgcornerstone",
"requirement" : {
"range" : [
{
"lower_bound" : "10.1.3",
"upper_bound" : "11.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SDGGiesbrecht/SDGCornerstone"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.6",
"upper_bound" : "1.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections"
},
{
"identity" : "sdgcommandline",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.6",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SDGGiesbrecht/SDGCommandLine"
},
{
"identity" : "sdgswift",
"requirement" : {
"range" : [
{
"lower_bound" : "14.0.0",
"upper_bound" : "15.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SDGGiesbrecht/SDGSwift"
},
{
"identity" : "swift-package-manager",
"requirement" : {
"exact" : [
"0.50800.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/SDGGiesbrecht/swift-package-manager"
},
{
"identity" : "swift-syntax",
"requirement" : {
"exact" : [
"0.50800.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/SDGGiesbrecht/swift-syntax"
},
{
"identity" : "swift-markdown",
"requirement" : {
"exact" : [
"0.50800.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/SDGGiesbrecht/swift-markdown"
},
{
"identity" : "swift-docc-symbolkit",
"requirement" : {
"exact" : [
"0.50800.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/SDGGiesbrecht/swift-docc-symbolkit"
},
{
"identity" : "swift-format",
"requirement" : {
"exact" : [
"0.50800.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/SDGGiesbrecht/swift-format"
},
{
"identity" : "sdgweb",
"requirement" : {
"range" : [
{
"lower_bound" : "6.1.2",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SDGGiesbrecht/SDGWeb"
}
],
"manifest_display_name" : "Workspace",
"name" : "Workspace",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "WorkspaceConfiguration",
"targets" : [
"WorkspaceConfiguration"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "workspace",
"targets" : [
"WorkspaceTool"
],
"type" : {
"executable" : null
}
},
{
"name" : "arbeitsbereich",
"targets" : [
"WorkspaceTool"
],
"type" : {
"executable" : null
}
},
{
"name" : "cross_platform_tool",
"targets" : [
"cross_platform_tool"
],
"type" : {
"executable" : null
}
},
{
"name" : "WorkspaceConfigurationExample",
"targets" : [
"WorkspaceConfigurationExample"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "cross_platform_tool",
"module_type" : "SwiftTarget",
"name" : "cross_platform_tool",
"path" : "Tests/cross_platform_tool",
"product_memberships" : [
"cross_platform_tool"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"CrossPlatform"
],
"type" : "executable"
},
{
"c99name" : "WorkspaceTool",
"module_type" : "SwiftTarget",
"name" : "WorkspaceTool",
"path" : "Sources/WorkspaceTool",
"product_memberships" : [
"workspace",
"arbeitsbereich"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"WorkspaceImplementation"
],
"type" : "executable"
},
{
"c99name" : "WorkspaceTests",
"module_type" : "SwiftTarget",
"name" : "WorkspaceTests",
"path" : "Tests/WorkspaceTests",
"product_dependencies" : [
"SDGControlFlow",
"SDGLogic",
"SDGCollections",
"SDGText",
"SDGLocalization",
"SDGExternalProcess",
"SDGXCTestUtilities",
"SDGPersistenceTestUtilities",
"SDGLocalizationTestUtilities",
"SDGCommandLine",
"SDGCommandLineTestUtilities",
"SDGSwift",
"SDGSwiftDocumentation",
"SymbolKit",
"SDGHTML",
"SDGWeb"
],
"sources" : [
"APITests.swift",
"FastTestLocalization.swift",
"InternalTests.swift",
"MockCommand.swift",
"MockProject.swift",
"NurDeutsch.swift",
"OnlyBritish.swift",
"RepositoryRoot.swift",
"Test Helpers/Command.Output.swift",
"Test Helpers/CustomTask.swift",
"Test Helpers/PackageRepository.swift",
"Test Helpers/ProcessInfo.swift"
],
"target_dependencies" : [
"WorkspaceLocalizations",
"WorkspaceConfiguration",
"WorkspaceProjectConfiguration",
"WorkspaceImplementation"
],
"type" : "test"
},
{
"c99name" : "WorkspaceProjectConfiguration",
"module_type" : "SwiftTarget",
"name" : "WorkspaceProjectConfiguration",
"path" : "Sources/WorkspaceProjectConfiguration",
"product_dependencies" : [
"SDGCopySources"
],
"product_memberships" : [
"workspace",
"arbeitsbereich"
],
"sources" : [
"Placeholder.swift"
],
"target_dependencies" : [
"WorkspaceConfiguration"
],
"type" : "library"
},
{
"c99name" : "WorkspaceLocalizations",
"module_type" : "SwiftTarget",
"name" : "WorkspaceLocalizations",
"path" : "Sources/WorkspaceLocalizations",
"product_dependencies" : [
"SDGLocalization"
],
"product_memberships" : [
"WorkspaceConfiguration",
"workspace",
"arbeitsbereich",
"WorkspaceConfigurationExample"
],
"sources" : [
"ContentLocalization.swift",
"InterfaceLocalization.swift"
],
"type" : "library"
},
{
"c99name" : "WorkspaceImplementation",
"module_type" : "SwiftTarget",
"name" : "WorkspaceImplementation",
"path" : "Sources/WorkspaceImplementation",
"product_dependencies" : [
"SDGControlFlow",
"SDGLogic",
"SDGMathematics",
"SDGCollections",
"SDGText",
"SDGLocalization",
"SDGCalendar",
"SDGExternalProcess",
"SDGVersioning",
"OrderedCollections",
"SDGCommandLine",
"SDGExportedCommandLineInterface",
"SDGSwiftConfigurationLoading",
"SDGSwift",
"SDGSwiftPackageManager",
"SDGSwiftSource",
"SDGSwiftDocumentation",
"SDGXcode",
"SwiftPMDataModel-auto",
"SwiftSyntax",
"SwiftSyntaxParser",
"SwiftOperators",
"SwiftParser",
"Markdown",
"SymbolKit",
"SwiftFormatConfiguration",
"SwiftFormat",
"SDGHTML",
"SDGCSS"
],
"product_memberships" : [
"workspace",
"arbeitsbereich"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/WorkspaceImplementation/Tasks/Licence/Licences/Apache 2.0.md",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/WorkspaceImplementation/Tasks/Licence/Licences/Copyright.md",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/WorkspaceImplementation/Tasks/Licence/Licences/GNU General Public 3.0.md",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/WorkspaceImplementation/Tasks/Licence/Licences/MIT.md",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/WorkspaceImplementation/Tasks/Licence/Licences/Unlicense.md",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/WorkspaceImplementation/Tasks/Xcode/Project Components/Proofread Scheme.xcscheme",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/WorkspaceImplementation/Tasks/Xcode/Project Components/ProofreadProject.pbxproj",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Interface/CheckForUpdates.swift",
"Interface/Document.swift",
"Interface/Normalize.swift",
"Interface/Options/ContinuousIntegrationJob + Options.swift",
"Interface/Options/Options.swift",
"Interface/Proofread/Proofread.swift",
"Interface/Proofread/ProofreadGenerateXcodeProject.swift",
"Interface/Proofread/ProofreadProofread.swift",
"Interface/Refresh/Refresh.swift",
"Interface/Refresh/RefreshAll.swift",
"Interface/Refresh/RefreshContinuousIntegration.swift",
"Interface/Refresh/RefreshExamples.swift",
"Interface/Refresh/RefreshFileHeaders.swift",
"Interface/Refresh/RefreshGit.swift",
"Interface/Refresh/RefreshGitHub.swift",
"Interface/Refresh/RefreshInheritedDocumentation.swift",
"Interface/Refresh/RefreshLicence.swift",
"Interface/Refresh/RefreshReadMe.swift",
"Interface/Refresh/RefreshResources.swift",
"Interface/Refresh/RefreshScripts.swift",
"Interface/Test.swift",
"Interface/Validate/Validate.swift",
"Interface/Validate/ValidateAll.swift",
"Interface/Validate/ValidateBuild.swift",
"Interface/Validate/ValidateDocumentationCoverage.swift",
"Interface/Validate/ValidateTestCoverage.swift",
"Interface/Workspace.swift",
"Resources.swift",
"Resources/Resources 1.swift",
"Resources/Resources 2.swift",
"Resources/Resources 3.swift",
"Resources/Resources 4.swift",
"Resources/Resources 5.swift",
"Resources/Resources 6.swift",
"Resources/Resources 7.swift",
"Shared/Custom Tasks/CustomTask.swift",
"Shared/Environment/ProcessInfo.swift",
"Shared/Parsing/InterfaceLocalization + Parsing.swift",
"Shared/Parsing/PatternMatch.swift",
"Shared/Project/BlockCommentSyntax.swift",
"Shared/Project/Copyright.swift",
"Shared/Project/FileSyntax.swift",
"Shared/Project/FileType.swift",
"Shared/Project/LineCommentSyntax.swift",
"Shared/Project/OperatingSystem.swift",
"Shared/Project/PackageRepository.swift",
"Shared/Project/ProductType.swift",
"Shared/Project/StringFamily.swift",
"Shared/Project/TextFile.swift",
"Shared/Project/Version.swift",
"Shared/Project/WorkspaceConfiguration.swift",
"Shared/Swift/OperatorTable.swift",
"Shared/Swift/SwiftLanguage.Casing.swift",
"Shared/Swift/SwiftLanguage.swift",
"Shared/Swift/SwiftPMUnavailableError.swift",
"Shared/Validation/Output.swift",
"Shared/Validation/ReportSection.swift",
"Shared/Validation/ValidationStatus.swift",
"SleeplessMain.swift",
"Tasks/Continuous Integration/ContinuousIntegrationJob.swift",
"Tasks/Continuous Integration/PackageRepository + Continuous Integration.swift",
"Tasks/Documentation/API/PackageAPI.swift",
"Tasks/Documentation/API/SymbolDocumentation.swift",
"Tasks/Documentation/API/SymbolGraph.LineList.swift",
"Tasks/Documentation/API/SymbolGraph.Symbol.KindIdentifier.swift",
"Tasks/Documentation/API/SymbolLike.swift",
"Tasks/Documentation/Command Interface/CommandInterface.swift",
"Tasks/Documentation/Command Interface/CommandInterfaceInformation.swift",
"Tasks/Documentation/Command Interface/PackageCLI.swift",
"Tasks/Documentation/Documentation Bundle/Article.swift",
"Tasks/Documentation/Documentation Bundle/CommandArticle.swift",
"Tasks/Documentation/Documentation Bundle/DocumentationBundle.swift",
"Tasks/Documentation/Documentation Bundle/LibraryArticle.swift",
"Tasks/Documentation/Documentation Bundle/ModuleDocumenationBundle.swift",
"Tasks/Documentation/Documentation Bundle/PackageDocumentationBundle.swift",
"Tasks/Documentation/HTML Syntax/ElementSyntax.swift",
"Tasks/Documentation/Markdown Syntax/Markdown.swift",
"Tasks/Documentation/PackageRepository + Documentation.swift",
"Tasks/Documentation/Status/DocumentationStatus.swift",
"Tasks/Documentation/Swift Syntax/DocumentationContent.swift",
"Tasks/Examples/PackageRepository + Examples.swift",
"Tasks/File Headers/PackageRepository + File Headers.swift",
"Tasks/Git/PackageRepository + Git.swift",
"Tasks/GitHub/PackageRepository + GitHub.swift",
"Tasks/Licence/Licence.swift",
"Tasks/Licence/PackageRepository + Licence.swift",
"Tasks/Normalization/Configuration + Normalization.swift",
"Tasks/Normalization/PackageRepository + Normalization.swift",
"Tasks/Open Source/PackageRepository + Open Source.swift",
"Tasks/Proofreading/PackageRepository + Proofreading.swift",
"Tasks/Proofreading/ProofreadingReporter.swift",
"Tasks/Proofreading/ProofreadingStatus.swift",
"Tasks/Proofreading/Reporters/CommandLineProofreadingReporter.swift",
"Tasks/Proofreading/Reporters/XcodeProofreadingReporter.swift",
"Tasks/Proofreading/Rule.swift",
"Tasks/Proofreading/RuleProtocol.swift",
"Tasks/Proofreading/Rules/Documentation/SyntaxColouring.swift",
"Tasks/Proofreading/Rules/Functionality/AccessControl.swift",
"Tasks/Proofreading/Rules/Functionality/ClassFinality.swift",
"Tasks/Proofreading/Rules/Functionality/CompatibilityCharacters.swift",
"Tasks/Proofreading/Rules/Functionality/ExplicitTypes.swift",
"Tasks/Proofreading/Rules/Functionality/HeadingLevels.swift",
"Tasks/Proofreading/Rules/Functionality/Mark.swift",
"Tasks/Proofreading/Rules/Functionality/ParameterDocumentation.swift",
"Tasks/Proofreading/Rules/Intentional/MissingImplementation.swift",
"Tasks/Proofreading/Rules/ProofreadingRule.swift",
"Tasks/Proofreading/Rules/Source Code Style/Asterisms.swift",
"Tasks/Proofreading/Rules/Source Code Style/CalloutCasing.swift",
"Tasks/Proofreading/Rules/Source Code Style/ClosureSignaturePosition.swift",
"Tasks/Proofreading/Rules/Source Code Style/ListSeparation.swift",
"Tasks/Proofreading/Rules/Source Code Style/MarkdownHeadings.swift",
"Tasks/Proofreading/Rules/Source Code Style/ParameterGrouping.swift",
"Tasks/Proofreading/Rules/Text Style/Bullets.swift",
"Tasks/Proofreading/Rules/Text Style/Unicode.swift",
"Tasks/Proofreading/Setting.swift",
"Tasks/Proofreading/StyleViolation.Location.swift",
"Tasks/Proofreading/StyleViolation.swift",
"Tasks/Proofreading/SyntaxProtocol.swift",
"Tasks/Proofreading/SyntaxRule.swift",
"Tasks/Proofreading/SyntaxScanner.swift",
"Tasks/Proofreading/TextRule.swift",
"Tasks/Proofreading/Warning.swift",
"Tasks/Proofreading/Warnings/ManualWarnings.swift",
"Tasks/Proofreading/Warnings/WorkaroundReminders.swift",
"Tasks/Resources/PackageRepository + Resources.swift",
"Tasks/Resources/PackageRepository.Target.swift",
"Tasks/Resources/Resource.Constructor.swift",
"Tasks/Resources/Resource.swift",
"Tasks/Scripts/PackageRepository + Scripts.swift",
"Tasks/Scripts/Script.swift",
"Tasks/Testing/ContinuousIntegrationJob + Testing.swift",
"Tasks/Testing/PackageRepository + Testing.swift",
"Tasks/Xcode/PackageRepository + Xcode.swift"
],
"target_dependencies" : [
"WorkspaceLocalizations",
"WorkspaceConfiguration",
"WorkspaceProjectConfiguration"
],
"type" : "library"
},
{
"c99name" : "WorkspaceConfigurationTests",
"module_type" : "SwiftTarget",
"name" : "WorkspaceConfigurationTests",
"path" : "Tests/WorkspaceConfigurationTests",
"product_dependencies" : [
"SDGXCTestUtilities",
"SDGLocalizationTestUtilities"
],
"sources" : [
"APITests.swift"
],
"target_dependencies" : [
"WorkspaceConfiguration",
"WorkspaceProjectConfiguration",
"WorkspaceLocalizations"
],
"type" : "test"
},
{
"c99name" : "WorkspaceConfigurationExample",
"module_type" : "SwiftTarget",
"name" : "WorkspaceConfigurationExample",
"path" : "Tests/WorkspaceConfigurationExample",
"product_dependencies" : [
"SDGControlFlow"
],
"product_memberships" : [
"WorkspaceConfigurationExample"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"WorkspaceConfiguration"
],
"type" : "executable"
},
{
"c99name" : "WorkspaceConfiguration",
"module_type" : "SwiftTarget",
"name" : "WorkspaceConfiguration",
"path" : "Sources/WorkspaceConfiguration",
"product_dependencies" : [
"SDGControlFlow",
"SDGLogic",
"SDGCollections",
"SDGText",
"SDGPersistence",
"SDGLocalization",
"SDGCalendar",
"SDGVersioning",
"SDGSwiftConfiguration",
"SwiftFormatConfiguration"
],
"product_memberships" : [
"WorkspaceConfiguration",
"workspace",
"arbeitsbereich",
"WorkspaceConfigurationExample"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/WorkspaceConfiguration/Configuration/GitHub/Contributing Template.txt",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/WorkspaceConfiguration/Configuration/GitHub/Mitwirken Vorlage.txt",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/WorkspaceConfiguration/Configuration/GitHub/Pull Request Template.txt",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Configuration/ContinousIntegrationConfiguration.swift",
"Configuration/CustomTask.swift",
"Configuration/Documentation/APIDocumentationConfiguration.swift",
"Configuration/Documentation/DocumentationConfiguration.swift",
"Configuration/Documentation/ReadMeConfiguration.swift",
"Configuration/Documentation/RelatedProjectEntry.swift",
"Configuration/FileHeaderConfiguration.swift",
"Configuration/GitConfiguration.swift",
"Configuration/GitHub/GitHubConfiguration.swift",
"Configuration/GitHub/IssueTemplate.swift",
"Configuration/GitHub/ProvidedIssueTemplate.swift",
"Configuration/Licence/Licence.swift",
"Configuration/Licence/LicenceConfiguration.swift",
"Configuration/Proofreading/ProofreadingConfiguration.swift",
"Configuration/Proofreading/ProofreadingRule.swift",
"Configuration/Proofreading/ProofreadingRuleCategory.swift",
"Configuration/Proofreading/SwiftFormatConfiguration.swift",
"Configuration/Proofreading/UnicodeRuleScope.swift",
"Configuration/RepositoryConfiguration.swift",
"Configuration/Testing/TestCoverageExemptionToken.swift",
"Configuration/Testing/TestCoverageExemptionTokenScope.swift",
"Configuration/Testing/TestingConfiguration.swift",
"Configuration/WorkspaceConfiguration.swift",
"Context/PackageManifest.swift",
"Context/Platform.swift",
"Context/Product.swift",
"Context/ProductType.swift",
"Context/WorkspaceContext.swift",
"Exports.swift",
"General/Array.swift",
"General/Dictionary.swift",
"General/LazyOption.swift",
"General/LocalizationIdentifier.swift",
"General/Markdown.swift",
"Resources.swift",
"Resources/Resources 1.swift",
"Resources/Resources 2.swift",
"Resources/Resources 3.swift"
],
"target_dependencies" : [
"WorkspaceLocalizations"
],
"type" : "library"
},
{
"c99name" : "CrossPlatformTests",
"module_type" : "SwiftTarget",
"name" : "CrossPlatformTests",
"path" : "Tests/CrossPlatformTests",
"product_dependencies" : [
"SDGPersistence",
"SDGExternalProcess",
"SDGVersioning",
"SDGSwift",
"SDGXCTestUtilities",
"SDGPersistenceTestUtilities"
],
"sources" : [
"CrossPlatformTests.swift"
],
"target_dependencies" : [
"CrossPlatform"
],
"type" : "test"
},
{
"c99name" : "CrossPlatformC",
"module_type" : "ClangTarget",
"name" : "CrossPlatformC",
"path" : "Tests/CrossPlatformC",
"product_memberships" : [
"cross_platform_tool"
],
"sources" : [
"CrossPlatform.c"
],
"type" : "library"
},
{
"c99name" : "CrossPlatform",
"module_type" : "SwiftTarget",
"name" : "CrossPlatform",
"path" : "Tests/CrossPlatform",
"product_dependencies" : [
"SwiftFormatConfiguration"
],
"product_memberships" : [
"cross_platform_tool"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/CrossPlatform/Resource.txt",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"CrossPlatform.swift",
"Resources.swift",
"Resources/Resources 1.swift"
],
"target_dependencies" : [
"CrossPlatformC"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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 -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
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/SDGGiesbrecht/swift-docc-symbolkit
Fetching https://github.com/SDGGiesbrecht/swift-markdown
Fetching https://github.com/SDGGiesbrecht/SDGWeb
Fetching https://github.com/SDGGiesbrecht/swift-format
Fetching https://github.com/SDGGiesbrecht/swift-package-manager
Fetching https://github.com/SDGGiesbrecht/swift-syntax
[1/4880] Fetching swift-format
[197/6025] Fetching swift-format, swift-docc-symbolkit
[1244/15700] Fetching swift-format, swift-docc-symbolkit, sdgweb
[14637/45774] Fetching swift-format, swift-docc-symbolkit, sdgweb, swift-syntax
[14638/46532] Fetching swift-format, swift-docc-symbolkit, sdgweb, swift-syntax, swift-markdown
[15590/111454] Fetching swift-format, swift-docc-symbolkit, sdgweb, swift-syntax, swift-markdown, swift-package-manager
Fetched https://github.com/SDGGiesbrecht/swift-docc-symbolkit from cache (0.44s)
[19018/110309] Fetching swift-format, sdgweb, swift-syntax, swift-markdown, swift-package-manager
Fetching https://github.com/SDGGiesbrecht/SDGSwift
Fetched https://github.com/SDGGiesbrecht/SDGWeb from cache (0.60s)
Fetching https://github.com/SDGGiesbrecht/SDGCommandLine
[20838/100634] Fetching swift-format, swift-syntax, swift-markdown, swift-package-manager
[31542/146900] Fetching swift-format, swift-syntax, swift-markdown, swift-package-manager, sdgswift
[32954/156631] Fetching swift-format, swift-syntax, swift-markdown, swift-package-manager, sdgswift, sdgcommandline
Fetched https://github.com/SDGGiesbrecht/SDGCommandLine from cache (0.58s)
[92496/146900] Fetching swift-format, swift-syntax, swift-markdown, swift-package-manager, sdgswift
Fetching https://github.com/apple/swift-collections
[144305/163491] Fetching swift-format, swift-syntax, swift-markdown, swift-package-manager, sdgswift, swift-collections
Fetched https://github.com/SDGGiesbrecht/SDGSwift from cache (1.93s)
Fetching https://github.com/SDGGiesbrecht/SDGCornerstone
[108266/117225] Fetching swift-format, swift-syntax, swift-markdown, swift-package-manager, swift-collections
[117226/219342] Fetching swift-format, swift-syntax, swift-markdown, swift-package-manager, swift-collections, sdgcornerstone
Fetched https://github.com/apple/swift-collections from cache (3.02s)
[145566/202751] Fetching swift-format, swift-syntax, swift-markdown, swift-package-manager, sdgcornerstone
Fetched https://github.com/SDGGiesbrecht/swift-markdown from cache (4.98s)
[172380/201993] Fetching swift-format, swift-syntax, swift-package-manager, sdgcornerstone
Fetched https://github.com/SDGGiesbrecht/swift-format from cache (4.98s)
[169542/197113] Fetching swift-syntax, swift-package-manager, sdgcornerstone
Fetched https://github.com/SDGGiesbrecht/swift-syntax from cache (5.00s)
[147637/167039] Fetching swift-package-manager, sdgcornerstone
Fetched https://github.com/SDGGiesbrecht/swift-package-manager from cache (5.03s)
[94969/102117] Fetching sdgcornerstone
Fetched https://github.com/SDGGiesbrecht/SDGCornerstone from cache (5.04s)
Computing version for https://github.com/SDGGiesbrecht/SDGWeb
Computed https://github.com/SDGGiesbrecht/SDGWeb at 6.1.2 (10.11s)
Computing version for https://github.com/SDGGiesbrecht/swift-format
Computed https://github.com/SDGGiesbrecht/swift-format at 0.50800.0 (0.65s)
Fetching https://github.com/apple/swift-tools-support-core.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/6764] Fetching swift-tools-support-core
[6765/22143] Fetching swift-tools-support-core, swift-argument-parser
Fetched https://github.com/apple/swift-tools-support-core.git from cache (0.80s)
[462/15379] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.24s)
Computing version for https://github.com/SDGGiesbrecht/swift-docc-symbolkit
Computed https://github.com/SDGGiesbrecht/swift-docc-symbolkit at 0.50800.0 (1.87s)
Computing version for https://github.com/SDGGiesbrecht/swift-markdown
Computed https://github.com/SDGGiesbrecht/swift-markdown at 0.50800.0 (1.05s)
Fetching https://github.com/SDGGiesbrecht/swift-cmark
[1/14476] Fetching swift-cmark
Fetched https://github.com/SDGGiesbrecht/swift-cmark from cache (0.93s)
Computing version for https://github.com/SDGGiesbrecht/swift-syntax
Computed https://github.com/SDGGiesbrecht/swift-syntax at 0.50800.0 (1.84s)
Computing version for https://github.com/SDGGiesbrecht/swift-package-manager
Computed https://github.com/SDGGiesbrecht/swift-package-manager at 0.50800.0 (1.12s)
Fetching https://github.com/SDGGiesbrecht/swift-driver
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/SDGGiesbrecht/swift-crypto
Fetching https://github.com/SDGGiesbrecht/swift-llbuild
[1/22322] Fetching swift-driver
[448/40699] Fetching swift-driver, swift-llbuild
[672/45090] Fetching swift-driver, swift-llbuild, swift-system
[33146/49623] Fetching swift-driver, swift-llbuild, swift-system, swift-crypto
Fetched https://github.com/SDGGiesbrecht/swift-llbuild from cache (1.75s)
Fetched https://github.com/apple/swift-system.git from cache (1.77s)
Fetched https://github.com/SDGGiesbrecht/swift-crypto from cache (1.78s)
Fetched https://github.com/SDGGiesbrecht/swift-driver from cache (1.79s)
Computing version for https://github.com/SDGGiesbrecht/SDGSwift
Computed https://github.com/SDGGiesbrecht/SDGSwift at 14.0.0 (2.57s)
Computing version for https://github.com/SDGGiesbrecht/SDGCommandLine
Computed https://github.com/SDGGiesbrecht/SDGCommandLine at 3.0.6 (0.83s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.0.6 (0.66s)
Computing version for https://github.com/apple/swift-tools-support-core.git
Computed https://github.com/apple/swift-tools-support-core.git at 0.5.2 (2.62s)
Computing version for https://github.com/SDGGiesbrecht/swift-cmark
Computed https://github.com/SDGGiesbrecht/swift-cmark at 0.50800.0 (0.52s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.1.1 (0.58s)
Computing version for https://github.com/SDGGiesbrecht/swift-crypto
Computed https://github.com/SDGGiesbrecht/swift-crypto at 0.20400.0 (0.72s)
Computing version for https://github.com/SDGGiesbrecht/swift-driver
Computed https://github.com/SDGGiesbrecht/swift-driver at 0.50800.0 (0.85s)
Fetching https://github.com/jpsim/Yams.git
[1/10657] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (1.21s)
Computing version for https://github.com/SDGGiesbrecht/swift-llbuild
Computed https://github.com/SDGGiesbrecht/swift-llbuild at 0.50800.0 (2.22s)
Computing version for https://github.com/SDGGiesbrecht/SDGCornerstone
Computed https://github.com/SDGGiesbrecht/SDGCornerstone at 10.2.0 (1.24s)
Fetching https://github.com/apple/swift-numerics
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.41s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (1.17s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.48s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.57s)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.3
Creating working copy for https://github.com/SDGGiesbrecht/swift-syntax
Working copy of https://github.com/SDGGiesbrecht/swift-syntax resolved at 0.50800.0
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
Creating working copy for https://github.com/SDGGiesbrecht/swift-driver
Working copy of https://github.com/SDGGiesbrecht/swift-driver resolved at 0.50800.0
Creating working copy for https://github.com/SDGGiesbrecht/swift-crypto
Working copy of https://github.com/SDGGiesbrecht/swift-crypto resolved at 0.20400.0
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.0.6
Creating working copy for https://github.com/SDGGiesbrecht/swift-markdown
Working copy of https://github.com/SDGGiesbrecht/swift-markdown resolved at 0.50800.0
Creating working copy for https://github.com/SDGGiesbrecht/SDGWeb
Working copy of https://github.com/SDGGiesbrecht/SDGWeb resolved at 6.1.2
Creating working copy for https://github.com/SDGGiesbrecht/swift-cmark
Working copy of https://github.com/SDGGiesbrecht/swift-cmark resolved at 0.50800.0
Creating working copy for https://github.com/SDGGiesbrecht/swift-format
Working copy of https://github.com/SDGGiesbrecht/swift-format resolved at 0.50800.0
Creating working copy for https://github.com/SDGGiesbrecht/swift-package-manager
Working copy of https://github.com/SDGGiesbrecht/swift-package-manager resolved at 0.50800.0
Creating working copy for https://github.com/SDGGiesbrecht/swift-llbuild
Working copy of https://github.com/SDGGiesbrecht/swift-llbuild resolved at 0.50800.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-tools-support-core.git
Working copy of https://github.com/apple/swift-tools-support-core.git resolved at 0.5.2
Creating working copy for https://github.com/SDGGiesbrecht/swift-docc-symbolkit
Working copy of https://github.com/SDGGiesbrecht/swift-docc-symbolkit resolved at 0.50800.0
Creating working copy for https://github.com/SDGGiesbrecht/SDGSwift
Working copy of https://github.com/SDGGiesbrecht/SDGSwift resolved at 14.0.0
Creating working copy for https://github.com/SDGGiesbrecht/SDGCommandLine
Working copy of https://github.com/SDGGiesbrecht/SDGCommandLine resolved at 3.0.6
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/SDGGiesbrecht/SDGCornerstone
Working copy of https://github.com/SDGGiesbrecht/SDGCornerstone resolved at 10.2.0
warning: couldn't find pc file for sqlite3
[0/22] Write sources
[9/22] Compiling _NumericsShims _NumericsShims.c
[10/22] Write swift-version-24593BA9C3E375BF.txt
[12/103] Emitting module OrderedCollections
[13/109] Compiling SDGLogic Tuple.swift
[14/109] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Operations.swift
[15/109] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Predicates.swift
[16/109] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[17/109] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[18/109] Compiling OrderedCollections OrderedSet+Sendable.swift
[19/109] Compiling OrderedCollections OrderedSet+SubSequence.swift
[20/109] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[21/109] Compiling OrderedCollections OrderedSet+CustomStringConvertible.swift
[22/109] Compiling OrderedCollections OrderedSet+Diffing.swift
[23/109] Compiling OrderedCollections OrderedSet+Equatable.swift
[24/109] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[25/109] Compiling OrderedCollections OrderedSet+Hashable.swift
[26/109] Compiling OrderedCollections OrderedSet+Initializers.swift
[27/109] Compiling OrderedCollections OrderedSet+Insertions.swift
[28/109] Compiling OrderedCollections OrderedSet+Invariants.swift
[29/109] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[30/109] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[31/109] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[32/109] Compiling SDGControlFlow Decodable.swift
[33/109] Compiling SDGControlFlow DefaultAssignmentPropertyWrapper.swift
[34/109] Compiling SDGControlFlow Encodable.swift
[35/109] Emitting module SDGControlFlow
[36/111] Compiling SDGControlFlow TextualPlaygroundDisplay.swift
[37/111] Compiling SDGControlFlow TransparentWrapper.swift
[38/111] Compiling SDGControlFlow Tuple.swift
[39/111] Compiling SDGControlFlow Weak.swift
[40/111] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[41/111] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[42/111] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[43/111] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[44/111] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[45/111] Compiling RealModule Real.swift
[46/111] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[47/111] Compiling SDGLogic NilLiteral.swift
[48/111] Compiling SDGLogic Operators.swift
[49/111] Compiling OrderedCollections OrderedDictionary+Values.swift
[50/111] Compiling OrderedCollections OrderedDictionary.swift
[51/111] Compiling OrderedCollections OrderedSet+Codable.swift
[52/111] Compiling OrderedCollections OrderedSet+CustomDebugStringConvertible.swift
[53/112] Compiling RealModule ElementaryFunctions.swift
[54/112] Compiling RealModule Float+Real.swift
[55/112] Compiling SDGControlFlow Caching.swift
[56/112] Compiling SDGControlFlow SendableValueCache.swift
[57/112] Compiling SDGControlFlow Shared.swift
[58/112] Compiling SDGControlFlow ProjectingPropertyWrapper.swift
[59/112] Compiling SDGControlFlow PropertyWrapper.swift
[60/112] Compiling SDGControlFlow SharedProperty.swift
[61/112] Compiling SDGControlFlow SharedValueObserver.swift
[65/112] Compiling SDGControlFlow Memory.swift
[66/112] Compiling SDGControlFlow NonmutatingVariants.swift
[67/112] Compiling SDGControlFlow APILocalization.swift
[68/112] Compiling SDGControlFlow Assert.swift
[73/112] Compiling RealModule RealFunctions.swift
[76/112] Compiling RealModule Float16+Real.swift
[77/112] Compiling RealModule Float80+Real.swift
[78/112] Compiling SDGLogic Bool.swift
[79/112] Emitting module SDGLogic
[80/112] Compiling SDGLogic Any.swift
[81/112] Compiling SDGLogic Equatable.swift
[82/113] Emitting module RealModule
[95/114] Wrapping AST for RealModule for debugging
[96/114] Wrapping AST for SDGLogic for debugging
[100/115] Wrapping AST for SDGControlFlow for debugging
[102/115] Compiling OrderedCollections OrderedSet+Testing.swift
[103/115] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[104/115] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[105/115] Compiling OrderedCollections OrderedSet.swift
[106/115] Compiling OrderedCollections RandomAccessCollection+Offsets.swift
[107/115] Compiling OrderedCollections _UnsafeBitset.swift
[108/146] Wrapping AST for OrderedCollections for debugging
[110/146] Compiling SDGMathematics VectorProtocol.swift
[111/146] Compiling SDGMathematics WholeArithmetic.swift
[112/146] Compiling SDGMathematics WholeNumberProtocol.swift
[113/146] Compiling SDGMathematics Operators.swift
[114/150] Compiling SDGMathematics IntegralArithmetic.swift
[115/150] Compiling SDGMathematics Negatable.swift
[116/150] Compiling SDGMathematics NumericAdditiveArithmetic.swift
[117/150] Compiling SDGMathematics OneDimensionalPoint.swift
[118/150] Compiling SDGMathematics OneDimensionalVector.swift
[119/150] Compiling SDGMathematics PointProtocol.swift
[120/150] Compiling SDGMathematics RationalArithmetic.swift
[121/150] Compiling SDGMathematics RationalNumberProtocol.swift
[122/150] Compiling SDGMathematics RationalVector.swift
[123/150] Compiling SDGMathematics RealArithmetic.swift
[124/150] Compiling SDGMathematics RealNumberProtocol.swift
[125/150] Compiling SDGMathematics Subtractable.swift
[126/150] Compiling SDGMathematics Addable.swift
[127/150] Compiling SDGMathematics FixedScaleOneDimensionalPoint.swift
[128/150] Compiling SDGMathematics GenericAdditiveArithmetic.swift
[129/150] Compiling SDGMathematics IntegerProtocol.swift
[130/150] Emitting module SDGMathematics
[131/150] Compiling SDGMathematics OrderedEnumeration.swift
[132/150] Compiling SDGMathematics Sequence.swift
[133/150] Compiling SDGMathematics Tuple.swift
[134/150] Compiling SDGMathematics UInt.swift
[135/150] Compiling SDGMathematics Angle.swift
[136/150] Compiling SDGMathematics BitField.swift
[137/150] Compiling SDGMathematics ClosedRange.swift
[138/150] Compiling SDGMathematics Comparable.swift
[139/150] Compiling SDGMathematics Data.swift
[140/150] Compiling SDGMathematics Float.swift
[141/150] Compiling SDGMathematics FunctionAnalysis.swift
[142/150] Compiling SDGMathematics Int.swift
[143/150] Compiling SDGMathematics Measurement.swift
[144/151] Wrapping AST for SDGMathematics for debugging
[146/213] Compiling SDGCollections BidirectionalPattern.swift
[147/213] Compiling SDGCollections Pattern.swift
[148/213] Compiling SDGCollections PatternMatch.swift
[149/213] Compiling SDGCollections PatternConsumption.swift
[150/213] Compiling SDGCollections RepetitionMatch.swift
[151/213] Compiling SDGCollections RepetitionPattern.swift
[152/213] Compiling SDGCollections SeparatedComponentMatch.swift
[153/213] Compiling SDGCollections Range.swift
[154/221] Compiling SDGCollections FiniteSet.swift
[155/221] Compiling SDGCollections IntensionalSet.swift
[156/221] Compiling SDGCollections Intersection.swift
[157/221] Compiling SDGCollections MutableSet.swift
[158/221] Compiling SDGCollections Set.swift
[159/221] Compiling SDGCollections SetDefinition.swift
[160/221] Compiling SDGCollections SetInRepresentableUniverse.swift
[161/221] Compiling SDGCollections Union.swift
[162/221] Compiling SDGCollections ConditionalPattern.swift
[163/221] Compiling SDGCollections LiteralPattern.swift
[164/221] Compiling SDGCollections NegatedPattern.swift
[165/221] Compiling SDGCollections NestingContentsPattern.swift
[166/221] Compiling SDGCollections NestingMatch.swift
[167/221] Compiling SDGCollections NestingMatchContents.swift
[168/221] Compiling SDGCollections NestingMatchSegment.swift
[169/221] Compiling SDGCollections NestingPattern.swift
[170/221] Compiling SDGCollections NestingSegmentPattern.swift
[171/221] Compiling SDGCollections RangeExpression.swift
[172/221] Compiling SDGCollections RangeReplaceableCollection.swift
[173/221] Compiling SDGCollections ReversedCollection.swift
[174/221] Compiling SDGCollections SearchableBidirectionalCollection.swift
[175/221] Compiling SDGCollections SearchableCollection.swift
[176/221] Compiling SDGCollections Slice.swift
[177/221] Compiling SDGCollections AbsoluteComplement.swift
[178/221] Compiling SDGCollections ComparableSet.swift
[179/221] Compiling SDGCollections Operators.swift
[180/221] Compiling SDGCollections AnyCollection.swift
[181/221] Compiling SDGCollections Array.swift
[182/221] Compiling SDGCollections BidirectionalCollection.swift
[183/221] Compiling SDGCollections Collection.swift
[184/221] Compiling SDGCollections CollectionDifference.swift
[185/221] Compiling SDGCollections CollectionDifferenceChange.swift
[186/221] Compiling SDGCollections FillDirection.swift
[187/221] Compiling SDGCollections LexicographicalComparison.swift
[188/221] Compiling SDGCollections OrderedSet.SubSequence.swift
[189/221] Compiling SDGCollections OrderedSet.swift
[190/221] Compiling SDGCollections ExclusivePrefixMatch.swift
[191/221] Compiling SDGCollections ExclusiveSuffixMatch.swift
[192/221] Compiling SDGCollections InclusivePrefixMatch.swift
[193/221] Compiling SDGCollections InclusiveSuffixMatch.swift
[194/221] Compiling SDGCollections AlternativeMatch.swift
[195/221] Compiling SDGCollections AlternativePatterns.swift
[196/221] Compiling SDGCollections NaryAlternativeMatch.swift
[197/221] Compiling SDGCollections NaryAlternativePatterns.swift
[198/221] Compiling SDGCollections AnyBidirectionalPattern.swift
[199/221] Compiling SDGCollections AnyPattern.swift
[200/221] Compiling SDGCollections AnyPatternMatch.swift
[201/221] Compiling SDGCollections AtomicPatternMatch.swift
[202/221] Compiling SDGCollections ConcatenatedMatch.swift
[203/221] Compiling SDGCollections ConcatenatedPatterns.swift
[204/221] Compiling SDGCollections NaryConcatenatedMatch.swift
[205/221] Compiling SDGCollections NaryConcatenatedPatterns.swift
[206/221] Emitting module SDGCollections
[207/221] Compiling SDGCollections Addable.swift
[208/221] Compiling SDGCollections BijectiveMapping.swift
[209/221] Compiling SDGCollections ContextualMapping.swift
[210/221] Compiling SDGCollections Dictionary.swift
[211/221] Compiling SDGCollections CharacterSet.swift
[212/221] Compiling SDGCollections Data.swift
[213/221] Compiling SDGCollections String.swift
[214/221] Compiling SDGCollections StringProtocol.swift
[215/221] Compiling SDGCollections LegacyMode.swift
[216/222] Wrapping AST for SDGCollections for debugging
[218/251] Compiling SDGText CharacterSet.swift
[219/251] Compiling SDGText CollectionStringFamily.swift
[220/251] Compiling SDGText CollectionUnicodeScalar.swift
[221/251] Compiling SDGText StaticString.swift
[222/254] Compiling SDGText String.swift
[223/254] Compiling SDGText StringClusterView.swift
[224/254] Compiling SDGText StringScalarView.swift
[225/254] Compiling SDGText ExtendedGraphemeCluster.swift
[226/254] Compiling SDGText Font.Definition.swift
[227/254] Compiling SDGText Font.swift
[228/254] Compiling SDGText NSFont.swift
[229/254] Compiling SDGText SwiftUI.Font.swift
[230/254] Compiling SDGText UIFont.swift
[231/254] Compiling SDGText MarkupPlaygroundDisplay.swift
[232/254] Compiling SDGText Range.swift
[233/254] Compiling SDGText SemanticMarkup.swift
[234/254] Compiling SDGText StringIndex.swift
[235/254] Compiling SDGText UnicodeScalarView.swift
[236/254] Compiling SDGText UnicodeScalar.swift
[237/254] Compiling SDGText StrictStringStringInterpolation.swift
[238/254] Compiling SDGText ExtendedGraphemeClusterView.swift
[239/254] Compiling SDGText Line.swift
[240/254] Compiling SDGText LineView.swift
[241/254] Compiling SDGText LineViewIndex.swift
[242/254] Compiling SDGText Newline.swift
[243/254] Compiling SDGText NewlinePattern.swift
[244/254] Compiling SDGText StringFamily.swift
[245/254] Compiling SDGText SemanticMarkupStringInterpolation.swift
[246/254] Compiling SDGText StrictString.swift
[247/254] Compiling SDGText StrictStringClusterView.swift
[248/254] Compiling SDGText StrictStringInterpolationProtocol.swift
[249/254] Emitting module SDGText
[250/255] Wrapping AST for SDGText for debugging
[252/264] Compiling SDGPersistence String.swift
[253/265] Compiling SDGPersistence StrictString.swift
[254/265] Compiling SDGPersistence ProcessInfo.swift
[255/265] Compiling SDGPersistence Data.swift
[256/265] Compiling SDGPersistence FileConvertible.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[257/265] Compiling SDGPersistence Preference.swift
[258/265] Compiling SDGPersistence PreferenceSet.swift
[259/265] Emitting module SDGPersistence
/host/spi-builder-workspace/.build/checkouts/SDGCornerstone/Sources/SDGPersistence/FileManager.swift:47:35: error: type 'FileManager' does not conform to protocol 'Hashable'
45 | }
46 |
47 | private static var locations: [FileManager: [RecommendedLocation: URL]] = [:]
| `- error: type 'FileManager' does not conform to protocol 'Hashable'
48 | private var locations: [RecommendedLocation: URL] {
49 | get {
[260/265] Compiling SDGPersistence FileManager.swift
/host/spi-builder-workspace/.build/checkouts/SDGCornerstone/Sources/SDGPersistence/FileManager.swift:47:35: error: type 'FileManager' does not conform to protocol 'Hashable'
45 | }
46 |
47 | private static var locations: [FileManager: [RecommendedLocation: URL]] = [:]
| `- error: type 'FileManager' does not conform to protocol 'Hashable'
48 | private var locations: [RecommendedLocation: URL] {
49 | get {
/host/spi-builder-workspace/.build/checkouts/SDGCornerstone/Sources/SDGPersistence/FileManager.swift:50:37: error: referencing subscript 'subscript(_:)' on 'Dictionary' requires that 'FileManager' conform to 'Hashable'
48 | private var locations: [RecommendedLocation: URL] {
49 | get {
50 | return FileManager.locations[self] ?? [:]
| `- error: referencing subscript 'subscript(_:)' on 'Dictionary' requires that 'FileManager' conform to 'Hashable'
51 | }
52 | set {
Swift.Dictionary:1:11: note: where 'Key' = 'FileManager'
1 | extension Dictionary {
| `- note: where 'Key' = 'FileManager'
2 | @inlinable public subscript(key: Key) -> Value? { get set }
3 | }
/host/spi-builder-workspace/.build/checkouts/SDGCornerstone/Sources/SDGPersistence/FileManager.swift:53:30: error: referencing subscript 'subscript(_:)' on 'Dictionary' requires that 'FileManager' conform to 'Hashable'
51 | }
52 | set {
53 | FileManager.locations[self] = newValue
| `- error: referencing subscript 'subscript(_:)' on 'Dictionary' requires that 'FileManager' conform to 'Hashable'
54 | }
55 | }
Swift.Dictionary:1:11: note: where 'Key' = 'FileManager'
1 | extension Dictionary {
| `- note: where 'Key' = 'FileManager'
2 | @inlinable public subscript(key: Key) -> Value? { get set }
3 | }
[261/265] Compiling SDGPersistence URL.swift
warning: couldn't find pc file for sqlite3
warning: 'swift-package-manager': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/PackageMetadata/CMakeLists.txt
warning: 'swift-package-manager': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/PackageCollections/CMakeLists.txt
warning: 'swift-package-manager': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/PackageCollectionsSigning/CMakeLists.txt
warning: 'swift-package-manager': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/PackageCollectionsModel/CMakeLists.txt
[1/1] Compiling plugin Lint Source Code
[2/2] Compiling plugin Format Source Code
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin SDGEmbedResources
[5/5] Compiling plugin SDGCopySources
Building for debugging...
[5/146] Write sources
error: couldn't build /host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/WorkspaceProjectConfiguration/destination/SDGCopySources/Workspace.swift because of missing inputs: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/sdg_copy_source
[15/146] Compiling CrossPlatformC CrossPlatform.c
[15/146] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
warning: couldn't find pc file for sqlite3
[0/12] Write swift-version-24593BA9C3E375BF.txt
[2/93] Compiling SDGLogic NilLiteral.swift
[3/93] Compiling SDGLogic Equatable.swift
[4/93] Compiling SDGLogic Tuple.swift
[5/93] Compiling SDGLogic Operators.swift
[6/93] Compiling SDGLogic Any.swift
[7/93] Compiling SDGLogic Bool.swift
[8/93] Compiling OrderedCollections OrderedDictionary+Elements+SubSequence.swift
[9/93] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[10/93] Compiling OrderedCollections _Hashtable+Header.swift
[11/93] Compiling OrderedCollections OrderedDictionary+Codable.swift
[12/93] Compiling OrderedCollections OrderedDictionary+CustomDebugStringConvertible.swift
[13/93] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[14/93] Compiling OrderedCollections OrderedDictionary+CustomStringConvertible.swift
[15/93] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[16/95] Emitting module SDGLogic
[17/96] Compiling OrderedCollections OrderedSet+Equatable.swift
[18/96] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[19/96] Compiling OrderedCollections _HashTable+BucketIterator.swift
[20/96] Compiling OrderedCollections _HashTable+Constants.swift
[21/96] Emitting module SDGControlFlow
[22/96] Compiling RealModule Real.swift
[23/97] Compiling RealModule Float80+Real.swift
[25/97] Compiling RealModule ElementaryFunctions.swift
[26/97] Compiling RealModule Float+Real.swift
[27/96] Compiling OrderedCollections OrderedSet+CustomStringConvertible.swift
[28/96] Compiling OrderedCollections OrderedSet+Diffing.swift
[29/96] Compiling OrderedCollections OrderedSet+Hashable.swift
[30/96] Compiling OrderedCollections _HashTable+Bucket.swift
[31/96] Compiling RealModule Float16+Real.swift
[32/96] Compiling RealModule RealFunctions.swift
[37/96] Compiling SDGControlFlow Tuple.swift
[38/96] Compiling SDGControlFlow Weak.swift
[39/97] Emitting module RealModule
[42/98] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Operations.swift
[43/98] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Predicates.swift
[44/98] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[45/98] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[46/98] Compiling OrderedCollections OrderedSet+Sendable.swift
[47/98] Compiling OrderedCollections OrderedSet+SubSequence.swift
[48/104] Compiling OrderedCollections OrderedSet+Initializers.swift
[49/104] Compiling OrderedCollections OrderedSet+Insertions.swift
[50/104] Compiling OrderedCollections OrderedSet+Invariants.swift
[51/104] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[52/104] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[53/104] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[53/103] Wrapping AST for RealModule for debugging
[55/133] Compiling SDGMathematics IntegerProtocol.swift
[56/133] Compiling SDGMathematics OneDimensionalVector.swift
[57/133] Compiling SDGMathematics PointProtocol.swift
[58/133] Compiling SDGMathematics RationalArithmetic.swift
[59/133] Compiling SDGMathematics RationalNumberProtocol.swift
[60/133] Compiling SDGMathematics Angle.swift
[61/133] Compiling SDGMathematics Subtractable.swift
[62/133] Compiling SDGMathematics VectorProtocol.swift
[63/133] Compiling SDGMathematics WholeArithmetic.swift
[64/133] Compiling SDGMathematics WholeNumberProtocol.swift
[65/133] Compiling SDGMathematics Operators.swift
[66/133] Compiling SDGMathematics Float.swift
[67/133] Compiling SDGMathematics FunctionAnalysis.swift
[68/133] Compiling SDGMathematics Int.swift
[69/133] Compiling SDGMathematics Measurement.swift
[70/133] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[71/133] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[72/133] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[73/133] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[74/133] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[75/133] Compiling SDGMathematics IntegralArithmetic.swift
[76/133] Compiling SDGMathematics Negatable.swift
[77/133] Compiling SDGMathematics NumericAdditiveArithmetic.swift
[78/133] Compiling SDGMathematics OneDimensionalPoint.swift
[79/133] Compiling SDGMathematics Addable.swift
[80/133] Compiling SDGMathematics FixedScaleOneDimensionalPoint.swift
[81/133] Compiling SDGMathematics GenericAdditiveArithmetic.swift
[82/133] Compiling SDGMathematics BitField.swift
[83/133] Compiling SDGMathematics ClosedRange.swift
[84/133] Compiling SDGMathematics Comparable.swift
[85/133] Compiling SDGMathematics Data.swift
[86/133] Compiling SDGMathematics RationalVector.swift
[87/133] Compiling SDGMathematics RealArithmetic.swift
[88/133] Compiling SDGMathematics RealNumberProtocol.swift
[89/133] Emitting module OrderedCollections
[94/137] Compiling OrderedCollections OrderedSet+Testing.swift
[95/137] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[96/137] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[97/137] Compiling OrderedCollections OrderedSet.swift
[98/137] Compiling OrderedCollections RandomAccessCollection+Offsets.swift
[99/137] Compiling OrderedCollections _UnsafeBitset.swift
[116/138] Wrapping AST for OrderedCollections for debugging
[118/138] Compiling SDGMathematics OrderedEnumeration.swift
[119/138] Compiling SDGMathematics Sequence.swift
[120/138] Compiling SDGMathematics Tuple.swift
[121/138] Compiling SDGMathematics UInt.swift
[127/138] Emitting module SDGMathematics
[132/139] Wrapping AST for SDGMathematics for debugging
[134/201] Compiling SDGCollections NaryAlternativePatterns.swift
[135/201] Compiling SDGCollections AnyBidirectionalPattern.swift
[136/201] Compiling SDGCollections AnyPattern.swift
[137/201] Compiling SDGCollections AnyPatternMatch.swift
[138/201] Compiling SDGCollections AtomicPatternMatch.swift
[139/201] Compiling SDGCollections ConcatenatedMatch.swift
[140/201] Compiling SDGCollections ConcatenatedPatterns.swift
[141/201] Compiling SDGCollections NaryConcatenatedMatch.swift
[142/201] Compiling SDGCollections NaryConcatenatedPatterns.swift
[143/209] Compiling SDGCollections ConditionalPattern.swift
[144/209] Compiling SDGCollections LiteralPattern.swift
[145/209] Compiling SDGCollections NegatedPattern.swift
[146/209] Compiling SDGCollections NestingContentsPattern.swift
[147/209] Compiling SDGCollections NestingMatch.swift
[148/209] Compiling SDGCollections NestingMatchContents.swift
[149/209] Compiling SDGCollections NestingMatchSegment.swift
[150/209] Compiling SDGCollections NestingPattern.swift
[151/209] Compiling SDGCollections NestingSegmentPattern.swift
[152/209] Compiling SDGCollections OrderedSet.SubSequence.swift
[153/209] Compiling SDGCollections OrderedSet.swift
[154/209] Compiling SDGCollections ExclusivePrefixMatch.swift
[155/209] Compiling SDGCollections ExclusiveSuffixMatch.swift
[156/209] Compiling SDGCollections InclusivePrefixMatch.swift
[157/209] Compiling SDGCollections InclusiveSuffixMatch.swift
[158/209] Compiling SDGCollections AlternativeMatch.swift
[159/209] Compiling SDGCollections AlternativePatterns.swift
[160/209] Compiling SDGCollections NaryAlternativeMatch.swift
[161/209] Compiling SDGCollections FiniteSet.swift
[162/209] Compiling SDGCollections IntensionalSet.swift
[163/209] Compiling SDGCollections Intersection.swift
[164/209] Compiling SDGCollections MutableSet.swift
[165/209] Compiling SDGCollections Set.swift
[166/209] Compiling SDGCollections SetDefinition.swift
[167/209] Compiling SDGCollections SetInRepresentableUniverse.swift
[168/209] Compiling SDGCollections Union.swift
[169/209] Compiling SDGCollections BidirectionalPattern.swift
[170/209] Compiling SDGCollections Pattern.swift
[171/209] Compiling SDGCollections PatternMatch.swift
[172/209] Compiling SDGCollections PatternConsumption.swift
[173/209] Compiling SDGCollections RepetitionMatch.swift
[174/209] Compiling SDGCollections RepetitionPattern.swift
[175/209] Compiling SDGCollections SeparatedComponentMatch.swift
[176/209] Compiling SDGCollections Range.swift
[177/209] Compiling SDGCollections RangeExpression.swift
[178/209] Compiling SDGCollections RangeReplaceableCollection.swift
[179/209] Compiling SDGCollections ReversedCollection.swift
[180/209] Compiling SDGCollections SearchableBidirectionalCollection.swift
[181/209] Compiling SDGCollections SearchableCollection.swift
[182/209] Compiling SDGCollections Slice.swift
[183/209] Compiling SDGCollections AbsoluteComplement.swift
[184/209] Compiling SDGCollections ComparableSet.swift
[185/209] Compiling SDGCollections Operators.swift
[186/209] Compiling SDGCollections AnyCollection.swift
[187/209] Compiling SDGCollections Array.swift
[188/209] Compiling SDGCollections BidirectionalCollection.swift
[189/209] Compiling SDGCollections Collection.swift
[190/209] Compiling SDGCollections CollectionDifference.swift
[191/209] Compiling SDGCollections CollectionDifferenceChange.swift
[192/209] Compiling SDGCollections FillDirection.swift
[193/209] Compiling SDGCollections LexicographicalComparison.swift
[194/209] Compiling SDGCollections Addable.swift
[195/209] Compiling SDGCollections BijectiveMapping.swift
[196/209] Compiling SDGCollections ContextualMapping.swift
[197/209] Compiling SDGCollections Dictionary.swift
[198/209] Compiling SDGCollections CharacterSet.swift
[199/209] Compiling SDGCollections Data.swift
[200/209] Compiling SDGCollections String.swift
[201/209] Compiling SDGCollections StringProtocol.swift
[202/209] Compiling SDGCollections LegacyMode.swift
[203/209] Emitting module SDGCollections
[204/210] Wrapping AST for SDGCollections for debugging
[206/239] Compiling SDGText String.swift
[207/239] Compiling SDGText StringClusterView.swift
[208/239] Compiling SDGText StringScalarView.swift
[209/239] Compiling SDGText ExtendedGraphemeCluster.swift
[210/242] Compiling SDGText CharacterSet.swift
[211/242] Compiling SDGText CollectionStringFamily.swift
[212/242] Compiling SDGText CollectionUnicodeScalar.swift
[213/242] Compiling SDGText StaticString.swift
[214/242] Compiling SDGText LineViewIndex.swift
[215/242] Compiling SDGText Newline.swift
[216/242] Compiling SDGText NewlinePattern.swift
[217/242] Compiling SDGText StringFamily.swift
[218/242] Compiling SDGText Font.Definition.swift
[219/242] Compiling SDGText Font.swift
[220/242] Compiling SDGText NSFont.swift
[221/242] Compiling SDGText SwiftUI.Font.swift
[222/242] Compiling SDGText StrictStringStringInterpolation.swift
[223/242] Compiling SDGText ExtendedGraphemeClusterView.swift
[224/242] Compiling SDGText Line.swift
[225/242] Compiling SDGText LineView.swift
[226/242] Compiling SDGText UIFont.swift
[227/242] Compiling SDGText MarkupPlaygroundDisplay.swift
[228/242] Compiling SDGText Range.swift
[229/242] Compiling SDGText SemanticMarkup.swift
[230/242] Compiling SDGText StringIndex.swift
[231/242] Compiling SDGText UnicodeScalarView.swift
[232/242] Compiling SDGText UnicodeScalar.swift
[233/242] Compiling SDGText SemanticMarkupStringInterpolation.swift
[234/242] Compiling SDGText StrictString.swift
[235/242] Compiling SDGText StrictStringClusterView.swift
[236/242] Compiling SDGText StrictStringInterpolationProtocol.swift
[237/242] Emitting module SDGText
[238/243] Wrapping AST for SDGText for debugging
[240/252] Compiling SDGPersistence String.swift
[241/253] Compiling SDGPersistence ProcessInfo.swift
[242/253] Compiling SDGPersistence StrictString.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[243/253] Emitting module SDGPersistence
/host/spi-builder-workspace/.build/checkouts/SDGCornerstone/Sources/SDGPersistence/FileManager.swift:47:35: error: type 'FileManager' does not conform to protocol 'Hashable'
45 | }
46 |
47 | private static var locations: [FileManager: [RecommendedLocation: URL]] = [:]
| `- error: type 'FileManager' does not conform to protocol 'Hashable'
48 | private var locations: [RecommendedLocation: URL] {
49 | get {
[244/253] Compiling SDGPersistence PreferenceSet.swift
[245/253] Compiling SDGPersistence Preference.swift
[246/253] Compiling SDGPersistence Data.swift
[247/253] Compiling SDGPersistence FileConvertible.swift
[248/253] Compiling SDGPersistence FileManager.swift
/host/spi-builder-workspace/.build/checkouts/SDGCornerstone/Sources/SDGPersistence/FileManager.swift:47:35: error: type 'FileManager' does not conform to protocol 'Hashable'
45 | }
46 |
47 | private static var locations: [FileManager: [RecommendedLocation: URL]] = [:]
| `- error: type 'FileManager' does not conform to protocol 'Hashable'
48 | private var locations: [RecommendedLocation: URL] {
49 | get {
/host/spi-builder-workspace/.build/checkouts/SDGCornerstone/Sources/SDGPersistence/FileManager.swift:50:37: error: referencing subscript 'subscript(_:)' on 'Dictionary' requires that 'FileManager' conform to 'Hashable'
48 | private var locations: [RecommendedLocation: URL] {
49 | get {
50 | return FileManager.locations[self] ?? [:]
| `- error: referencing subscript 'subscript(_:)' on 'Dictionary' requires that 'FileManager' conform to 'Hashable'
51 | }
52 | set {
Swift.Dictionary:1:11: note: where 'Key' = 'FileManager'
1 | extension Dictionary {
| `- note: where 'Key' = 'FileManager'
2 | @inlinable public subscript(key: Key) -> Value? { get set }
3 | }
/host/spi-builder-workspace/.build/checkouts/SDGCornerstone/Sources/SDGPersistence/FileManager.swift:53:30: error: referencing subscript 'subscript(_:)' on 'Dictionary' requires that 'FileManager' conform to 'Hashable'
51 | }
52 | set {
53 | FileManager.locations[self] = newValue
| `- error: referencing subscript 'subscript(_:)' on 'Dictionary' requires that 'FileManager' conform to 'Hashable'
54 | }
55 | }
Swift.Dictionary:1:11: note: where 'Key' = 'FileManager'
1 | extension Dictionary {
| `- note: where 'Key' = 'FileManager'
2 | @inlinable public subscript(key: Key) -> Value? { get set }
3 | }
[249/253] Compiling SDGPersistence URL.swift
warning: couldn't find pc file for sqlite3
warning: 'swift-package-manager': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/PackageMetadata/CMakeLists.txt
warning: 'swift-package-manager': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/PackageCollections/CMakeLists.txt
warning: 'swift-package-manager': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/PackageCollectionsSigning/CMakeLists.txt
warning: 'swift-package-manager': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/PackageCollectionsModel/CMakeLists.txt
[0/1] Planning build
warning: couldn't find pc file for sqlite3
[0/12] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/7] Emitting module SDGPersistence
/host/spi-builder-workspace/.build/checkouts/SDGCornerstone/Sources/SDGPersistence/FileManager.swift:47:35: error: type 'FileManager' does not conform to protocol 'Hashable'
45 | }
46 |
47 | private static var locations: [FileManager: [RecommendedLocation: URL]] = [:]
| `- error: type 'FileManager' does not conform to protocol 'Hashable'
48 | private var locations: [RecommendedLocation: URL] {
49 | get {
[3/7] Compiling SDGPersistence FileManager.swift
/host/spi-builder-workspace/.build/checkouts/SDGCornerstone/Sources/SDGPersistence/FileManager.swift:47:35: error: type 'FileManager' does not conform to protocol 'Hashable'
45 | }
46 |
47 | private static var locations: [FileManager: [RecommendedLocation: URL]] = [:]
| `- error: type 'FileManager' does not conform to protocol 'Hashable'
48 | private var locations: [RecommendedLocation: URL] {
49 | get {
/host/spi-builder-workspace/.build/checkouts/SDGCornerstone/Sources/SDGPersistence/FileManager.swift:50:37: error: referencing subscript 'subscript(_:)' on 'Dictionary' requires that 'FileManager' conform to 'Hashable'
48 | private var locations: [RecommendedLocation: URL] {
49 | get {
50 | return FileManager.locations[self] ?? [:]
| `- error: referencing subscript 'subscript(_:)' on 'Dictionary' requires that 'FileManager' conform to 'Hashable'
51 | }
52 | set {
Swift.Dictionary:1:11: note: where 'Key' = 'FileManager'
1 | extension Dictionary {
| `- note: where 'Key' = 'FileManager'
2 | @inlinable public subscript(key: Key) -> Value? { get set }
3 | }
/host/spi-builder-workspace/.build/checkouts/SDGCornerstone/Sources/SDGPersistence/FileManager.swift:53:30: error: referencing subscript 'subscript(_:)' on 'Dictionary' requires that 'FileManager' conform to 'Hashable'
51 | }
52 | set {
53 | FileManager.locations[self] = newValue
| `- error: referencing subscript 'subscript(_:)' on 'Dictionary' requires that 'FileManager' conform to 'Hashable'
54 | }
55 | }
Swift.Dictionary:1:11: note: where 'Key' = 'FileManager'
1 | extension Dictionary {
| `- note: where 'Key' = 'FileManager'
2 | @inlinable public subscript(key: Key) -> Value? { get set }
3 | }
warning: couldn't find pc file for sqlite3
warning: 'swift-package-manager': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/PackageMetadata/CMakeLists.txt
warning: 'swift-package-manager': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/PackageCollections/CMakeLists.txt
warning: 'swift-package-manager': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/PackageCollectionsSigning/CMakeLists.txt
warning: 'swift-package-manager': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/PackageCollectionsModel/CMakeLists.txt
[1/1] Compiling plugin Lint Source Code
[2/2] Compiling plugin Format Source Code
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin SDGEmbedResources
[5/5] Compiling plugin SDGCopySources
Building for debugging...
error: couldn't build /host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/WorkspaceProjectConfiguration/destination/SDGCopySources/Workspace.swift because of missing inputs: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/sdg_copy_source
[5/136] Write sources
[5/136] Copying Package.swift.txt
[5/136] Copying Root.css
[5/136] Compiling _NumericsShims _NumericsShims.c
[5/136] Write sources
[59/136] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 wasm