Build Information
Failed to build Rswift, reference 7.8.0 (a9abc6
), with Swift 6.1 for Wasm on 29 May 2025 22:24:20 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mac-cain13/R.swift.git
Reference: 7.8.0
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/mac-cain13/R.swift
* tag 7.8.0 -> FETCH_HEAD
HEAD is now at a9abc6b Update github workflow
Cloned https://github.com/mac-cain13/R.swift.git
Revision (git rev-parse @):
a9abc6b0afe0fc4a5a71e1d7d2872143dff2d2f1
SUCCESS checkout https://github.com/mac-cain13/R.swift.git at 7.8.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/mac-cain13/R.swift.git
https://github.com/mac-cain13/R.swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "xcodeedit",
"requirement" : {
"range" : [
{
"lower_bound" : "2.11.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tomlokhorst/XcodeEdit"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "Rswift",
"name" : "Rswift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "4.0"
}
],
"products" : [
{
"name" : "rswift",
"targets" : [
"rswift"
],
"type" : {
"executable" : null
}
},
{
"name" : "RswiftLibrary",
"targets" : [
"RswiftResources"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "RswiftGenerateInternalResources",
"targets" : [
"RswiftGenerateInternalResources"
],
"type" : {
"plugin" : null
}
},
{
"name" : "RswiftGeneratePublicResources",
"targets" : [
"RswiftGeneratePublicResources"
],
"type" : {
"plugin" : null
}
},
{
"name" : "RswiftGenerateResourcesCommand",
"targets" : [
"RswiftGenerateResourcesCommand"
],
"type" : {
"plugin" : null
}
},
{
"name" : "RswiftModifyXcodePackages",
"targets" : [
"RswiftModifyXcodePackages"
],
"type" : {
"plugin" : null
}
}
],
"targets" : [
{
"c99name" : "rswift",
"module_type" : "SwiftTarget",
"name" : "rswift",
"path" : "Sources/rswift",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"rswift",
"RswiftGenerateInternalResources",
"RswiftGeneratePublicResources",
"RswiftGenerateResourcesCommand",
"RswiftModifyXcodePackages"
],
"sources" : [
"App.swift",
"Config.swift",
"RswiftCore.swift"
],
"target_dependencies" : [
"RswiftParsers",
"RswiftGenerators"
],
"type" : "executable"
},
{
"c99name" : "RswiftResources",
"module_type" : "SwiftTarget",
"name" : "RswiftResources",
"path" : "Sources/RswiftResources",
"product_memberships" : [
"rswift",
"RswiftLibrary",
"RswiftGenerateInternalResources",
"RswiftGeneratePublicResources",
"RswiftGenerateResourcesCommand",
"RswiftModifyXcodePackages"
],
"sources" : [
"AssetCatalog.swift",
"ColorResource.swift",
"DataResource.swift",
"FileResource.swift",
"FontResource.swift",
"ImageResource.swift",
"Integrations/Bundle+Extensions.swift",
"Integrations/ColorResource+Integrations.swift",
"Integrations/DataResource+Integrations.swift",
"Integrations/FileResource+Integrations.swift",
"Integrations/FontResource+Integrations.swift",
"Integrations/ImageResource+Integrations.swift",
"Integrations/NibReference+Integrations.swift",
"Integrations/ReuseIdentifier+Integrations.swift",
"Integrations/SegueIdentifier+Integrations.swift",
"Integrations/StoryboardReference+Integrations.swift",
"Integrations/StringResource+Integrations.swift",
"NibResource.swift",
"PropertyListResource.swift",
"Shared/DeploymentTarget.swift",
"Shared/LocaleReference.swift",
"Shared/ModuleReference.swift",
"Shared/NameCatalog.swift",
"Shared/Reusable.swift",
"Shared/StoryboardReference.swift",
"Shared/StringParam+Extensions.swift",
"Shared/StringParam.swift",
"Shared/StringsTable.swift",
"Shared/TypeReference.swift",
"Shared/Unifiable.swift",
"Shared/ValidationError.swift",
"StoryboardResource.swift",
"StringResource.swift"
],
"type" : "library"
},
{
"c99name" : "RswiftParsersTests",
"module_type" : "SwiftTarget",
"name" : "RswiftParsersTests",
"path" : "Tests/RswiftParsersTests",
"sources" : [
"GlobTests.swift",
"NibParserDelegateTests.swift"
],
"target_dependencies" : [
"RswiftParsers"
],
"type" : "test"
},
{
"c99name" : "RswiftParsers",
"module_type" : "SwiftTarget",
"name" : "RswiftParsers",
"path" : "Sources/RswiftParsers",
"product_dependencies" : [
"XcodeEdit"
],
"product_memberships" : [
"rswift",
"RswiftGenerateInternalResources",
"RswiftGeneratePublicResources",
"RswiftGenerateResourcesCommand",
"RswiftModifyXcodePackages"
],
"sources" : [
"ProjectResources.swift",
"Resources/AssetCatalog+Parser.swift",
"Resources/FileResource+Parser.swift",
"Resources/FontResource+Parser.swift",
"Resources/ImageResource+Parser.swift",
"Resources/Nib+Parser.swift",
"Resources/PropertyList+Parser.swift",
"Resources/Storyboard+Parser.swift",
"Resources/StringsTable+Parser.swift",
"Shared/Bundle+Extensions.swift",
"Shared/DeploymentTarget+Parser.swift",
"Shared/FormatPart+Extensions.swift",
"Shared/GeneratedId.swift",
"Shared/Glob.swift",
"Shared/IgnoreFile.swift",
"Shared/ResourceParsingError.swift",
"Shared/SourceTreeURLs.swift",
"Shared/SupportedExtensions.swift",
"Shared/TypeReference+Extensions.swift",
"Shared/URL+Extensions.swift",
"Shared/Xcodeproj.swift"
],
"target_dependencies" : [
"RswiftResources"
],
"type" : "library"
},
{
"c99name" : "RswiftModifyXcodePackages",
"module_type" : "PluginTarget",
"name" : "RswiftModifyXcodePackages",
"path" : "Plugins/RswiftModifyXcodePackages",
"plugin_capability" : {
"intent" : {
"description" : "Rswift modify Xcode packages",
"type" : "custom",
"verb" : "rswift-modify-xcode-packages"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "Modifies Xcode project to fix package reference for plugins",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"product_memberships" : [
"RswiftModifyXcodePackages"
],
"sources" : [
"RswiftModifyXcodePackages.swift"
],
"target_dependencies" : [
"rswift"
],
"type" : "plugin"
},
{
"c99name" : "RswiftGeneratorsTests",
"module_type" : "SwiftTarget",
"name" : "RswiftGeneratorsTests",
"path" : "Tests/RswiftGeneratorsTests",
"sources" : [
"MainTests.swift"
],
"target_dependencies" : [
"RswiftGenerators"
],
"type" : "test"
},
{
"c99name" : "RswiftGenerators",
"module_type" : "SwiftTarget",
"name" : "RswiftGenerators",
"path" : "Sources/RswiftGenerators",
"product_memberships" : [
"rswift",
"RswiftGenerateInternalResources",
"RswiftGeneratePublicResources",
"RswiftGenerateResourcesCommand",
"RswiftModifyXcodePackages"
],
"sources" : [
"AccessibilityIdentifier+Generator.swift",
"AssetCatalog+Generator.swift",
"Extensions/Array+Extensions.swift",
"Extensions/String+Extensions.swift",
"FileResource+Generator.swift",
"FontResource+Generator.swift",
"Nib+Generator.swift",
"PropertyListResource+Generator.swift",
"ReuseIdentifier+Generator.swift",
"Segue+Generator.swift",
"Shared/AssetCatalogMergedNamespaces.swift",
"Shared/LocaleReference+Generator.swift",
"Shared/SwiftIdentifier.swift",
"Shared/TypeReference+Generator.swift",
"Storyboard+Generator.swift",
"StringsTable+Generator.swift",
"SwiftSyntax/Struct.swift",
"SwiftSyntax/StructMembersBuilder.swift",
"XcodeProject+Generator.swift"
],
"target_dependencies" : [
"RswiftResources"
],
"type" : "library"
},
{
"c99name" : "RswiftGenerateResourcesCommand",
"module_type" : "PluginTarget",
"name" : "RswiftGenerateResourcesCommand",
"path" : "Plugins/RswiftGenerateResourcesCommand",
"plugin_capability" : {
"intent" : {
"description" : "Rswift generate resources",
"type" : "custom",
"verb" : "rswift-generate-resources"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "Rswift generates a file with statically typed, autocompleted resources",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"product_memberships" : [
"RswiftGenerateResourcesCommand"
],
"sources" : [
"RswiftGenerateResourcesCommand.swift"
],
"target_dependencies" : [
"rswift"
],
"type" : "plugin"
},
{
"c99name" : "RswiftGeneratePublicResources",
"module_type" : "PluginTarget",
"name" : "RswiftGeneratePublicResources",
"path" : "Plugins/RswiftGeneratePublicResources",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"RswiftGeneratePublicResources"
],
"sources" : [
"RswiftGeneratePublicResources.swift"
],
"target_dependencies" : [
"rswift"
],
"type" : "plugin"
},
{
"c99name" : "RswiftGenerateInternalResources",
"module_type" : "PluginTarget",
"name" : "RswiftGenerateInternalResources",
"path" : "Plugins/RswiftGenerateInternalResources",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"RswiftGenerateInternalResources"
],
"sources" : [
"RswiftGenerateInternalResources.swift"
],
"target_dependencies" : [
"rswift"
],
"type" : "plugin"
}
],
"tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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-argument-parser
Fetching https://github.com/tomlokhorst/XcodeEdit
[1/1253] Fetching xcodeedit
Fetched https://github.com/tomlokhorst/XcodeEdit from cache (0.52s)
[1/15379] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.44s)
Computing version for https://github.com/tomlokhorst/XcodeEdit
Computed https://github.com/tomlokhorst/XcodeEdit at 2.13.0 (2.44s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (1.03s)
Creating working copy for https://github.com/tomlokhorst/XcodeEdit
Working copy of https://github.com/tomlokhorst/XcodeEdit resolved at 2.13.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
[1/1] Compiling plugin RswiftModifyXcodePackages
[2/2] Compiling plugin RswiftGenerateResourcesCommand
[3/3] Compiling plugin RswiftGeneratePublicResources
[4/4] Compiling plugin RswiftGenerateInternalResources
[5/5] Compiling plugin GenerateManual
Building for debugging...
[5/38] Write sources
[19/38] Write swift-version-24593BA9C3E375BF.txt
[21/118] Emitting module ArgumentParserToolInfo
[22/118] Emitting module RswiftResources
[24/122] Compiling ArgumentParserToolInfo ToolInfo.swift
[25/122] Emitting module ArgumentParserToolInfo
[26/127] Wrapping AST for ArgumentParserToolInfo for debugging
[28/165] Compiling XcodeEdit PBXIdentifier.swift
[29/166] Compiling XcodeEdit Extensions.swift
[30/166] Compiling ArgumentParser InputKey.swift
[31/166] Compiling ArgumentParser InputOrigin.swift
[32/166] Compiling ArgumentParser Name.swift
[33/166] Compiling ArgumentParser Parsed.swift
[34/166] Compiling ArgumentParser BashCompletionsGenerator.swift
[35/166] Compiling ArgumentParser CompletionsGenerator.swift
[36/166] Compiling ArgumentParser FishCompletionsGenerator.swift
[37/166] Compiling ArgumentParser ZshCompletionsGenerator.swift
[38/166] Compiling ArgumentParser Argument.swift
[39/166] Compiling ArgumentParser ArgumentHelp.swift
[40/166] Compiling ArgumentParser ExpressibleByArgument.swift
[41/166] Compiling ArgumentParser ParsableArguments.swift
[42/166] Compiling ArgumentParser ParsableArgumentsValidation.swift
[43/166] Compiling XcodeEdit AllObjects.swift
[44/166] Emitting module XcodeEdit
[45/166] Compiling XcodeEdit PBXObject+Fields.swift
[46/166] Compiling XcodeEdit XCProjectFile+Rswift.swift
[47/166] Compiling ArgumentParser ParsableCommand.swift
[48/166] Compiling ArgumentParser ArgumentDecoder.swift
[49/166] Compiling ArgumentParser ArgumentVisibility.swift
[50/166] Compiling ArgumentParser CompletionKind.swift
[51/166] Compiling ArgumentParser OptionGroup.swift
[52/166] Compiling ArgumentParser AsyncParsableCommand.swift
[53/166] Compiling ArgumentParser CommandConfiguration.swift
[54/166] Compiling ArgumentParser CommandGroup.swift
[55/166] Compiling ArgumentParser Errors.swift
[56/166] Compiling ArgumentParser Flag.swift
[57/166] Compiling ArgumentParser NameSpecification.swift
[58/166] Compiling ArgumentParser Option.swift
[59/166] Compiling ArgumentParser EnumerableFlag.swift
[60/166] Compiling ArgumentParser ArgumentDefinition.swift
[61/166] Compiling ArgumentParser ArgumentSet.swift
[62/166] Compiling ArgumentParser CommandParser.swift
[63/166] Compiling ArgumentParser ParsedValues.swift
[64/166] Compiling ArgumentParser ParserError.swift
[65/166] Compiling ArgumentParser SplitArguments.swift
[66/166] Compiling ArgumentParser DumpHelpGenerator.swift
[67/167] Compiling XcodeEdit Serialization.swift
[68/167] Compiling XcodeEdit PBXObject.swift
[70/167] Compiling XcodeEdit XCProjectFile.swift
[71/168] Compiling ArgumentParserToolInfo ToolInfo.swift
[71/168] Wrapping AST for RswiftResources for debugging
[75/187] Emitting module ArgumentParser
[75/192] Wrapping AST for ArgumentParserToolInfo for debugging
[76/202] Wrapping AST for XcodeEdit for debugging
[78/250] Emitting module RswiftGenerators
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:35:16: warning: static property 'bundle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
33 | }
34 |
35 | static var bundle: TypeReference = .init(module: .foundation, rawName: "Bundle")
| |- warning: static property 'bundle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'bundle' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'bundle' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 | static var locale: TypeReference = .init(module: .foundation, rawName: "Locale")
37 | static var void: TypeReference = .init(module: .stdLib, rawName: "Void")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:36:16: warning: static property 'locale' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
34 |
35 | static var bundle: TypeReference = .init(module: .foundation, rawName: "Bundle")
36 | static var locale: TypeReference = .init(module: .foundation, rawName: "Locale")
| |- warning: static property 'locale' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'locale' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'locale' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 | static var void: TypeReference = .init(module: .stdLib, rawName: "Void")
38 | static var bool: TypeReference = .init(module: .stdLib, rawName: "Bool")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:37:16: warning: static property 'void' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
35 | static var bundle: TypeReference = .init(module: .foundation, rawName: "Bundle")
36 | static var locale: TypeReference = .init(module: .foundation, rawName: "Locale")
37 | static var void: TypeReference = .init(module: .stdLib, rawName: "Void")
| |- warning: static property 'void' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'void' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'void' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 | static var bool: TypeReference = .init(module: .stdLib, rawName: "Bool")
39 | static var string: TypeReference = .init(module: .stdLib, rawName: "String")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:38:16: warning: static property 'bool' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
36 | static var locale: TypeReference = .init(module: .foundation, rawName: "Locale")
37 | static var void: TypeReference = .init(module: .stdLib, rawName: "Void")
38 | static var bool: TypeReference = .init(module: .stdLib, rawName: "Bool")
| |- warning: static property 'bool' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'bool' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'bool' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
39 | static var string: TypeReference = .init(module: .stdLib, rawName: "String")
40 | static var sequence: TypeReference = .init(module: .stdLib, rawName: "Sequence")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:39:16: warning: static property 'string' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
37 | static var void: TypeReference = .init(module: .stdLib, rawName: "Void")
38 | static var bool: TypeReference = .init(module: .stdLib, rawName: "Bool")
39 | static var string: TypeReference = .init(module: .stdLib, rawName: "String")
| |- warning: static property 'string' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'string' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'string' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
40 | static var sequence: TypeReference = .init(module: .stdLib, rawName: "Sequence")
41 | static var someIteratorProtocol: TypeReference = .init(module: .stdLib, rawName: "some IteratorProtocol")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:40:16: warning: static property 'sequence' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
38 | static var bool: TypeReference = .init(module: .stdLib, rawName: "Bool")
39 | static var string: TypeReference = .init(module: .stdLib, rawName: "String")
40 | static var sequence: TypeReference = .init(module: .stdLib, rawName: "Sequence")
| |- warning: static property 'sequence' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'sequence' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'sequence' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 | static var someIteratorProtocol: TypeReference = .init(module: .stdLib, rawName: "some IteratorProtocol")
42 | static var uiView: TypeReference = .init(module: .uiKit, rawName: "UIView")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:41:16: warning: static property 'someIteratorProtocol' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
39 | static var string: TypeReference = .init(module: .stdLib, rawName: "String")
40 | static var sequence: TypeReference = .init(module: .stdLib, rawName: "Sequence")
41 | static var someIteratorProtocol: TypeReference = .init(module: .stdLib, rawName: "some IteratorProtocol")
| |- warning: static property 'someIteratorProtocol' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'someIteratorProtocol' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'someIteratorProtocol' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 | static var uiView: TypeReference = .init(module: .uiKit, rawName: "UIView")
43 | static var uiViewController: TypeReference = .init(module: .uiKit, rawName: "UIViewController")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:42:16: warning: static property 'uiView' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
40 | static var sequence: TypeReference = .init(module: .stdLib, rawName: "Sequence")
41 | static var someIteratorProtocol: TypeReference = .init(module: .stdLib, rawName: "some IteratorProtocol")
42 | static var uiView: TypeReference = .init(module: .uiKit, rawName: "UIView")
| |- warning: static property 'uiView' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'uiView' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'uiView' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 | static var uiViewController: TypeReference = .init(module: .uiKit, rawName: "UIViewController")
44 | static var nsViewController: TypeReference = .init(module: .appKit, rawName: "NSViewController")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:43:16: warning: static property 'uiViewController' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
41 | static var someIteratorProtocol: TypeReference = .init(module: .stdLib, rawName: "some IteratorProtocol")
42 | static var uiView: TypeReference = .init(module: .uiKit, rawName: "UIView")
43 | static var uiViewController: TypeReference = .init(module: .uiKit, rawName: "UIViewController")
| |- warning: static property 'uiViewController' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'uiViewController' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'uiViewController' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 | static var nsViewController: TypeReference = .init(module: .appKit, rawName: "NSViewController")
45 |
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:44:16: warning: static property 'nsViewController' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
42 | static var uiView: TypeReference = .init(module: .uiKit, rawName: "UIView")
43 | static var uiViewController: TypeReference = .init(module: .uiKit, rawName: "UIViewController")
44 | static var nsViewController: TypeReference = .init(module: .appKit, rawName: "NSViewController")
| |- warning: static property 'nsViewController' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'nsViewController' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'nsViewController' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
45 |
46 |
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:47:16: warning: static property 'fontResource' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
45 |
46 |
47 | static var fontResource: TypeReference = .init(module: .rswiftResources, rawName: "FontResource")
| |- warning: static property 'fontResource' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'fontResource' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'fontResource' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
48 | }
49 |
/host/spi-builder-workspace/Sources/RswiftGenerators/SwiftSyntax/Struct.swift:382:23: warning: static property 'empty' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
380 | public var additionalModuleReferences: Set<ModuleReference> = []
381 |
382 | public static var empty: Struct = Struct(name: SwiftIdentifier(name: "empty"), membersBuilder: {})
| |- warning: static property 'empty' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'empty' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
383 |
384 | public init(
error: emit-module command failed with exit code 1 (use -v to see invocation)
[79/252] Emitting module RswiftParsers
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:14:8: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[80/252] Compiling RswiftGenerators StructMembersBuilder.swift
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:14:8: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[81/252] Compiling RswiftGenerators XcodeProject+Generator.swift
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:14:8: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[82/254] Compiling ArgumentParser CompletionKind.swift
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:14:8: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[83/254] Compiling ArgumentParser Errors.swift
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:14:8: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[84/254] Compiling ArgumentParser ArgumentDefinition.swift
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:14:8: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[85/254] Compiling ArgumentParser ArgumentSet.swift
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:14:8: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[86/254] Compiling ArgumentParser CommandParser.swift
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:14:8: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[87/254] Compiling ArgumentParser InputKey.swift
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:14:8: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[88/254] Compiling ArgumentParser InputOrigin.swift
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:14:8: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[89/254] Compiling ArgumentParser ArgumentVisibility.swift
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:14:8: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[90/254] Compiling ArgumentParser ZshCompletionsGenerator.swift
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:14:8: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[91/254] Compiling ArgumentParser Argument.swift
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:14:8: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[92/254] Compiling ArgumentParser ArgumentHelp.swift
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:14:8: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[93/254] Compiling ArgumentParser Flag.swift
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:14:8: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[94/254] Compiling ArgumentParser NameSpecification.swift
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:14:8: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[95/254] Compiling ArgumentParser Option.swift
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:14:8: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[96/254] Compiling ArgumentParser BashCompletionsGenerator.swift
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:14:8: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[97/254] Compiling ArgumentParser CompletionsGenerator.swift
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:14:8: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[98/254] Compiling ArgumentParser FishCompletionsGenerator.swift
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:14:8: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[102/254] Compiling RswiftParsers URL+Extensions.swift
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:14:8: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[103/254] Compiling RswiftParsers Xcodeproj.swift
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:14:8: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[108/254] Compiling ArgumentParser EnumerableFlag.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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 RswiftModifyXcodePackages
[2/2] Compiling plugin RswiftGenerateResourcesCommand
[3/3] Compiling plugin RswiftGeneratePublicResources
[4/4] Compiling plugin RswiftGenerateInternalResources
[5/5] Compiling plugin GenerateManual
Building for debugging...
[5/24] Write swift-version-24593BA9C3E375BF.txt
[7/104] Compiling XcodeEdit XCProjectFile+Rswift.swift
[8/105] Emitting module ArgumentParserToolInfo
[9/105] Compiling XcodeEdit Extensions.swift
[10/105] Compiling RswiftResources StringParam+Extensions.swift
[11/105] Compiling RswiftResources StringParam.swift
[12/105] Compiling RswiftResources StringsTable.swift
[13/105] Compiling RswiftResources TypeReference.swift
[14/109] Compiling RswiftResources ModuleReference.swift
[15/109] Compiling RswiftResources NameCatalog.swift
[16/109] Compiling RswiftResources Reusable.swift
[17/109] Compiling RswiftResources StoryboardReference.swift
[18/109] Emitting module RswiftResources
[19/109] Emitting module ArgumentParserToolInfo
[20/109] Compiling ArgumentParserToolInfo ToolInfo.swift
[22/109] Compiling RswiftResources AssetCatalog.swift
[23/109] Compiling RswiftResources ColorResource.swift
[24/109] Compiling RswiftResources DataResource.swift
[25/109] Compiling RswiftResources FileResource.swift
[26/109] Compiling RswiftResources FontResource.swift
[27/109] Compiling RswiftResources ReuseIdentifier+Integrations.swift
[28/109] Compiling RswiftResources SegueIdentifier+Integrations.swift
[29/109] Compiling RswiftResources StoryboardReference+Integrations.swift
[30/109] Compiling RswiftResources StringResource+Integrations.swift
[31/109] Compiling RswiftResources FileResource+Integrations.swift
[32/109] Compiling RswiftResources FontResource+Integrations.swift
[33/109] Compiling RswiftResources ImageResource+Integrations.swift
[34/109] Compiling RswiftResources NibReference+Integrations.swift
[35/109] Compiling RswiftResources ImageResource.swift
[36/109] Compiling RswiftResources Bundle+Extensions.swift
[37/109] Compiling RswiftResources ColorResource+Integrations.swift
[38/109] Compiling RswiftResources DataResource+Integrations.swift
[39/109] Emitting module XcodeEdit
[40/109] Compiling XcodeEdit AllObjects.swift
[41/109] Compiling RswiftResources NibResource.swift
[42/109] Compiling RswiftResources PropertyListResource.swift
[43/109] Compiling RswiftResources DeploymentTarget.swift
[44/109] Compiling RswiftResources LocaleReference.swift
[45/109] Compiling XcodeEdit XCProjectFile.swift
[46/109] Compiling XcodeEdit PBXIdentifier.swift
[47/109] Compiling XcodeEdit PBXObject+Fields.swift
[48/147] Compiling ArgumentParserToolInfo ToolInfo.swift
[50/147] Compiling XcodeEdit PBXObject.swift
[51/147] Compiling XcodeEdit Serialization.swift
[53/147] Compiling ArgumentParser HelpGenerator.swift
[54/147] Compiling ArgumentParser MessageInfo.swift
[55/147] Compiling ArgumentParser UsageGenerator.swift
[56/147] Compiling ArgumentParser Name.swift
[58/205] Compiling RswiftParsers FontResource+Parser.swift
[59/205] Compiling RswiftParsers ImageResource+Parser.swift
[60/205] Compiling RswiftParsers Nib+Parser.swift
[61/205] Compiling RswiftParsers ProjectResources.swift
[62/205] Compiling ArgumentParser InputKey.swift
[63/205] Compiling ArgumentParser InputOrigin.swift
[64/205] Compiling ArgumentParser Name.swift
[65/205] Compiling ArgumentParser Parsed.swift
[66/227] Compiling RswiftGenerators Segue+Generator.swift
[67/227] Compiling RswiftGenerators AssetCatalogMergedNamespaces.swift
[68/227] Compiling RswiftGenerators LocaleReference+Generator.swift
[69/227] Compiling RswiftGenerators SwiftIdentifier.swift
[70/227] Compiling XcodeEdit PBXObject+Fields.swift
[71/227] Compiling XcodeEdit PBXIdentifier.swift
[72/228] Emitting module RswiftResources
[73/228] Compiling RswiftGenerators AssetCatalog+Generator.swift
[74/228] Compiling RswiftGenerators Array+Extensions.swift
[75/228] Compiling RswiftGenerators Nib+Generator.swift
[76/228] Compiling RswiftGenerators PropertyListResource+Generator.swift
[77/228] Compiling RswiftGenerators ReuseIdentifier+Generator.swift
[84/233] Compiling XcodeEdit Extensions.swift
[85/233] Compiling RswiftGenerators TypeReference+Generator.swift
[86/233] Compiling RswiftGenerators Storyboard+Generator.swift
[87/233] Compiling RswiftGenerators StringsTable+Generator.swift
[88/233] Compiling RswiftGenerators Struct.swift
[89/233] Compiling ArgumentParser ArgumentDecoder.swift
[90/233] Compiling ArgumentParser ArgumentDefinition.swift
[91/233] Compiling ArgumentParser ArgumentSet.swift
[92/233] Compiling ArgumentParser CommandParser.swift
[93/233] Compiling RswiftParsers ResourceParsingError.swift
[94/233] Compiling RswiftParsers SourceTreeURLs.swift
[95/233] Compiling ArgumentParser ParsableArgumentsValidation.swift
[96/233] Compiling ArgumentParser ParsableCommand.swift
[97/233] Compiling XcodeEdit XCProjectFile+Rswift.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[98/233] Emitting module RswiftParsers
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:14:8: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[99/233] Emitting module XcodeEdit
[100/233] Compiling XcodeEdit AllObjects.swift
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:14:8: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:14:8: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:14:8: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:14:8: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:14:8: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:14:8: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:14:8: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[108/235] Emitting module RswiftGenerators
[109/237] Compiling XcodeEdit Serialization.swift
[110/237] Compiling XcodeEdit PBXObject.swift
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:14:8: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:14:8: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:14:8: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[114/237] Compiling RswiftParsers URL+Extensions.swift
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:14:8: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[115/237] Compiling RswiftParsers Xcodeproj.swift
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:14:8: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[116/237] Compiling RswiftGenerators String+Extensions.swift
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:14:8: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[117/237] Compiling RswiftGenerators FileResource+Generator.swift
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:14:8: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[118/237] Compiling RswiftGenerators FontResource+Generator.swift
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:14:8: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[119/237] Compiling RswiftGenerators AccessibilityIdentifier+Generator.swift
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:14:8: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:14:8: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:14:8: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:14:8: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:14:8: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:14:8: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[125/237] Compiling XcodeEdit XCProjectFile.swift
BUILD FAILURE 6.1 wasm