Build Information
Failed to build swift-format, reference master (e0d014), with Swift 6.1 for Android on 29 May 2025 01:36:22 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/swift-format.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/swift-format
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at e0d014c Merge pull request #506 from allevato/prep-5.8-release
Cloned https://github.com/SDGGiesbrecht/swift-format.git
Revision (git rev-parse @):
e0d014cf729a43d4023304204f7c478a75bd4e8e
SUCCESS checkout https://github.com/SDGGiesbrecht/swift-format.git at master
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/SDGGiesbrecht/swift-format.git
https://github.com/SDGGiesbrecht/swift-format.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.2",
"upper_bound" : "1.3.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swift-syntax",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax.git"
},
{
"identity" : "swift-tools-support-core",
"requirement" : {
"exact" : [
"0.4.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-tools-support-core.git"
}
],
"manifest_display_name" : "swift-format",
"name" : "swift-format",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "swift-format",
"targets" : [
"swift-format"
],
"type" : {
"executable" : null
}
},
{
"name" : "SwiftFormat",
"targets" : [
"SwiftFormat",
"SwiftFormatConfiguration"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftFormatConfiguration",
"targets" : [
"SwiftFormatConfiguration"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FormatPlugin",
"targets" : [
"Format Source Code"
],
"type" : {
"plugin" : null
}
},
{
"name" : "LintPlugin",
"targets" : [
"Lint Source Code"
],
"type" : {
"plugin" : null
}
},
{
"name" : "generate-pipeline",
"targets" : [
"generate-pipeline"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "swift_format",
"module_type" : "SwiftTarget",
"name" : "swift-format",
"path" : "Sources/swift-format",
"product_dependencies" : [
"ArgumentParser",
"SwiftSyntax",
"SwiftParser",
"TSCBasic"
],
"product_memberships" : [
"swift-format",
"FormatPlugin",
"LintPlugin"
],
"sources" : [
"Frontend/ConfigurationLoader.swift",
"Frontend/FormatFrontend.swift",
"Frontend/Frontend.swift",
"Frontend/LintFrontend.swift",
"Subcommands/DumpConfiguration.swift",
"Subcommands/Format.swift",
"Subcommands/Lint.swift",
"Subcommands/LintFormatOptions.swift",
"Utilities/FileHandleTextOutputStream.swift",
"Utilities/FileIterator.swift",
"Utilities/FormatError.swift",
"Utilities/StderrDiagnosticPrinter.swift",
"Utilities/UnifiedDiagnosticsEngine.swift",
"VersionOptions.swift",
"main.swift"
],
"target_dependencies" : [
"SwiftFormat",
"SwiftFormatConfiguration",
"SwiftFormatCore"
],
"type" : "executable"
},
{
"c99name" : "generate_pipeline",
"module_type" : "SwiftTarget",
"name" : "generate-pipeline",
"path" : "Sources/generate-pipeline",
"product_dependencies" : [
"SwiftSyntax",
"SwiftParser"
],
"product_memberships" : [
"generate-pipeline"
],
"sources" : [
"FileGenerator.swift",
"PipelineGenerator.swift",
"RuleCollector.swift",
"RuleNameCacheGenerator.swift",
"RuleRegistryGenerator.swift",
"Syntax+Convenience.swift",
"main.swift"
],
"target_dependencies" : [
"SwiftFormatCore",
"SwiftFormatRules"
],
"type" : "executable"
},
{
"c99name" : "SwiftFormatWhitespaceLinterTests",
"module_type" : "SwiftTarget",
"name" : "SwiftFormatWhitespaceLinterTests",
"path" : "Tests/SwiftFormatWhitespaceLinterTests",
"product_dependencies" : [
"SwiftSyntax",
"SwiftParser"
],
"sources" : [
"WhitespaceLintTests.swift",
"WhitespaceTestCase.swift"
],
"target_dependencies" : [
"SwiftFormatConfiguration",
"SwiftFormatCore",
"SwiftFormatTestSupport",
"SwiftFormatWhitespaceLinter"
],
"type" : "test"
},
{
"c99name" : "SwiftFormatWhitespaceLinter",
"module_type" : "SwiftTarget",
"name" : "SwiftFormatWhitespaceLinter",
"path" : "Sources/SwiftFormatWhitespaceLinter",
"product_dependencies" : [
"SwiftSyntax"
],
"product_memberships" : [
"swift-format",
"SwiftFormat",
"FormatPlugin",
"LintPlugin"
],
"sources" : [
"LazySplitSequence.swift",
"RememberingIterator.swift",
"WhitespaceFindingCategory.swift",
"WhitespaceLinter.swift"
],
"target_dependencies" : [
"SwiftFormatCore"
],
"type" : "library"
},
{
"c99name" : "SwiftFormatTestSupport",
"module_type" : "SwiftTarget",
"name" : "SwiftFormatTestSupport",
"path" : "Sources/SwiftFormatTestSupport",
"product_dependencies" : [
"SwiftOperators"
],
"sources" : [
"DiagnosingTestCase.swift",
"TestingFindingConsumer.swift"
],
"target_dependencies" : [
"SwiftFormatCore",
"SwiftFormatRules",
"SwiftFormatConfiguration"
],
"type" : "library"
},
{
"c99name" : "SwiftFormatRulesTests",
"module_type" : "SwiftTarget",
"name" : "SwiftFormatRulesTests",
"path" : "Tests/SwiftFormatRulesTests",
"product_dependencies" : [
"SwiftSyntax",
"SwiftParser"
],
"sources" : [
"AllPublicDeclarationsHaveDocumentationTests.swift",
"AlwaysUseLowerCamelCaseTests.swift",
"AmbiguousTrailingClosureOverloadTests.swift",
"BeginDocumentationCommentWithOneLineSummaryTests.swift",
"DoNotUseSemicolonsTests.swift",
"DontRepeatTypeInStaticPropertiesTests.swift",
"FileScopedDeclarationPrivacyTests.swift",
"FullyIndirectEnumTests.swift",
"GroupNumericLiteralsTests.swift",
"IdentifiersMustBeASCIITests.swift",
"ImportsXCTestVisitorTests.swift",
"LintOrFormatRuleTestCase.swift",
"NeverForceUnwrapTests.swift",
"NeverUseForceTryTests.swift",
"NeverUseImplicitlyUnwrappedOptionalsTests.swift",
"NoAccessLevelOnExtensionDeclarationTests.swift",
"NoAssignmentInExpressionsTests.swift",
"NoBlockCommentsTests.swift",
"NoCasesWithOnlyFallthroughTests.swift",
"NoEmptyTrailingClosureParenthesesTests.swift",
"NoLabelsInCasePatternsTests.swift",
"NoLeadingUnderscoresTests.swift",
"NoParensAroundConditionsTests.swift",
"NoVoidReturnOnFunctionSignatureTests.swift",
"OneCasePerLineTests.swift",
"OneVariableDeclarationPerLineTests.swift",
"OnlyOneTrailingClosureArgumentTests.swift",
"OrderedImportsTests.swift",
"ReturnVoidInsteadOfEmptyTupleTests.swift",
"UseEarlyExitsTests.swift",
"UseLetInEveryBoundCaseVariableTests.swift",
"UseShorthandTypeNamesTests.swift",
"UseSingleLinePropertyGetterTests.swift",
"UseSynthesizedInitializerTests.swift",
"UseTripleSlashForDocumentationCommentsTests.swift",
"UseWhereClausesInForLoopsTests.swift",
"ValidateDocumentationCommentsTests.swift"
],
"target_dependencies" : [
"SwiftFormatConfiguration",
"SwiftFormatCore",
"SwiftFormatPrettyPrint",
"SwiftFormatRules",
"SwiftFormatTestSupport"
],
"type" : "test"
},
{
"c99name" : "SwiftFormatRules",
"module_type" : "SwiftTarget",
"name" : "SwiftFormatRules",
"path" : "Sources/SwiftFormatRules",
"product_memberships" : [
"swift-format",
"SwiftFormat",
"FormatPlugin",
"LintPlugin",
"generate-pipeline"
],
"sources" : [
"AddModifierRewriter.swift",
"AllPublicDeclarationsHaveDocumentation.swift",
"AlwaysUseLowerCamelCase.swift",
"AmbiguousTrailingClosureOverload.swift",
"BeginDocumentationCommentWithOneLineSummary.swift",
"DeclSyntaxProtocol+Comments.swift",
"DoNotUseSemicolons.swift",
"DontRepeatTypeInStaticProperties.swift",
"FileScopedDeclarationPrivacy.swift",
"FullyIndirectEnum.swift",
"FunctionDeclSyntax+Convenience.swift",
"GroupNumericLiterals.swift",
"IdentifiersMustBeASCII.swift",
"ImportsXCTestVisitor.swift",
"ModifierListSyntax+Convenience.swift",
"NeverForceUnwrap.swift",
"NeverUseForceTry.swift",
"NeverUseImplicitlyUnwrappedOptionals.swift",
"NoAccessLevelOnExtensionDeclaration.swift",
"NoAssignmentInExpressions.swift",
"NoBlockComments.swift",
"NoCasesWithOnlyFallthrough.swift",
"NoEmptyTrailingClosureParentheses.swift",
"NoLabelsInCasePatterns.swift",
"NoLeadingUnderscores.swift",
"NoParensAroundConditions.swift",
"NoPlaygroundLiterals.swift",
"NoVoidReturnOnFunctionSignature.swift",
"OneCasePerLine.swift",
"OneVariableDeclarationPerLine.swift",
"OnlyOneTrailingClosureArgument.swift",
"OrderedImports.swift",
"ReplaceTrivia.swift",
"ReturnVoidInsteadOfEmptyTuple.swift",
"RuleNameCache+Generated.swift",
"SemicolonSyntaxProtocol.swift",
"TokenSyntax+Convenience.swift",
"UseEarlyExits.swift",
"UseLetInEveryBoundCaseVariable.swift",
"UseShorthandTypeNames.swift",
"UseSingleLinePropertyGetter.swift",
"UseSynthesizedInitializer.swift",
"UseTripleSlashForDocumentationComments.swift",
"UseWhereClausesInForLoops.swift",
"ValidateDocumentationComments.swift",
"VarDeclSyntax+Convenience.swift"
],
"target_dependencies" : [
"SwiftFormatCore",
"SwiftFormatConfiguration"
],
"type" : "library"
},
{
"c99name" : "SwiftFormatPrettyPrintTests",
"module_type" : "SwiftTarget",
"name" : "SwiftFormatPrettyPrintTests",
"path" : "Tests/SwiftFormatPrettyPrintTests",
"product_dependencies" : [
"SwiftSyntax",
"SwiftOperators",
"SwiftParser"
],
"sources" : [
"AccessorTests.swift",
"ArrayDeclTests.swift",
"AsExprTests.swift",
"AssignmentExprTests.swift",
"AttributeTests.swift",
"AvailabilityConditionTests.swift",
"AwaitExprTests.swift",
"BacktickTests.swift",
"BinaryOperatorExprTests.swift",
"ClassDeclTests.swift",
"ClosureExprTests.swift",
"CommentTests.swift",
"ConstrainedSugarTypeTests.swift",
"DeclNameArgumentTests.swift",
"DeinitializerDeclTests.swift",
"DictionaryDeclTests.swift",
"DifferentiationAttributeTests.swift",
"DoStmtTests.swift",
"EnumDeclTests.swift",
"ExtensionDeclTests.swift",
"ForInStmtTests.swift",
"FunctionCallTests.swift",
"FunctionDeclTests.swift",
"FunctionTypeTests.swift",
"GarbageTextTests.swift",
"GuardStmtTests.swift",
"IfConfigTests.swift",
"IfStmtTests.swift",
"IgnoreNodeTests.swift",
"ImportTests.swift",
"InitializerDeclTests.swift",
"KeyPathExprTests.swift",
"MemberAccessExprTests.swift",
"MemberTypeIdentifierTests.swift",
"NewlineTests.swift",
"ObjectLiteralExprTests.swift",
"OperatorDeclTests.swift",
"ParenthesizedExprTests.swift",
"PatternBindingTests.swift",
"PrettyPrintTestCase.swift",
"ProtocolDeclTests.swift",
"RepeatStmtTests.swift",
"RespectsExistingLineBreaksTests.swift",
"SemicolonTests.swift",
"StringTests.swift",
"StructDeclTests.swift",
"SubscriptDeclTests.swift",
"SubscriptExprTests.swift",
"SwitchCaseIndentConfigTests.swift",
"SwitchStmtTests.swift",
"TernaryExprTests.swift",
"TryCatchTests.swift",
"TupleDeclTests.swift",
"TypeAliasTests.swift",
"UnknownNodeTests.swift",
"VariableDeclTests.swift",
"WhileStmtTests.swift",
"YieldStmtTests.swift"
],
"target_dependencies" : [
"SwiftFormatConfiguration",
"SwiftFormatCore",
"SwiftFormatPrettyPrint",
"SwiftFormatRules",
"SwiftFormatTestSupport"
],
"type" : "test"
},
{
"c99name" : "SwiftFormatPrettyPrint",
"module_type" : "SwiftTarget",
"name" : "SwiftFormatPrettyPrint",
"path" : "Sources/SwiftFormatPrettyPrint",
"product_dependencies" : [
"SwiftOperators"
],
"product_memberships" : [
"swift-format",
"SwiftFormat",
"FormatPlugin",
"LintPlugin"
],
"sources" : [
"Comment.swift",
"Indent+Length.swift",
"PrettyPrint.swift",
"PrettyPrintFindingCategory.swift",
"Token.swift",
"TokenStreamCreator.swift",
"Verbatim.swift"
],
"target_dependencies" : [
"SwiftFormatCore",
"SwiftFormatConfiguration"
],
"type" : "library"
},
{
"c99name" : "SwiftFormatPerformanceTests",
"module_type" : "SwiftTarget",
"name" : "SwiftFormatPerformanceTests",
"path" : "Tests/SwiftFormatPerformanceTests",
"product_dependencies" : [
"SwiftSyntax",
"SwiftParser"
],
"sources" : [
"WhitespaceLinterPerformanceTests.swift"
],
"target_dependencies" : [
"SwiftFormatTestSupport",
"SwiftFormatWhitespaceLinter"
],
"type" : "test"
},
{
"c99name" : "SwiftFormatCoreTests",
"module_type" : "SwiftTarget",
"name" : "SwiftFormatCoreTests",
"path" : "Tests/SwiftFormatCoreTests",
"product_dependencies" : [
"SwiftSyntax",
"SwiftParser"
],
"sources" : [
"RuleMaskTests.swift"
],
"target_dependencies" : [
"SwiftFormatConfiguration",
"SwiftFormatCore"
],
"type" : "test"
},
{
"c99name" : "SwiftFormatCore",
"module_type" : "SwiftTarget",
"name" : "SwiftFormatCore",
"path" : "Sources/SwiftFormatCore",
"product_dependencies" : [
"SwiftOperators",
"SwiftSyntax"
],
"product_memberships" : [
"swift-format",
"SwiftFormat",
"FormatPlugin",
"LintPlugin",
"generate-pipeline"
],
"sources" : [
"Context.swift",
"Finding+Convenience.swift",
"Finding.swift",
"FindingCategorizing.swift",
"FindingEmitter.swift",
"LegacyTriviaBehavior.swift",
"Rule.swift",
"RuleBasedFindingCategory.swift",
"RuleMask.swift",
"RuleState.swift",
"SyntaxFormatRule.swift",
"SyntaxLintRule.swift",
"SyntaxProtocol+Convenience.swift",
"Trivia+Convenience.swift"
],
"target_dependencies" : [
"SwiftFormatConfiguration"
],
"type" : "library"
},
{
"c99name" : "SwiftFormatConfigurationTests",
"module_type" : "SwiftTarget",
"name" : "SwiftFormatConfigurationTests",
"path" : "Tests/SwiftFormatConfigurationTests",
"sources" : [
"ConfigurationTests.swift"
],
"target_dependencies" : [
"SwiftFormatConfiguration"
],
"type" : "test"
},
{
"c99name" : "SwiftFormatConfiguration",
"module_type" : "SwiftTarget",
"name" : "SwiftFormatConfiguration",
"path" : "Sources/SwiftFormatConfiguration",
"product_memberships" : [
"swift-format",
"SwiftFormat",
"SwiftFormatConfiguration",
"FormatPlugin",
"LintPlugin",
"generate-pipeline"
],
"sources" : [
"Configuration.swift",
"Indent.swift",
"RuleRegistry+Generated.swift"
],
"type" : "library"
},
{
"c99name" : "SwiftFormat",
"module_type" : "SwiftTarget",
"name" : "SwiftFormat",
"path" : "Sources/SwiftFormat",
"product_dependencies" : [
"SwiftSyntax",
"SwiftOperators",
"SwiftParser",
"SwiftParserDiagnostics"
],
"product_memberships" : [
"swift-format",
"SwiftFormat",
"FormatPlugin",
"LintPlugin"
],
"sources" : [
"DebugOptions.swift",
"Exports.swift",
"FormatPipeline.swift",
"LintPipeline.swift",
"Parsing.swift",
"Pipelines+Generated.swift",
"SwiftFormatError.swift",
"SwiftFormatter.swift",
"SwiftLinter.swift"
],
"target_dependencies" : [
"SwiftFormatConfiguration",
"SwiftFormatCore",
"SwiftFormatPrettyPrint",
"SwiftFormatRules",
"SwiftFormatWhitespaceLinter"
],
"type" : "library"
},
{
"c99name" : "Lint_Source_Code",
"module_type" : "PluginTarget",
"name" : "Lint Source Code",
"path" : "Plugins/LintPlugin",
"plugin_capability" : {
"intent" : {
"description" : "Lint source code for a specified target.",
"type" : "custom",
"verb" : "lint-source-code"
},
"permissions" : [
],
"type" : "command"
},
"product_memberships" : [
"LintPlugin"
],
"sources" : [
"plugin.swift"
],
"target_dependencies" : [
"swift-format"
],
"type" : "plugin"
},
{
"c99name" : "Format_Source_Code",
"module_type" : "PluginTarget",
"name" : "Format Source Code",
"path" : "Plugins/FormatPlugin",
"plugin_capability" : {
"intent" : {
"type" : "sourceCodeFormatting"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "This command formats the Swift source files",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"product_memberships" : [
"FormatPlugin"
],
"sources" : [
"plugin.swift"
],
"target_dependencies" : [
"swift-format"
],
"type" : "plugin"
}
],
"tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/apple/swift-syntax.git
[1/70452] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (5.69s)
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/22115] Fetching swift-tools-support-core, swift-argument-parser
Fetched https://github.com/apple/swift-tools-support-core.git from cache (0.57s)
[8751/15351] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.94s)
Computing version for https://github.com/apple/swift-tools-support-core.git
Computed https://github.com/apple/swift-tools-support-core.git at 0.4.0 (1.57s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.42s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.1.1 (0.98s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.2.3 (0.60s)
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.4.0
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at main (5546cfd)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.2.3
[1/1] Compiling plugin Lint Source Code
[2/2] Compiling plugin Format Source Code
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/117] Write sources
[29/117] Compiling TSCclibc process.c
[30/117] Write sources
[52/117] Compiling _SwiftSyntaxCShims PlatformMutex.c
[53/117] Write sources
[55/117] Compiling TSCclibc libc.c
[56/117] Compiling CSystem shims.c
[57/117] Compiling TSCclibc process.c
[58/117] Compiling _SwiftSyntaxCShims PlatformMutex.c
[59/117] Compiling CSystem shims.c
[60/117] Compiling TSCclibc libc.c
[61/117] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[63/171] Emitting module SystemPackage
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[64/173] Compiling SwiftSyntax603 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[65/173] Emitting module SwiftSyntax603
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[66/174] Compiling SystemPackage Util.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[67/174] Compiling SystemPackage UtilConsumers.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[68/174] Emitting module SwiftSyntax601
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[69/174] Compiling SwiftSyntax601 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[70/174] Compiling SwiftSyntax603 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[71/174] Emitting module SwiftSyntax603
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[72/174] Emitting module SwiftSyntax602
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[73/174] Compiling SwiftSyntax602 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
[74/177] Emitting module TSCLibc
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCLibc/libc.swift:17:19: error: no such module 'Darwin.C'
15 | @_exported import WinSDK
16 | #else
17 | @_exported import Darwin.C
| `- error: no such module 'Darwin.C'
18 | #endif
19 |
[75/177] Compiling TSCLibc libc.swift
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCLibc/libc.swift:17:19: error: no such module 'Darwin.C'
15 | @_exported import WinSDK
16 | #else
17 | @_exported import Darwin.C
| `- error: no such module 'Darwin.C'
18 | #endif
19 |
[76/177] Compiling SystemPackage Mocking.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[77/177] Compiling SystemPackage Syscalls.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[78/177] Compiling SystemPackage WindowsSyscallAdapters.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[80/177] Compiling SystemPackage PlatformString.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[81/177] Compiling SystemPackage SystemString.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[82/177] Compiling SystemPackage FilePathSyntax.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[83/177] Compiling SystemPackage FilePathWindows.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[84/177] Compiling SystemPackage FilePermissions.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[85/177] Compiling SystemPackage FilePathComponents.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[86/177] Compiling SystemPackage FilePathParsing.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[87/177] Compiling SystemPackage FilePathString.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[88/177] Compiling SystemPackage FileOperations.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[89/177] Compiling SystemPackage FilePath.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[90/177] Compiling SystemPackage FilePathComponentView.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[93/177] Compiling SystemPackage Errno.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[94/177] Compiling SystemPackage FileDescriptor.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[95/177] Compiling SystemPackage FileHelpers.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[96/177] Emitting module TSCLibc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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
[0/1] Planning build
[1/1] Compiling plugin Lint Source Code
[2/2] Compiling plugin Format Source Code
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/59] Write swift-version-24593BA9C3E375BF.txt
[5/94] Emitting module SwiftSyntax600
[6/94] Compiling SwiftSyntax600 Empty.swift
[7/95] Emitting module SwiftSyntax510
[8/95] Compiling SwiftSyntax510 Empty.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/95] Compiling SwiftSyntax602 Empty.swift
[11/95] Emitting module TSCLibc
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCLibc/libc.swift:17:19: error: no such module 'Darwin.C'
15 | @_exported import WinSDK
16 | #else
17 | @_exported import Darwin.C
| `- error: no such module 'Darwin.C'
18 | #endif
19 |
[12/95] Compiling TSCLibc libc.swift
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCLibc/libc.swift:17:19: error: no such module 'Darwin.C'
15 | @_exported import WinSDK
16 | #else
17 | @_exported import Darwin.C
| `- error: no such module 'Darwin.C'
18 | #endif
19 |
[13/95] Emitting module SwiftSyntax602
[14/95] Emitting module SwiftSyntax603
[15/95] Compiling SwiftSyntax601 Empty.swift
[16/95] Compiling SwiftSyntax603 Empty.swift
[17/95] Emitting module SwiftSyntax601
BUILD FAILURE 6.1 android