The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Workspace, reference master (0e414d), with Swift 6.1 for Wasm on 29 May 2025 16:58:58 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sdggiesbrecht/workspace.git
Reference: master
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
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 0e414de Resumed development.
Cloned https://github.com/sdggiesbrecht/workspace.git
Revision (git rev-parse @):
0e414de3e9c09b1449b63345b1dbf0f81bdeff6e
SUCCESS checkout https://github.com/sdggiesbrecht/workspace.git at master
========================================
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-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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-format
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-package-manager
Fetching https://github.com/SDGGiesbrecht/swift-syntax
[1/758] Fetching swift-markdown
[759/10433] Fetching swift-markdown, sdgweb
[9080/75355] Fetching swift-markdown, sdgweb, swift-package-manager
[12382/80235] Fetching swift-markdown, sdgweb, swift-package-manager, swift-format
[20767/81380] Fetching swift-markdown, sdgweb, swift-package-manager, swift-format, swift-docc-symbolkit
[24441/111454] Fetching swift-markdown, sdgweb, swift-package-manager, swift-format, swift-docc-symbolkit, swift-syntax
Fetched https://github.com/SDGGiesbrecht/swift-docc-symbolkit from cache (1.01s)
Fetched https://github.com/SDGGiesbrecht/swift-format from cache (1.01s)
Fetching https://github.com/SDGGiesbrecht/SDGSwift
Fetched https://github.com/SDGGiesbrecht/SDGWeb from cache (1.01s)
[26804/95754] Fetching swift-markdown, swift-package-manager, swift-syntax
Fetching https://github.com/SDGGiesbrecht/SDGCommandLine
Fetching https://github.com/apple/swift-collections
[68488/105485] Fetching swift-markdown, swift-package-manager, swift-syntax, sdgcommandline
[81076/151751] Fetching swift-markdown, swift-package-manager, swift-syntax, sdgcommandline, sdgswift
[81077/168342] Fetching swift-markdown, swift-package-manager, swift-syntax, sdgcommandline, sdgswift, swift-collections
Fetched https://github.com/SDGGiesbrecht/SDGCommandLine from cache (0.98s)
[90135/158611] Fetching swift-markdown, swift-package-manager, swift-syntax, sdgswift, swift-collections
Fetching https://github.com/SDGGiesbrecht/SDGCornerstone
[150649/260728] Fetching swift-markdown, swift-package-manager, swift-syntax, sdgswift, swift-collections, sdgcornerstone
Fetched https://github.com/SDGGiesbrecht/SDGSwift from cache (3.02s)
[159319/214462] Fetching swift-markdown, swift-package-manager, swift-syntax, swift-collections, sdgcornerstone
Fetched https://github.com/apple/swift-collections from cache (3.18s)
[145792/197871] Fetching swift-markdown, swift-package-manager, swift-syntax, sdgcornerstone
Fetched https://github.com/SDGGiesbrecht/swift-syntax from cache (4.44s)
[120824/167797] Fetching swift-markdown, swift-package-manager, sdgcornerstone
Fetched https://github.com/SDGGiesbrecht/swift-markdown from cache (5.07s)
[161934/167039] Fetching swift-package-manager, sdgcornerstone
Fetched https://github.com/SDGGiesbrecht/swift-package-manager from cache (5.12s)
[99054/102117] Fetching sdgcornerstone
Fetched https://github.com/SDGGiesbrecht/SDGCornerstone from cache (6.12s)
Computing version for https://github.com/SDGGiesbrecht/SDGWeb
Computed https://github.com/SDGGiesbrecht/SDGWeb at 6.1.2 (8.86s)
Computing version for https://github.com/SDGGiesbrecht/swift-format
Computed https://github.com/SDGGiesbrecht/swift-format at 0.50800.0 (0.89s)
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.56s)
[8305/15379] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.86s)
Computing version for https://github.com/SDGGiesbrecht/swift-docc-symbolkit
Computed https://github.com/SDGGiesbrecht/swift-docc-symbolkit at 0.50800.0 (1.45s)
Computing version for https://github.com/SDGGiesbrecht/swift-markdown
Computed https://github.com/SDGGiesbrecht/swift-markdown at 0.50800.0 (0.66s)
Fetching https://github.com/SDGGiesbrecht/swift-cmark
[1/14476] Fetching swift-cmark
Fetched https://github.com/SDGGiesbrecht/swift-cmark from cache (0.90s)
Computing version for https://github.com/SDGGiesbrecht/swift-syntax
Computed https://github.com/SDGGiesbrecht/swift-syntax at 0.50800.0 (1.60s)
Computing version for https://github.com/SDGGiesbrecht/swift-package-manager
Computed https://github.com/SDGGiesbrecht/swift-package-manager at 0.50800.0 (1.62s)
Fetching https://github.com/SDGGiesbrecht/swift-llbuild
Fetching https://github.com/SDGGiesbrecht/swift-crypto
Fetching https://github.com/SDGGiesbrecht/swift-driver
Fetching https://github.com/apple/swift-system.git
[1/18377] Fetching swift-llbuild
[1288/40699] Fetching swift-llbuild, swift-driver
[4649/45090] Fetching swift-llbuild, swift-driver, swift-system
[11640/49623] Fetching swift-llbuild, swift-driver, swift-system, swift-crypto
Fetched https://github.com/apple/swift-system.git from cache (0.84s)
[10705/45232] Fetching swift-llbuild, swift-driver, swift-crypto
Fetched https://github.com/SDGGiesbrecht/swift-llbuild from cache (2.81s)
Fetched https://github.com/SDGGiesbrecht/swift-crypto from cache (2.91s)
Fetched https://github.com/SDGGiesbrecht/swift-driver from cache (2.92s)
Computing version for https://github.com/SDGGiesbrecht/SDGSwift
Computed https://github.com/SDGGiesbrecht/SDGSwift at 14.0.0 (4.04s)
Computing version for https://github.com/SDGGiesbrecht/SDGCommandLine
Computed https://github.com/SDGGiesbrecht/SDGCommandLine at 3.0.6 (0.76s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.0.6 (0.67s)
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 (1.00s)
Computing version for https://github.com/SDGGiesbrecht/swift-cmark
Computed https://github.com/SDGGiesbrecht/swift-cmark at 0.50800.0 (0.81s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.1.1 (0.73s)
Computing version for https://github.com/SDGGiesbrecht/swift-crypto
Computed https://github.com/SDGGiesbrecht/swift-crypto at 0.20400.0 (0.63s)
Computing version for https://github.com/SDGGiesbrecht/swift-driver
Computed https://github.com/SDGGiesbrecht/swift-driver at 0.50800.0 (0.73s)
Fetching https://github.com/jpsim/Yams.git
[1/10657] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (1.37s)
Computing version for https://github.com/SDGGiesbrecht/swift-llbuild
Computed https://github.com/SDGGiesbrecht/swift-llbuild at 0.50800.0 (2.02s)
Computing version for https://github.com/SDGGiesbrecht/SDGCornerstone
Computed https://github.com/SDGGiesbrecht/SDGCornerstone at 10.2.0 (0.91s)
Fetching https://github.com/apple/swift-numerics
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.51s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (1.12s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (1.23s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (1.29s)
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-cmark
Working copy of https://github.com/SDGGiesbrecht/swift-cmark 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/SDGCommandLine
Working copy of https://github.com/SDGGiesbrecht/SDGCommandLine resolved at 3.0.6
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/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/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-crypto
Working copy of https://github.com/SDGGiesbrecht/swift-crypto resolved at 0.20400.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/SDGGiesbrecht/SDGCornerstone
Working copy of https://github.com/SDGGiesbrecht/SDGCornerstone resolved at 10.2.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-llbuild
Working copy of https://github.com/SDGGiesbrecht/swift-llbuild resolved at 0.50800.0
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/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/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-driver
Working copy of https://github.com/SDGGiesbrecht/swift-driver resolved at 0.50800.0
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/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
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 SDGControlFlow
[13/105] Compiling OrderedCollections OrderedSet+Initializers.swift
[14/105] Compiling OrderedCollections OrderedSet+Insertions.swift
[15/105] Compiling OrderedCollections OrderedSet+Invariants.swift
[16/105] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[17/105] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[18/105] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[19/111] Compiling SDGControlFlow Decodable.swift
[20/111] Compiling SDGControlFlow DefaultAssignmentPropertyWrapper.swift
[21/111] Compiling SDGControlFlow Encodable.swift
[22/111] Compiling SDGLogic Operators.swift
[23/111] Compiling SDGLogic NilLiteral.swift
[24/111] Compiling SDGLogic Tuple.swift
[25/111] Compiling SDGControlFlow Memory.swift
[26/111] Compiling SDGControlFlow NonmutatingVariants.swift
[27/111] Compiling SDGControlFlow APILocalization.swift
[28/111] Compiling SDGControlFlow Assert.swift
[29/111] Compiling SDGControlFlow Caching.swift
[30/111] Compiling SDGControlFlow ProjectingPropertyWrapper.swift
[31/111] Compiling SDGControlFlow PropertyWrapper.swift
[32/111] Compiling SDGLogic Bool.swift
[33/111] Emitting module OrderedCollections
[34/111] Emitting module SDGLogic
[35/111] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Operations.swift
[36/111] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Predicates.swift
[37/111] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[38/111] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[39/111] Compiling OrderedCollections OrderedSet+Sendable.swift
[40/111] Compiling OrderedCollections OrderedSet+SubSequence.swift
[41/111] Compiling SDGLogic Any.swift
[42/111] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[43/111] Compiling OrderedCollections OrderedSet+CustomStringConvertible.swift
[44/111] Compiling OrderedCollections OrderedSet+Diffing.swift
[45/111] Compiling OrderedCollections OrderedSet+Equatable.swift
[46/111] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[47/111] Compiling OrderedCollections OrderedSet+Hashable.swift
[48/111] Compiling SDGControlFlow TextualPlaygroundDisplay.swift
[49/111] Compiling SDGControlFlow TransparentWrapper.swift
[50/111] Compiling SDGControlFlow Tuple.swift
[51/111] Compiling SDGControlFlow Weak.swift
[52/111] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[53/111] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[54/111] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[58/111] Compiling SDGControlFlow SendableValueCache.swift
[59/111] Compiling SDGControlFlow Shared.swift
[60/111] Compiling SDGControlFlow SharedProperty.swift
[61/111] Compiling SDGControlFlow SharedValueObserver.swift
[69/111] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[70/111] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[71/111] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[72/111] Compiling OrderedCollections OrderedDictionary+Values.swift
[73/111] Compiling OrderedCollections OrderedDictionary.swift
[74/111] Compiling OrderedCollections OrderedSet+Codable.swift
[75/111] Compiling OrderedCollections OrderedSet+CustomDebugStringConvertible.swift
[78/111] Compiling SDGLogic Equatable.swift
[79/112] Compiling RealModule Float+Real.swift
[80/112] Compiling RealModule ElementaryFunctions.swift
[83/113] Emitting module RealModule
[90/114] Compiling RealModule Float16+Real.swift
[91/114] Compiling RealModule Float80+Real.swift
[92/114] Compiling RealModule Real.swift
[97/114] Compiling RealModule RealFunctions.swift
[98/115] Wrapping AST for SDGLogic for debugging
[99/115] Wrapping AST for SDGControlFlow for debugging
[100/115] Wrapping AST for RealModule for debugging
[102/145] Compiling OrderedCollections OrderedSet+Testing.swift
[103/145] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[104/145] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[105/145] Compiling OrderedCollections OrderedSet.swift
[106/145] Compiling OrderedCollections RandomAccessCollection+Offsets.swift
[107/145] Compiling OrderedCollections _UnsafeBitset.swift
[108/146] Wrapping AST for OrderedCollections for debugging
[110/146] Compiling SDGMathematics OneDimensionalVector.swift
[111/146] Compiling SDGMathematics PointProtocol.swift
[112/146] Compiling SDGMathematics RationalArithmetic.swift
[113/146] Compiling SDGMathematics RationalNumberProtocol.swift
[114/150] Emitting module SDGMathematics
[115/150] Compiling SDGMathematics OrderedEnumeration.swift
[116/150] Compiling SDGMathematics Sequence.swift
[117/150] Compiling SDGMathematics Tuple.swift
[118/150] Compiling SDGMathematics UInt.swift
[119/150] Compiling SDGMathematics VectorProtocol.swift
[120/150] Compiling SDGMathematics WholeArithmetic.swift
[121/150] Compiling SDGMathematics WholeNumberProtocol.swift
[122/150] Compiling SDGMathematics Operators.swift
[123/150] Compiling SDGMathematics RationalVector.swift
[124/150] Compiling SDGMathematics RealArithmetic.swift
[125/150] Compiling SDGMathematics RealNumberProtocol.swift
[126/150] Compiling SDGMathematics Subtractable.swift
[127/150] Compiling SDGMathematics IntegralArithmetic.swift
[128/150] Compiling SDGMathematics Negatable.swift
[129/150] Compiling SDGMathematics NumericAdditiveArithmetic.swift
[130/150] Compiling SDGMathematics OneDimensionalPoint.swift
[131/150] Compiling SDGMathematics Angle.swift
[132/150] Compiling SDGMathematics BitField.swift
[133/150] Compiling SDGMathematics ClosedRange.swift
[134/150] Compiling SDGMathematics Comparable.swift
[135/150] Compiling SDGMathematics Data.swift
[136/150] Compiling SDGMathematics Addable.swift
[137/150] Compiling SDGMathematics FixedScaleOneDimensionalPoint.swift
[138/150] Compiling SDGMathematics GenericAdditiveArithmetic.swift
[139/150] Compiling SDGMathematics IntegerProtocol.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 NaryAlternativePatterns.swift
[147/213] Compiling SDGCollections AnyBidirectionalPattern.swift
[148/213] Compiling SDGCollections AnyPattern.swift
[149/213] Compiling SDGCollections AnyPatternMatch.swift
[150/213] Compiling SDGCollections AtomicPatternMatch.swift
[151/213] Compiling SDGCollections ConcatenatedMatch.swift
[152/213] Compiling SDGCollections ConcatenatedPatterns.swift
[153/213] Compiling SDGCollections NaryConcatenatedMatch.swift
[154/213] Compiling SDGCollections NaryConcatenatedPatterns.swift
[155/221] Compiling SDGCollections BidirectionalPattern.swift
[156/221] Compiling SDGCollections Pattern.swift
[157/221] Compiling SDGCollections PatternMatch.swift
[158/221] Compiling SDGCollections PatternConsumption.swift
[159/221] Compiling SDGCollections RepetitionMatch.swift
[160/221] Compiling SDGCollections RepetitionPattern.swift
[161/221] Compiling SDGCollections SeparatedComponentMatch.swift
[162/221] Compiling SDGCollections Range.swift
[163/221] Compiling SDGCollections ConditionalPattern.swift
[164/221] Compiling SDGCollections LiteralPattern.swift
[165/221] Compiling SDGCollections NegatedPattern.swift
[166/221] Compiling SDGCollections NestingContentsPattern.swift
[167/221] Compiling SDGCollections NestingMatch.swift
[168/221] Compiling SDGCollections NestingMatchContents.swift
[169/221] Compiling SDGCollections NestingMatchSegment.swift
[170/221] Compiling SDGCollections NestingPattern.swift
[171/221] Compiling SDGCollections NestingSegmentPattern.swift
[172/221] Compiling SDGCollections OrderedSet.SubSequence.swift
[173/221] Compiling SDGCollections OrderedSet.swift
[174/221] Compiling SDGCollections ExclusivePrefixMatch.swift
[175/221] Compiling SDGCollections ExclusiveSuffixMatch.swift
[176/221] Compiling SDGCollections InclusivePrefixMatch.swift
[177/221] Compiling SDGCollections InclusiveSuffixMatch.swift
[178/221] Compiling SDGCollections AlternativeMatch.swift
[179/221] Compiling SDGCollections AlternativePatterns.swift
[180/221] Compiling SDGCollections NaryAlternativeMatch.swift
[181/221] Compiling SDGCollections FiniteSet.swift
[182/221] Compiling SDGCollections IntensionalSet.swift
[183/221] Compiling SDGCollections Intersection.swift
[184/221] Compiling SDGCollections MutableSet.swift
[185/221] Compiling SDGCollections Set.swift
[186/221] Compiling SDGCollections SetDefinition.swift
[187/221] Compiling SDGCollections SetInRepresentableUniverse.swift
[188/221] Compiling SDGCollections Union.swift
[189/221] Compiling SDGCollections RangeExpression.swift
[190/221] Compiling SDGCollections RangeReplaceableCollection.swift
[191/221] Compiling SDGCollections ReversedCollection.swift
[192/221] Compiling SDGCollections SearchableBidirectionalCollection.swift
[193/221] Compiling SDGCollections SearchableCollection.swift
[194/221] Compiling SDGCollections Slice.swift
[195/221] Compiling SDGCollections AbsoluteComplement.swift
[196/221] Compiling SDGCollections ComparableSet.swift
[197/221] Compiling SDGCollections Operators.swift
[198/221] Compiling SDGCollections AnyCollection.swift
[199/221] Compiling SDGCollections Array.swift
[200/221] Compiling SDGCollections BidirectionalCollection.swift
[201/221] Compiling SDGCollections Collection.swift
[202/221] Compiling SDGCollections CollectionDifference.swift
[203/221] Compiling SDGCollections CollectionDifferenceChange.swift
[204/221] Compiling SDGCollections FillDirection.swift
[205/221] Compiling SDGCollections LexicographicalComparison.swift
[206/221] Compiling SDGCollections Addable.swift
[207/221] Compiling SDGCollections BijectiveMapping.swift
[208/221] Compiling SDGCollections ContextualMapping.swift
[209/221] Compiling SDGCollections Dictionary.swift
[210/221] Compiling SDGCollections CharacterSet.swift
[211/221] Compiling SDGCollections Data.swift
[212/221] Compiling SDGCollections String.swift
[213/221] Compiling SDGCollections StringProtocol.swift
[214/221] Compiling SDGCollections LegacyMode.swift
[215/221] Emitting module SDGCollections
[216/222] Wrapping AST for SDGCollections for debugging
[218/251] Compiling SDGText String.swift
[219/251] Compiling SDGText StringClusterView.swift
[220/251] Compiling SDGText StringScalarView.swift
[221/251] Compiling SDGText ExtendedGraphemeCluster.swift
[222/254] Compiling SDGText CharacterSet.swift
[223/254] Compiling SDGText CollectionStringFamily.swift
[224/254] Compiling SDGText CollectionUnicodeScalar.swift
[225/254] Compiling SDGText StaticString.swift
[226/254] Compiling SDGText StringIndex.swift
[227/254] Compiling SDGText UnicodeScalarView.swift
[228/254] Compiling SDGText UnicodeScalar.swift
[229/254] Emitting module SDGText
[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 LineViewIndex.swift
[235/254] Compiling SDGText Newline.swift
[236/254] Compiling SDGText NewlinePattern.swift
[237/254] Compiling SDGText StringFamily.swift
[238/254] Compiling SDGText Font.Definition.swift
[239/254] Compiling SDGText Font.swift
[240/254] Compiling SDGText NSFont.swift
[241/254] Compiling SDGText SwiftUI.Font.swift
[242/254] Compiling SDGText StrictStringStringInterpolation.swift
[243/254] Compiling SDGText ExtendedGraphemeClusterView.swift
[244/254] Compiling SDGText Line.swift
[245/254] Compiling SDGText LineView.swift
[246/254] Compiling SDGText SemanticMarkupStringInterpolation.swift
[247/254] Compiling SDGText StrictString.swift
[248/254] Compiling SDGText StrictStringClusterView.swift
[249/254] Compiling SDGText StrictStringInterpolationProtocol.swift
[250/255] Wrapping AST for SDGText for debugging
[252/264] Compiling SDGPersistence ProcessInfo.swift
[253/265] Compiling SDGPersistence PreferenceSet.swift
[254/265] Compiling SDGPersistence StrictString.swift
[255/265] Compiling SDGPersistence String.swift
[256/265] Compiling SDGPersistence URL.swift
[257/265] Compiling SDGPersistence Preference.swift
[258/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 | }
[259/265] Compiling SDGPersistence Data.swift
[260/265] Compiling SDGPersistence FileConvertible.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[261/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 {
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/146] Write sources
[6/146] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: couldn't find pc file for sqlite3
[0/12] Write swift-version-24593BA9C3E375BF.txt
[2/46] Compiling RealModule Double+Real.swift
[3/46] Compiling SDGControlFlow DefaultAssignmentPropertyWrapper.swift
[4/46] Compiling SDGControlFlow Encodable.swift
[5/46] Compiling SDGControlFlow Memory.swift
[6/46] Compiling SDGControlFlow NonmutatingVariants.swift
[7/95] Compiling SDGLogic Any.swift
[8/95] Compiling SDGLogic NilLiteral.swift
[9/95] Compiling SDGLogic Operators.swift
[10/95] Compiling SDGLogic Tuple.swift
[11/95] Compiling SDGLogic Bool.swift
[12/95] Compiling SDGLogic Equatable.swift
[13/95] Emitting module SDGLogic
[14/96] Compiling RealModule ElementaryFunctions.swift
[15/96] Compiling OrderedCollections OrderedDictionary+Codable.swift
[16/96] Compiling OrderedCollections OrderedDictionary+CustomDebugStringConvertible.swift
[17/96] Compiling OrderedCollections OrderedDictionary+Elements.swift
[18/96] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[19/97] Compiling RealModule RealFunctions.swift
[21/97] Compiling RealModule Real.swift
[22/97] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[23/97] Compiling OrderedCollections OrderedDictionary+CustomStringConvertible.swift
[24/97] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[25/97] Compiling OrderedCollections OrderedDictionary+Elements+SubSequence.swift
[26/96] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[27/96] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[28/96] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[29/96] Emitting module SDGControlFlow
[30/96] Compiling RealModule Float16+Real.swift
[31/96] Compiling RealModule Float80+Real.swift
[32/96] Compiling RealModule Float+Real.swift
[36/96] Compiling OrderedCollections OrderedDictionary+Values.swift
[37/96] Emitting module RealModule
[43/97] Compiling OrderedCollections OrderedDictionary.swift
[44/97] Compiling OrderedCollections OrderedSet+Codable.swift
[45/97] Compiling OrderedCollections OrderedSet+CustomDebugStringConvertible.swift
[46/103] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[47/103] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[48/104] Compiling OrderedCollections _Hashtable+Header.swift
[59/104] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[60/104] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[61/104] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[61/104] Wrapping AST for RealModule for debugging
[64/103] Compiling OrderedCollections OrderedSet+Initializers.swift
[65/103] Compiling OrderedCollections OrderedSet+Insertions.swift
[66/103] Compiling OrderedCollections OrderedSet+Invariants.swift
[67/103] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[68/103] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[69/103] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[70/103] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[71/103] Compiling OrderedCollections OrderedSet+CustomStringConvertible.swift
[72/103] Compiling OrderedCollections OrderedSet+Diffing.swift
[73/103] Compiling OrderedCollections OrderedSet+Equatable.swift
[74/103] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[75/103] Compiling OrderedCollections OrderedSet+Hashable.swift
[76/103] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Operations.swift
[77/103] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Predicates.swift
[78/103] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[79/103] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[80/103] Compiling OrderedCollections OrderedSet+Sendable.swift
[81/103] Compiling OrderedCollections OrderedSet+SubSequence.swift
[82/133] Compiling SDGMathematics RationalVector.swift
[83/133] Compiling SDGMathematics RealArithmetic.swift
[84/133] Compiling SDGMathematics RealNumberProtocol.swift
[85/133] Compiling SDGMathematics Subtractable.swift
[86/133] Compiling SDGMathematics VectorProtocol.swift
[87/133] Compiling SDGMathematics WholeArithmetic.swift
[88/133] Compiling SDGMathematics WholeNumberProtocol.swift
[89/133] Compiling OrderedCollections OrderedSet+Testing.swift
[90/133] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[91/133] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[92/133] Compiling OrderedCollections OrderedSet.swift
[93/133] Compiling OrderedCollections RandomAccessCollection+Offsets.swift
[94/133] Compiling OrderedCollections _UnsafeBitset.swift
[95/133] Compiling SDGMathematics IntegralArithmetic.swift
[96/133] Compiling SDGMathematics Negatable.swift
[97/133] Compiling SDGMathematics NumericAdditiveArithmetic.swift
[98/133] Compiling SDGMathematics OneDimensionalPoint.swift
[99/133] Compiling SDGMathematics Addable.swift
[100/133] Compiling SDGMathematics FixedScaleOneDimensionalPoint.swift
[101/133] Compiling SDGMathematics GenericAdditiveArithmetic.swift
[102/133] Compiling SDGMathematics IntegerProtocol.swift
[103/133] Compiling SDGMathematics OneDimensionalVector.swift
[104/133] Compiling SDGMathematics PointProtocol.swift
[105/133] Compiling SDGMathematics RationalArithmetic.swift
[106/133] Compiling SDGMathematics RationalNumberProtocol.swift
[107/137] Emitting module OrderedCollections
[111/138] Compiling SDGMathematics Operators.swift
[112/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
[122/138] Compiling SDGMathematics Float.swift
[123/138] Compiling SDGMathematics FunctionAnalysis.swift
[124/138] Compiling SDGMathematics Int.swift
[125/138] Compiling SDGMathematics Measurement.swift
[126/138] Compiling SDGMathematics Angle.swift
[127/138] Compiling SDGMathematics BitField.swift
[128/138] Compiling SDGMathematics ClosedRange.swift
[129/138] Compiling SDGMathematics Comparable.swift
[130/138] Compiling SDGMathematics Data.swift
[131/138] Emitting module SDGMathematics
[132/139] Wrapping AST for SDGMathematics for debugging
[134/201] Compiling SDGCollections RangeExpression.swift
[135/201] Compiling SDGCollections RangeReplaceableCollection.swift
[136/201] Compiling SDGCollections ReversedCollection.swift
[137/201] Compiling SDGCollections SearchableBidirectionalCollection.swift
[138/201] Compiling SDGCollections SearchableCollection.swift
[139/201] Compiling SDGCollections Slice.swift
[140/201] Compiling SDGCollections AbsoluteComplement.swift
[141/201] Compiling SDGCollections ComparableSet.swift
[142/201] Compiling SDGCollections Operators.swift
[143/201] Compiling SDGCollections AnyCollection.swift
[144/201] Compiling SDGCollections Array.swift
[145/201] Compiling SDGCollections BidirectionalCollection.swift
[146/201] Compiling SDGCollections Collection.swift
[147/201] Compiling SDGCollections CollectionDifference.swift
[148/201] Compiling SDGCollections CollectionDifferenceChange.swift
[149/201] Compiling SDGCollections FillDirection.swift
[150/201] Compiling SDGCollections LexicographicalComparison.swift
[151/201] Compiling SDGCollections NaryAlternativePatterns.swift
[152/201] Compiling SDGCollections AnyBidirectionalPattern.swift
[153/201] Compiling SDGCollections AnyPattern.swift
[154/201] Compiling SDGCollections AnyPatternMatch.swift
[155/201] Compiling SDGCollections AtomicPatternMatch.swift
[156/201] Compiling SDGCollections ConcatenatedMatch.swift
[157/201] Compiling SDGCollections ConcatenatedPatterns.swift
[158/201] Compiling SDGCollections NaryConcatenatedMatch.swift
[159/201] Compiling SDGCollections NaryConcatenatedPatterns.swift
[160/201] Compiling SDGCollections BidirectionalPattern.swift
[161/201] Compiling SDGCollections Pattern.swift
[162/201] Compiling SDGCollections PatternMatch.swift
[163/201] Compiling SDGCollections PatternConsumption.swift
[164/201] Compiling SDGCollections RepetitionMatch.swift
[165/201] Compiling SDGCollections RepetitionPattern.swift
[166/201] Compiling SDGCollections SeparatedComponentMatch.swift
[167/201] Compiling SDGCollections Range.swift
[168/201] Compiling SDGCollections ConditionalPattern.swift
[169/201] Compiling SDGCollections LiteralPattern.swift
[170/201] Compiling SDGCollections NegatedPattern.swift
[171/201] Compiling SDGCollections NestingContentsPattern.swift
[172/201] Compiling SDGCollections NestingMatch.swift
[173/201] Compiling SDGCollections NestingMatchContents.swift
[174/201] Compiling SDGCollections NestingMatchSegment.swift
[175/201] Compiling SDGCollections NestingPattern.swift
[176/201] Compiling SDGCollections NestingSegmentPattern.swift
[177/209] Compiling SDGCollections FiniteSet.swift
[178/209] Compiling SDGCollections IntensionalSet.swift
[179/209] Compiling SDGCollections Intersection.swift
[180/209] Compiling SDGCollections MutableSet.swift
[181/209] Compiling SDGCollections Set.swift
[182/209] Compiling SDGCollections SetDefinition.swift
[183/209] Compiling SDGCollections SetInRepresentableUniverse.swift
[184/209] Compiling SDGCollections Union.swift
[185/209] Emitting module SDGCollections
[186/209] Compiling SDGCollections OrderedSet.SubSequence.swift
[187/209] Compiling SDGCollections OrderedSet.swift
[188/209] Compiling SDGCollections ExclusivePrefixMatch.swift
[189/209] Compiling SDGCollections ExclusiveSuffixMatch.swift
[190/209] Compiling SDGCollections InclusivePrefixMatch.swift
[191/209] Compiling SDGCollections InclusiveSuffixMatch.swift
[192/209] Compiling SDGCollections AlternativeMatch.swift
[193/209] Compiling SDGCollections AlternativePatterns.swift
[194/209] Compiling SDGCollections NaryAlternativeMatch.swift
[195/209] Compiling SDGCollections Addable.swift
[196/209] Compiling SDGCollections BijectiveMapping.swift
[197/209] Compiling SDGCollections ContextualMapping.swift
[198/209] Compiling SDGCollections Dictionary.swift
[199/209] Compiling SDGCollections CharacterSet.swift
[200/209] Compiling SDGCollections Data.swift
[201/209] Compiling SDGCollections String.swift
[202/209] Compiling SDGCollections StringProtocol.swift
[203/209] Compiling SDGCollections LegacyMode.swift
[204/210] Wrapping AST for SDGCollections for debugging
[206/239] Compiling SDGText CharacterSet.swift
[207/239] Compiling SDGText CollectionStringFamily.swift
[208/239] Compiling SDGText CollectionUnicodeScalar.swift
[209/239] Compiling SDGText StaticString.swift
[210/239] Compiling SDGText String.swift
[211/239] Compiling SDGText StringClusterView.swift
[212/239] Compiling SDGText StringScalarView.swift
[213/239] Compiling SDGText ExtendedGraphemeCluster.swift
[214/242] Compiling SDGText StrictStringStringInterpolation.swift
[215/242] Compiling SDGText ExtendedGraphemeClusterView.swift
[216/242] Compiling SDGText Line.swift
[217/242] Compiling SDGText LineView.swift
[218/242] Compiling SDGText LineViewIndex.swift
[219/242] Compiling SDGText Newline.swift
[220/242] Compiling SDGText NewlinePattern.swift
[221/242] Compiling SDGText StringFamily.swift
[222/242] Compiling SDGText StringIndex.swift
[223/242] Compiling SDGText UnicodeScalarView.swift
[224/242] Compiling SDGText UnicodeScalar.swift
[225/242] Compiling SDGText Font.Definition.swift
[226/242] Compiling SDGText Font.swift
[227/242] Compiling SDGText NSFont.swift
[228/242] Compiling SDGText SwiftUI.Font.swift
[229/242] Compiling SDGText SemanticMarkupStringInterpolation.swift
[230/242] Compiling SDGText StrictString.swift
[231/242] Compiling SDGText StrictStringClusterView.swift
[232/242] Compiling SDGText StrictStringInterpolationProtocol.swift
[233/242] Compiling SDGText UIFont.swift
[234/242] Compiling SDGText MarkupPlaygroundDisplay.swift
[235/242] Compiling SDGText Range.swift
[236/242] Compiling SDGText SemanticMarkup.swift
[237/242] Emitting module SDGText
[238/243] Wrapping AST for SDGText for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[240/252] 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 {
[241/252] 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 | }
[242/252] Compiling SDGPersistence Data.swift
[243/252] Compiling SDGPersistence FileConvertible.swift
[244/252] Compiling SDGPersistence String.swift
[245/253] Compiling SDGPersistence StrictString.swift
[246/253] Compiling SDGPersistence ProcessInfo.swift
[247/253] Compiling SDGPersistence PreferenceSet.swift
[248/253] Compiling SDGPersistence Preference.swift
[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...
[5/145] Write sources
[6/145] Copying Root.css
[7/145] 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
[68/145] Copying Package.swift.txt
BUILD FAILURE 6.1 wasm