Build Information
Failed to build Workspace, reference master (0e414d), with Swift 6.1 for Android on 29 May 2025 16:58:22 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build 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: android
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-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/SDGGiesbrecht/swift-format
Fetching https://github.com/SDGGiesbrecht/swift-package-manager
Fetching https://github.com/SDGGiesbrecht/swift-markdown
Fetching https://github.com/SDGGiesbrecht/SDGWeb
Fetching https://github.com/SDGGiesbrecht/swift-docc-symbolkit
Fetching https://github.com/SDGGiesbrecht/swift-syntax
[1/4880] Fetching swift-format
[2/5638] Fetching swift-format, swift-markdown
[2321/6783] Fetching swift-format, swift-markdown, swift-docc-symbolkit
[2431/36857] Fetching swift-format, swift-markdown, swift-docc-symbolkit, swift-syntax
[4384/46532] Fetching swift-format, swift-markdown, swift-docc-symbolkit, swift-syntax, sdgweb
[14167/111454] Fetching swift-format, swift-markdown, swift-docc-symbolkit, swift-syntax, sdgweb, swift-package-manager
Fetched https://github.com/SDGGiesbrecht/swift-markdown from cache (0.79s)
Fetching https://github.com/SDGGiesbrecht/SDGSwift
[35807/110696] Fetching swift-format, swift-docc-symbolkit, swift-syntax, sdgweb, swift-package-manager
[31228/105816] Fetching swift-docc-symbolkit, swift-syntax, sdgweb, swift-package-manager
Fetched https://github.com/SDGGiesbrecht/swift-format from cache (0.80s)
Fetching https://github.com/SDGGiesbrecht/SDGCommandLine
[73706/115547] Fetching swift-docc-symbolkit, swift-syntax, sdgweb, swift-package-manager, sdgcommandline
[89840/161813] Fetching swift-docc-symbolkit, swift-syntax, sdgweb, swift-package-manager, sdgcommandline, sdgswift
Fetched https://github.com/SDGGiesbrecht/SDGCommandLine from cache (1.31s)
[146068/152082] Fetching swift-docc-symbolkit, swift-syntax, sdgweb, swift-package-manager, sdgswift
Fetching https://github.com/apple/swift-collections
[152083/168673] Fetching swift-docc-symbolkit, swift-syntax, sdgweb, swift-package-manager, sdgswift, swift-collections
Fetched https://github.com/SDGGiesbrecht/SDGWeb from cache (2.83s)
Fetching https://github.com/SDGGiesbrecht/SDGCornerstone
Fetched https://github.com/SDGGiesbrecht/swift-syntax from cache (2.87s)
[116647/128924] Fetching swift-docc-symbolkit, swift-package-manager, sdgswift, swift-collections
Fetched https://github.com/SDGGiesbrecht/SDGSwift from cache (2.20s)
[70547/82658] Fetching swift-docc-symbolkit, swift-package-manager, swift-collections
[82659/184775] Fetching swift-docc-symbolkit, swift-package-manager, swift-collections, sdgcornerstone
Fetched https://github.com/SDGGiesbrecht/swift-docc-symbolkit from cache (3.63s)
[123381/183630] Fetching swift-package-manager, swift-collections, sdgcornerstone
Fetched https://github.com/SDGGiesbrecht/swift-package-manager from cache (3.71s)
[63565/118708] Fetching swift-collections, sdgcornerstone
Fetched https://github.com/apple/swift-collections from cache (2.19s)
[97012/102117] Fetching sdgcornerstone
Fetched https://github.com/SDGGiesbrecht/SDGCornerstone from cache (3.92s)
Computing version for https://github.com/SDGGiesbrecht/SDGWeb
Computed https://github.com/SDGGiesbrecht/SDGWeb at 6.1.2 (8.43s)
Computing version for https://github.com/SDGGiesbrecht/swift-format
Computed https://github.com/SDGGiesbrecht/swift-format at 0.50800.0 (0.58s)
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.50s)
[1231/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.40s)
Computing version for https://github.com/SDGGiesbrecht/swift-markdown
Computed https://github.com/SDGGiesbrecht/swift-markdown at 0.50800.0 (0.53s)
Fetching https://github.com/SDGGiesbrecht/swift-cmark
[1/14476] Fetching swift-cmark
Fetched https://github.com/SDGGiesbrecht/swift-cmark from cache (0.75s)
Computing version for https://github.com/SDGGiesbrecht/swift-syntax
Computed https://github.com/SDGGiesbrecht/swift-syntax at 0.50800.0 (1.57s)
Computing version for https://github.com/SDGGiesbrecht/swift-package-manager
Computed https://github.com/SDGGiesbrecht/swift-package-manager at 0.50800.0 (1.56s)
Fetching https://github.com/SDGGiesbrecht/swift-driver
Fetching https://github.com/SDGGiesbrecht/swift-llbuild
Fetching https://github.com/SDGGiesbrecht/swift-crypto
Fetching https://github.com/apple/swift-system.git
[1/22322] Fetching swift-driver
[671/40699] Fetching swift-driver, swift-llbuild
[1078/45090] Fetching swift-driver, swift-llbuild, swift-system
[12230/49623] Fetching swift-driver, swift-llbuild, swift-system, swift-crypto
Fetched https://github.com/SDGGiesbrecht/swift-llbuild from cache (2.09s)
Fetched https://github.com/apple/swift-system.git from cache (2.37s)
Fetched https://github.com/SDGGiesbrecht/swift-crypto from cache (2.39s)
Fetched https://github.com/SDGGiesbrecht/swift-driver from cache (2.53s)
Computing version for https://github.com/SDGGiesbrecht/SDGSwift
Computed https://github.com/SDGGiesbrecht/SDGSwift at 14.0.0 (3.35s)
Computing version for https://github.com/SDGGiesbrecht/SDGCommandLine
Computed https://github.com/SDGGiesbrecht/SDGCommandLine at 3.0.6 (0.79s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.0.6 (0.73s)
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 (0.57s)
Computing version for https://github.com/SDGGiesbrecht/swift-cmark
Computed https://github.com/SDGGiesbrecht/swift-cmark at 0.50800.0 (2.52s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.1.1 (0.53s)
Computing version for https://github.com/SDGGiesbrecht/swift-crypto
Computed https://github.com/SDGGiesbrecht/swift-crypto at 0.20400.0 (0.59s)
Computing version for https://github.com/SDGGiesbrecht/swift-driver
Computed https://github.com/SDGGiesbrecht/swift-driver at 0.50800.0 (0.66s)
Fetching https://github.com/jpsim/Yams.git
[1/10657] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (1.72s)
Computing version for https://github.com/SDGGiesbrecht/swift-llbuild
Computed https://github.com/SDGGiesbrecht/swift-llbuild at 0.50800.0 (2.92s)
Computing version for https://github.com/SDGGiesbrecht/SDGCornerstone
Computed https://github.com/SDGGiesbrecht/SDGCornerstone at 10.2.0 (0.92s)
Fetching https://github.com/apple/swift-numerics
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.40s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (0.91s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.65s)
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.33s)
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/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-cmark
Working copy of https://github.com/SDGGiesbrecht/swift-cmark resolved at 0.50800.0
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/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-markdown
Working copy of https://github.com/SDGGiesbrecht/swift-markdown resolved at 0.50800.0
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/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/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/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/SDGCommandLine
Working copy of https://github.com/SDGGiesbrecht/SDGCommandLine resolved at 3.0.6
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/SDGGiesbrecht/SDGWeb
Working copy of https://github.com/SDGGiesbrecht/SDGWeb resolved at 6.1.2
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/SDGCornerstone
Working copy of https://github.com/SDGGiesbrecht/SDGCornerstone resolved at 10.2.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/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.3
warning: couldn't find pc file for sqlite3
[0/22] Write sources
[9/22] Compiling _NumericsShims _NumericsShims.c
[9/22] Write swift-version-24593BA9C3E375BF.txt
[12/103] Emitting module SDGLogic
[13/103] Compiling OrderedCollections _HashTable+Bucket.swift
[14/103] Compiling OrderedCollections _HashTable+BucketIterator.swift
[15/103] Compiling OrderedCollections _HashTable+Constants.swift
[16/103] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[17/103] Compiling OrderedCollections _HashTable+Testing.swift
[18/103] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[19/103] Compiling OrderedCollections _HashTable.swift
[20/103] Emitting module OrderedCollections
[21/109] Compiling SDGLogic Any.swift
[22/109] Compiling SDGLogic Operators.swift
[23/109] Compiling SDGLogic NilLiteral.swift
[24/109] Compiling SDGLogic Tuple.swift
[25/109] Compiling RealModule Real.swift
[26/110] Compiling RealModule Float16+Real.swift
[27/110] Compiling OrderedCollections _Hashtable+Header.swift
[28/110] Compiling OrderedCollections OrderedDictionary+Codable.swift
[29/110] Compiling OrderedCollections OrderedDictionary+CustomDebugStringConvertible.swift
[30/110] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[31/110] Compiling OrderedCollections OrderedDictionary+CustomStringConvertible.swift
[32/110] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[33/110] Compiling OrderedCollections OrderedDictionary+Elements+SubSequence.swift
[34/110] Compiling RealModule Float80+Real.swift
[35/110] Compiling RealModule ElementaryFunctions.swift
[40/110] Compiling RealModule Float+Real.swift
[41/110] Emitting module RealModule
[42/110] Compiling SDGLogic Bool.swift
[43/110] Compiling SDGLogic Equatable.swift
[47/113] Compiling OrderedCollections OrderedSet+Initializers.swift
[48/113] Compiling OrderedCollections OrderedSet+Insertions.swift
[49/113] Compiling OrderedCollections OrderedSet+Invariants.swift
[50/113] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[51/113] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[52/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[53/113] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[54/113] Compiling OrderedCollections OrderedSet+CustomStringConvertible.swift
[55/113] Compiling OrderedCollections OrderedSet+Diffing.swift
[56/113] Compiling OrderedCollections OrderedSet+Equatable.swift
[57/113] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[58/113] Compiling OrderedCollections OrderedSet+Hashable.swift
[59/113] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[60/113] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[63/113] Compiling SDGControlFlow Tuple.swift
[64/113] Compiling SDGControlFlow Weak.swift
[65/113] Compiling OrderedCollections OrderedDictionary.swift
[66/113] Compiling OrderedCollections OrderedSet+Codable.swift
[67/113] Compiling OrderedCollections OrderedSet+CustomDebugStringConvertible.swift
[68/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Operations.swift
[69/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Predicates.swift
[70/113] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[71/113] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[72/113] Compiling OrderedCollections OrderedSet+Sendable.swift
[73/113] Compiling OrderedCollections OrderedSet+SubSequence.swift
[85/113] Emitting module SDGControlFlow
[86/113] Compiling OrderedCollections OrderedDictionary+Elements.swift
[87/113] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[88/113] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[89/113] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[90/113] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[91/113] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[92/113] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[93/113] Compiling RealModule RealFunctions.swift
[95/114] Wrapping AST for SDGLogic for debugging
[96/114] Wrapping AST for RealModule for debugging
[101/115] Compiling OrderedCollections OrderedSet+Testing.swift
[102/115] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[103/115] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[104/115] Compiling OrderedCollections OrderedSet.swift
[105/115] Compiling OrderedCollections RandomAccessCollection+Offsets.swift
[106/115] Compiling OrderedCollections _UnsafeBitset.swift
[107/116] Wrapping AST for SDGControlFlow for debugging
[108/146] Wrapping AST for OrderedCollections for debugging
[110/146] Compiling SDGMathematics Addable.swift
[111/146] Compiling SDGMathematics FixedScaleOneDimensionalPoint.swift
[112/146] Compiling SDGMathematics GenericAdditiveArithmetic.swift
[113/146] Compiling SDGMathematics IntegerProtocol.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 VectorProtocol.swift
[119/150] Compiling SDGMathematics WholeArithmetic.swift
[120/150] Compiling SDGMathematics WholeNumberProtocol.swift
[121/150] Compiling SDGMathematics Operators.swift
[122/150] Compiling SDGMathematics OneDimensionalVector.swift
[123/150] Compiling SDGMathematics PointProtocol.swift
[124/150] Compiling SDGMathematics RationalArithmetic.swift
[125/150] Compiling SDGMathematics RationalNumberProtocol.swift
[126/150] Compiling SDGMathematics RationalVector.swift
[127/150] Compiling SDGMathematics RealArithmetic.swift
[128/150] Compiling SDGMathematics RealNumberProtocol.swift
[129/150] Compiling SDGMathematics Subtractable.swift
[130/150] Compiling SDGMathematics OrderedEnumeration.swift
[131/150] Compiling SDGMathematics Sequence.swift
[132/150] Compiling SDGMathematics Tuple.swift
[133/150] Compiling SDGMathematics UInt.swift
[134/150] Compiling SDGMathematics Float.swift
[135/150] Compiling SDGMathematics FunctionAnalysis.swift
[136/150] Compiling SDGMathematics Int.swift
[137/150] Compiling SDGMathematics Measurement.swift
[138/150] Emitting module SDGMathematics
[139/150] Compiling SDGMathematics Angle.swift
[140/150] Compiling SDGMathematics BitField.swift
[141/150] Compiling SDGMathematics ClosedRange.swift
[142/150] Compiling SDGMathematics Comparable.swift
[143/150] Compiling SDGMathematics Data.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 NaryAlternativePatterns.swift
[155/221] Compiling SDGCollections AnyBidirectionalPattern.swift
[156/221] Compiling SDGCollections AnyPattern.swift
[157/221] Compiling SDGCollections AnyPatternMatch.swift
[158/221] Compiling SDGCollections AtomicPatternMatch.swift
[159/221] Compiling SDGCollections ConcatenatedMatch.swift
[160/221] Compiling SDGCollections ConcatenatedPatterns.swift
[161/221] Compiling SDGCollections NaryConcatenatedMatch.swift
[162/221] Compiling SDGCollections NaryConcatenatedPatterns.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 StrictStringStringInterpolation.swift
[223/254] Compiling SDGText ExtendedGraphemeClusterView.swift
[224/254] Compiling SDGText Line.swift
[225/254] Compiling SDGText LineView.swift
[226/254] Compiling SDGText LineViewIndex.swift
[227/254] Compiling SDGText Newline.swift
[228/254] Compiling SDGText NewlinePattern.swift
[229/254] Compiling SDGText StringFamily.swift
[230/254] Compiling SDGText StringIndex.swift
[231/254] Compiling SDGText UnicodeScalarView.swift
[232/254] Compiling SDGText UnicodeScalar.swift
[233/254] Compiling SDGText CharacterSet.swift
[234/254] Compiling SDGText CollectionStringFamily.swift
[235/254] Compiling SDGText CollectionUnicodeScalar.swift
[236/254] Compiling SDGText StaticString.swift
[237/254] Compiling SDGText UIFont.swift
[238/254] Compiling SDGText MarkupPlaygroundDisplay.swift
[239/254] Compiling SDGText Range.swift
[240/254] Compiling SDGText SemanticMarkup.swift
[241/254] Compiling SDGText SemanticMarkupStringInterpolation.swift
[242/254] Compiling SDGText StrictString.swift
[243/254] Compiling SDGText StrictStringClusterView.swift
[244/254] Compiling SDGText StrictStringInterpolationProtocol.swift
[245/254] Compiling SDGText Font.Definition.swift
[246/254] Compiling SDGText Font.swift
[247/254] Compiling SDGText NSFont.swift
[248/254] Compiling SDGText SwiftUI.Font.swift
[249/254] Emitting module SDGText
[250/255] Wrapping AST for SDGText for debugging
[252/264] Compiling SDGPersistence StrictString.swift
[253/264] Compiling SDGPersistence String.swift
[254/265] Compiling SDGPersistence ProcessInfo.swift
[255/265] Compiling SDGPersistence Data.swift
[256/265] Compiling SDGPersistence FileConvertible.swift
[257/265] Compiling SDGPersistence Preference.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[258/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 {
[259/265] Compiling SDGPersistence PreferenceSet.swift
[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...
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/195] Write sources
[5/195] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: couldn't find pc file for sqlite3
[0/12] Write swift-version-24593BA9C3E375BF.txt
[2/93] Emitting module SDGLogic
[3/93] Compiling RealModule Real.swift
[4/94] Compiling SDGLogic Any.swift
[5/94] Compiling RealModule ElementaryFunctions.swift
[6/94] Compiling SDGLogic NilLiteral.swift
[7/94] Compiling SDGLogic Operators.swift
[8/94] Compiling RealModule RealFunctions.swift
[9/94] Compiling SDGLogic Bool.swift
[10/94] Compiling SDGLogic Tuple.swift
[11/94] Compiling SDGLogic Equatable.swift
[13/95] Compiling RealModule Float80+Real.swift
[14/94] Compiling SDGControlFlow ProjectingPropertyWrapper.swift
[15/94] Compiling SDGControlFlow PropertyWrapper.swift
[16/94] Compiling SDGControlFlow Memory.swift
[17/94] Compiling SDGControlFlow NonmutatingVariants.swift
[18/94] Compiling SDGControlFlow SendableValueCache.swift
[19/94] Compiling SDGControlFlow Shared.swift
[20/96] Compiling SDGControlFlow Decodable.swift
[21/96] Compiling SDGControlFlow DefaultAssignmentPropertyWrapper.swift
[22/96] Compiling SDGControlFlow Encodable.swift
[23/96] Compiling SDGControlFlow SharedProperty.swift
[24/96] Compiling SDGControlFlow SharedValueObserver.swift
[25/96] Compiling SDGControlFlow TextualPlaygroundDisplay.swift
[26/96] Compiling SDGControlFlow TransparentWrapper.swift
[27/96] Emitting module RealModule
[31/96] Compiling SDGControlFlow APILocalization.swift
[32/96] Compiling RealModule Float16+Real.swift
[33/96] Emitting module SDGControlFlow
[35/96] Compiling SDGControlFlow Assert.swift
[36/96] Compiling SDGControlFlow Caching.swift
[37/96] Compiling RealModule Float+Real.swift
[40/96] Compiling SDGControlFlow Tuple.swift
[41/96] Compiling SDGControlFlow Weak.swift
[42/96] Compiling OrderedCollections OrderedDictionary.swift
[43/96] Compiling OrderedCollections OrderedSet+Codable.swift
[44/96] Compiling OrderedCollections OrderedSet+CustomDebugStringConvertible.swift
[49/104] Compiling OrderedCollections OrderedSet+Testing.swift
[50/104] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[51/104] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[52/104] Compiling OrderedCollections OrderedSet.swift
[53/104] Compiling OrderedCollections RandomAccessCollection+Offsets.swift
[54/104] Compiling OrderedCollections _UnsafeBitset.swift
[55/104] Compiling OrderedCollections OrderedDictionary+Elements.swift
[56/104] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[57/104] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[58/104] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[59/104] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[60/104] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[61/104] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[62/104] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[63/104] Compiling OrderedCollections OrderedSet+CustomStringConvertible.swift
[64/104] Compiling OrderedCollections OrderedSet+Diffing.swift
[65/104] Compiling OrderedCollections OrderedSet+Equatable.swift
[66/104] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[67/104] Compiling OrderedCollections OrderedSet+Hashable.swift
[68/104] Compiling OrderedCollections OrderedSet+Initializers.swift
[69/104] Compiling OrderedCollections OrderedSet+Insertions.swift
[70/104] Compiling OrderedCollections OrderedSet+Invariants.swift
[71/104] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[72/104] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[73/104] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[74/104] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Operations.swift
[75/104] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Predicates.swift
[76/104] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[77/104] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[78/104] Compiling OrderedCollections OrderedSet+Sendable.swift
[79/104] Compiling OrderedCollections OrderedSet+SubSequence.swift
[94/104] Emitting module OrderedCollections
[94/105] Wrapping AST for RealModule for debugging
[96/134] Wrapping AST for OrderedCollections for debugging
[98/134] Compiling SDGMathematics OneDimensionalVector.swift
[99/134] Compiling SDGMathematics PointProtocol.swift
[100/134] Compiling SDGMathematics RationalArithmetic.swift
[101/134] Compiling SDGMathematics RationalNumberProtocol.swift
[102/134] Compiling SDGMathematics Addable.swift
[103/134] Compiling SDGMathematics FixedScaleOneDimensionalPoint.swift
[104/134] Compiling SDGMathematics GenericAdditiveArithmetic.swift
[105/134] Compiling SDGMathematics IntegerProtocol.swift
[106/134] Compiling SDGMathematics IntegralArithmetic.swift
[107/134] Compiling SDGMathematics Negatable.swift
[108/134] Compiling SDGMathematics NumericAdditiveArithmetic.swift
[109/134] Compiling SDGMathematics OneDimensionalPoint.swift
[110/134] Compiling SDGMathematics VectorProtocol.swift
[111/134] Compiling SDGMathematics WholeArithmetic.swift
[112/134] Compiling SDGMathematics WholeNumberProtocol.swift
[113/134] Compiling SDGMathematics Operators.swift
[114/138] Compiling SDGMathematics RationalVector.swift
[115/138] Compiling SDGMathematics RealArithmetic.swift
[116/138] Compiling SDGMathematics RealNumberProtocol.swift
[117/138] Compiling SDGMathematics Subtractable.swift
[118/138] Emitting module SDGMathematics
[119/138] Compiling SDGMathematics Angle.swift
[120/138] Compiling SDGMathematics BitField.swift
[121/138] Compiling SDGMathematics ClosedRange.swift
[122/138] Compiling SDGMathematics Comparable.swift
[123/138] Compiling SDGMathematics Data.swift
[124/138] Compiling SDGMathematics Float.swift
[125/138] Compiling SDGMathematics FunctionAnalysis.swift
[126/138] Compiling SDGMathematics Int.swift
[127/138] Compiling SDGMathematics Measurement.swift
[128/138] Compiling SDGMathematics OrderedEnumeration.swift
[129/138] Compiling SDGMathematics Sequence.swift
[130/138] Compiling SDGMathematics Tuple.swift
[131/138] Compiling SDGMathematics UInt.swift
[132/139] Wrapping AST for SDGMathematics for debugging
[134/201] Compiling SDGCollections BidirectionalPattern.swift
[135/201] Compiling SDGCollections Pattern.swift
[136/201] Compiling SDGCollections PatternMatch.swift
[137/201] Compiling SDGCollections PatternConsumption.swift
[138/201] Compiling SDGCollections RepetitionMatch.swift
[139/201] Compiling SDGCollections RepetitionPattern.swift
[140/201] Compiling SDGCollections SeparatedComponentMatch.swift
[141/201] Compiling SDGCollections Range.swift
[142/201] Compiling SDGCollections NaryAlternativePatterns.swift
[143/201] Compiling SDGCollections AnyBidirectionalPattern.swift
[144/201] Compiling SDGCollections AnyPattern.swift
[145/201] Compiling SDGCollections AnyPatternMatch.swift
[146/201] Compiling SDGCollections AtomicPatternMatch.swift
[147/201] Compiling SDGCollections ConcatenatedMatch.swift
[148/201] Compiling SDGCollections ConcatenatedPatterns.swift
[149/201] Compiling SDGCollections NaryConcatenatedMatch.swift
[150/201] Compiling SDGCollections NaryConcatenatedPatterns.swift
[151/209] Compiling SDGCollections FiniteSet.swift
[152/209] Compiling SDGCollections IntensionalSet.swift
[153/209] Compiling SDGCollections Intersection.swift
[154/209] Compiling SDGCollections MutableSet.swift
[155/209] Compiling SDGCollections Set.swift
[156/209] Compiling SDGCollections SetDefinition.swift
[157/209] Compiling SDGCollections SetInRepresentableUniverse.swift
[158/209] Compiling SDGCollections Union.swift
[159/209] Compiling SDGCollections OrderedSet.SubSequence.swift
[160/209] Compiling SDGCollections OrderedSet.swift
[161/209] Compiling SDGCollections ExclusivePrefixMatch.swift
[162/209] Compiling SDGCollections ExclusiveSuffixMatch.swift
[163/209] Compiling SDGCollections InclusivePrefixMatch.swift
[164/209] Compiling SDGCollections InclusiveSuffixMatch.swift
[165/209] Compiling SDGCollections AlternativeMatch.swift
[166/209] Compiling SDGCollections AlternativePatterns.swift
[167/209] Compiling SDGCollections NaryAlternativeMatch.swift
[168/209] Compiling SDGCollections ConditionalPattern.swift
[169/209] Compiling SDGCollections LiteralPattern.swift
[170/209] Compiling SDGCollections NegatedPattern.swift
[171/209] Compiling SDGCollections NestingContentsPattern.swift
[172/209] Compiling SDGCollections NestingMatch.swift
[173/209] Compiling SDGCollections NestingMatchContents.swift
[174/209] Compiling SDGCollections NestingMatchSegment.swift
[175/209] Compiling SDGCollections NestingPattern.swift
[176/209] Compiling SDGCollections NestingSegmentPattern.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 CharacterSet.swift
[207/239] Compiling SDGText CollectionStringFamily.swift
[208/239] Compiling SDGText CollectionUnicodeScalar.swift
[209/239] Compiling SDGText StaticString.swift
[210/242] Compiling SDGText LineViewIndex.swift
[211/242] Compiling SDGText Newline.swift
[212/242] Compiling SDGText NewlinePattern.swift
[213/242] Compiling SDGText StringFamily.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 StringIndex.swift
[219/242] Compiling SDGText UnicodeScalarView.swift
[220/242] Compiling SDGText UnicodeScalar.swift
[221/242] Compiling SDGText Font.Definition.swift
[222/242] Compiling SDGText Font.swift
[223/242] Compiling SDGText NSFont.swift
[224/242] Compiling SDGText SwiftUI.Font.swift
[225/242] Compiling SDGText UIFont.swift
[226/242] Compiling SDGText MarkupPlaygroundDisplay.swift
[227/242] Compiling SDGText Range.swift
[228/242] Compiling SDGText SemanticMarkup.swift
[229/242] Compiling SDGText String.swift
[230/242] Compiling SDGText StringClusterView.swift
[231/242] Compiling SDGText StringScalarView.swift
[232/242] Compiling SDGText ExtendedGraphemeCluster.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 Data.swift
[241/252] Compiling SDGPersistence FileConvertible.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[242/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 {
[243/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 | }
[244/253] Compiling SDGPersistence StrictString.swift
[245/253] Compiling SDGPersistence String.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] 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 | }
[3/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 {
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/195] Write sources
[5/195] Copying Package.swift.txt
[5/195] Write sources
[5/195] Copying Root.css
[5/195] Write sources
[5/195] Copying ProofreadProject.pbxproj
[5/195] 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
BUILD FAILURE 6.1 android