Build Information
Failed to build swift-format, reference master (e0d014), with Swift 6.1 for Wasm on 29 May 2025 01:36:06 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SDGGiesbrecht/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: wasm
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-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-syntax.git
[1/70452] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (7.09s)
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-tools-support-core.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.79s)
[9979/15351] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.34s)
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 (2.32s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.62s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.1.1 (2.59s)
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.94s)
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-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.2.3
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
[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
[38/117] Compiling TSCclibc libc.c
[38/117] Compiling TSCclibc process.c
[38/117] Compiling _SwiftSyntaxCShims PlatformMutex.c
[38/117] Write sources
[56/117] Compiling CSystem shims.c
[57/117] Compiling _SwiftSyntaxCShims PlatformMutex.c
[58/117] Compiling CSystem shims.c
[59/117] Compiling TSCclibc libc.c
[60/117] Compiling TSCclibc process.c
[61/117] Write swift-version-24593BA9C3E375BF.txt
[63/171] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[64/171] 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 |
[65/171] Emitting module SystemPackage
[66/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
[67/174] Compiling SystemPackage Mocking.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Exports.swift:132:38: error: cannot find type 'pthread_key_t' in scope
130 | internal typealias _PlatformTLSKey = DWORD
131 | #else
132 | internal typealias _PlatformTLSKey = pthread_key_t
| `- error: cannot find type 'pthread_key_t' in scope
133 | #endif
134 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Exports.swift:27:29: error: cannot find type 'off_t' in scope
25 | #endif
26 |
27 | internal typealias _COffT = off_t
| `- error: cannot find type 'off_t' in scope
28 |
29 | // MARK: syscalls and variables
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Mocking.swift:93:27: error: 'nil' requires a contextual type
91 | setTLS(driverKey, Unmanaged.passUnretained(object).toOpaque())
92 | } else {
93 | setTLS(driverKey, nil)
| `- error: 'nil' requires a contextual type
94 | }
95 | _fixLifetime(driver)
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:17:8: error: Unsupported Platform
15 | import ucrt
16 | #else
17 | #error("Unsupported Platform")
| `- error: Unsupported Platform
18 | #endif
19 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:35:27: error: cannot find type 'mode_t' in scope
33 | public typealias Mode = CInt
34 | #else
35 | public typealias Mode = mode_t
| `- error: cannot find type 'mode_t' in scope
36 | #endif
37 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:67:73: error: cannot find type 'off_t' in scope
65 | // pread
66 | internal func system_pread(
67 | _ fd: Int32, _ buf: UnsafeMutableRawPointer!, _ nbyte: Int, _ offset: off_t
| `- error: cannot find type 'off_t' in scope
68 | ) -> Int {
69 | #if ENABLE_MOCKING
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:78:6: error: cannot find type 'off_t' in scope
76 | internal func system_lseek(
77 | _ fd: Int32, _ off: off_t, _ whence: Int32
78 | ) -> off_t {
| `- error: cannot find type 'off_t' in scope
79 | #if ENABLE_MOCKING
80 | if mockingEnabled { return _mockOffT(fd, off, whence) }
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:77:23: error: cannot find type 'off_t' in scope
75 | // lseek
76 | internal func system_lseek(
77 | _ fd: Int32, _ off: off_t, _ whence: Int32
| `- error: cannot find type 'off_t' in scope
78 | ) -> off_t {
79 | #if ENABLE_MOCKING
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:97:66: error: cannot find type 'off_t' in scope
95 | // pwrite
96 | internal func system_pwrite(
97 | _ fd: Int32, _ buf: UnsafeRawPointer!, _ nbyte: Int, _ offset: off_t
| `- error: cannot find type 'off_t' in scope
98 | ) -> Int {
99 | #if ENABLE_MOCKING
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:32:10: error: cannot find 'open' in scope
30 | }
31 | #endif
32 | return open(path, oflag)
| `- error: cannot find 'open' in scope
33 | }
34 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:44:10: error: cannot find 'open' in scope
42 | }
43 | #endif
44 | return open(path, oflag, mode)
| `- error: cannot find 'open' in scope
45 | }
46 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:52:10: error: cannot find 'close' in scope
50 | if mockingEnabled { return _mock(fd) }
51 | #endif
52 | return close(fd)
| `- error: cannot find 'close' in scope
53 | }
54 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:62:10: error: cannot find 'read' in scope
60 | if mockingEnabled { return _mockInt(fd, buf, nbyte) }
61 | #endif
62 | return read(fd, buf, nbyte)
| `- error: cannot find 'read' in scope
63 | }
64 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:72:10: error: cannot find 'pread' in scope
70 | if mockingEnabled { return _mockInt(fd, buf, nbyte, offset) }
71 | #endif
72 | return pread(fd, buf, nbyte, offset)
| `- error: cannot find 'pread' in scope
73 | }
74 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:92:10: error: cannot find 'write' in scope
90 | if mockingEnabled { return _mockInt(fd, buf, nbyte) }
91 | #endif
92 | return write(fd, buf, nbyte)
| `- error: cannot find 'write' in scope
93 | }
94 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:102:10: error: cannot find 'pwrite' in scope
100 | if mockingEnabled { return _mockInt(fd, buf, nbyte, offset) }
101 | #endif
102 | return pwrite(fd, buf, nbyte, offset)
| `- error: cannot find 'pwrite' in scope
103 | }
104 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:109:10: error: cannot find 'dup' in scope
107 | if mockingEnabled { return _mock(fd) }
108 | #endif
109 | return dup(fd)
| `- error: cannot find 'dup' in scope
110 | }
111 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:116:10: error: cannot find 'dup2' in scope
114 | if mockingEnabled { return _mock(fd, fd2) }
115 | #endif
116 | return dup2(fd, fd2)
| `- error: cannot find 'dup2' in scope
117 | }
118 | #if !os(Windows)
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:123:10: error: cannot find 'pipe' in scope
121 | if mockingEnabled { return _mock(fds) }
122 | #endif
123 | return pipe(fds)
| `- error: cannot find 'pipe' in scope
124 | }
125 | #endif
[68/174] Compiling SystemPackage Syscalls.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Exports.swift:132:38: error: cannot find type 'pthread_key_t' in scope
130 | internal typealias _PlatformTLSKey = DWORD
131 | #else
132 | internal typealias _PlatformTLSKey = pthread_key_t
| `- error: cannot find type 'pthread_key_t' in scope
133 | #endif
134 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Exports.swift:27:29: error: cannot find type 'off_t' in scope
25 | #endif
26 |
27 | internal typealias _COffT = off_t
| `- error: cannot find type 'off_t' in scope
28 |
29 | // MARK: syscalls and variables
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Mocking.swift:93:27: error: 'nil' requires a contextual type
91 | setTLS(driverKey, Unmanaged.passUnretained(object).toOpaque())
92 | } else {
93 | setTLS(driverKey, nil)
| `- error: 'nil' requires a contextual type
94 | }
95 | _fixLifetime(driver)
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:17:8: error: Unsupported Platform
15 | import ucrt
16 | #else
17 | #error("Unsupported Platform")
| `- error: Unsupported Platform
18 | #endif
19 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:35:27: error: cannot find type 'mode_t' in scope
33 | public typealias Mode = CInt
34 | #else
35 | public typealias Mode = mode_t
| `- error: cannot find type 'mode_t' in scope
36 | #endif
37 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:67:73: error: cannot find type 'off_t' in scope
65 | // pread
66 | internal func system_pread(
67 | _ fd: Int32, _ buf: UnsafeMutableRawPointer!, _ nbyte: Int, _ offset: off_t
| `- error: cannot find type 'off_t' in scope
68 | ) -> Int {
69 | #if ENABLE_MOCKING
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:78:6: error: cannot find type 'off_t' in scope
76 | internal func system_lseek(
77 | _ fd: Int32, _ off: off_t, _ whence: Int32
78 | ) -> off_t {
| `- error: cannot find type 'off_t' in scope
79 | #if ENABLE_MOCKING
80 | if mockingEnabled { return _mockOffT(fd, off, whence) }
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:77:23: error: cannot find type 'off_t' in scope
75 | // lseek
76 | internal func system_lseek(
77 | _ fd: Int32, _ off: off_t, _ whence: Int32
| `- error: cannot find type 'off_t' in scope
78 | ) -> off_t {
79 | #if ENABLE_MOCKING
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:97:66: error: cannot find type 'off_t' in scope
95 | // pwrite
96 | internal func system_pwrite(
97 | _ fd: Int32, _ buf: UnsafeRawPointer!, _ nbyte: Int, _ offset: off_t
| `- error: cannot find type 'off_t' in scope
98 | ) -> Int {
99 | #if ENABLE_MOCKING
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:32:10: error: cannot find 'open' in scope
30 | }
31 | #endif
32 | return open(path, oflag)
| `- error: cannot find 'open' in scope
33 | }
34 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:44:10: error: cannot find 'open' in scope
42 | }
43 | #endif
44 | return open(path, oflag, mode)
| `- error: cannot find 'open' in scope
45 | }
46 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:52:10: error: cannot find 'close' in scope
50 | if mockingEnabled { return _mock(fd) }
51 | #endif
52 | return close(fd)
| `- error: cannot find 'close' in scope
53 | }
54 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:62:10: error: cannot find 'read' in scope
60 | if mockingEnabled { return _mockInt(fd, buf, nbyte) }
61 | #endif
62 | return read(fd, buf, nbyte)
| `- error: cannot find 'read' in scope
63 | }
64 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:72:10: error: cannot find 'pread' in scope
70 | if mockingEnabled { return _mockInt(fd, buf, nbyte, offset) }
71 | #endif
72 | return pread(fd, buf, nbyte, offset)
| `- error: cannot find 'pread' in scope
73 | }
74 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:92:10: error: cannot find 'write' in scope
90 | if mockingEnabled { return _mockInt(fd, buf, nbyte) }
91 | #endif
92 | return write(fd, buf, nbyte)
| `- error: cannot find 'write' in scope
93 | }
94 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:102:10: error: cannot find 'pwrite' in scope
100 | if mockingEnabled { return _mockInt(fd, buf, nbyte, offset) }
101 | #endif
102 | return pwrite(fd, buf, nbyte, offset)
| `- error: cannot find 'pwrite' in scope
103 | }
104 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:109:10: error: cannot find 'dup' in scope
107 | if mockingEnabled { return _mock(fd) }
108 | #endif
109 | return dup(fd)
| `- error: cannot find 'dup' in scope
110 | }
111 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:116:10: error: cannot find 'dup2' in scope
114 | if mockingEnabled { return _mock(fd, fd2) }
115 | #endif
116 | return dup2(fd, fd2)
| `- error: cannot find 'dup2' in scope
117 | }
118 | #if !os(Windows)
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:123:10: error: cannot find 'pipe' in scope
121 | if mockingEnabled { return _mock(fds) }
122 | #endif
123 | return pipe(fds)
| `- error: cannot find 'pipe' in scope
124 | }
125 | #endif
[69/174] Compiling SystemPackage WindowsSyscallAdapters.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Exports.swift:132:38: error: cannot find type 'pthread_key_t' in scope
130 | internal typealias _PlatformTLSKey = DWORD
131 | #else
132 | internal typealias _PlatformTLSKey = pthread_key_t
| `- error: cannot find type 'pthread_key_t' in scope
133 | #endif
134 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Exports.swift:27:29: error: cannot find type 'off_t' in scope
25 | #endif
26 |
27 | internal typealias _COffT = off_t
| `- error: cannot find type 'off_t' in scope
28 |
29 | // MARK: syscalls and variables
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Mocking.swift:93:27: error: 'nil' requires a contextual type
91 | setTLS(driverKey, Unmanaged.passUnretained(object).toOpaque())
92 | } else {
93 | setTLS(driverKey, nil)
| `- error: 'nil' requires a contextual type
94 | }
95 | _fixLifetime(driver)
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:17:8: error: Unsupported Platform
15 | import ucrt
16 | #else
17 | #error("Unsupported Platform")
| `- error: Unsupported Platform
18 | #endif
19 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:35:27: error: cannot find type 'mode_t' in scope
33 | public typealias Mode = CInt
34 | #else
35 | public typealias Mode = mode_t
| `- error: cannot find type 'mode_t' in scope
36 | #endif
37 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:67:73: error: cannot find type 'off_t' in scope
65 | // pread
66 | internal func system_pread(
67 | _ fd: Int32, _ buf: UnsafeMutableRawPointer!, _ nbyte: Int, _ offset: off_t
| `- error: cannot find type 'off_t' in scope
68 | ) -> Int {
69 | #if ENABLE_MOCKING
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:78:6: error: cannot find type 'off_t' in scope
76 | internal func system_lseek(
77 | _ fd: Int32, _ off: off_t, _ whence: Int32
78 | ) -> off_t {
| `- error: cannot find type 'off_t' in scope
79 | #if ENABLE_MOCKING
80 | if mockingEnabled { return _mockOffT(fd, off, whence) }
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:77:23: error: cannot find type 'off_t' in scope
75 | // lseek
76 | internal func system_lseek(
77 | _ fd: Int32, _ off: off_t, _ whence: Int32
| `- error: cannot find type 'off_t' in scope
78 | ) -> off_t {
79 | #if ENABLE_MOCKING
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:97:66: error: cannot find type 'off_t' in scope
95 | // pwrite
96 | internal func system_pwrite(
97 | _ fd: Int32, _ buf: UnsafeRawPointer!, _ nbyte: Int, _ offset: off_t
| `- error: cannot find type 'off_t' in scope
98 | ) -> Int {
99 | #if ENABLE_MOCKING
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:32:10: error: cannot find 'open' in scope
30 | }
31 | #endif
32 | return open(path, oflag)
| `- error: cannot find 'open' in scope
33 | }
34 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:44:10: error: cannot find 'open' in scope
42 | }
43 | #endif
44 | return open(path, oflag, mode)
| `- error: cannot find 'open' in scope
45 | }
46 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:52:10: error: cannot find 'close' in scope
50 | if mockingEnabled { return _mock(fd) }
51 | #endif
52 | return close(fd)
| `- error: cannot find 'close' in scope
53 | }
54 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:62:10: error: cannot find 'read' in scope
60 | if mockingEnabled { return _mockInt(fd, buf, nbyte) }
61 | #endif
62 | return read(fd, buf, nbyte)
| `- error: cannot find 'read' in scope
63 | }
64 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:72:10: error: cannot find 'pread' in scope
70 | if mockingEnabled { return _mockInt(fd, buf, nbyte, offset) }
71 | #endif
72 | return pread(fd, buf, nbyte, offset)
| `- error: cannot find 'pread' in scope
73 | }
74 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:92:10: error: cannot find 'write' in scope
90 | if mockingEnabled { return _mockInt(fd, buf, nbyte) }
91 | #endif
92 | return write(fd, buf, nbyte)
| `- error: cannot find 'write' in scope
93 | }
94 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:102:10: error: cannot find 'pwrite' in scope
100 | if mockingEnabled { return _mockInt(fd, buf, nbyte, offset) }
101 | #endif
102 | return pwrite(fd, buf, nbyte, offset)
| `- error: cannot find 'pwrite' in scope
103 | }
104 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:109:10: error: cannot find 'dup' in scope
107 | if mockingEnabled { return _mock(fd) }
108 | #endif
109 | return dup(fd)
| `- error: cannot find 'dup' in scope
110 | }
111 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:116:10: error: cannot find 'dup2' in scope
114 | if mockingEnabled { return _mock(fd, fd2) }
115 | #endif
116 | return dup2(fd, fd2)
| `- error: cannot find 'dup2' in scope
117 | }
118 | #if !os(Windows)
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:123:10: error: cannot find 'pipe' in scope
121 | if mockingEnabled { return _mock(fds) }
122 | #endif
123 | return pipe(fds)
| `- error: cannot find 'pipe' in scope
124 | }
125 | #endif
[71/176] 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 |
<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/176] 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
<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/176] 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
<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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[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/113] Compiling SwiftSyntax603 Empty.swift
[6/113] Emitting module SwiftSyntax603
[8/114] Compiling SwiftSyntax602 Empty.swift
[9/114] Emitting module SwiftSyntax602
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/115] 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 |
[11/115] 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 |
[12/115] Emitting module TSCLibc
[13/115] Emitting module SwiftSyntax602
BUILD FAILURE 6.1 wasm