The Swift Package Index logo.Swift Package Index

Build Information

Failed to build PaperMC, reference main (5ed83c), with Swift 6.1 for Android on 8 Aug 2025 21:45:53 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wangzhizhou/PaperMC.git
Reference: main
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/wangzhizhou/PaperMC
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5ed83c8 format code and change download plugin to file unit test;
Cloned https://github.com/wangzhizhou/PaperMC.git
Revision (git rev-parse @):
5ed83c80d6a3fef34deae4bac2a5734a1db62cf1
SUCCESS checkout https://github.com/wangzhizhou/PaperMC.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/wangzhizhou/PaperMC.git
https://github.com/wangzhizhou/PaperMC.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-openapi-generator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.10.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-generator.git"
    },
    {
      "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.git"
    },
    {
      "identity" : "swift-openapi-urlsession",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-urlsession.git"
    }
  ],
  "manifest_display_name" : "PaperMC",
  "name" : "PaperMC",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "DownloadAPI",
      "targets" : [
        "DownloadAPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HangarAPI",
      "targets" : [
        "HangarAPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HangarAPITests",
      "module_type" : "SwiftTarget",
      "name" : "HangarAPITests",
      "path" : "Tests/HangarAPITests",
      "sources" : [
        "HangarAPITests.swift"
      ],
      "target_dependencies" : [
        "HangarAPI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HangarAPI",
      "module_type" : "SwiftTarget",
      "name" : "HangarAPI",
      "path" : "Sources/HangarAPI",
      "product_dependencies" : [
        "OpenAPIURLSession",
        "OpenAPIGenerator"
      ],
      "product_memberships" : [
        "HangarAPI"
      ],
      "sources" : [
        "HangarAPIClient.swift",
        "Types+.swift"
      ],
      "target_dependencies" : [
        "Common"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DownloadAPITests",
      "module_type" : "SwiftTarget",
      "name" : "DownloadAPITests",
      "path" : "Tests/DownloadAPITests",
      "sources" : [
        "DownloadAPITests.swift"
      ],
      "target_dependencies" : [
        "DownloadAPI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DownloadAPI",
      "module_type" : "SwiftTarget",
      "name" : "DownloadAPI",
      "path" : "Sources/DownloadAPI",
      "product_dependencies" : [
        "OpenAPIURLSession",
        "OpenAPIGenerator"
      ],
      "product_memberships" : [
        "DownloadAPI"
      ],
      "sources" : [
        "DownloadAPI.swift"
      ],
      "target_dependencies" : [
        "Common"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CommonTests",
      "module_type" : "SwiftTarget",
      "name" : "CommonTests",
      "path" : "Tests/CommonTests",
      "sources" : [
        "SimpleDownloaderTests.swift",
        "TimestampParserTests.swift"
      ],
      "target_dependencies" : [
        "Common"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Common",
      "module_type" : "SwiftTarget",
      "name" : "Common",
      "path" : "Sources/Common",
      "product_dependencies" : [
        "OpenAPIRuntime"
      ],
      "product_memberships" : [
        "DownloadAPI",
        "HangarAPI"
      ],
      "sources" : [
        "ISO8601DateTranscoder.swift",
        "SimpleDownloader.swift",
        "TimestampParser.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-openapi-runtime.git
Fetching https://github.com/apple/swift-openapi-urlsession.git
Fetching https://github.com/apple/swift-openapi-generator.git
[1/994] Fetching swift-openapi-urlsession
[111/6692] Fetching swift-openapi-urlsession, swift-openapi-runtime
[6693/22732] Fetching swift-openapi-urlsession, swift-openapi-runtime, swift-openapi-generator
Fetched https://github.com/apple/swift-openapi-runtime.git from cache (0.40s)
[4523/17034] Fetching swift-openapi-urlsession, swift-openapi-generator
Fetched https://github.com/apple/swift-openapi-urlsession.git from cache (0.78s)
Fetched https://github.com/apple/swift-openapi-generator.git from cache (0.78s)
Computing version for https://github.com/apple/swift-openapi-urlsession.git
Computed https://github.com/apple/swift-openapi-urlsession.git at 1.1.0 (2.91s)
Fetching https://github.com/apple/swift-http-types
Fetching https://github.com/apple/swift-collections
[1/917] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.24s)
[1/16947] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.19s)
Computing version for https://github.com/apple/swift-openapi-runtime.git
Computed https://github.com/apple/swift-openapi-runtime.git at 1.8.2 (1.86s)
Computing version for https://github.com/apple/swift-openapi-generator.git
Computed https://github.com/apple/swift-openapi-generator.git at 1.10.2 (0.79s)
Fetching https://github.com/apple/swift-algorithms
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/mattpolzin/OpenAPIKit
[1/5968] Fetching swift-algorithms
[5671/21598] Fetching swift-algorithms, swift-argument-parser
[6751/32595] Fetching swift-algorithms, swift-argument-parser, yams
[14086/122357] Fetching swift-algorithms, swift-argument-parser, yams, openapikit
Fetched https://github.com/apple/swift-algorithms from cache (0.72s)
[12471/116389] Fetching swift-argument-parser, yams, openapikit
Fetched https://github.com/apple/swift-argument-parser from cache (2.08s)
[55878/100759] Fetching yams, openapikit
Fetched https://github.com/jpsim/Yams from cache (5.55s)
Fetched https://github.com/mattpolzin/OpenAPIKit from cache (5.58s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (6.19s)
Fetching https://github.com/apple/swift-numerics.git
[1/5827] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.44s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.01s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.1 (0.66s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (0.53s)
Computing version for https://github.com/mattpolzin/OpenAPIKit
Computed https://github.com/mattpolzin/OpenAPIKit at 3.6.0 (0.64s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (0.68s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 6.0.2 (0.62s)
Creating working copy for https://github.com/apple/swift-openapi-runtime.git
Working copy of https://github.com/apple/swift-openapi-runtime.git resolved at 1.8.2
Creating working copy for https://github.com/apple/swift-openapi-generator.git
Working copy of https://github.com/apple/swift-openapi-generator.git resolved at 1.10.2
Creating working copy for https://github.com/apple/swift-openapi-urlsession.git
Working copy of https://github.com/apple/swift-openapi-urlsession.git resolved at 1.1.0
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-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.0.2
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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/mattpolzin/OpenAPIKit
Working copy of https://github.com/mattpolzin/OpenAPIKit resolved at 3.6.0
[0/36] Write sources
[13/36] Compiling _NumericsShims _NumericsShims.c
[14/36] Compiling writer.c
[15/36] Compiling reader.c
[16/36] Compiling emitter.c
[17/36] Compiling api.c
[18/36] Compiling parser.c
[19/36] Write swift-version-24593BA9C3E375BF.txt
[20/36] Compiling scanner.c
[22/115] Emitting module OpenAPIKitCore
[23/119] Compiling RealModule Float80+Real.swift
[24/120] Emitting module RealModule
[25/120] Compiling Yams Decoder.swift
[26/120] Compiling Yams Emitter.swift
[27/120] Emitting module Yams
[28/122] Compiling RealModule Real.swift
[29/122] Compiling Yams Node.Alias.swift
[30/122] Compiling Yams Node.Mapping.swift
[31/123] Emitting module InternalCollectionsUtilities
[34/123] Compiling RealModule RealFunctions.swift
[35/123] Compiling ArgumentParserToolInfo ToolInfo.swift
[36/123] Compiling Yams Encoder.swift
[37/123] Compiling Yams Mark.swift
[38/123] Emitting module ArgumentParserToolInfo
[39/123] Compiling Yams Constructor.swift
[40/123] Compiling Yams Resolver.swift
[41/124] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[42/124] Compiling Yams String+Yams.swift
[43/124] Compiling Yams Node.Scalar.swift
[44/124] Compiling Yams Tag.swift
[45/124] Compiling Yams YamlAnchorProviding.swift
[49/124] Compiling Yams AliasDereferencingStrategy.swift
[50/124] Compiling Yams Anchor.swift
[53/124] Compiling RealModule Float+Real.swift
[54/124] Compiling RealModule Float16+Real.swift
[55/124] Compiling RealModule ElementaryFunctions.swift
[58/125] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[58/126] Wrapping AST for ArgumentParserToolInfo for debugging
[60/126] Wrapping AST for RealModule for debugging
[61/195] Wrapping AST for InternalCollectionsUtilities for debugging
[63/250] Compiling OrderedCollections OrderedSet+Hashable.swift
[64/250] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[65/250] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[66/250] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[67/250] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[68/250] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[69/256] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[70/256] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[71/256] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[72/256] Compiling ArgumentParser Tree.swift
[73/256] Compiling ArgumentParser CodingKeyValidator.swift
[74/256] Compiling ArgumentParser NonsenseFlagsValidator.swift
[75/256] Compiling ArgumentParser ParsableArgumentsValidation.swift
[76/256] Compiling ArgumentParser PositionalArgumentsValidator.swift
[77/256] Compiling ArgumentParser UniqueNamesValidator.swift
[78/256] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[79/256] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[80/256] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[81/256] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[82/256] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[83/263] Compiling OrderedCollections OrderedDictionary.swift
[84/263] Compiling OrderedCollections OrderedSet+Codable.swift
[85/263] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[86/263] Compiling OrderedCollections OrderedSet+Descriptions.swift
[87/263] Compiling OrderedCollections OrderedSet+Diffing.swift
[88/263] Compiling OrderedCollections OrderedSet+Equatable.swift
[89/263] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[91/263] Compiling OrderedCollections OrderedSet+Initializers.swift
[92/263] Compiling OrderedCollections OrderedSet+Insertions.swift
[93/263] Compiling OrderedCollections OrderedSet+Invariants.swift
[94/263] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[95/263] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[96/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[97/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[98/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[99/263] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[100/263] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[101/263] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[102/263] Compiling OrderedCollections OrderedDictionary+Elements.swift
[103/263] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[104/263] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[110/266] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[111/266] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[112/266] Compiling OrderedCollections OrderedDictionary+Values.swift
[113/266] Compiling OrderedCollections OrderedDictionary+Codable.swift
[114/266] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[125/266] Compiling OrderedCollections _HashTable+Testing.swift
[126/266] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[127/266] Compiling OrderedCollections _HashTable.swift
[128/266] Compiling OrderedCollections _Hashtable+Header.swift
[142/266] Compiling Algorithms Trim.swift
[143/266] Compiling Algorithms Unique.swift
[144/266] Compiling Algorithms Windows.swift
[145/266] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[194/268] Wrapping AST for OpenAPIKitCore for debugging
[194/268] Wrapping AST for Yams for debugging
[206/387] Compiling OpenAPIKit DereferencedHeader.swift
[207/387] Compiling OpenAPIKit Header.swift
[208/387] Compiling OpenAPIKit JSONReference.swift
[209/387] Compiling OpenAPIKit Link.swift
[210/387] Compiling OpenAPIKit OpenAPI.swift
[211/387] Compiling OpenAPIKit DereferencedOperation.swift
[212/387] Compiling OpenAPIKit Operation.swift
[213/387] Compiling OpenAPIKit ResolvedEndpoint.swift
[214/387] Compiling OpenAPIKit ResolvedDocument.swift
[215/387] Compiling OpenAPIKit Either+Convenience.swift
[216/387] Compiling OpenAPIKit Either+LocallyDereferenceable.swift
[217/387] Compiling OpenAPIKit Either+Summarizable.swift
[218/387] Compiling OpenAPIKit Either+Validatable.swift
[219/387] Compiling OpenAPIKit DocumentDecodingError.swift
[220/387] Emitting module ArgumentParser
[221/387] Compiling OpenAPIKit AnyCodable+Validatable.swift
[222/387] Compiling OpenAPIKit Callbacks.swift
[223/387] Compiling OpenAPIKit CodableVendorExtendable.swift
[224/387] Compiling OpenAPIKit Components+JSONReference.swift
[225/387] Compiling OpenAPIKit Components+Locatable.swift
[226/387] Compiling OpenAPIKit Components.swift
[227/387] Compiling OpenAPIKit Content.swift
[228/387] Compiling OpenAPIKit DereferencedSecurityRequirement.swift
[229/387] Compiling OpenAPIKit SecurityScheme.swift
[230/387] Compiling OpenAPIKit Server.swift
[231/387] Compiling OpenAPIKit Tag.swift
[232/387] Compiling OpenAPIKit URLTemplate+Validatable.swift
[233/387] Compiling OrderedCollections OrderedSet.swift
[234/387] Compiling OrderedCollections _UnsafeBitset.swift
[238/387] Compiling OpenAPIKit ContentEncoding.swift
[239/387] Emitting module OrderedCollections
[240/388] Wrapping AST for OrderedCollections for debugging
[242/388] Emitting module Algorithms
[250/389] Compiling OpenAPIKit OrderedDictionary+Validatable.swift
[251/389] Compiling OpenAPIKit DereferencedParameter.swift
[252/389] Compiling OpenAPIKit DereferencedSchemaContext.swift
[253/389] Compiling OpenAPIKit Parameter.swift
[254/389] Compiling OpenAPIKit ParameterContext.swift
[255/389] Emitting module OpenAPIKit30
[257/397] Compiling OpenAPIKit OperationDecodingError.swift
[258/397] Compiling OpenAPIKit PathDecodingError.swift
[259/397] Compiling OpenAPIKit ResponseDecodingError.swift
[260/397] Compiling OpenAPIKit Example.swift
[261/397] Compiling OpenAPIKit ExternalDocumentation.swift
[262/398] Wrapping AST for Algorithms for debugging
[264/398] Wrapping AST for ArgumentParser for debugging
[274/398] Emitting module OpenAPIKit
[283/406] Compiling OpenAPIKit DereferencedContent.swift
[284/406] Compiling OpenAPIKit DereferencedContentEncoding.swift
[285/406] Compiling OpenAPIKit DereferencedDocument.swift
[286/406] Compiling OpenAPIKit Document.swift
[287/406] Compiling OpenAPIKit DocumentInfo.swift
[293/406] Compiling OpenAPIKit JSONSchema.swift
[294/406] Compiling OpenAPIKit JSONSchemaContext.swift
[295/406] Compiling OpenAPIKit SimplifiedJSONSchema.swift
[296/406] Compiling OpenAPIKit TypesAndFormats.swift
[327/406] Compiling OpenAPIKit30 Container+DecodeURLAsString.swift
[328/406] Compiling OpenAPIKit Container+DecodeURLAsString.swift
[329/406] Compiling OpenAPIKit OrderedDictionry+LocallyDereferenceable.swift
[330/406] Compiling OpenAPIKit Validation+Builtins.swift
[331/406] Compiling OpenAPIKit Validation.swift
[332/406] Compiling OpenAPIKit Validator+Convenience.swift
[333/406] Compiling OpenAPIKit Validator.swift
[334/406] Compiling OpenAPIKit XML.swift
[338/406] Compiling OpenAPIKit ParameterSchemaContext.swift
[339/406] Compiling OpenAPIKit DereferencedPathItem.swift
[340/406] Compiling OpenAPIKit PathItem.swift
[341/406] Compiling OpenAPIKit ResolvedRoute.swift
[342/406] Compiling OpenAPIKit DereferencedRequest.swift
[343/406] Compiling OpenAPIKit Request.swift
[344/406] Compiling OpenAPIKit DereferencedResponse.swift
[345/406] Compiling OpenAPIKit Response.swift
[346/406] Compiling OpenAPIKit RuntimeExpression.swift
[347/406] Compiling OpenAPIKit SchemaProtocols.swift
[348/406] Compiling OpenAPIKit SwiftPrimitiveTypes+OpenAPI.swift
[349/406] Compiling OpenAPIKit DereferencedJSONSchema.swift
[350/406] Compiling OpenAPIKit JSONSchema+Combining.swift
[359/407] Compiling OpenAPIKit _CoreReExport.swift
[359/407] Wrapping AST for OpenAPIKit30 for debugging
[402/408] Wrapping AST for OpenAPIKit for debugging
[404/411] Compiling OpenAPIKitCompat Either+Map.swift
[405/411] Emitting module OpenAPIKitCompat
[406/411] Compiling OpenAPIKitCompat Compat30To31.swift
[407/412] Wrapping AST for OpenAPIKitCompat for debugging
[409/494] Compiling _OpenAPIGeneratorCore ResponseKind.swift
[410/494] Compiling _OpenAPIGeneratorCore TypedResponse.swift
[411/494] Compiling _OpenAPIGeneratorCore TypedResponseHeader.swift
[412/494] Compiling _OpenAPIGeneratorCore acceptHeaderContentTypes.swift
[413/494] Compiling _OpenAPIGeneratorCore translateResponse.swift
[414/494] Compiling _OpenAPIGeneratorCore translateResponseHeader.swift
[415/494] Compiling _OpenAPIGeneratorCore translateResponseOutcome.swift
[416/494] Compiling _OpenAPIGeneratorCore ServerTranslator.swift
[417/494] Compiling _OpenAPIGeneratorCore translateServerMethod.swift
[418/494] Compiling _OpenAPIGeneratorCore TranslatorProtocol.swift
[419/494] Compiling _OpenAPIGeneratorCore Builtins.swift
[420/505] Compiling _OpenAPIGeneratorCore Constants.swift
[421/505] Compiling _OpenAPIGeneratorCore DiscriminatorExtensions.swift
[422/505] Compiling _OpenAPIGeneratorCore SchemaOverrides.swift
[423/505] Compiling _OpenAPIGeneratorCore StructBlueprint.swift
[424/505] Compiling _OpenAPIGeneratorCore CodingStrategy.swift
[425/505] Compiling _OpenAPIGeneratorCore ContentInspector.swift
[426/505] Compiling _OpenAPIGeneratorCore ContentType.swift
[427/505] Compiling _OpenAPIGeneratorCore SchemaContent.swift
[428/505] Compiling _OpenAPIGeneratorCore FileTranslator+FeatureFlags.swift
[429/505] Compiling _OpenAPIGeneratorCore FileTranslator.swift
[430/505] Compiling _OpenAPIGeneratorCore MultipartAdditionalProperties.swift
[431/505] Compiling _OpenAPIGeneratorCore MultipartContent.swift
[432/505] Compiling _OpenAPIGeneratorCore translateClientMethod.swift
[433/505] Compiling _OpenAPIGeneratorCore translateAllAnyOneOf.swift
[434/505] Compiling _OpenAPIGeneratorCore translateArray.swift
[435/505] Compiling _OpenAPIGeneratorCore translateCodable.swift
[436/505] Compiling _OpenAPIGeneratorCore translateObjectStruct.swift
[437/505] Compiling _OpenAPIGeneratorCore translateRawEnum.swift
[438/505] Compiling _OpenAPIGeneratorCore translateRawRepresentableEnum.swift
[439/505] Compiling _OpenAPIGeneratorCore translateSchema.swift
[440/505] Compiling _OpenAPIGeneratorCore translateStructBlueprint.swift
[441/505] Compiling _OpenAPIGeneratorCore translateTypealias.swift
[442/505] Compiling _OpenAPIGeneratorCore Annotations.swift
[443/505] Compiling _OpenAPIGeneratorCore CommentExtensions.swift
[444/505] Compiling _OpenAPIGeneratorCore ReferenceStack.swift
[445/505] Compiling _OpenAPIGeneratorCore SafeNameGenerator.swift
[446/505] Compiling _OpenAPIGeneratorCore TypeAssigner.swift
[447/505] Compiling _OpenAPIGeneratorCore TypeLocation.swift
[448/505] Compiling _OpenAPIGeneratorCore TypeMatcher.swift
[449/505] Compiling _OpenAPIGeneratorCore TypeName.swift
[450/505] Compiling _OpenAPIGeneratorCore TypeUsage.swift
[451/505] Compiling _OpenAPIGeneratorCore isSchemaSupported.swift
[452/505] Compiling _OpenAPIGeneratorCore TypesFileTranslator.swift
[453/505] Compiling _OpenAPIGeneratorCore translateAPIProtocol.swift
[454/505] Compiling _OpenAPIGeneratorCore translateBoxedTypes.swift
[455/505] Compiling _OpenAPIGeneratorCore translateComponentHeaders.swift
[456/505] Compiling _OpenAPIGeneratorCore translateComponentParameters.swift
[457/505] Compiling _OpenAPIGeneratorCore translateComponentRequestBodies.swift
[458/505] Compiling _OpenAPIGeneratorCore translateComponentResponses.swift
[459/505] Compiling _OpenAPIGeneratorCore translateComponents.swift
[460/505] Compiling _OpenAPIGeneratorCore translateOperations.swift
[461/505] Compiling _OpenAPIGeneratorCore translateSchemas.swift
[462/505] Compiling _OpenAPIGeneratorCore translateServers.swift
[463/505] Compiling _OpenAPIGeneratorCore translateServersVariables.swift
[464/505] Compiling _OpenAPIGeneratorCore TypeOverrides.swift
[465/505] Compiling _OpenAPIGeneratorCore YamlFileDiagnosticsCollector.swift
[466/505] Compiling _OpenAPIGeneratorCore Config.swift
[467/505] Compiling _OpenAPIGeneratorCore Diagnostics.swift
[468/505] Compiling _OpenAPIGeneratorCore DiagnosticsCollectorProvider.swift
[469/505] Compiling _OpenAPIGeneratorCore Errors.swift
[470/505] Compiling _OpenAPIGeneratorCore Foundation.swift
[471/505] Compiling _OpenAPIGeneratorCore OpenAPIKit.swift
[472/505] Compiling _OpenAPIGeneratorCore String.swift
[473/505] Compiling _OpenAPIGeneratorCore SwiftStandardLibrary.swift
[474/505] Compiling _OpenAPIGeneratorCore FeatureFlags.swift
[475/505] Compiling _OpenAPIGeneratorCore GeneratorMode.swift
[476/505] Compiling _OpenAPIGeneratorCore GeneratorPipeline.swift
[477/505] Compiling _OpenAPIGeneratorCore GeneratorPipelineStage.swift
[478/505] Compiling _OpenAPIGeneratorCore MultipartContentInspector.swift
[479/505] Compiling _OpenAPIGeneratorCore translateMultipart.swift
[480/505] Compiling _OpenAPIGeneratorCore MultiplexTranslator.swift
[481/505] Compiling _OpenAPIGeneratorCore OperationDescription.swift
[482/505] Compiling _OpenAPIGeneratorCore TypedParameter.swift
[483/505] Compiling _OpenAPIGeneratorCore translateParameter.swift
[484/505] Compiling _OpenAPIGeneratorCore DeclarationRecursionDetector.swift
[485/505] Compiling _OpenAPIGeneratorCore RecursionDetector.swift
[486/505] Compiling _OpenAPIGeneratorCore TypedRequestBody.swift
[487/505] Compiling _OpenAPIGeneratorCore translateRequestBody.swift
[488/505] Compiling _OpenAPIGeneratorCore HTTPStatusCodes.swift
[489/505] Emitting module _OpenAPIGeneratorCore
[490/505] Compiling _OpenAPIGeneratorCore DocumentFilter.swift
[491/505] Compiling _OpenAPIGeneratorCore FilteredDocument.swift
[492/505] Compiling _OpenAPIGeneratorCore ParsedOpenAPIRepresentation.swift
[493/505] Compiling _OpenAPIGeneratorCore RenderedSwiftRepresentation.swift
[494/505] Compiling _OpenAPIGeneratorCore StructuredSwiftRepresentation.swift
[495/505] Compiling _OpenAPIGeneratorCore ParserProtocol.swift
[496/505] Compiling _OpenAPIGeneratorCore YamsParser.swift
[497/505] Compiling _OpenAPIGeneratorCore validateDoc.swift
[498/505] Compiling _OpenAPIGeneratorCore PlatformChecks.swift
[499/505] Compiling _OpenAPIGeneratorCore RendererProtocol.swift
[500/505] Compiling _OpenAPIGeneratorCore TextBasedRenderer.swift
[501/505] Compiling _OpenAPIGeneratorCore ClientTranslator.swift
[502/506] Wrapping AST for _OpenAPIGeneratorCore for debugging
[504/515] Compiling swift_openapi_generator Tool.swift
[505/516] Compiling swift_openapi_generator PluginSource.swift
[506/516] Compiling swift_openapi_generator UserConfig.swift
[507/516] Compiling swift_openapi_generator runGenerator.swift
[508/516] Compiling swift_openapi_generator GenerateCommand.swift
[509/516] Compiling swift_openapi_generator GenerateOptions.swift
[510/516] Compiling swift_openapi_generator GenerateOptions+runGenerator.swift
[511/516] Emitting module swift_openapi_generator
[512/516] Compiling swift_openapi_generator Extensions.swift
[513/516] Compiling swift_openapi_generator FilterCommand.swift
[514/517] Wrapping AST for swift-openapi-generator for debugging
[515/517] Write Objects.LinkFileList
[516/517] Linking swift-openapi-generator-tool
[1/1] Compiling plugin OpenAPIGeneratorCommand
[2/2] Compiling plugin OpenAPIGenerator
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
Building for debugging...
[4/50] Write sources
[17/50] Compiling _NumericsShims _NumericsShims.c
[17/50] Write sources
[24/50] Compiling reader.c
[25/50] Compiling writer.c
[26/50] Compiling emitter.c
[27/50] Compiling parser.c
[28/50] Compiling api.c
[29/50] Compiling scanner.c
[30/50] Write swift-version-24593BA9C3E375BF.txt
[32/76] Emitting module RealModule
[33/78] Emitting module ArgumentParserToolInfo
[35/79] Emitting module InternalCollectionsUtilities
[36/80] Wrapping AST for RealModule for debugging
[38/80] Wrapping AST for ArgumentParserToolInfo for debugging
[39/80] Wrapping AST for InternalCollectionsUtilities for debugging
[41/83] Emitting module OpenAPIKitCore
[43/84] Emitting module Yams
[45/86] Emitting module OrderedCollections
[46/88] Wrapping AST for OpenAPIKitCore for debugging
[47/88] Wrapping AST for Yams for debugging
[48/88] Wrapping AST for OrderedCollections for debugging
[50/88] Emitting module ArgumentParser
[52/89] Compiling HTTPTypes HTTPFieldName.swift
[53/90] Compiling InternalCollectionsUtilities Descriptions.swift
[54/90] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[55/91] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[56/91] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[56/91] Wrapping AST for ArgumentParser for debugging
[58/91] Compiling HTTPTypes ISOLatin1String.swift
[59/91] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[60/91] Compiling InternalCollectionsUtilities _SortedCollection.swift
[61/91] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[62/91] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[63/91] Compiling InternalCollectionsUtilities Debugging.swift
[64/91] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[65/91] Compiling InternalCollectionsUtilities UInt+reversed.swift
[66/91] Emitting module InternalCollectionsUtilities
[67/91] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[68/91] Compiling InternalCollectionsUtilities Integer rank.swift
[69/91] Compiling HTTPTypes HTTPParsedFields.swift
[70/91] Compiling HTTPTypes HTTPField.swift
[71/91] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[73/92] Compiling HTTPTypes HTTPRequest.swift
[74/92] Compiling HTTPTypes HTTPResponse.swift
[75/101] Emitting module Algorithms
[76/108] Compiling HTTPTypes NIOLock.swift
[78/108] Emitting module OpenAPIKit30
[79/109] Compiling DequeModule Deque+CustomReflectable.swift
[80/109] Compiling DequeModule Deque+Descriptions.swift
[81/111] Wrapping AST for Algorithms for debugging
[83/111] Emitting module OpenAPIKit
[84/112] Compiling DequeModule Deque+Equatable.swift
[85/112] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[86/112] Compiling DequeModule Deque+Extras.swift
[87/112] Compiling DequeModule Deque+Hashable.swift
[87/112] Wrapping AST for OpenAPIKit30 for debugging
[90/112] Compiling DequeModule Deque+Testing.swift
[91/112] Compiling DequeModule Deque._Storage.swift
[92/112] Compiling DequeModule _DequeBuffer.swift
[93/112] Compiling DequeModule _DequeBufferHeader.swift
[94/112] Compiling DequeModule Deque._UnsafeHandle.swift
[95/112] Compiling DequeModule Deque.swift
[96/112] Compiling DequeModule _DequeSlot.swift
[97/112] Compiling DequeModule _UnsafeWrappedBuffer.swift
[98/112] Compiling DequeModule Deque+Codable.swift
[99/112] Compiling DequeModule Deque+Collection.swift
[100/113] Emitting module DequeModule
[102/114] Emitting module OpenAPIKitCompat
[102/115] Wrapping AST for OpenAPIKit for debugging
[104/115] Wrapping AST for OpenAPIKitCompat for debugging
[106/116] Emitting module _OpenAPIGeneratorCore
[107/117] Wrapping AST for _OpenAPIGeneratorCore for debugging
[109/118] Emitting module HTTPTypes
[110/118] Compiling HTTPTypes HTTPFields.swift
[112/119] Emitting module swift_openapi_generator
[113/181] Wrapping AST for swift-openapi-generator for debugging
[114/181] Write Objects.LinkFileList
[115/181] Linking swift-openapi-generator-tool
Swift OpenAPI Generator is running with the following configuration:
- OpenAPI document path: /host/spi-builder-workspace/Sources/DownloadAPI/openapi.json
- Configuration path: /host/spi-builder-workspace/Sources/DownloadAPI/openapi-generator-config.yaml
- Generator modes: types, client
- Access modifier: public
- Naming strategy: defensive
- Name overrides: <none>
- Type overrides: <none>
- Feature flags: <none>
- Output file names: Types.swift, Client.swift
- Output directory: /host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/DownloadAPI/destination/OpenAPIGenerator/GeneratedSources
- Diagnostics output path: <none - logs to stderr>
- Current directory: /host/spi-builder-workspace
- Plugin source: build
- Is dry run: false
- Additional imports: <none>
- Additional file comments: <none>Writing data to file Client.swift...
Writing data to file Types.swift...
Writing data to file Server.swift...
[116/181] Running swift-openapi-generator
[117/181] Write sources
Swift OpenAPI Generator is running with the following configuration:
- OpenAPI document path: /host/spi-builder-workspace/Sources/HangarAPI/openapi.json
- Configuration path: /host/spi-builder-workspace/Sources/HangarAPI/openapi-generator-config.yaml
- Generator modes: types, client
- Access modifier: public
- Naming strategy: defensive
- Name overrides: <none>
- Type overrides: <none>
- Feature flags: <none>
- Output file names: Types.swift, Client.swift
- Output directory: /host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/HangarAPI/destination/OpenAPIGenerator/GeneratedSources
- Diagnostics output path: <none - logs to stderr>
- Current directory: /host/spi-builder-workspace
- Plugin source: build
- Is dry run: false
- Additional imports: <none>
- Additional file comments: <none>Writing data to file Client.swift...
Writing data to file Types.swift...
Writing data to file Server.swift...
[118/181] Running swift-openapi-generator
[119/181] Write sources
[121/181] Compiling OpenAPIRuntime CurrencyTypes.swift
[122/181] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[123/181] Compiling OpenAPIRuntime HTTPBody.swift
[124/181] Compiling OpenAPIRuntime ServerTransport.swift
[125/181] Compiling OpenAPIRuntime UniversalClient.swift
[126/181] Compiling OpenAPIRuntime UniversalServer.swift
[127/181] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[128/181] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[129/181] Compiling OpenAPIRuntime URICodeCodingKey.swift
[130/181] Compiling OpenAPIRuntime URICoderConfiguration.swift
[131/181] Compiling OpenAPIRuntime URIEncodedNode.swift
[132/181] Compiling OpenAPIRuntime URIParsedTypes.swift
[133/181] Compiling OpenAPIRuntime URIDecoder.swift
[134/181] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[135/181] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[136/181] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[137/189] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[138/189] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[139/189] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[140/189] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[141/189] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[142/189] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[143/189] Compiling OpenAPIRuntime MultipartValidation.swift
[144/189] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[145/189] Compiling OpenAPIRuntime FoundationExtensions.swift
[146/189] Compiling OpenAPIRuntime ParameterStyles.swift
[147/189] Compiling OpenAPIRuntime ServerVariable.swift
[148/189] Compiling OpenAPIRuntime URLExtensions.swift
[149/189] Compiling OpenAPIRuntime Deprecated.swift
[150/189] Compiling OpenAPIRuntime ClientError.swift
[151/189] Compiling OpenAPIRuntime CodingErrors.swift
[152/189] Compiling OpenAPIRuntime RuntimeError.swift
[153/189] Compiling OpenAPIRuntime ServerError.swift
[154/189] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[155/189] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[156/189] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[157/189] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[158/189] Compiling OpenAPIRuntime ServerSentEvents.swift
[159/189] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[160/189] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[161/189] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[162/189] Compiling OpenAPIRuntime ClientTransport.swift
[163/189] Compiling OpenAPIRuntime Acceptable.swift
[164/189] Compiling OpenAPIRuntime Base64EncodedData.swift
[165/189] Compiling OpenAPIRuntime ByteUtilities.swift
[166/189] Compiling OpenAPIRuntime ContentDisposition.swift
[167/189] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[168/189] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[169/189] Compiling OpenAPIRuntime OpenAPIValue.swift
[170/189] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[171/189] Compiling OpenAPIRuntime UndocumentedPayload.swift
[172/189] Emitting module OpenAPIRuntime
[173/189] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[174/189] Compiling OpenAPIRuntime CodableExtensions.swift
[175/189] Compiling OpenAPIRuntime Configuration.swift
[176/189] Compiling OpenAPIRuntime Converter+Client.swift
[177/189] Compiling OpenAPIRuntime Converter+Common.swift
[178/189] Compiling OpenAPIRuntime Converter+Server.swift
[179/189] Compiling OpenAPIRuntime Converter.swift
[180/189] Compiling OpenAPIRuntime CurrencyExtensions.swift
[181/189] Compiling OpenAPIRuntime ErrorExtensions.swift
[182/189] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[183/189] Compiling OpenAPIRuntime URIEncoder.swift
[184/189] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[185/189] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[186/189] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[187/189] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[188/189] Compiling OpenAPIRuntime URIParser.swift
[189/189] Compiling OpenAPIRuntime URISerializer.swift
[191/201] Compiling OpenAPIURLSession HTTPBodyOutputStreamBridge.swift
[192/201] Compiling OpenAPIURLSession BidirectionalStreamingURLSessionDelegate.swift
[193/201] Compiling OpenAPIURLSession Lock.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/BufferedStream/Lock.swift:42:27: error: cannot find type 'pthread_mutex_t' in scope
 40 | #else
 41 | @usableFromInline
 42 | typealias LockPrimitive = pthread_mutex_t
    |                           `- error: cannot find type 'pthread_mutex_t' in scope
 43 | #endif
 44 |
/host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/BufferedStream/Lock.swift:56:16: error: cannot find 'pthread_mutexattr_t' in scope
 54 |     InitializeSRWLock(mutex)
 55 |     #else
 56 |     var attr = pthread_mutexattr_t()
    |                `- error: cannot find 'pthread_mutexattr_t' in scope
 57 |     pthread_mutexattr_init(&attr)
 58 |
/host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/BufferedStream/Lock.swift:57:5: error: cannot find 'pthread_mutexattr_init' in scope
 55 |     #else
 56 |     var attr = pthread_mutexattr_t()
 57 |     pthread_mutexattr_init(&attr)
    |     `- error: cannot find 'pthread_mutexattr_init' in scope
 58 |
 59 |     let err = pthread_mutex_init(mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/BufferedStream/Lock.swift:59:15: error: cannot find 'pthread_mutex_init' in scope
 57 |     pthread_mutexattr_init(&attr)
 58 |
 59 |     let err = pthread_mutex_init(mutex, &attr)
    |               `- error: cannot find 'pthread_mutex_init' in scope
 60 |     precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 61 |     #endif
/host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/BufferedStream/Lock.swift:71:15: error: cannot find 'pthread_mutex_destroy' in scope
 69 |     // SRWLOCK does not need to be freed
 70 |     #else
 71 |     let err = pthread_mutex_destroy(mutex)
    |               `- error: cannot find 'pthread_mutex_destroy' in scope
 72 |     precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 73 |     #endif
/host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/BufferedStream/Lock.swift:83:15: error: cannot find 'pthread_mutex_lock' in scope
 81 |     AcquireSRWLockExclusive(mutex)
 82 |     #else
 83 |     let err = pthread_mutex_lock(mutex)
    |               `- error: cannot find 'pthread_mutex_lock' in scope
 84 |     precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 85 |     #endif
/host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/BufferedStream/Lock.swift:95:15: error: cannot find 'pthread_mutex_unlock' in scope
 93 |     ReleaseSRWLockExclusive(mutex)
 94 |     #else
 95 |     let err = pthread_mutex_unlock(mutex)
    |               `- error: cannot find 'pthread_mutex_unlock' in scope
 96 |     precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 97 |     #endif
/host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/BufferedStream/Lock.swift:134:23: error: type of expression is ambiguous without a type annotation
132 |   @inlinable
133 |   static func create(value: Value) -> Self {
134 |     let buffer = Self.create(minimumCapacity: 1) { _ in
    |                       `- error: type of expression is ambiguous without a type annotation
135 |       return value
136 |     }
/host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/BufferedStream/Lock.swift:149:10: error: type of expression is ambiguous without a type annotation
147 |   @inlinable
148 |   func lock() {
149 |     self.withUnsafeMutablePointerToElements { lockPtr in
    |          `- error: type of expression is ambiguous without a type annotation
150 |       LockOperations.lock(lockPtr)
151 |     }
/host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/BufferedStream/Lock.swift:156:10: error: type of expression is ambiguous without a type annotation
154 |   @inlinable
155 |   func unlock() {
156 |     self.withUnsafeMutablePointerToElements { lockPtr in
    |          `- error: type of expression is ambiguous without a type annotation
157 |       LockOperations.unlock(lockPtr)
158 |     }
/host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/BufferedStream/Lock.swift:163:10: error: type of expression is ambiguous without a type annotation
161 |   @usableFromInline
162 |   deinit {
163 |     self.withUnsafeMutablePointerToElements { lockPtr in
    |          `- error: type of expression is ambiguous without a type annotation
164 |       LockOperations.destroy(lockPtr)
165 |     }
/host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/BufferedStream/Lock.swift:172:14: error: type of expression is ambiguous without a type annotation
170 |     _ body: (UnsafeMutablePointer<LockPrimitive>) throws -> T
171 |   ) rethrows -> T {
172 |     try self.withUnsafeMutablePointerToElements { lockPtr in
    |              `- error: type of expression is ambiguous without a type annotation
173 |       return try body(lockPtr)
174 |     }
/host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/BufferedStream/Lock.swift:179:14: error: type of expression is ambiguous without a type annotation
177 |   @inlinable
178 |   func withLockedValue<T>(_ mutate: (inout Value) throws -> T) rethrows -> T {
179 |     try self.withUnsafeMutablePointers { valuePtr, lockPtr in
    |              `- error: type of expression is ambiguous without a type annotation
180 |       LockOperations.lock(lockPtr)
181 |       defer { LockOperations.unlock(lockPtr) }
[194/201] Compiling OpenAPIURLSession URLSession+Extensions.swift
error: compile command failed due to signal 11 (use -v to see invocation)
Please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the crash backtrace.
Stack dump:
0.	Program arguments: /usr/bin/swift-frontend -frontend -c /host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/BufferedStream/BufferedStream.swift /host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/BufferedStream/Lock.swift /host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/URLSessionBidirectionalStreaming/BidirectionalStreamingURLSessionDelegate.swift /host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/URLSessionBidirectionalStreaming/HTTPBodyOutputStreamBridge.swift /host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/URLSessionBidirectionalStreaming/URLSession+Extensions.swift -primary-file /host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/URLSessionTransport.swift -emit-dependencies-path /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/OpenAPIURLSession.build/URLSessionTransport.d -emit-reference-dependencies-path /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/OpenAPIURLSession.build/URLSessionTransport.swiftdeps -target aarch64-unknown-linux-android24 -Xllvm -aarch64-use-tbi -disable-objc-interop -sdk /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot -I /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/Modules -enable-testing -g -debug-info-format=dwarf -dwarf-version=4 -module-cache-path /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/ModuleCache -suppress-warnings -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -stats-output-dir .stats -enable-upcoming-feature ExistentialAny -enable-upcoming-feature MemberImportVisibility -empty-abi-descriptor -resource-dir /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /host/spi-builder-workspace -Xcc --sysroot -Xcc /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot -Xcc -fPIC -Xcc -g -Xcc -fno-omit-frame-pointer -module-name OpenAPIURLSession -package-name swift_openapi_urlsession -in-process-plugin-server-path /usr/lib/swift/host/libSwiftInProcPluginServer.so -plugin-path /usr/lib/swift/host/plugins -plugin-path /usr/local/lib/swift/host/plugins -parse-as-library -o /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/OpenAPIURLSession.build/URLSessionTransport.swift.o -index-store-path /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/index/store -index-system-modules
1.	Swift version 6.1 (swift-6.1-RELEASE)
2.	Compiling with effective version 5.10
3.	While evaluating request IRGenRequest(IR Generation for file "/host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/URLSessionTransport.swift")
4.	While emitting IR SIL function "@$s17OpenAPIURLSession18_standardErrorLock33_849AED48BB8E5D39A6F65399EA95CEAELL_WZ".
 for declaration 0x5625bd3b6730 (at /host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/URLSessionTransport.swift:299:9)
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
0  swift-frontend 0x00005625b949c808
1  swift-frontend 0x00005625b949a5ee
2  swift-frontend 0x00005625b949cea8
3  libc.so.6      0x00007f37538e1520
4  swift-frontend 0x00005625b37689d3
5  swift-frontend 0x00005625b3760668
6  swift-frontend 0x00005625b375febc
7  swift-frontend 0x00005625b3767d24
8  swift-frontend 0x00005625b36de7df
9  swift-frontend 0x00005625b36e13d7
10 swift-frontend 0x00005625b36e5396
11 swift-frontend 0x00005625b38b1481
12 swift-frontend 0x00005625b38aa1da
13 swift-frontend 0x00005625b377a40e
14 swift-frontend 0x00005625b363bd48
15 swift-frontend 0x00005625b369c07c
16 swift-frontend 0x00005625b369bfd9
17 swift-frontend 0x00005625b3644837
18 swift-frontend 0x00005625b363ddae
19 swift-frontend 0x00005625b3263a96
20 swift-frontend 0x00005625b325fc0c
21 swift-frontend 0x00005625b325e997
22 swift-frontend 0x00005625b32612ba
23 swift-frontend 0x00005625b3260713
24 swift-frontend 0x00005625b303d86a
25 libc.so.6      0x00007f37538c8d90
26 libc.so.6      0x00007f37538c8e40 __libc_start_main + 128
27 swift-frontend 0x00005625b303ccc5
*** Signal 11: Backtracing from 0x5625b37689d3... done ***
*** Program crashed: Bad pointer dereference at 0x0000000000000008 ***
Thread 0 "swift-frontend" crashed:
0  0x00005625b37689d3 (anonymous namespace)::ClassLayoutBuilder::addFieldsForClassImpl(swift::ClassDecl*, swift::SILType, swift::ClassDecl*, swift::SILType, bool) + 147 in swift-frontend
Registers:
rax 0x0000000000000000  0
rdx 0x00007ffe3e944a70  90 72 94 3e fe 7f 00 00 88 4a 94 3e fe 7f 00 00  ·r·>þ····J·>þ···
rcx 0x00005625bd5c9ce8  a2 9c 5c bd 25 56 00 00 00 00 00 00 00 00 00 00  ¢·\½%V··········
rbx 0x00007ffe3e9445d8  58 47 94 3e fe 7f 00 00 40 a4 52 bd 25 56 00 00  XG·>þ···@¤R½%V··
rsi 0x00007ffe3e944758  01 31 4f bd 25 56 00 00 18 bd 9c bc 25 56 00 00  ·1O½%V···½·¼%V··
rdi 0x0000000000000004  4
rbp 0x0000000000000000  0
rsp 0x00007ffe3e944870  00 00 00 00 00 00 00 00 88 48 94 3e fe 7f 00 00  ·········H·>þ···
 r8 0x0000000000000a7c  2684
 r9 0x0000000000000001  1
r10 0x00000000bc22c900  3156396288
r11 0x00007f3753ab9ce0  c0 f9 ce be 25 56 00 00 40 06 ca be 25 56 00 00  Àùξ%V··@·Ê¾%V··
r12 0x00005625bd5d8a78  40 86 5f bc 25 56 00 00 1c 02 00 08 01 00 00 00  @·_¼%V··········
r13 0x00005625bc9cbd18  da bc 9c bc 25 56 00 00 00 00 00 00 00 00 00 00  Ú¼·¼%V··········
r14 0x00005625bc9cbd18  da bc 9c bc 25 56 00 00 00 00 00 00 00 00 00 00  Ú¼·¼%V··········
r15 0x00007ffe3e947290  50 e9 8c be 25 56 00 00 70 6c 94 3e fe 7f 00 00  Pé·¾%V··pl·>þ···
rip 0x00005625b37689d3  48 8b 4d 08 80 f9 3e 72 25 48 89 e8 90 f7 c1 00  H·M··ù>r%H·è·÷Á·
rflags 0x0000000000010246  ZF PF
cs 0x0033  fs 0x0000  gs 0x0000
Images (110 omitted):
0x00005625b2770000–0x00005625ba358710 a2f8bf107362d44f046b5d4b0eeadb6d087dfd2b swift-frontend /usr/bin/swift-frontend
Backtrace took 1.00s
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/23] Compiling _NumericsShims _NumericsShims.c
[1/23] Compiling writer.c
[2/23] Compiling reader.c
[3/23] Compiling api.c
[4/23] Compiling emitter.c
[5/23] Compiling scanner.c
[6/23] Compiling parser.c
[7/23] Write swift-version-24593BA9C3E375BF.txt
[9/102] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[10/102] Compiling Yams Node.Sequence.swift
[11/102] Compiling Yams Node.swift
[12/102] Compiling Yams Encoder.swift
[13/102] Compiling Yams Node.Scalar.swift
[14/103] Compiling Yams Mark.swift
[15/103] Compiling Yams Node.Alias.swift
[16/104] Compiling RealModule Real.swift
[17/104] Compiling RealModule Float80+Real.swift
[18/104] Compiling RealModule RealFunctions.swift
[19/104] Compiling RealModule Float+Real.swift
[20/104] Compiling RealModule ElementaryFunctions.swift
[21/104] Compiling RealModule Float16+Real.swift
[22/104] Compiling Yams Node.Mapping.swift
[23/104] Compiling Yams AliasDereferencingStrategy.swift
[24/104] Compiling Yams Tag.swift
[25/104] Compiling Yams YamlAnchorProviding.swift
[26/106] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[27/106] Emitting module RealModule
[28/107] Emitting module OpenAPIKitCore
[29/111] Compiling Yams Resolver.swift
[30/111] Compiling Yams String+Yams.swift
[31/111] Compiling Yams Decoder.swift
[32/111] Compiling Yams Emitter.swift
[34/111] Emitting module InternalCollectionsUtilities
[39/111] Compiling Yams Anchor.swift
[40/111] Compiling Yams Constructor.swift
[46/112] Compiling OpenAPIKitCore ResponseStatusCode.swift
[47/112] Compiling OpenAPIKitCore SecurityScheme.swift
[48/112] Compiling OpenAPIKitCore URLTemplate+Parsing.swift
[49/112] Compiling OpenAPIKitCore URLTemplate.swift
[50/112] Compiling OpenAPIKitCore Container+DecodeURLAsString.swift
[51/112] Compiling OpenAPIKitCore Optional+Zip.swift
[52/112] Compiling OpenAPIKitCore Result+Value.swift
[53/112] Compiling OpenAPIKitCore Validatable.swift
[55/112] Compiling Yams YamlError.swift
[56/112] Compiling Yams YamlTagProviding.swift
[72/112] Compiling Yams Parser.swift
[73/112] Compiling Yams RedundancyAliasingStrategy.swift
[74/112] Compiling Yams Representer.swift
[75/112] Compiling OpenAPIKitCore OAuthFlows.swift
[76/112] Compiling OpenAPIKitCore ParameterContextLocation.swift
[77/112] Compiling OpenAPIKitCore ParameterSchemaContextStyle.swift
[78/112] Compiling OpenAPIKitCore Path.swift
[80/112] Compiling OpenAPIKitCore HttpMethod.swift
[81/112] Compiling OpenAPIKitCore JSONSchemaPermissions.swift
[82/112] Compiling OpenAPIKitCore JSONTypeFormat.swift
[82/113] Wrapping AST for RealModule for debugging
[83/113] Wrapping AST for InternalCollectionsUtilities for debugging
[85/113] Emitting module Yams
[87/139] Compiling ArgumentParserToolInfo ToolInfo.swift
[88/139] Emitting module ArgumentParserToolInfo
[89/194] Wrapping AST for OpenAPIKitCore for debugging
[90/253] Wrapping AST for ArgumentParserToolInfo for debugging
[92/313] Compiling OpenAPIKit Components+JSONReference.swift
[93/313] Compiling OpenAPIKit Components+Locatable.swift
[94/313] Compiling OpenAPIKit Components.swift
[95/313] Compiling OpenAPIKit AnyCodable+Validatable.swift
[96/313] Compiling OpenAPIKit Callbacks.swift
[97/313] Compiling OpenAPIKit CodableVendorExtendable.swift
[98/357] Compiling ArgumentParser Argument.swift
[99/357] Compiling ArgumentParser ArgumentDiscussion.swift
[100/357] Compiling ArgumentParser ArgumentHelp.swift
[101/357] Compiling ArgumentParser OptionGroup.swift
[102/360] Compiling ArgumentParser Flag.swift
[103/360] Compiling ArgumentParser NameSpecification.swift
[104/360] Compiling ArgumentParser Option.swift
[105/360] Compiling ArgumentParser ParsableArguments.swift
[106/360] Compiling ArgumentParser ParsableCommand.swift
[107/360] Compiling ArgumentParser ArgumentDecoder.swift
[108/360] Compiling ArgumentParser ArgumentDefinition.swift
[109/360] Compiling ArgumentParser ArgumentSet.swift
[110/360] Compiling ArgumentParser AsyncParsableCommand.swift
[111/360] Compiling ArgumentParser CommandConfiguration.swift
[112/360] Compiling ArgumentParser CommandGroup.swift
[113/360] Compiling ArgumentParser EnumerableFlag.swift
[114/360] Compiling ArgumentParser ExpressibleByArgument.swift
[115/360] Compiling ArgumentParser ArgumentVisibility.swift
[116/360] Compiling ArgumentParser CompletionKind.swift
[117/360] Compiling ArgumentParser Errors.swift
[124/367] Compiling ArgumentParser Platform.swift
[125/367] Compiling ArgumentParser SequenceExtensions.swift
[126/367] Compiling ArgumentParser StringExtensions.swift
[127/367] Compiling ArgumentParser SwiftExtensions.swift
[128/367] Compiling OpenAPIKit DereferencedResponse.swift
[129/367] Compiling OpenAPIKit Response.swift
[130/367] Compiling OpenAPIKit RuntimeExpression.swift
[131/367] Compiling Algorithms Trim.swift
[132/367] Compiling Algorithms Unique.swift
[133/367] Compiling Algorithms Windows.swift
[134/367] Compiling ArgumentParser Name.swift
[135/367] Compiling ArgumentParser Parsed.swift
[136/367] Compiling ArgumentParser ParsedValues.swift
[137/367] Compiling ArgumentParser ParserError.swift
[138/367] Compiling ArgumentParser SplitArguments.swift
[139/367] Compiling ArgumentParser DumpHelpGenerator.swift
[140/367] Compiling ArgumentParser HelpCommand.swift
[141/367] Compiling ArgumentParser HelpGenerator.swift
[142/367] Compiling ArgumentParser MessageInfo.swift
[143/367] Compiling ArgumentParser UsageGenerator.swift
[144/367] Compiling ArgumentParser CollectionExtensions.swift
[145/367] Compiling ArgumentParser Mutex.swift
[146/367] Compiling OpenAPIKit SchemaProtocols.swift
[147/367] Compiling OpenAPIKit SwiftPrimitiveTypes+OpenAPI.swift
[148/367] Compiling OpenAPIKit DereferencedJSONSchema.swift
[149/367] Compiling OpenAPIKit JSONSchema+Combining.swift
[150/367] Compiling OpenAPIKit JSONSchema.swift
[151/367] Compiling OpenAPIKit JSONSchemaContext.swift
[152/367] Compiling OpenAPIKit SimplifiedJSONSchema.swift
[153/367] Compiling OpenAPIKit TypesAndFormats.swift
[164/367] Compiling ArgumentParser ZshCompletionsGenerator.swift
[170/368] Compiling ArgumentParser BashCompletionsGenerator.swift
[171/368] Compiling ArgumentParser CompletionsGenerator.swift
[172/368] Compiling ArgumentParser FishCompletionsGenerator.swift
[186/368] Emitting module ArgumentParser
[192/374] Wrapping AST for Yams for debugging
[194/374] Emitting module OpenAPIKit30
[195/374] Compiling OrderedCollections OrderedSet+Sendable.swift
[196/374] Compiling OrderedCollections OrderedSet+SubSequence.swift
[197/374] Compiling OrderedCollections OrderedSet+Testing.swift
[198/374] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[199/374] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[200/374] Compiling OrderedCollections OrderedSet.swift
[201/374] Compiling OrderedCollections _UnsafeBitset.swift
[227/390] Emitting module OrderedCollections
[265/391] Emitting module OpenAPIKit
[266/391] Compiling ArgumentParser Tree.swift
[267/391] Compiling ArgumentParser CodingKeyValidator.swift
[268/391] Compiling ArgumentParser NonsenseFlagsValidator.swift
[269/391] Compiling ArgumentParser ParsableArgumentsValidation.swift
[270/391] Compiling ArgumentParser PositionalArgumentsValidator.swift
[271/391] Compiling ArgumentParser UniqueNamesValidator.swift
[286/391] Wrapping AST for OrderedCollections for debugging
[288/391] Emitting module Algorithms
[289/392] Compiling OpenAPIKit30 Container+DecodeURLAsString.swift
[290/392] Compiling OpenAPIKit Container+DecodeURLAsString.swift
[291/392] Compiling OpenAPIKit OrderedDictionry+LocallyDereferenceable.swift
[292/392] Compiling OpenAPIKit Validation+Builtins.swift
[293/392] Compiling OpenAPIKit Validation.swift
[294/392] Compiling OpenAPIKit Validator+Convenience.swift
[295/392] Compiling OpenAPIKit Validator.swift
[296/392] Compiling OpenAPIKit XML.swift
[333/393] Wrapping AST for Algorithms for debugging
[369/393] Compiling OpenAPIKit _CoreReExport.swift
[387/395] Wrapping AST for OpenAPIKit30 for debugging
[388/395] Wrapping AST for ArgumentParser for debugging
[389/395] Wrapping AST for OpenAPIKit for debugging
[391/398] Compiling OpenAPIKitCompat Either+Map.swift
[392/398] Emitting module OpenAPIKitCompat
[393/398] Compiling OpenAPIKitCompat Compat30To31.swift
[394/399] Wrapping AST for OpenAPIKitCompat for debugging
[396/481] Compiling _OpenAPIGeneratorCore Config.swift
[397/481] Compiling _OpenAPIGeneratorCore Diagnostics.swift
[398/481] Compiling _OpenAPIGeneratorCore DiagnosticsCollectorProvider.swift
[399/481] Compiling _OpenAPIGeneratorCore Errors.swift
[400/481] Compiling _OpenAPIGeneratorCore Foundation.swift
[401/481] Compiling _OpenAPIGeneratorCore OpenAPIKit.swift
[402/481] Compiling _OpenAPIGeneratorCore String.swift
[403/481] Compiling _OpenAPIGeneratorCore SwiftStandardLibrary.swift
[404/481] Compiling _OpenAPIGeneratorCore FeatureFlags.swift
[405/481] Compiling _OpenAPIGeneratorCore GeneratorMode.swift
[406/481] Compiling _OpenAPIGeneratorCore GeneratorPipeline.swift
[407/481] Compiling _OpenAPIGeneratorCore GeneratorPipelineStage.swift
[408/492] Compiling _OpenAPIGeneratorCore Constants.swift
[409/492] Compiling _OpenAPIGeneratorCore DiscriminatorExtensions.swift
[410/492] Compiling _OpenAPIGeneratorCore SchemaOverrides.swift
[411/492] Compiling _OpenAPIGeneratorCore StructBlueprint.swift
[412/492] Compiling _OpenAPIGeneratorCore CodingStrategy.swift
[413/492] Compiling _OpenAPIGeneratorCore ContentInspector.swift
[414/492] Compiling _OpenAPIGeneratorCore ContentType.swift
[415/492] Compiling _OpenAPIGeneratorCore SchemaContent.swift
[416/492] Compiling _OpenAPIGeneratorCore FileTranslator+FeatureFlags.swift
[417/492] Compiling _OpenAPIGeneratorCore FileTranslator.swift
[418/492] Compiling _OpenAPIGeneratorCore MultipartAdditionalProperties.swift
[419/492] Compiling _OpenAPIGeneratorCore MultipartContent.swift
[420/492] Compiling _OpenAPIGeneratorCore ResponseKind.swift
[421/492] Compiling _OpenAPIGeneratorCore TypedResponse.swift
[422/492] Compiling _OpenAPIGeneratorCore TypedResponseHeader.swift
[423/492] Compiling _OpenAPIGeneratorCore acceptHeaderContentTypes.swift
[424/492] Compiling _OpenAPIGeneratorCore translateResponse.swift
[425/492] Compiling _OpenAPIGeneratorCore translateResponseHeader.swift
[426/492] Compiling _OpenAPIGeneratorCore translateResponseOutcome.swift
[427/492] Compiling _OpenAPIGeneratorCore ServerTranslator.swift
[428/492] Compiling _OpenAPIGeneratorCore translateServerMethod.swift
[429/492] Compiling _OpenAPIGeneratorCore TranslatorProtocol.swift
[430/492] Compiling _OpenAPIGeneratorCore Builtins.swift
[431/492] Compiling _OpenAPIGeneratorCore translateComponentHeaders.swift
[432/492] Compiling _OpenAPIGeneratorCore translateComponentParameters.swift
[433/492] Compiling _OpenAPIGeneratorCore translateComponentRequestBodies.swift
[434/492] Compiling _OpenAPIGeneratorCore translateComponentResponses.swift
[435/492] Compiling _OpenAPIGeneratorCore translateComponents.swift
[436/492] Compiling _OpenAPIGeneratorCore translateOperations.swift
[437/492] Compiling _OpenAPIGeneratorCore translateSchemas.swift
[438/492] Compiling _OpenAPIGeneratorCore translateServers.swift
[439/492] Compiling _OpenAPIGeneratorCore translateServersVariables.swift
[440/492] Compiling _OpenAPIGeneratorCore TypeOverrides.swift
[441/492] Compiling _OpenAPIGeneratorCore YamlFileDiagnosticsCollector.swift
[442/492] Emitting module _OpenAPIGeneratorCore
[443/492] Compiling _OpenAPIGeneratorCore MultipartContentInspector.swift
[444/492] Compiling _OpenAPIGeneratorCore translateMultipart.swift
[445/492] Compiling _OpenAPIGeneratorCore MultiplexTranslator.swift
[446/492] Compiling _OpenAPIGeneratorCore OperationDescription.swift
[447/492] Compiling _OpenAPIGeneratorCore TypedParameter.swift
[448/492] Compiling _OpenAPIGeneratorCore translateParameter.swift
[449/492] Compiling _OpenAPIGeneratorCore DeclarationRecursionDetector.swift
[450/492] Compiling _OpenAPIGeneratorCore RecursionDetector.swift
[451/492] Compiling _OpenAPIGeneratorCore TypedRequestBody.swift
[452/492] Compiling _OpenAPIGeneratorCore translateRequestBody.swift
[453/492] Compiling _OpenAPIGeneratorCore HTTPStatusCodes.swift
[454/492] Compiling _OpenAPIGeneratorCore ReferenceStack.swift
[455/492] Compiling _OpenAPIGeneratorCore SafeNameGenerator.swift
[456/492] Compiling _OpenAPIGeneratorCore TypeAssigner.swift
[457/492] Compiling _OpenAPIGeneratorCore TypeLocation.swift
[458/492] Compiling _OpenAPIGeneratorCore TypeMatcher.swift
[459/492] Compiling _OpenAPIGeneratorCore TypeName.swift
[460/492] Compiling _OpenAPIGeneratorCore TypeUsage.swift
[461/492] Compiling _OpenAPIGeneratorCore isSchemaSupported.swift
[462/492] Compiling _OpenAPIGeneratorCore TypesFileTranslator.swift
[463/492] Compiling _OpenAPIGeneratorCore translateAPIProtocol.swift
[464/492] Compiling _OpenAPIGeneratorCore translateBoxedTypes.swift
[465/492] Compiling _OpenAPIGeneratorCore translateClientMethod.swift
[466/492] Compiling _OpenAPIGeneratorCore translateAllAnyOneOf.swift
[467/492] Compiling _OpenAPIGeneratorCore translateArray.swift
[468/492] Compiling _OpenAPIGeneratorCore translateCodable.swift
[469/492] Compiling _OpenAPIGeneratorCore translateObjectStruct.swift
[470/492] Compiling _OpenAPIGeneratorCore translateRawEnum.swift
[471/492] Compiling _OpenAPIGeneratorCore translateRawRepresentableEnum.swift
[472/492] Compiling _OpenAPIGeneratorCore translateSchema.swift
[473/492] Compiling _OpenAPIGeneratorCore translateStructBlueprint.swift
[474/492] Compiling _OpenAPIGeneratorCore translateTypealias.swift
[475/492] Compiling _OpenAPIGeneratorCore Annotations.swift
[476/492] Compiling _OpenAPIGeneratorCore CommentExtensions.swift
[477/492] Compiling _OpenAPIGeneratorCore DocumentFilter.swift
[478/492] Compiling _OpenAPIGeneratorCore FilteredDocument.swift
[479/492] Compiling _OpenAPIGeneratorCore ParsedOpenAPIRepresentation.swift
[480/492] Compiling _OpenAPIGeneratorCore RenderedSwiftRepresentation.swift
[481/492] Compiling _OpenAPIGeneratorCore StructuredSwiftRepresentation.swift
[482/492] Compiling _OpenAPIGeneratorCore ParserProtocol.swift
[483/492] Compiling _OpenAPIGeneratorCore YamsParser.swift
[484/492] Compiling _OpenAPIGeneratorCore validateDoc.swift
[485/492] Compiling _OpenAPIGeneratorCore PlatformChecks.swift
[486/492] Compiling _OpenAPIGeneratorCore RendererProtocol.swift
[487/492] Compiling _OpenAPIGeneratorCore TextBasedRenderer.swift
[488/492] Compiling _OpenAPIGeneratorCore ClientTranslator.swift
[489/493] Wrapping AST for _OpenAPIGeneratorCore for debugging
[491/502] Compiling swift_openapi_generator PluginSource.swift
[492/503] Emitting module swift_openapi_generator
[493/503] Compiling swift_openapi_generator UserConfig.swift
[494/503] Compiling swift_openapi_generator Tool.swift
[495/503] Compiling swift_openapi_generator Extensions.swift
[496/503] Compiling swift_openapi_generator FilterCommand.swift
[497/503] Compiling swift_openapi_generator GenerateCommand.swift
[498/503] Compiling swift_openapi_generator GenerateOptions+runGenerator.swift
[499/503] Compiling swift_openapi_generator GenerateOptions.swift
[500/503] Compiling swift_openapi_generator runGenerator.swift
[501/504] Wrapping AST for swift-openapi-generator for debugging
[502/504] Write Objects.LinkFileList
[503/504] Linking swift-openapi-generator-tool
[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/31] Compiling _NumericsShims _NumericsShims.c
[5/31] Compiling writer.c
[6/31] Compiling reader.c
[7/31] Compiling parser.c
[8/31] Compiling api.c
[9/31] Compiling emitter.c
[10/31] Compiling scanner.c
[11/31] Write swift-version-24593BA9C3E375BF.txt
[13/58] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[14/58] Compiling InternalCollectionsUtilities Debugging.swift
[15/59] Emitting module ArgumentParserToolInfo
[16/60] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[17/60] Compiling InternalCollectionsUtilities Descriptions.swift
[18/60] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[20/60] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[21/60] Compiling InternalCollectionsUtilities UInt+reversed.swift
[22/60] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[22/60] Wrapping AST for ArgumentParserToolInfo for debugging
[24/60] Compiling HTTPTypes ISOLatin1String.swift
[25/61] Emitting module OpenAPIKitCore
[26/62] Compiling HTTPTypes HTTPFieldName.swift
[27/62] Compiling HTTPTypes HTTPParsedFields.swift
[28/62] Compiling HTTPTypes HTTPField.swift
[29/62] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[30/62] Compiling InternalCollectionsUtilities Integer rank.swift
[31/62] Emitting module HTTPTypes
[33/63] Emitting module RealModule
[34/64] Emitting module InternalCollectionsUtilities
[35/65] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[36/65] Compiling InternalCollectionsUtilities _SortedCollection.swift
[38/65] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[39/65] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[40/65] Emitting module InternalCollectionsUtilities
[41/66] Compiling HTTPTypes NIOLock.swift
[43/67] Wrapping AST for OpenAPIKitCore for debugging
[45/67] Compiling HTTPTypes HTTPResponse.swift
[46/67] Compiling HTTPTypes HTTPRequest.swift
[47/68] Emitting module Yams
[48/69] Compiling HTTPTypes HTTPFields.swift
[51/87] Compiling DequeModule Deque+CustomReflectable.swift
[52/87] Compiling DequeModule Deque+Descriptions.swift
[53/87] Compiling DequeModule Deque+Equatable.swift
[54/87] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[54/89] Wrapping AST for RealModule for debugging
[56/89] Compiling DequeModule _DequeBuffer.swift
[57/89] Compiling DequeModule _DequeBufferHeader.swift
[57/89] Wrapping AST for Yams for debugging
[59/89] Compiling DequeModule Deque+Testing.swift
[60/89] Compiling DequeModule Deque._Storage.swift
[61/127] Emitting module ArgumentParser
[61/134] Wrapping AST for InternalCollectionsUtilities for debugging
[64/151] Compiling OpenAPIRuntime Converter+Server.swift
[65/151] Compiling OpenAPIRuntime Converter.swift
[66/151] Compiling OpenAPIRuntime CodableExtensions.swift
[67/151] Compiling OpenAPIRuntime Configuration.swift
[68/151] Compiling OpenAPIRuntime OpenAPIValue.swift
[69/151] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[70/151] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[71/151] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[71/151] Wrapping AST for ArgumentParser for debugging
[73/151] Emitting module OpenAPIKit30
[74/152] Emitting module DequeModule
[77/153] Emitting module OpenAPIKit
[77/154] Wrapping AST for OpenAPIKit30 for debugging
[80/154] Compiling OpenAPIRuntime FoundationExtensions.swift
[81/154] Compiling OpenAPIRuntime ParameterStyles.swift
[82/154] Compiling OpenAPIRuntime ServerVariable.swift
[83/154] Compiling OpenAPIRuntime URLExtensions.swift
[84/154] Compiling OpenAPIRuntime Deprecated.swift
[85/154] Compiling OpenAPIRuntime ClientError.swift
[86/154] Compiling OpenAPIRuntime CodingErrors.swift
[87/154] Compiling OpenAPIRuntime RuntimeError.swift
[88/154] Compiling OpenAPIRuntime ServerError.swift
[89/154] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[90/154] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[91/154] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[92/154] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[93/154] Compiling OpenAPIRuntime ServerSentEvents.swift
[94/154] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[95/154] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[96/154] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[97/154] Compiling OpenAPIRuntime ClientTransport.swift
[97/162] Wrapping AST for OpenAPIKit for debugging
[99/162] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[102/162] Compiling OpenAPIRuntime Converter+Client.swift
[103/162] Compiling OpenAPIRuntime Converter+Common.swift
[106/162] Compiling OpenAPIRuntime CurrencyExtensions.swift
[107/162] Compiling OpenAPIRuntime ErrorExtensions.swift
[108/162] Compiling OpenAPIRuntime Acceptable.swift
[109/162] Compiling OpenAPIRuntime Base64EncodedData.swift
[110/162] Compiling OpenAPIRuntime ByteUtilities.swift
[111/162] Compiling OpenAPIRuntime ContentDisposition.swift
[116/162] Compiling OpenAPIRuntime UndocumentedPayload.swift
[117/162] Emitting module OpenAPIRuntime
[118/162] Compiling OpenAPIRuntime URICodeCodingKey.swift
[119/162] Compiling OpenAPIRuntime URICoderConfiguration.swift
[120/162] Compiling OpenAPIRuntime URIEncodedNode.swift
[121/162] Compiling OpenAPIRuntime URIParsedTypes.swift
[122/162] Compiling OpenAPIRuntime URIDecoder.swift
[123/162] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[124/162] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[125/162] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[126/162] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[127/162] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[128/162] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[129/162] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[130/162] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[131/162] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[132/162] Compiling OpenAPIRuntime MultipartValidation.swift
[133/162] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[134/162] Compiling OpenAPIRuntime CurrencyTypes.swift
[135/162] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[136/162] Compiling OpenAPIRuntime HTTPBody.swift
[137/162] Compiling OpenAPIRuntime ServerTransport.swift
[138/162] Compiling OpenAPIRuntime UniversalClient.swift
[139/162] Compiling OpenAPIRuntime UniversalServer.swift
[140/162] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[141/162] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[142/163] Emitting module OrderedCollections
[144/164] Emitting module OpenAPIKitCompat
[145/165] Wrapping AST for OrderedCollections for debugging
[146/165] Wrapping AST for OpenAPIKitCompat for debugging
[148/165] Emitting module Algorithms
[150/166] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[151/166] Compiling OpenAPIRuntime URIEncoder.swift
[152/166] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[153/166] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[154/166] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[155/166] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[156/166] Compiling OpenAPIRuntime URIParser.swift
[157/166] Compiling OpenAPIRuntime URISerializer.swift
[158/167] Wrapping AST for Algorithms for debugging
[160/179] Compiling OpenAPIURLSession HTTPBodyOutputStreamBridge.swift
[161/179] Compiling OpenAPIURLSession URLSession+Extensions.swift
[162/179] Compiling OpenAPIURLSession BidirectionalStreamingURLSessionDelegate.swift
[163/179] Compiling OpenAPIURLSession Lock.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/BufferedStream/Lock.swift:42:27: error: cannot find type 'pthread_mutex_t' in scope
 40 | #else
 41 | @usableFromInline
 42 | typealias LockPrimitive = pthread_mutex_t
    |                           `- error: cannot find type 'pthread_mutex_t' in scope
 43 | #endif
 44 |
/host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/BufferedStream/Lock.swift:56:16: error: cannot find 'pthread_mutexattr_t' in scope
 54 |     InitializeSRWLock(mutex)
 55 |     #else
 56 |     var attr = pthread_mutexattr_t()
    |                `- error: cannot find 'pthread_mutexattr_t' in scope
 57 |     pthread_mutexattr_init(&attr)
 58 |
/host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/BufferedStream/Lock.swift:57:5: error: cannot find 'pthread_mutexattr_init' in scope
 55 |     #else
 56 |     var attr = pthread_mutexattr_t()
 57 |     pthread_mutexattr_init(&attr)
    |     `- error: cannot find 'pthread_mutexattr_init' in scope
 58 |
 59 |     let err = pthread_mutex_init(mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/BufferedStream/Lock.swift:59:15: error: cannot find 'pthread_mutex_init' in scope
 57 |     pthread_mutexattr_init(&attr)
 58 |
 59 |     let err = pthread_mutex_init(mutex, &attr)
    |               `- error: cannot find 'pthread_mutex_init' in scope
 60 |     precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 61 |     #endif
/host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/BufferedStream/Lock.swift:71:15: error: cannot find 'pthread_mutex_destroy' in scope
 69 |     // SRWLOCK does not need to be freed
 70 |     #else
 71 |     let err = pthread_mutex_destroy(mutex)
    |               `- error: cannot find 'pthread_mutex_destroy' in scope
 72 |     precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 73 |     #endif
/host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/BufferedStream/Lock.swift:83:15: error: cannot find 'pthread_mutex_lock' in scope
 81 |     AcquireSRWLockExclusive(mutex)
 82 |     #else
 83 |     let err = pthread_mutex_lock(mutex)
    |               `- error: cannot find 'pthread_mutex_lock' in scope
 84 |     precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 85 |     #endif
/host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/BufferedStream/Lock.swift:95:15: error: cannot find 'pthread_mutex_unlock' in scope
 93 |     ReleaseSRWLockExclusive(mutex)
 94 |     #else
 95 |     let err = pthread_mutex_unlock(mutex)
    |               `- error: cannot find 'pthread_mutex_unlock' in scope
 96 |     precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 97 |     #endif
/host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/BufferedStream/Lock.swift:134:23: error: type of expression is ambiguous without a type annotation
132 |   @inlinable
133 |   static func create(value: Value) -> Self {
134 |     let buffer = Self.create(minimumCapacity: 1) { _ in
    |                       `- error: type of expression is ambiguous without a type annotation
135 |       return value
136 |     }
/host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/BufferedStream/Lock.swift:149:10: error: type of expression is ambiguous without a type annotation
147 |   @inlinable
148 |   func lock() {
149 |     self.withUnsafeMutablePointerToElements { lockPtr in
    |          `- error: type of expression is ambiguous without a type annotation
150 |       LockOperations.lock(lockPtr)
151 |     }
/host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/BufferedStream/Lock.swift:156:10: error: type of expression is ambiguous without a type annotation
154 |   @inlinable
155 |   func unlock() {
156 |     self.withUnsafeMutablePointerToElements { lockPtr in
    |          `- error: type of expression is ambiguous without a type annotation
157 |       LockOperations.unlock(lockPtr)
158 |     }
/host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/BufferedStream/Lock.swift:163:10: error: type of expression is ambiguous without a type annotation
161 |   @usableFromInline
162 |   deinit {
163 |     self.withUnsafeMutablePointerToElements { lockPtr in
    |          `- error: type of expression is ambiguous without a type annotation
164 |       LockOperations.destroy(lockPtr)
165 |     }
/host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/BufferedStream/Lock.swift:172:14: error: type of expression is ambiguous without a type annotation
170 |     _ body: (UnsafeMutablePointer<LockPrimitive>) throws -> T
171 |   ) rethrows -> T {
172 |     try self.withUnsafeMutablePointerToElements { lockPtr in
    |              `- error: type of expression is ambiguous without a type annotation
173 |       return try body(lockPtr)
174 |     }
/host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/BufferedStream/Lock.swift:179:14: error: type of expression is ambiguous without a type annotation
177 |   @inlinable
178 |   func withLockedValue<T>(_ mutate: (inout Value) throws -> T) rethrows -> T {
179 |     try self.withUnsafeMutablePointers { valuePtr, lockPtr in
    |              `- error: type of expression is ambiguous without a type annotation
180 |       LockOperations.lock(lockPtr)
181 |       defer { LockOperations.unlock(lockPtr) }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[164/179] Emitting module OpenAPIURLSession
/host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/BufferedStream/Lock.swift:42:27: error: cannot find type 'pthread_mutex_t' in scope
 40 | #else
 41 | @usableFromInline
 42 | typealias LockPrimitive = pthread_mutex_t
    |                           `- error: cannot find type 'pthread_mutex_t' in scope
 43 | #endif
 44 |
/host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/BufferedStream/Lock.swift:56:16: error: cannot find 'pthread_mutexattr_t' in scope
 54 |     InitializeSRWLock(mutex)
 55 |     #else
 56 |     var attr = pthread_mutexattr_t()
    |                `- error: cannot find 'pthread_mutexattr_t' in scope
 57 |     pthread_mutexattr_init(&attr)
 58 |
/host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/BufferedStream/Lock.swift:57:5: error: cannot find 'pthread_mutexattr_init' in scope
 55 |     #else
 56 |     var attr = pthread_mutexattr_t()
 57 |     pthread_mutexattr_init(&attr)
    |     `- error: cannot find 'pthread_mutexattr_init' in scope
 58 |
 59 |     let err = pthread_mutex_init(mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/BufferedStream/Lock.swift:59:15: error: cannot find 'pthread_mutex_init' in scope
 57 |     pthread_mutexattr_init(&attr)
 58 |
 59 |     let err = pthread_mutex_init(mutex, &attr)
    |               `- error: cannot find 'pthread_mutex_init' in scope
 60 |     precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 61 |     #endif
/host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/BufferedStream/Lock.swift:71:15: error: cannot find 'pthread_mutex_destroy' in scope
 69 |     // SRWLOCK does not need to be freed
 70 |     #else
 71 |     let err = pthread_mutex_destroy(mutex)
    |               `- error: cannot find 'pthread_mutex_destroy' in scope
 72 |     precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 73 |     #endif
/host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/BufferedStream/Lock.swift:83:15: error: cannot find 'pthread_mutex_lock' in scope
 81 |     AcquireSRWLockExclusive(mutex)
 82 |     #else
 83 |     let err = pthread_mutex_lock(mutex)
    |               `- error: cannot find 'pthread_mutex_lock' in scope
 84 |     precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 85 |     #endif
/host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/BufferedStream/Lock.swift:95:15: error: cannot find 'pthread_mutex_unlock' in scope
 93 |     ReleaseSRWLockExclusive(mutex)
 94 |     #else
 95 |     let err = pthread_mutex_unlock(mutex)
    |               `- error: cannot find 'pthread_mutex_unlock' in scope
 96 |     precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 97 |     #endif
/host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/BufferedStream/Lock.swift:134:23: error: type of expression is ambiguous without a type annotation
132 |   @inlinable
133 |   static func create(value: Value) -> Self {
134 |     let buffer = Self.create(minimumCapacity: 1) { _ in
    |                       `- error: type of expression is ambiguous without a type annotation
135 |       return value
136 |     }
/host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/BufferedStream/Lock.swift:149:10: error: type of expression is ambiguous without a type annotation
147 |   @inlinable
148 |   func lock() {
149 |     self.withUnsafeMutablePointerToElements { lockPtr in
    |          `- error: type of expression is ambiguous without a type annotation
150 |       LockOperations.lock(lockPtr)
151 |     }
/host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/BufferedStream/Lock.swift:156:10: error: type of expression is ambiguous without a type annotation
154 |   @inlinable
155 |   func unlock() {
156 |     self.withUnsafeMutablePointerToElements { lockPtr in
    |          `- error: type of expression is ambiguous without a type annotation
157 |       LockOperations.unlock(lockPtr)
158 |     }
/host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/BufferedStream/Lock.swift:172:14: error: type of expression is ambiguous without a type annotation
170 |     _ body: (UnsafeMutablePointer<LockPrimitive>) throws -> T
171 |   ) rethrows -> T {
172 |     try self.withUnsafeMutablePointerToElements { lockPtr in
    |              `- error: type of expression is ambiguous without a type annotation
173 |       return try body(lockPtr)
174 |     }
/host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/BufferedStream/Lock.swift:179:14: error: type of expression is ambiguous without a type annotation
177 |   @inlinable
178 |   func withLockedValue<T>(_ mutate: (inout Value) throws -> T) rethrows -> T {
179 |     try self.withUnsafeMutablePointers { valuePtr, lockPtr in
    |              `- error: type of expression is ambiguous without a type annotation
180 |       LockOperations.lock(lockPtr)
181 |       defer { LockOperations.unlock(lockPtr) }
[165/179] Compiling OpenAPIURLSession BufferedStream.swift
error: compile command failed due to signal 11 (use -v to see invocation)
Please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the crash backtrace.
Stack dump:
0.	Program arguments: /usr/bin/swift-frontend -frontend -c /host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/BufferedStream/BufferedStream.swift /host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/BufferedStream/Lock.swift /host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/URLSessionBidirectionalStreaming/BidirectionalStreamingURLSessionDelegate.swift /host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/URLSessionBidirectionalStreaming/HTTPBodyOutputStreamBridge.swift /host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/URLSessionBidirectionalStreaming/URLSession+Extensions.swift -primary-file /host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/URLSessionTransport.swift -emit-dependencies-path /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/OpenAPIURLSession.build/URLSessionTransport.d -emit-reference-dependencies-path /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/OpenAPIURLSession.build/URLSessionTransport.swiftdeps -target aarch64-unknown-linux-android24 -Xllvm -aarch64-use-tbi -disable-objc-interop -sdk /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot -I /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/Modules -enable-testing -g -debug-info-format=dwarf -dwarf-version=4 -module-cache-path /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/ModuleCache -suppress-warnings -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -enable-upcoming-feature ExistentialAny -enable-upcoming-feature MemberImportVisibility -empty-abi-descriptor -resource-dir /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /host/spi-builder-workspace -Xcc --sysroot -Xcc /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot -Xcc -fPIC -Xcc -g -Xcc -fno-omit-frame-pointer -module-name OpenAPIURLSession -package-name swift_openapi_urlsession -in-process-plugin-server-path /usr/lib/swift/host/libSwiftInProcPluginServer.so -plugin-path /usr/lib/swift/host/plugins -plugin-path /usr/local/lib/swift/host/plugins -parse-as-library -o /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/OpenAPIURLSession.build/URLSessionTransport.swift.o -index-store-path /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/index/store -index-system-modules
1.	Swift version 6.1 (swift-6.1-RELEASE)
2.	Compiling with effective version 5.10
3.	While evaluating request IRGenRequest(IR Generation for file "/host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/URLSessionTransport.swift")
4.	While emitting IR SIL function "@$s17OpenAPIURLSession18_standardErrorLock33_849AED48BB8E5D39A6F65399EA95CEAELL_WZ".
 for declaration 0x557b247a78d0 (at /host/spi-builder-workspace/.build/checkouts/swift-openapi-urlsession/Sources/OpenAPIURLSession/URLSessionTransport.swift:299:9)
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
0  swift-frontend 0x0000557b1f45f808
1  swift-frontend 0x0000557b1f45d5ee
2  swift-frontend 0x0000557b1f45fea8
3  libc.so.6      0x00007f6cde05c520
4  swift-frontend 0x0000557b1972b9d3
5  swift-frontend 0x0000557b19723668
6  swift-frontend 0x0000557b19722ebc
7  swift-frontend 0x0000557b1972ad24
8  swift-frontend 0x0000557b196a17df
9  swift-frontend 0x0000557b196a43d7
10 swift-frontend 0x0000557b196a8396
11 swift-frontend 0x0000557b19874481
12 swift-frontend 0x0000557b1986d1da
13 swift-frontend 0x0000557b1973d40e
14 swift-frontend 0x0000557b195fed48
15 swift-frontend 0x0000557b1965f07c
16 swift-frontend 0x0000557b1965efd9
17 swift-frontend 0x0000557b19607837
18 swift-frontend 0x0000557b19600dae
19 swift-frontend 0x0000557b19226a96
20 swift-frontend 0x0000557b19222c0c
21 swift-frontend 0x0000557b19221997
22 swift-frontend 0x0000557b192242ba
23 swift-frontend 0x0000557b19223713
24 swift-frontend 0x0000557b1900086a
25 libc.so.6      0x00007f6cde043d90
26 libc.so.6      0x00007f6cde043e40 __libc_start_main + 128
27 swift-frontend 0x0000557b18fffcc5
*** Signal 11: Backtracing from 0x557b1972b9d3... done ***
*** Program crashed: Bad pointer dereference at 0x0000000000000008 ***
Thread 0 "swift-frontend" crashed:
0  0x0000557b1972b9d3 (anonymous namespace)::ClassLayoutBuilder::addFieldsForClassImpl(swift::ClassDecl*, swift::SILType, swift::ClassDecl*, swift::SILType, bool) + 147 in swift-frontend
Registers:
rax 0x0000000000000000  0
rdx 0x00007ffeee7e6060  80 88 7e ee fe 7f 00 00 78 60 7e ee fe 7f 00 00  ··~îþ···x`~îþ···
rcx 0x0000557b249b95e8  a2 95 9b 24 7b 55 00 00 00 00 00 00 00 00 00 00  ¢··${U··········
rbx 0x00007ffeee7e5bc8  48 5d 7e ee fe 7f 00 00 60 47 b4 25 7b 55 00 00  H]~îþ···`G´%{U··
rsi 0x00007ffeee7e5d48  01 3e 8e 24 7b 55 00 00 58 cd db 23 7b 55 00 00  ·>·${U··XÍÛ#{U··
rdi 0x0000000000000004  4
rbp 0x0000000000000000  0
rsp 0x00007ffeee7e5e60  00 00 00 00 00 00 00 00 78 5e 7e ee fe 7f 00 00  ········x^~îþ···
 r8 0x0000000000000a7c  2684
 r9 0x0000000000000001  1
r10 0x00000000221ef900  572455168
r11 0x00007f6cde234ce0  30 dc 0d 26 7b 55 00 00 00 7d 06 26 7b 55 00 00  0Ü·&{U···}·&{U··
r12 0x0000557b249c9288  c0 c4 9e 23 7b 55 00 00 1c 02 00 08 01 00 00 00  ÀÄ·#{U··········
r13 0x0000557b23dbcd58  1a cd db 23 7b 55 00 00 00 00 00 00 00 00 00 00  ·ÍÛ#{U··········
r14 0x0000557b23dbcd58  1a cd db 23 7b 55 00 00 00 00 00 00 00 00 00 00  ·ÍÛ#{U··········
r15 0x00007ffeee7e8880  a0 86 d0 25 7b 55 00 00 60 82 7e ee fe 7f 00 00   ·Ð%{U··`·~îþ···
rip 0x0000557b1972b9d3  48 8b 4d 08 80 f9 3e 72 25 48 89 e8 90 f7 c1 00  H·M··ù>r%H·è·÷Á·
rflags 0x0000000000010246  ZF PF
cs 0x0033  fs 0x0000  gs 0x0000
Images (110 omitted):
0x0000557b18733000–0x0000557b2031b710 a2f8bf107362d44f046b5d4b0eeadb6d087dfd2b swift-frontend /usr/bin/swift-frontend
Backtrace took 0.62s
BUILD FAILURE 6.1 android