The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build swift-openapi-generator, reference 1.10.3 (d74223), with Swift 6.1 for Wasm on 17 Sep 2025 19:32:56 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-openapi-generator.git
Reference: 1.10.3
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/apple/swift-openapi-generator
 * tag               1.10.3     -> FETCH_HEAD
HEAD is now at d74223c Allow recursive schemas in multipart-based paths (#813)
Cloned https://github.com/apple/swift-openapi-generator.git
Revision (git rev-parse @):
d74223cc5595a8165181c4d9579243c932e5cd07
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-openapi-generator.git at 1.10.3
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/apple/swift-openapi-generator.git
https://github.com/apple/swift-openapi-generator.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    },
    {
      "identity" : "openapikit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.3.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattpolzin/OpenAPIKit"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-openapi-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-runtime"
    },
    {
      "identity" : "swift-http-types",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-http-types"
    }
  ],
  "manifest_display_name" : "swift-openapi-generator",
  "name" : "swift-openapi-generator",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "swift-openapi-generator",
      "targets" : [
        "swift-openapi-generator"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "OpenAPIGenerator",
      "targets" : [
        "OpenAPIGenerator"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "OpenAPIGeneratorCommand",
      "targets" : [
        "OpenAPIGeneratorCommand"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "_OpenAPIGeneratorCore",
      "targets" : [
        "_OpenAPIGeneratorCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swift_openapi_generator",
      "module_type" : "SwiftTarget",
      "name" : "swift-openapi-generator",
      "path" : "Sources/swift-openapi-generator",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "swift-openapi-generator",
        "OpenAPIGenerator",
        "OpenAPIGeneratorCommand"
      ],
      "sources" : [
        "Extensions.swift",
        "FilterCommand.swift",
        "GenerateCommand.swift",
        "GenerateOptions+runGenerator.swift",
        "GenerateOptions.swift",
        "PluginSource.swift",
        "Tool.swift",
        "UserConfig.swift",
        "runGenerator.swift"
      ],
      "target_dependencies" : [
        "_OpenAPIGeneratorCore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "_OpenAPIGeneratorCore",
      "module_type" : "SwiftTarget",
      "name" : "_OpenAPIGeneratorCore",
      "path" : "Sources/_OpenAPIGeneratorCore",
      "product_dependencies" : [
        "OpenAPIKit",
        "OpenAPIKit30",
        "OpenAPIKitCompat",
        "Algorithms",
        "OrderedCollections",
        "Yams"
      ],
      "product_memberships" : [
        "swift-openapi-generator",
        "OpenAPIGenerator",
        "OpenAPIGeneratorCommand",
        "_OpenAPIGeneratorCore"
      ],
      "sources" : [
        "Config.swift",
        "Diagnostics.swift",
        "DiagnosticsCollectorProvider.swift",
        "Errors.swift",
        "Extensions/Foundation.swift",
        "Extensions/OpenAPIKit.swift",
        "Extensions/String.swift",
        "Extensions/SwiftStandardLibrary.swift",
        "FeatureFlags.swift",
        "GeneratorMode.swift",
        "GeneratorPipeline.swift",
        "GeneratorPipelineStage.swift",
        "Hooks/DocumentFilter.swift",
        "Hooks/FilteredDocument.swift",
        "Layers/ParsedOpenAPIRepresentation.swift",
        "Layers/RenderedSwiftRepresentation.swift",
        "Layers/StructuredSwiftRepresentation.swift",
        "Parser/ParserProtocol.swift",
        "Parser/YamsParser.swift",
        "Parser/validateDoc.swift",
        "PlatformChecks.swift",
        "Renderer/RendererProtocol.swift",
        "Renderer/TextBasedRenderer.swift",
        "Translator/ClientTranslator/ClientTranslator.swift",
        "Translator/ClientTranslator/translateClientMethod.swift",
        "Translator/CommonTranslations/translateAllAnyOneOf.swift",
        "Translator/CommonTranslations/translateArray.swift",
        "Translator/CommonTranslations/translateCodable.swift",
        "Translator/CommonTranslations/translateObjectStruct.swift",
        "Translator/CommonTranslations/translateRawEnum.swift",
        "Translator/CommonTranslations/translateRawRepresentableEnum.swift",
        "Translator/CommonTranslations/translateSchema.swift",
        "Translator/CommonTranslations/translateStructBlueprint.swift",
        "Translator/CommonTranslations/translateTypealias.swift",
        "Translator/CommonTypes/Annotations.swift",
        "Translator/CommonTypes/CommentExtensions.swift",
        "Translator/CommonTypes/Constants.swift",
        "Translator/CommonTypes/DiscriminatorExtensions.swift",
        "Translator/CommonTypes/SchemaOverrides.swift",
        "Translator/CommonTypes/StructBlueprint.swift",
        "Translator/Content/CodingStrategy.swift",
        "Translator/Content/ContentInspector.swift",
        "Translator/Content/ContentType.swift",
        "Translator/Content/SchemaContent.swift",
        "Translator/FileTranslator+FeatureFlags.swift",
        "Translator/FileTranslator.swift",
        "Translator/Multipart/MultipartAdditionalProperties.swift",
        "Translator/Multipart/MultipartContent.swift",
        "Translator/Multipart/MultipartContentInspector.swift",
        "Translator/Multipart/translateMultipart.swift",
        "Translator/MultiplexTranslator.swift",
        "Translator/Operations/OperationDescription.swift",
        "Translator/Parameters/TypedParameter.swift",
        "Translator/Parameters/translateParameter.swift",
        "Translator/Recursion/DeclarationRecursionDetector.swift",
        "Translator/Recursion/RecursionDetector.swift",
        "Translator/RequestBody/TypedRequestBody.swift",
        "Translator/RequestBody/translateRequestBody.swift",
        "Translator/Responses/HTTPStatusCodes.swift",
        "Translator/Responses/ResponseKind.swift",
        "Translator/Responses/TypedResponse.swift",
        "Translator/Responses/TypedResponseHeader.swift",
        "Translator/Responses/acceptHeaderContentTypes.swift",
        "Translator/Responses/translateResponse.swift",
        "Translator/Responses/translateResponseHeader.swift",
        "Translator/Responses/translateResponseOutcome.swift",
        "Translator/ServerTranslator/ServerTranslator.swift",
        "Translator/ServerTranslator/translateServerMethod.swift",
        "Translator/TranslatorProtocol.swift",
        "Translator/TypeAssignment/Builtins.swift",
        "Translator/TypeAssignment/ReferenceStack.swift",
        "Translator/TypeAssignment/SafeNameGenerator.swift",
        "Translator/TypeAssignment/TypeAssigner.swift",
        "Translator/TypeAssignment/TypeLocation.swift",
        "Translator/TypeAssignment/TypeMatcher.swift",
        "Translator/TypeAssignment/TypeName.swift",
        "Translator/TypeAssignment/TypeUsage.swift",
        "Translator/TypeAssignment/isSchemaSupported.swift",
        "Translator/TypesTranslator/TypesFileTranslator.swift",
        "Translator/TypesTranslator/translateAPIProtocol.swift",
        "Translator/TypesTranslator/translateBoxedTypes.swift",
        "Translator/TypesTranslator/translateComponentHeaders.swift",
        "Translator/TypesTranslator/translateComponentParameters.swift",
        "Translator/TypesTranslator/translateComponentRequestBodies.swift",
        "Translator/TypesTranslator/translateComponentResponses.swift",
        "Translator/TypesTranslator/translateComponents.swift",
        "Translator/TypesTranslator/translateOperations.swift",
        "Translator/TypesTranslator/translateSchemas.swift",
        "Translator/TypesTranslator/translateServers.swift",
        "Translator/TypesTranslator/translateServersVariables.swift",
        "TypeOverrides.swift",
        "YamlFileDiagnosticsCollector.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PetstoreConsumerTests",
      "module_type" : "SwiftTarget",
      "name" : "PetstoreConsumerTests",
      "path" : "Tests/PetstoreConsumerTests",
      "sources" : [
        "Common.swift",
        "Generated/Client.swift",
        "Generated/Server.swift",
        "Generated/Types.swift",
        "TestClient.swift",
        "TestServer.swift",
        "Test_Client.swift",
        "Test_Playground.swift",
        "Test_Server.swift",
        "Test_Types.swift"
      ],
      "target_dependencies" : [
        "PetstoreConsumerTestCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PetstoreConsumerTestCore",
      "module_type" : "SwiftTarget",
      "name" : "PetstoreConsumerTestCore",
      "path" : "Sources/PetstoreConsumerTestCore",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "HTTPTypes"
      ],
      "sources" : [
        "Assertions.swift",
        "Common.swift",
        "TestClientTransport.swift",
        "TestServerTransport.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OpenAPIGeneratorTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIGeneratorTests",
      "path" : "Tests/OpenAPIGeneratorTests",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/OpenAPIGeneratorTests/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Test_GenerateOptions.swift"
      ],
      "target_dependencies" : [
        "_OpenAPIGeneratorCore",
        "swift-openapi-generator"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAPIGeneratorReferenceTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIGeneratorReferenceTests",
      "path" : "Tests/OpenAPIGeneratorReferenceTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/OpenAPIGeneratorReferenceTests/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "CompatabilityTest.swift",
        "FileBasedReferenceTests.swift",
        "Helpers.swift",
        "SnippetBasedReferenceTests.swift",
        "XCTestDiagnosticCollector.swift"
      ],
      "target_dependencies" : [
        "_OpenAPIGeneratorCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAPIGeneratorCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIGeneratorCoreTests",
      "path" : "Tests/OpenAPIGeneratorCoreTests",
      "sources" : [
        "Extensions/Test_SwiftSafeNames.swift",
        "Hooks/Test_FilteredDocument.swift",
        "Parser/Test_YamsParser.swift",
        "Parser/Test_validateDoc.swift",
        "Renderer/Test_TextBasedRenderer.swift",
        "StructureHelpers.swift",
        "TestUtilities.swift",
        "Test_Config.swift",
        "Test_DiagnosticsCollectorProvider.swift",
        "Translator/CommonTranslations/Test_translateCodable.swift",
        "Translator/CommonTranslations/Test_translateStringEnum.swift",
        "Translator/CommonTranslations/Test_translateStructBlueprint.swift",
        "Translator/CommonTypes/Test_DiscriminatorExtensions.swift",
        "Translator/Content/Test_ContentType.swift",
        "Translator/Multipart/Test_MultipartAdditionalProperties.swift",
        "Translator/Multipart/Test_MultipartContentInspector.swift",
        "Translator/Operations/Test_OperationDescription.swift",
        "Translator/TypeAssignment/Test_RecursionDetector_Generic.swift",
        "Translator/TypeAssignment/Test_TypeAssigner.swift",
        "Translator/TypeAssignment/Test_TypeMatcher.swift",
        "Translator/TypeAssignment/Test_isSchemaSupported.swift",
        "Translator/TypesTranslator/Test_translateSchemas.swift"
      ],
      "target_dependencies" : [
        "_OpenAPIGeneratorCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAPIGeneratorCommand",
      "module_type" : "PluginTarget",
      "name" : "OpenAPIGeneratorCommand",
      "path" : "Plugins/OpenAPIGeneratorCommand",
      "plugin_capability" : {
        "intent" : {
          "description" : "Generate Swift code from an OpenAPI document.",
          "type" : "custom",
          "verb" : "generate-code-from-openapi"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "To write the generated Swift files back into the source directory of the package.",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "OpenAPIGeneratorCommand"
      ],
      "sources" : [
        "PluginsShared/GeneratorMode.swift",
        "PluginsShared/PluginError.swift",
        "PluginsShared/PluginSource.swift",
        "PluginsShared/PluginUtils.swift",
        "plugin.swift"
      ],
      "target_dependencies" : [
        "swift-openapi-generator"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "OpenAPIGenerator",
      "module_type" : "PluginTarget",
      "name" : "OpenAPIGenerator",
      "path" : "Plugins/OpenAPIGenerator",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "OpenAPIGenerator"
      ],
      "sources" : [
        "PluginsShared/GeneratorMode.swift",
        "PluginsShared/PluginError.swift",
        "PluginsShared/PluginSource.swift",
        "PluginsShared/PluginUtils.swift",
        "plugin.swift"
      ],
      "target_dependencies" : [
        "swift-openapi-generator"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-http-types
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/apple/swift-openapi-runtime
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/mattpolzin/OpenAPIKit
[1/5717] Fetching swift-openapi-runtime
[2060/6640] Fetching swift-openapi-runtime, swift-http-types
[3726/17806] Fetching swift-openapi-runtime, swift-http-types, yams
[5293/35315] Fetching swift-openapi-runtime, swift-http-types, yams, swift-collections
[8139/143540] Fetching swift-openapi-runtime, swift-http-types, yams, swift-collections, openapikit
Fetching https://github.com/apple/swift-argument-parser
[17295/159834] Fetching swift-openapi-runtime, swift-http-types, yams, swift-collections, openapikit, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.45s)
[60139/143540] Fetching swift-openapi-runtime, swift-http-types, yams, swift-collections, openapikit
Fetching https://github.com/apple/swift-algorithms
[72113/149526] Fetching swift-openapi-runtime, swift-http-types, yams, swift-collections, openapikit, swift-algorithms
Fetched https://github.com/apple/swift-openapi-runtime from cache (3.00s)
[76710/143809] Fetching swift-http-types, yams, swift-collections, openapikit, swift-algorithms
Fetched https://github.com/apple/swift-collections from cache (3.04s)
[60283/126300] Fetching swift-http-types, yams, openapikit, swift-algorithms
Fetched https://github.com/apple/swift-http-types from cache (3.36s)
Fetched https://github.com/apple/swift-algorithms from cache (1.02s)
[62032/119391] Fetching yams, openapikit
Fetched https://github.com/jpsim/Yams from cache (3.40s)
[51948/108225] Fetching openapikit
Fetched https://github.com/mattpolzin/OpenAPIKit from cache (8.11s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.3 (9.18s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (1.21s)
Fetching https://github.com/apple/swift-numerics.git
[1/6348] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.74s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.1 (2.04s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.0 (2.91s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (1.39s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (1.30s)
Computing version for https://github.com/mattpolzin/OpenAPIKit
Computed https://github.com/mattpolzin/OpenAPIKit at 3.7.1 (1.15s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 6.1.0 (0.98s)
Creating working copy for https://github.com/apple/swift-openapi-runtime
Working copy of https://github.com/apple/swift-openapi-runtime resolved at 1.8.3
Creating working copy for https://github.com/mattpolzin/OpenAPIKit
Working copy of https://github.com/mattpolzin/OpenAPIKit resolved at 3.7.1
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.4.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.6.1
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 6.1.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.0
[1/1] Compiling plugin OpenAPIGeneratorCommand
[2/2] Compiling plugin OpenAPIGenerator
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
Building for debugging...
[4/78] Write sources
[15/78] Compiling _NumericsShims _NumericsShims.c
[16/78] Write sources
[20/78] Compiling reader.c
[20/78] Write sources
[32/78] Compiling _NumericsShims _NumericsShims.c
[32/78] Compiling writer.c
[34/78] Compiling parser.c
[35/78] Compiling writer.c
[36/78] Compiling api.c
[37/78] Compiling reader.c
[38/78] Write sources
[41/78] Write swift-version-24593BA9C3E375BF.txt
[42/78] Compiling parser.c
[43/78] Compiling emitter.c
[43/78] Compiling api.c
[45/78] Compiling scanner.c
[46/78] Compiling emitter.c
[47/78] Compiling scanner.c
[49/222] Emitting module OpenAPIKitCore
[50/226] Compiling RealModule RealFunctions.swift
[51/227] Compiling RealModule Real.swift
[52/227] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[53/228] Compiling OpenAPIKitCore OpenAPIReference.swift
[54/228] Compiling OpenAPIKitCore OrderedDictionary.swift
[55/228] Compiling OpenAPIKitCore Discriminator.swift
[56/228] Compiling OpenAPIKitCore HttpMethod.swift
[57/228] Compiling OpenAPIKitCore AnyCodable.swift
[58/228] Compiling OpenAPIKitCore Either+Codable.swift
[59/228] Compiling OpenAPIKitCore CodingPathError.swift
[60/228] Compiling OpenAPIKitCore OpenAPIError.swift
[61/228] Compiling OpenAPIKitCore Either+CustomStringConvertible.swift
[62/228] Compiling OpenAPIKitCore Either.swift
[67/228] Emitting module InternalCollectionsUtilities
[68/228] Compiling OpenAPIKitCore OpenAPIWarning.swift
[69/228] Compiling OpenAPIKitCore RequestDecodingError.swift
[70/228] Emitting module RealModule
[73/228] Compiling RealModule Float16+Real.swift
[74/228] Compiling RealModule Float80+Real.swift
[75/228] Compiling HTTPTypes HTTPResponse.swift
[76/229] Compiling HTTPTypes ISOLatin1String.swift
[77/229] Compiling HTTPTypes HTTPRequest.swift
[78/229] Compiling RealModule RealFunctions.swift
[79/229] Compiling RealModule Float16+Real.swift
[80/229] Compiling RealModule RelaxedArithmetic.swift
[81/231] Compiling RealModule Real.swift
[86/231] Compiling HTTPTypes HTTPParsedFields.swift
[87/232] Compiling RealModule Float80+Real.swift
[96/232] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[99/232] Emitting module InternalCollectionsUtilities
[104/232] Emitting module RealModule
[106/232] Compiling Yams Tag.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
[107/232] Compiling OpenAPIKitCore DecodingErrorExtensions.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
[108/234] Compiling RealModule RelaxedArithmetic.swift
[109/235] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[114/261] Emitting module ArgumentParserToolInfo
[116/316] Compiling HTTPTypes NIOLock.swift
[117/316] Compiling OrderedCollections OrderedSet+Diffing.swift
[118/316] Compiling OrderedCollections OrderedSet+Equatable.swift
[119/316] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[120/316] Compiling OrderedCollections OrderedSet+Hashable.swift
[121/316] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[122/316] Compiling OrderedCollections _HashTable.swift
[123/316] Compiling OrderedCollections _Hashtable+Header.swift
[124/316] Compiling OrderedCollections OrderedDictionary+Codable.swift
[125/316] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[126/316] Compiling OrderedCollections OrderedSet+Initializers.swift
[127/316] Compiling OrderedCollections OrderedSet+Insertions.swift
[128/316] Compiling OrderedCollections OrderedSet+Invariants.swift
[129/316] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[130/316] Compiling OrderedCollections _HashTable+Bucket.swift
[131/316] Compiling OrderedCollections _HashTable+BucketIterator.swift
[132/316] Compiling OrderedCollections _HashTable+Constants.swift
[133/316] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[134/316] Compiling OrderedCollections _HashTable+Testing.swift
[135/316] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[136/316] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[137/316] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[138/316] Compiling OrderedCollections OrderedDictionary+Elements.swift
[139/316] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[140/316] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[141/316] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[142/316] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[143/316] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[144/316] Compiling OrderedCollections OrderedDictionary+Values.swift
[145/316] Compiling OrderedCollections OrderedDictionary.swift
[146/316] Compiling OrderedCollections OrderedSet+Codable.swift
[147/316] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[148/316] Compiling OrderedCollections OrderedSet+Descriptions.swift
[149/316] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[150/316] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[151/316] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[152/316] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[154/317] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[155/317] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[156/317] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[157/317] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[158/317] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[159/317] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[160/317] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[161/354] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[162/354] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[163/354] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[164/354] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[165/354] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[166/354] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[167/354] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[168/379] Compiling ArgumentParserToolInfo ToolInfo.swift
[170/380] Compiling OrderedCollections OrderedDictionary+Descriptions.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
[171/380] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.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
[172/380] Compiling OrderedCollections OrderedDictionary+Values.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
[173/380] Compiling OrderedCollections OrderedDictionary+Codable.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
[174/380] Compiling OrderedCollections OrderedSet+Diffing.swift
[175/380] Compiling OrderedCollections OrderedSet+Equatable.swift
[176/380] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[177/380] Compiling OrderedCollections OrderedSet+Hashable.swift
[178/384] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[179/384] Compiling OrderedCollections _HashTable.swift
[180/384] Compiling OrderedCollections _Hashtable+Header.swift
[181/384] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[182/384] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[183/443] Compiling ArgumentParserToolInfo ToolInfo.swift
[184/443] Compiling OpenAPIKit30 Either+Validatable.swift
[185/443] Compiling OpenAPIKit30 DocumentDecodingError.swift
[186/443] Compiling OpenAPIKit30 OperationDecodingError.swift
[187/443] Compiling OpenAPIKit30 PathDecodingError.swift
[188/443] Compiling OpenAPIKit30 ResponseDecodingError.swift
[189/443] Compiling OpenAPIKit30 Example.swift
[190/443] Compiling OpenAPIKit30 ExternalDocumentation.swift
[191/443] Compiling OpenAPIKit30 DereferencedHeader.swift
[192/444] Compiling OpenAPIKit30 Header.swift
[193/444] Compiling OpenAPIKit30 JSONReference.swift
[194/444] Compiling OpenAPIKit30 Link.swift
[195/444] Compiling OpenAPIKit30 OpenAPI.swift
[196/444] Compiling OpenAPIKit30 DereferencedOperation.swift
[197/444] Compiling OpenAPIKit30 Operation.swift
[198/444] Compiling OpenAPIKit30 ResolvedEndpoint.swift
[199/444] Compiling OpenAPIKit30 OrderedDictionary+Validatable.swift
[200/444] Compiling OpenAPIKit30 DereferencedParameter.swift
[201/444] Compiling OpenAPIKit30 DereferencedSchemaContext.swift
[202/444] Compiling OpenAPIKit30 Parameter.swift
[203/444] Compiling OpenAPIKit30 ParameterContext.swift
[204/444] Compiling OpenAPIKit30 ParameterSchemaContext.swift
[205/444] Compiling OpenAPIKit30 DereferencedPathItem.swift
[206/444] Compiling OpenAPIKit30 PathItem.swift
[207/444] Compiling OpenAPIKit30 ResolvedRoute.swift
[208/444] Compiling OpenAPIKit30 DocumentInfo.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
[209/444] Compiling OpenAPIKit30 ResolvedDocument.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
[210/444] Compiling OpenAPIKit30 Either+Convenience.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
[211/444] Emitting module OpenAPIKitCore
[212/444] Compiling OpenAPIKit30 AnyCodable+Validatable.swift
[213/444] Compiling OpenAPIKit30 Callbacks.swift
[214/444] Compiling OpenAPIKit30 CodableVendorExtendable.swift
[215/444] Compiling OpenAPIKit30 Components+JSONReference.swift
[216/444] Compiling OpenAPIKit30 Components+Locatable.swift
[217/444] Compiling OpenAPIKit30 Content.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
[218/444] Compiling OpenAPIKit30 ContentEncoding.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
[219/444] Compiling OpenAPIKit30 DereferencedContent.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
[220/444] Compiling OpenAPIKit30 DereferencedContentEncoding.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
[221/444] Compiling OpenAPIKit30 DereferencedDocument.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
[222/444] Compiling OpenAPIKit30 Document.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
[229/444] Compiling OpenAPIKit30 Either+LocallyDereferenceable.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
<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
[257/445] Emitting module Yams
<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
<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
[260/445] Compiling OpenAPIKit30 Components.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
[261/445] Compiling HTTPTypes HTTPFieldName.swift
[262/445] Compiling HTTPTypes HTTPField.swift
[263/445] Emitting module HTTPTypes
[264/445] Compiling HTTPTypes HTTPFields.swift
[265/447] Compiling OpenAPIKit30 DereferencedJSONSchema.swift
[266/447] Compiling OpenAPIKit30 JSONSchema+Combining.swift
[267/447] Compiling OpenAPIKit30 JSONSchema.swift
[268/447] Compiling OpenAPIKit30 JSONSchemaContext.swift
[269/447] Compiling OpenAPIKit30 SimplifiedJSONSchema.swift
[270/447] Compiling OpenAPIKit30 TypesAndFormats.swift
[271/447] Compiling OpenAPIKit30 DereferencedSecurityRequirement.swift
[272/447] Compiling OpenAPIKit30 DereferencedRequest.swift
[273/447] Compiling OpenAPIKit30 Request.swift
[274/447] Compiling OpenAPIKit30 DereferencedResponse.swift
[275/447] Compiling OpenAPIKit30 Response.swift
[276/447] Compiling OpenAPIKit30 RuntimeExpression.swift
[277/447] Compiling OpenAPIKit30 SchemaProtocols.swift
[278/447] Compiling OpenAPIKit30 SwiftPrimitiveTypes+OpenAPI.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
<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
<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
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:338:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
336 |         // Since `NumberFormatter` creates a string with insufficient precision for Decode,
337 |         // it uses with `String(format:...)`
338 |         let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
    |                                             `- error: cannot find 'DBL_DECIMAL_DIG' in scope
339 |         // "%*.g" does not use scientific notation if the exponent is less than –4.
340 |         // So fallback to using `NumberFormatter` if string does not uses scientific notation.
<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
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:338:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
336 |         // Since `NumberFormatter` creates a string with insufficient precision for Decode,
337 |         // it uses with `String(format:...)`
338 |         let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
    |                                             `- error: cannot find 'DBL_DECIMAL_DIG' in scope
339 |         // "%*.g" does not use scientific notation if the exponent is less than –4.
340 |         // So fallback to using `NumberFormatter` if string does not uses scientific notation.
<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
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:338:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
336 |         // Since `NumberFormatter` creates a string with insufficient precision for Decode,
337 |         // it uses with `String(format:...)`
338 |         let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
    |                                             `- error: cannot find 'DBL_DECIMAL_DIG' in scope
339 |         // "%*.g" does not use scientific notation if the exponent is less than –4.
340 |         // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[289/501] Compiling ArgumentParser Flag.swift
[290/502] Compiling ArgumentParser NameSpecification.swift
[291/502] Compiling ArgumentParser Option.swift
[292/503] Compiling ArgumentParser ParsableArguments.swift
[293/503] Compiling ArgumentParser ParsableCommand.swift
[294/504] Compiling ArgumentParser ArgumentDecoder.swift
[295/505] Compiling ArgumentParser ArgumentDefinition.swift
[296/505] Compiling ArgumentParser ArgumentSet.swift
[297/517] Compiling OpenAPIKit DereferencedContent.swift
[298/517] Compiling OpenAPIKit DocumentDecodingError.swift
[299/517] Compiling OpenAPIKit OperationDecodingError.swift
[300/517] Compiling OpenAPIKit PathDecodingError.swift
[301/517] Compiling OpenAPIKit ResponseDecodingError.swift
[302/517] Compiling OpenAPIKit Example.swift
[303/517] Compiling OpenAPIKit ExternalDocumentation.swift
[304/517] Compiling OpenAPIKit DereferencedHeader.swift
[305/560] Compiling OpenAPIKit Either+LocallyDereferenceable.swift
[306/560] Compiling OpenAPIKit Either+Summarizable.swift
[307/560] Compiling OpenAPIKit Either+Validatable.swift
[308/560] Compiling OpenAPIKit Link.swift
[309/560] Compiling OpenAPIKit OpenAPI.swift
[310/560] Compiling OpenAPIKit DereferencedOperation.swift
[311/560] Compiling OpenAPIKit Operation.swift
[312/560] Compiling OpenAPIKit ResolvedEndpoint.swift
[313/560] Compiling OpenAPIKit OrderedDictionary+Validatable.swift
[314/560] Compiling OpenAPIKit DereferencedParameter.swift
[315/560] Compiling OpenAPIKit DereferencedSchemaContext.swift
[316/560] Compiling OpenAPIKit Parameter.swift
[317/560] Compiling OpenAPIKit ParameterContext.swift
[318/560] Compiling OpenAPIKit ParameterSchemaContext.swift
[319/560] Compiling OpenAPIKit DereferencedPathItem.swift
[320/560] Compiling OpenAPIKit PathItem.swift
[321/679] Compiling OpenAPIKit30 DereferencedContentEncoding.swift
[322/679] Compiling OpenAPIKit30 DereferencedDocument.swift
[323/679] Compiling OpenAPIKit30 Document.swift
[324/679] Compiling OpenAPIKit30 DocumentInfo.swift
[325/679] Compiling OpenAPIKit30 ResolvedDocument.swift
[326/679] Compiling OpenAPIKit30 Either+Convenience.swift
[327/679] Compiling OpenAPIKit30 Either+LocallyDereferenceable.swift
[328/679] Compiling OpenAPIKit30 Either+Validatable.swift
[329/679] Emitting module Yams
<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
[330/679] Compiling OpenAPIKit30 CodableVendorExtendable.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
[331/679] Compiling OpenAPIKit30 Components+JSONReference.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
[332/679] Compiling OpenAPIKit30 SecurityScheme.swift
[333/679] Compiling OpenAPIKit30 Server.swift
[334/679] Compiling OpenAPIKit30 Tag.swift
[335/679] Compiling OpenAPIKit30 URLTemplate+Validatable.swift
[336/679] Compiling OpenAPIKit URLTemplate+Validatable.swift
[337/679] Compiling OrderedCollections OrderedSet.swift
[338/679] Compiling OrderedCollections _UnsafeBitset.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
<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
[341/679] Compiling OpenAPIKit30 DocumentDecodingError.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
[342/679] Emitting module OrderedCollections
<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
<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
[347/680] Compiling OpenAPIKit30 OperationDecodingError.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
[348/680] Compiling OpenAPIKit30 PathDecodingError.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
[349/680] Compiling OpenAPIKit30 ResponseDecodingError.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
[350/680] Emitting module OpenAPIKit30
[351/737] Emitting module ArgumentParser
[352/755] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[353/755] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[354/755] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[355/755] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[356/755] Compiling OpenAPIRuntime MultipartValidation.swift
[357/755] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[358/755] Compiling OpenAPIRuntime Acceptable.swift
[359/755] Compiling OpenAPIRuntime Base64EncodedData.swift
[360/755] Compiling OpenAPIRuntime ByteUtilities.swift
[361/755] Compiling OpenAPIRuntime ContentDisposition.swift
[362/755] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[363/755] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[364/755] Compiling OpenAPIRuntime OpenAPIValue.swift
[365/755] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[366/755] Compiling OpenAPIRuntime URIEncodedNode.swift
[367/755] Compiling OpenAPIRuntime URIParsedTypes.swift
[368/755] Compiling OpenAPIRuntime URIDecoder.swift
[369/755] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[370/755] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[371/755] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[372/755] Compiling OpenAPIKit30 Validation+Builtins.swift
[373/755] Emitting module OrderedCollections
[375/756] Emitting module OpenAPIKit30
[383/764] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:10: note: while building module 'wasi_emulated_signal' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:
 26 | #include <setjmp.h>
 27 | #endif
 28 | #include <signal.h>
    |          `- note: while building module 'wasi_emulated_signal' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:
 29 | #include <stddef.h>
 30 | #include <stdio.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "signal.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  1 | #ifndef _WASI_EMULATED_SIGNAL
  2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
    |  `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  4 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CoreFoundation.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:10: error: could not build module 'wasi_emulated_signal'
 26 | #include <setjmp.h>
 27 | #endif
 28 | #include <signal.h>
    |          `- error: could not build module 'wasi_emulated_signal'
 29 | #include <stddef.h>
 30 | #include <stdio.h>
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:10: note: while building module 'wasi_emulated_mman' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:
 84 | #undef _WASI_EMULATED_MMAN
 85 | #define _WASI_EMULATED_MMAN
 86 | #include <sys/mman.h>
    |          `- note: while building module 'wasi_emulated_mman' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:
 87 | #elif TARGET_OS_LINUX
 88 | #include <errno.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sys/mman.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/sys/mman.h:2:2: error: "WASI lacks a true mmap; to enable minimal mmap emulation, compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  1 | #ifndef _WASI_EMULATED_MMAN
  2 | #error "WASI lacks a true mmap; to enable minimal mmap emulation, \
    |  `- error: "WASI lacks a true mmap; to enable minimal mmap emulation, compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  3 | compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  4 | #else
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/OpenAPIValue.swift:23:8: error: could not build C module 'CoreFoundation'
 21 | import class Foundation.NSNumber
 22 | #if canImport(CoreFoundation)
 23 | import CoreFoundation
    |        `- error: could not build C module 'CoreFoundation'
 24 | #endif
 25 | #endif
[384/764] Compiling OpenAPIRuntime CodableExtensions.swift
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:10: note: while building module 'wasi_emulated_signal' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:
 26 | #include <setjmp.h>
 27 | #endif
 28 | #include <signal.h>
    |          `- note: while building module 'wasi_emulated_signal' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:
 29 | #include <stddef.h>
 30 | #include <stdio.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "signal.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  1 | #ifndef _WASI_EMULATED_SIGNAL
  2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
    |  `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  4 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CoreFoundation.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:10: error: could not build module 'wasi_emulated_signal'
 26 | #include <setjmp.h>
 27 | #endif
 28 | #include <signal.h>
    |          `- error: could not build module 'wasi_emulated_signal'
 29 | #include <stddef.h>
 30 | #include <stdio.h>
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:10: note: while building module 'wasi_emulated_mman' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:
 84 | #undef _WASI_EMULATED_MMAN
 85 | #define _WASI_EMULATED_MMAN
 86 | #include <sys/mman.h>
    |          `- note: while building module 'wasi_emulated_mman' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:
 87 | #elif TARGET_OS_LINUX
 88 | #include <errno.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sys/mman.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/sys/mman.h:2:2: error: "WASI lacks a true mmap; to enable minimal mmap emulation, compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  1 | #ifndef _WASI_EMULATED_MMAN
  2 | #error "WASI lacks a true mmap; to enable minimal mmap emulation, \
    |  `- error: "WASI lacks a true mmap; to enable minimal mmap emulation, compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  3 | compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  4 | #else
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/OpenAPIValue.swift:23:8: error: could not build C module 'CoreFoundation'
 21 | import class Foundation.NSNumber
 22 | #if canImport(CoreFoundation)
 23 | import CoreFoundation
    |        `- error: could not build C module 'CoreFoundation'
 24 | #endif
 25 | #endif
[385/764] Compiling OpenAPIRuntime Configuration.swift
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:10: note: while building module 'wasi_emulated_signal' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:
 26 | #include <setjmp.h>
 27 | #endif
 28 | #include <signal.h>
    |          `- note: while building module 'wasi_emulated_signal' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:
 29 | #include <stddef.h>
 30 | #include <stdio.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "signal.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  1 | #ifndef _WASI_EMULATED_SIGNAL
  2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
    |  `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  4 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CoreFoundation.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:10: error: could not build module 'wasi_emulated_signal'
 26 | #include <setjmp.h>
 27 | #endif
 28 | #include <signal.h>
    |          `- error: could not build module 'wasi_emulated_signal'
 29 | #include <stddef.h>
 30 | #include <stdio.h>
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:10: note: while building module 'wasi_emulated_mman' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:
 84 | #undef _WASI_EMULATED_MMAN
 85 | #define _WASI_EMULATED_MMAN
 86 | #include <sys/mman.h>
    |          `- note: while building module 'wasi_emulated_mman' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:
 87 | #elif TARGET_OS_LINUX
 88 | #include <errno.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sys/mman.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/sys/mman.h:2:2: error: "WASI lacks a true mmap; to enable minimal mmap emulation, compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  1 | #ifndef _WASI_EMULATED_MMAN
  2 | #error "WASI lacks a true mmap; to enable minimal mmap emulation, \
    |  `- error: "WASI lacks a true mmap; to enable minimal mmap emulation, compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  3 | compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  4 | #else
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/OpenAPIValue.swift:23:8: error: could not build C module 'CoreFoundation'
 21 | import class Foundation.NSNumber
 22 | #if canImport(CoreFoundation)
 23 | import CoreFoundation
    |        `- error: could not build C module 'CoreFoundation'
 24 | #endif
 25 | #endif
[386/764] Compiling OpenAPIRuntime Converter+Client.swift
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:10: note: while building module 'wasi_emulated_signal' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:
 26 | #include <setjmp.h>
 27 | #endif
 28 | #include <signal.h>
    |          `- note: while building module 'wasi_emulated_signal' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:
 29 | #include <stddef.h>
 30 | #include <stdio.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "signal.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  1 | #ifndef _WASI_EMULATED_SIGNAL
  2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
    |  `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  4 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CoreFoundation.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:10: error: could not build module 'wasi_emulated_signal'
 26 | #include <setjmp.h>
 27 | #endif
 28 | #include <signal.h>
    |          `- error: could not build module 'wasi_emulated_signal'
 29 | #include <stddef.h>
 30 | #include <stdio.h>
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:10: note: while building module 'wasi_emulated_mman' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:
 84 | #undef _WASI_EMULATED_MMAN
 85 | #define _WASI_EMULATED_MMAN
 86 | #include <sys/mman.h>
    |          `- note: while building module 'wasi_emulated_mman' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:
 87 | #elif TARGET_OS_LINUX
 88 | #include <errno.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sys/mman.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/sys/mman.h:2:2: error: "WASI lacks a true mmap; to enable minimal mmap emulation, compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  1 | #ifndef _WASI_EMULATED_MMAN
  2 | #error "WASI lacks a true mmap; to enable minimal mmap emulation, \
    |  `- error: "WASI lacks a true mmap; to enable minimal mmap emulation, compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  3 | compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  4 | #else
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/OpenAPIValue.swift:23:8: error: could not build C module 'CoreFoundation'
 21 | import class Foundation.NSNumber
 22 | #if canImport(CoreFoundation)
 23 | import CoreFoundation
    |        `- error: could not build C module 'CoreFoundation'
 24 | #endif
 25 | #endif
[387/764] Compiling OpenAPIRuntime Converter+Common.swift
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:10: note: while building module 'wasi_emulated_signal' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:
 26 | #include <setjmp.h>
 27 | #endif
 28 | #include <signal.h>
    |          `- note: while building module 'wasi_emulated_signal' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:
 29 | #include <stddef.h>
 30 | #include <stdio.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "signal.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  1 | #ifndef _WASI_EMULATED_SIGNAL
  2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
    |  `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  4 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CoreFoundation.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:10: error: could not build module 'wasi_emulated_signal'
 26 | #include <setjmp.h>
 27 | #endif
 28 | #include <signal.h>
    |          `- error: could not build module 'wasi_emulated_signal'
 29 | #include <stddef.h>
 30 | #include <stdio.h>
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:10: note: while building module 'wasi_emulated_mman' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:
 84 | #undef _WASI_EMULATED_MMAN
 85 | #define _WASI_EMULATED_MMAN
 86 | #include <sys/mman.h>
    |          `- note: while building module 'wasi_emulated_mman' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:
 87 | #elif TARGET_OS_LINUX
 88 | #include <errno.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sys/mman.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/sys/mman.h:2:2: error: "WASI lacks a true mmap; to enable minimal mmap emulation, compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  1 | #ifndef _WASI_EMULATED_MMAN
  2 | #error "WASI lacks a true mmap; to enable minimal mmap emulation, \
    |  `- error: "WASI lacks a true mmap; to enable minimal mmap emulation, compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  3 | compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  4 | #else
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/OpenAPIValue.swift:23:8: error: could not build C module 'CoreFoundation'
 21 | import class Foundation.NSNumber
 22 | #if canImport(CoreFoundation)
 23 | import CoreFoundation
    |        `- error: could not build C module 'CoreFoundation'
 24 | #endif
 25 | #endif
[388/764] Compiling OpenAPIRuntime Converter+Server.swift
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:10: note: while building module 'wasi_emulated_signal' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:
 26 | #include <setjmp.h>
 27 | #endif
 28 | #include <signal.h>
    |          `- note: while building module 'wasi_emulated_signal' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:
 29 | #include <stddef.h>
 30 | #include <stdio.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "signal.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  1 | #ifndef _WASI_EMULATED_SIGNAL
  2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
    |  `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  4 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CoreFoundation.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:10: error: could not build module 'wasi_emulated_signal'
 26 | #include <setjmp.h>
 27 | #endif
 28 | #include <signal.h>
    |          `- error: could not build module 'wasi_emulated_signal'
 29 | #include <stddef.h>
 30 | #include <stdio.h>
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:10: note: while building module 'wasi_emulated_mman' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:
 84 | #undef _WASI_EMULATED_MMAN
 85 | #define _WASI_EMULATED_MMAN
 86 | #include <sys/mman.h>
    |          `- note: while building module 'wasi_emulated_mman' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:
 87 | #elif TARGET_OS_LINUX
 88 | #include <errno.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sys/mman.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/sys/mman.h:2:2: error: "WASI lacks a true mmap; to enable minimal mmap emulation, compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  1 | #ifndef _WASI_EMULATED_MMAN
  2 | #error "WASI lacks a true mmap; to enable minimal mmap emulation, \
    |  `- error: "WASI lacks a true mmap; to enable minimal mmap emulation, compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  3 | compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  4 | #else
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/OpenAPIValue.swift:23:8: error: could not build C module 'CoreFoundation'
 21 | import class Foundation.NSNumber
 22 | #if canImport(CoreFoundation)
 23 | import CoreFoundation
    |        `- error: could not build C module 'CoreFoundation'
 24 | #endif
 25 | #endif
[389/764] Compiling OpenAPIRuntime Converter.swift
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:10: note: while building module 'wasi_emulated_signal' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:
 26 | #include <setjmp.h>
 27 | #endif
 28 | #include <signal.h>
    |          `- note: while building module 'wasi_emulated_signal' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:
 29 | #include <stddef.h>
 30 | #include <stdio.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "signal.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  1 | #ifndef _WASI_EMULATED_SIGNAL
  2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
    |  `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  4 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CoreFoundation.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:10: error: could not build module 'wasi_emulated_signal'
 26 | #include <setjmp.h>
 27 | #endif
 28 | #include <signal.h>
    |          `- error: could not build module 'wasi_emulated_signal'
 29 | #include <stddef.h>
 30 | #include <stdio.h>
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:10: note: while building module 'wasi_emulated_mman' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:
 84 | #undef _WASI_EMULATED_MMAN
 85 | #define _WASI_EMULATED_MMAN
 86 | #include <sys/mman.h>
    |          `- note: while building module 'wasi_emulated_mman' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:
 87 | #elif TARGET_OS_LINUX
 88 | #include <errno.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sys/mman.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/sys/mman.h:2:2: error: "WASI lacks a true mmap; to enable minimal mmap emulation, compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  1 | #ifndef _WASI_EMULATED_MMAN
  2 | #error "WASI lacks a true mmap; to enable minimal mmap emulation, \
    |  `- error: "WASI lacks a true mmap; to enable minimal mmap emulation, compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  3 | compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  4 | #else
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/OpenAPIValue.swift:23:8: error: could not build C module 'CoreFoundation'
 21 | import class Foundation.NSNumber
 22 | #if canImport(CoreFoundation)
 23 | import CoreFoundation
    |        `- error: could not build C module 'CoreFoundation'
 24 | #endif
 25 | #endif
[390/764] Compiling OpenAPIRuntime CurrencyExtensions.swift
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:10: note: while building module 'wasi_emulated_signal' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:
 26 | #include <setjmp.h>
 27 | #endif
 28 | #include <signal.h>
    |          `- note: while building module 'wasi_emulated_signal' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:
 29 | #include <stddef.h>
 30 | #include <stdio.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "signal.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  1 | #ifndef _WASI_EMULATED_SIGNAL
  2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
    |  `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  4 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CoreFoundation.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:10: error: could not build module 'wasi_emulated_signal'
 26 | #include <setjmp.h>
 27 | #endif
 28 | #include <signal.h>
    |          `- error: could not build module 'wasi_emulated_signal'
 29 | #include <stddef.h>
 30 | #include <stdio.h>
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:10: note: while building module 'wasi_emulated_mman' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:
 84 | #undef _WASI_EMULATED_MMAN
 85 | #define _WASI_EMULATED_MMAN
 86 | #include <sys/mman.h>
    |          `- note: while building module 'wasi_emulated_mman' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:
 87 | #elif TARGET_OS_LINUX
 88 | #include <errno.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sys/mman.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/sys/mman.h:2:2: error: "WASI lacks a true mmap; to enable minimal mmap emulation, compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  1 | #ifndef _WASI_EMULATED_MMAN
  2 | #error "WASI lacks a true mmap; to enable minimal mmap emulation, \
    |  `- error: "WASI lacks a true mmap; to enable minimal mmap emulation, compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  3 | compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  4 | #else
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/OpenAPIValue.swift:23:8: error: could not build C module 'CoreFoundation'
 21 | import class Foundation.NSNumber
 22 | #if canImport(CoreFoundation)
 23 | import CoreFoundation
    |        `- error: could not build C module 'CoreFoundation'
 24 | #endif
 25 | #endif
[391/764] Compiling OpenAPIRuntime ErrorExtensions.swift
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:10: note: while building module 'wasi_emulated_signal' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:
 26 | #include <setjmp.h>
 27 | #endif
 28 | #include <signal.h>
    |          `- note: while building module 'wasi_emulated_signal' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:
 29 | #include <stddef.h>
 30 | #include <stdio.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "signal.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  1 | #ifndef _WASI_EMULATED_SIGNAL
  2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
    |  `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  4 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CoreFoundation.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:10: error: could not build module 'wasi_emulated_signal'
 26 | #include <setjmp.h>
 27 | #endif
 28 | #include <signal.h>
    |          `- error: could not build module 'wasi_emulated_signal'
 29 | #include <stddef.h>
 30 | #include <stdio.h>
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:10: note: while building module 'wasi_emulated_mman' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:
 84 | #undef _WASI_EMULATED_MMAN
 85 | #define _WASI_EMULATED_MMAN
 86 | #include <sys/mman.h>
    |          `- note: while building module 'wasi_emulated_mman' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:
 87 | #elif TARGET_OS_LINUX
 88 | #include <errno.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sys/mman.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/sys/mman.h:2:2: error: "WASI lacks a true mmap; to enable minimal mmap emulation, compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  1 | #ifndef _WASI_EMULATED_MMAN
  2 | #error "WASI lacks a true mmap; to enable minimal mmap emulation, \
    |  `- error: "WASI lacks a true mmap; to enable minimal mmap emulation, compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  3 | compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  4 | #else
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/OpenAPIValue.swift:23:8: error: could not build C module 'CoreFoundation'
 21 | import class Foundation.NSNumber
 22 | #if canImport(CoreFoundation)
 23 | import CoreFoundation
    |        `- error: could not build C module 'CoreFoundation'
 24 | #endif
 25 | #endif
<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
<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
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:10: note: while building module 'wasi_emulated_signal' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:
 26 | #include <setjmp.h>
 27 | #endif
 28 | #include <signal.h>
    |          `- note: while building module 'wasi_emulated_signal' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:
 29 | #include <stddef.h>
 30 | #include <stdio.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "signal.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  1 | #ifndef _WASI_EMULATED_SIGNAL
  2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
    |  `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  4 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CoreFoundation.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:10: error: could not build module 'wasi_emulated_signal'
 26 | #include <setjmp.h>
 27 | #endif
 28 | #include <signal.h>
    |          `- error: could not build module 'wasi_emulated_signal'
 29 | #include <stddef.h>
 30 | #include <stdio.h>
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:10: note: while building module 'wasi_emulated_mman' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:
 84 | #undef _WASI_EMULATED_MMAN
 85 | #define _WASI_EMULATED_MMAN
 86 | #include <sys/mman.h>
    |          `- note: while building module 'wasi_emulated_mman' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:
 87 | #elif TARGET_OS_LINUX
 88 | #include <errno.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sys/mman.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/sys/mman.h:2:2: error: "WASI lacks a true mmap; to enable minimal mmap emulation, compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  1 | #ifndef _WASI_EMULATED_MMAN
  2 | #error "WASI lacks a true mmap; to enable minimal mmap emulation, \
    |  `- error: "WASI lacks a true mmap; to enable minimal mmap emulation, compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  3 | compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  4 | #else
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
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 OpenAPIGeneratorCommand
[2/2] Compiling plugin OpenAPIGenerator
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
Building for debugging...
[4/35] Write swift-version-24593BA9C3E375BF.txt
[6/191] Compiling RealModule RealFunctions.swift
[8/193] Compiling RealModule Float80+Real.swift
[9/193] Compiling RealModule Real.swift
[10/193] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[11/194] Compiling Yams Decoder.swift
[12/194] Compiling Yams Emitter.swift
[13/194] Compiling RealModule RelaxedArithmetic.swift
[14/194] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[15/195] Compiling RealModule Real.swift
[16/195] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[17/195] Compiling InternalCollectionsUtilities Debugging.swift
[18/195] Compiling InternalCollectionsUtilities Descriptions.swift
[19/195] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[20/195] Compiling RealModule Float16+Real.swift
[21/195] Compiling Yams Encoder.swift
[22/195] Compiling Yams AliasDereferencingStrategy.swift
[23/195] Compiling RealModule RelaxedArithmetic.swift
[28/195] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[29/195] Compiling InternalCollectionsUtilities _SortedCollection.swift
[30/195] Compiling RealModule Float80+Real.swift
[33/195] Compiling RealModule Float16+Real.swift
[36/195] Compiling Yams Tag.swift
[37/195] Compiling Yams YamlAnchorProviding.swift
[38/197] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[39/197] Emitting module RealModule
[50/200] Emitting module OpenAPIKitCore
[51/204] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[52/204] Emitting module RealModule
[53/205] Compiling Yams Resolver.swift
[54/205] Compiling Yams String+Yams.swift
[58/205] Compiling Yams Parser.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:338:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
336 |         // Since `NumberFormatter` creates a string with insufficient precision for Decode,
337 |         // it uses with `String(format:...)`
338 |         let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
    |                                             `- error: cannot find 'DBL_DECIMAL_DIG' in scope
339 |         // "%*.g" does not use scientific notation if the exponent is less than –4.
340 |         // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[59/205] Compiling Yams RedundancyAliasingStrategy.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:338:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
336 |         // Since `NumberFormatter` creates a string with insufficient precision for Decode,
337 |         // it uses with `String(format:...)`
338 |         let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
    |                                             `- error: cannot find 'DBL_DECIMAL_DIG' in scope
339 |         // "%*.g" does not use scientific notation if the exponent is less than –4.
340 |         // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[60/205] Compiling Yams Representer.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:338:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
336 |         // Since `NumberFormatter` creates a string with insufficient precision for Decode,
337 |         // it uses with `String(format:...)`
338 |         let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
    |                                             `- error: cannot find 'DBL_DECIMAL_DIG' in scope
339 |         // "%*.g" does not use scientific notation if the exponent is less than –4.
340 |         // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[62/205] Emitting module InternalCollectionsUtilities
[66/205] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[67/205] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[68/206] Compiling OpenAPIKitCore Container+DecodeURLAsString.swift
[69/206] Compiling OpenAPIKitCore Optional+Zip.swift
[70/206] Compiling OpenAPIKitCore Result+Value.swift
[71/206] Compiling OpenAPIKitCore Validatable.swift
[74/206] Compiling OpenAPIKitCore ResponseStatusCode.swift
[75/206] Compiling OpenAPIKitCore SecurityScheme.swift
[76/206] Compiling OpenAPIKitCore URLTemplate+Parsing.swift
[77/206] Compiling OpenAPIKitCore URLTemplate.swift
[82/211] Compiling Yams YamlError.swift
[83/211] Compiling Yams YamlTagProviding.swift
[89/211] Emitting module OpenAPIKitCore
[101/221] Emitting module Yams
[103/221] Compiling OpenAPIKitCore Container+DecodeURLAsString.swift
[104/221] Compiling OpenAPIKitCore Optional+Zip.swift
[105/221] Compiling OpenAPIKitCore Result+Value.swift
[106/221] Compiling OpenAPIKitCore Validatable.swift
[116/221] Compiling OpenAPIKitCore OAuthFlows.swift
[117/221] Compiling OpenAPIKitCore ParameterContextLocation.swift
[118/221] Compiling OpenAPIKitCore ParameterSchemaContextStyle.swift
[119/221] Compiling OpenAPIKitCore Path.swift
[127/221] Compiling OpenAPIKitCore CallbackURL.swift
[128/221] Compiling OpenAPIKitCore ComponentKey.swift
[129/221] Compiling OpenAPIKitCore ContentType.swift
[166/280] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[167/280] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[168/280] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[169/280] Compiling HTTPTypes ISOLatin1String.swift
[170/281] Emitting module ArgumentParserToolInfo
[171/281] Compiling HTTPTypes HTTPFieldName.swift
[172/325] Emitting module HTTPTypes
[173/325] Compiling HTTPTypes HTTPField.swift
[174/395] Compiling OrderedCollections _HashTable+Testing.swift
[175/395] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[176/395] Compiling OrderedCollections _HashTable.swift
[177/395] Compiling OrderedCollections _HashTable+BucketIterator.swift
[178/395] Compiling OrderedCollections _HashTable+Constants.swift
[179/395] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[180/395] Compiling HTTPTypes NIOLock.swift
[181/395] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[182/395] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[183/395] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[184/395] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[185/395] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[186/395] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[187/395] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[188/395] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[189/395] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[190/395] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[191/395] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[192/395] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[193/395] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[194/395] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[195/402] Compiling HTTPTypes HTTPParsedFields.swift
[196/402] Compiling HTTPTypes HTTPRequest.swift
[197/402] Compiling HTTPTypes HTTPResponse.swift
[198/402] Compiling OrderedCollections OrderedDictionary.swift
[199/402] Compiling OrderedCollections OrderedSet+Codable.swift
[200/402] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[201/402] Compiling OrderedCollections OrderedSet+Descriptions.swift
[202/402] Compiling OrderedCollections OrderedSet+Diffing.swift
[203/402] Compiling OrderedCollections OrderedSet+Equatable.swift
[204/402] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[205/402] Compiling OrderedCollections OrderedSet+Hashable.swift
[206/402] Compiling OrderedCollections OrderedDictionary+Codable.swift
[207/402] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[208/402] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[209/402] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[210/402] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[211/402] Compiling OrderedCollections OrderedDictionary+Elements.swift
[212/402] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[213/402] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[214/402] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[215/402] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[216/402] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[217/402] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[218/402] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[219/402] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[220/402] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[221/402] Compiling OrderedCollections OrderedDictionary+Values.swift
[222/402] Compiling OrderedCollections OrderedSet+Initializers.swift
[223/402] Compiling OrderedCollections OrderedSet+Insertions.swift
[224/402] Compiling OrderedCollections OrderedSet+Invariants.swift
[225/402] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[226/402] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[227/402] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[228/402] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[229/402] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[230/402] Compiling HTTPTypes HTTPFields.swift
[246/410] Compiling ArgumentParserToolInfo ToolInfo.swift
[247/410] Emitting module ArgumentParserToolInfo
[249/472] Compiling OpenAPIRuntime RuntimeError.swift
[250/472] Compiling OpenAPIRuntime ServerError.swift
[251/472] Compiling OpenAPIRuntime Acceptable.swift
[252/472] Compiling OpenAPIRuntime Base64EncodedData.swift
[253/472] Compiling OpenAPIRuntime ByteUtilities.swift
[254/472] Compiling OpenAPIRuntime ContentDisposition.swift
[255/472] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[256/472] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[257/472] Compiling OpenAPIRuntime UniversalServer.swift
[258/472] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[259/472] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[260/472] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[261/472] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[262/472] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[263/472] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[264/472] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[265/472] Compiling OpenAPIRuntime OpenAPIValue.swift
[266/472] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[267/472] Compiling OpenAPIRuntime UndocumentedPayload.swift
[268/472] Compiling OpenAPIRuntime CurrencyTypes.swift
[269/472] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[270/472] Compiling OpenAPIRuntime HTTPBody.swift
[271/472] Compiling OpenAPIRuntime ServerTransport.swift
[272/472] Compiling OpenAPIRuntime UniversalClient.swift
[273/472] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[274/472] Compiling OpenAPIRuntime CodableExtensions.swift
[275/472] Compiling OpenAPIRuntime Configuration.swift
[276/472] Compiling OpenAPIRuntime Converter+Client.swift
[277/472] Compiling OpenAPIRuntime Converter+Common.swift
[278/472] Compiling OpenAPIRuntime Converter+Server.swift
[279/472] Compiling OpenAPIRuntime Converter.swift
[280/472] Compiling OpenAPIRuntime CurrencyExtensions.swift
BUILD FAILURE 6.1 wasm