Build Information
Failed to build PaperMC, reference 0.0.9 (5ed83c), with Swift 6.1 for Android on 8 Aug 2025 21:45:55 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wangzhizhou/PaperMC.git
Reference: 0.0.9
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
* tag 0.0.9 -> FETCH_HEAD
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 0.0.9
========================================
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-2":/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-generator.git
Fetching https://github.com/apple/swift-openapi-urlsession.git
[1/994] Fetching swift-openapi-urlsession
[508/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-urlsession.git from cache (0.31s)
[5859/21738] Fetching swift-openapi-runtime, swift-openapi-generator
Fetched https://github.com/apple/swift-openapi-runtime.git from cache (0.75s)
Fetched https://github.com/apple/swift-openapi-generator.git from cache (0.75s)
Computing version for https://github.com/apple/swift-openapi-urlsession.git
Computed https://github.com/apple/swift-openapi-urlsession.git at 1.1.0 (3.10s)
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/apple/swift-http-types
[1/917] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.26s)
[1/16947] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.17s)
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.81s)
Computing version for https://github.com/apple/swift-openapi-generator.git
Computed https://github.com/apple/swift-openapi-generator.git at 1.10.2 (1.12s)
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/mattpolzin/OpenAPIKit
Fetching https://github.com/apple/swift-algorithms
[1/5968] Fetching swift-algorithms
[4179/16965] Fetching swift-algorithms, yams
[6849/32595] Fetching swift-algorithms, yams, swift-argument-parser
[25478/122357] Fetching swift-algorithms, yams, swift-argument-parser, openapikit
Fetched https://github.com/jpsim/Yams from cache (2.25s)
[58401/111360] Fetching swift-algorithms, swift-argument-parser, openapikit
Fetched https://github.com/apple/swift-algorithms from cache (5.68s)
Fetched https://github.com/apple/swift-argument-parser from cache (5.69s)
Fetched https://github.com/mattpolzin/OpenAPIKit from cache (5.76s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (6.31s)
Fetching https://github.com/apple/swift-numerics.git
[1/5827] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.42s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.94s)
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.64s)
Computing version for https://github.com/mattpolzin/OpenAPIKit
Computed https://github.com/mattpolzin/OpenAPIKit at 3.6.0 (0.70s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (0.62s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 6.0.2 (0.50s)
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-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.1
Creating working copy for https://github.com/mattpolzin/OpenAPIKit
Working copy of https://github.com/mattpolzin/OpenAPIKit resolved at 3.6.0
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-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-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/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
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-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.1
[0/36] Write sources
[13/36] Compiling writer.c
[14/36] Compiling reader.c
[15/36] Compiling api.c
[16/36] Compiling parser.c
[17/36] Compiling emitter.c
[18/36] Compiling _NumericsShims _NumericsShims.c
[19/36] Compiling scanner.c
[19/36] Write swift-version-24593BA9C3E375BF.txt
[22/115] Compiling OpenAPIKitCore AnyCodable.swift
[23/115] Compiling OpenAPIKitCore Either+Codable.swift
[24/116] Compiling ArgumentParserToolInfo ToolInfo.swift
[25/116] Emitting module ArgumentParserToolInfo
[26/116] Compiling OpenAPIKitCore Discriminator.swift
[27/116] Compiling OpenAPIKitCore HttpMethod.swift
[28/116] Compiling OpenAPIKitCore JSONSchemaPermissions.swift
[29/116] Compiling OpenAPIKitCore JSONTypeFormat.swift
[30/120] Compiling OpenAPIKitCore CallbackURL.swift
[31/120] Compiling OpenAPIKitCore ComponentKey.swift
[32/123] Compiling RealModule Float80+Real.swift
[33/123] Compiling RealModule Real.swift
[34/123] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[35/123] Emitting module InternalCollectionsUtilities
[36/123] Compiling OpenAPIKitCore OpenAPIError.swift
[37/123] Compiling OpenAPIKitCore OpenAPIWarning.swift
[38/123] Compiling OpenAPIKitCore InconsistencyError.swift
[39/123] Compiling OpenAPIKitCore OpenAPIDecodingErrors.swift
[40/123] Compiling RealModule ElementaryFunctions.swift
[41/124] Emitting module RealModule
[44/124] Compiling RealModule Float+Real.swift
[45/124] Compiling OpenAPIKitCore Either+CustomStringConvertible.swift
[46/124] Compiling OpenAPIKitCore Either.swift
[47/124] Compiling OpenAPIKitCore CodingPathError.swift
[48/124] Compiling OpenAPIKitCore DecodingErrorExtensions.swift
[49/124] Compiling RealModule Float16+Real.swift
[50/124] Compiling OpenAPIKitCore DiggingError.swift
[51/124] Compiling OpenAPIKitCore EitherDecodeNoTypesMatchedErrorExtensions.swift
[54/124] Compiling RealModule RealFunctions.swift
[57/125] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[57/126] Wrapping AST for ArgumentParserToolInfo for debugging
[59/170] Wrapping AST for RealModule for debugging
[60/170] Wrapping AST for InternalCollectionsUtilities for debugging
[62/250] Compiling OrderedCollections OrderedDictionary+Codable.swift
[63/250] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[64/250] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[65/250] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[66/250] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[67/250] Compiling OrderedCollections OrderedDictionary+Elements.swift
[68/256] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[69/256] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[70/256] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[71/256] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[72/256] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[73/256] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[74/256] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[75/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[76/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[77/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[78/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[79/263] Compiling ArgumentParser Tree.swift
[80/263] Compiling ArgumentParser CodingKeyValidator.swift
[81/263] Compiling ArgumentParser NonsenseFlagsValidator.swift
[82/263] Emitting module ArgumentParser
[83/263] Compiling OrderedCollections OrderedSet+Initializers.swift
[84/263] Compiling OrderedCollections OrderedSet+Insertions.swift
[85/263] Compiling OrderedCollections OrderedSet+Invariants.swift
[86/263] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[87/263] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[88/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[89/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[90/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[91/263] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[92/263] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[93/263] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[94/263] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[95/263] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[96/263] Compiling OrderedCollections OrderedDictionary+Values.swift
[101/266] Compiling OrderedCollections _Hashtable+Header.swift
[102/266] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[103/266] Compiling Algorithms Trim.swift
[104/266] Compiling Algorithms Unique.swift
[105/266] Compiling Algorithms Windows.swift
[107/266] Compiling OrderedCollections _HashTable+Testing.swift
[108/266] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[109/266] Compiling OrderedCollections _HashTable.swift
[111/266] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[112/266] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[113/266] Compiling OrderedCollections _HashTable+Bucket.swift
[114/266] Compiling OrderedCollections _HashTable+BucketIterator.swift
[115/266] Emitting module OpenAPIKitCore
[116/266] Compiling OrderedCollections _HashTable+Constants.swift
[117/266] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[128/266] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[143/267] Emitting module Yams
[163/268] Wrapping AST for OpenAPIKitCore for debugging
[164/268] Wrapping AST for Yams for debugging
[169/268] Compiling ArgumentParser ParsableArgumentsValidation.swift
[170/268] Compiling ArgumentParser PositionalArgumentsValidator.swift
[171/268] Compiling ArgumentParser UniqueNamesValidator.swift
[172/327] Compiling OpenAPIKit30 Components+Locatable.swift
[173/327] Compiling OpenAPIKit30 Components.swift
[174/327] Compiling OpenAPIKit30 Content.swift
[175/327] Compiling OpenAPIKit30 ContentEncoding.swift
[176/327] Compiling OpenAPIKit30 DereferencedContent.swift
[177/327] Compiling OpenAPIKit30 Parameter.swift
[178/327] Compiling OpenAPIKit30 ParameterContext.swift
[179/327] Compiling OpenAPIKit30 ParameterSchemaContext.swift
[180/387] Compiling OpenAPIKit SchemaProtocols.swift
[181/387] Compiling OpenAPIKit SwiftPrimitiveTypes+OpenAPI.swift
[182/387] Compiling OpenAPIKit DereferencedJSONSchema.swift
[183/387] Compiling OpenAPIKit JSONSchema+Combining.swift
[184/387] Compiling OpenAPIKit JSONSchema.swift
[185/387] Compiling OpenAPIKit JSONSchemaContext.swift
[186/387] Compiling OpenAPIKit SimplifiedJSONSchema.swift
[187/387] Compiling OpenAPIKit TypesAndFormats.swift
[188/387] Compiling OpenAPIKit ContentEncoding.swift
[189/387] Compiling OpenAPIKit DereferencedContent.swift
[190/387] Compiling OpenAPIKit DocumentDecodingError.swift
[191/387] Compiling OpenAPIKit OperationDecodingError.swift
[192/387] Compiling OpenAPIKit PathDecodingError.swift
[193/387] Compiling OpenAPIKit ResponseDecodingError.swift
[194/387] Compiling OpenAPIKit Example.swift
[195/387] Compiling OpenAPIKit ExternalDocumentation.swift
[196/387] Compiling OpenAPIKit DereferencedContentEncoding.swift
[197/387] Compiling OpenAPIKit DereferencedDocument.swift
[198/387] Compiling OpenAPIKit Document.swift
[199/387] Compiling OpenAPIKit DocumentInfo.swift
[200/387] Compiling OpenAPIKit ResolvedDocument.swift
[201/387] Compiling OpenAPIKit Either+Convenience.swift
[202/387] Compiling OpenAPIKit Either+LocallyDereferenceable.swift
[203/387] Compiling OpenAPIKit Either+Summarizable.swift
[204/387] Compiling OpenAPIKit Either+Validatable.swift
[205/387] Compiling OpenAPIKit AnyCodable+Validatable.swift
[206/387] Compiling OpenAPIKit Callbacks.swift
[207/387] Compiling OpenAPIKit CodableVendorExtendable.swift
[208/387] Compiling OpenAPIKit Components+JSONReference.swift
[209/387] Compiling OpenAPIKit Components+Locatable.swift
[210/387] Compiling OpenAPIKit Components.swift
[211/387] Compiling OpenAPIKit Content.swift
[212/387] Compiling OpenAPIKit DereferencedHeader.swift
[213/387] Compiling OpenAPIKit Header.swift
[214/387] Compiling OpenAPIKit JSONReference.swift
[221/387] Compiling OpenAPIKit DereferencedSecurityRequirement.swift
[222/387] Compiling OpenAPIKit SecurityScheme.swift
[223/387] Compiling OpenAPIKit Server.swift
[224/387] Compiling OpenAPIKit Tag.swift
[225/387] Compiling OpenAPIKit URLTemplate+Validatable.swift
[226/387] Compiling OrderedCollections OrderedSet.swift
[227/387] Compiling OrderedCollections _UnsafeBitset.swift
[232/387] Emitting module OrderedCollections
[233/388] Wrapping AST for OrderedCollections for debugging
[237/388] Compiling OpenAPIKit Link.swift
[238/388] Compiling OpenAPIKit OpenAPI.swift
[239/388] Compiling OpenAPIKit DereferencedOperation.swift
[240/388] Compiling OpenAPIKit Operation.swift
[241/388] Compiling OpenAPIKit ResolvedEndpoint.swift
[242/388] Compiling OpenAPIKit OrderedDictionary+Validatable.swift
[243/388] Compiling OpenAPIKit DereferencedParameter.swift
[244/388] Compiling OpenAPIKit DereferencedSchemaContext.swift
[245/388] Compiling OpenAPIKit Parameter.swift
[246/388] Compiling OpenAPIKit ParameterContext.swift
[247/388] Emitting module OpenAPIKit30
[248/396] Emitting module Algorithms
[262/398] Wrapping AST for Algorithms for debugging
[264/398] Wrapping AST for ArgumentParser for debugging
[300/406] Compiling OpenAPIKit Request.swift
[301/406] Compiling OpenAPIKit DereferencedResponse.swift
[302/406] Compiling OpenAPIKit Response.swift
[303/406] Compiling OpenAPIKit RuntimeExpression.swift
[326/406] Emitting module OpenAPIKit
[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
[355/406] Compiling OpenAPIKit ParameterSchemaContext.swift
[356/406] Compiling OpenAPIKit DereferencedPathItem.swift
[357/406] Compiling OpenAPIKit PathItem.swift
[358/406] Compiling OpenAPIKit ResolvedRoute.swift
[359/406] Compiling OpenAPIKit DereferencedRequest.swift
[368/407] Wrapping AST for OpenAPIKit30 for debugging
[385/407] Compiling OpenAPIKit _CoreReExport.swift
[402/408] Wrapping AST for OpenAPIKit for debugging
[404/411] Compiling OpenAPIKitCompat Either+Map.swift
[405/411] Compiling OpenAPIKitCompat Compat30To31.swift
[406/411] Emitting module OpenAPIKitCompat
[407/412] Wrapping AST for OpenAPIKitCompat for debugging
[409/494] Compiling _OpenAPIGeneratorCore Config.swift
[410/494] Compiling _OpenAPIGeneratorCore Diagnostics.swift
[411/494] Compiling _OpenAPIGeneratorCore DiagnosticsCollectorProvider.swift
[412/494] Compiling _OpenAPIGeneratorCore Errors.swift
[413/494] Compiling _OpenAPIGeneratorCore Foundation.swift
[414/494] Compiling _OpenAPIGeneratorCore OpenAPIKit.swift
[415/494] Compiling _OpenAPIGeneratorCore String.swift
[416/494] Compiling _OpenAPIGeneratorCore SwiftStandardLibrary.swift
[417/494] Compiling _OpenAPIGeneratorCore FeatureFlags.swift
[418/494] Compiling _OpenAPIGeneratorCore GeneratorMode.swift
[419/494] Compiling _OpenAPIGeneratorCore GeneratorPipeline.swift
[420/494] Compiling _OpenAPIGeneratorCore GeneratorPipelineStage.swift
[421/505] Compiling _OpenAPIGeneratorCore ResponseKind.swift
[422/505] Compiling _OpenAPIGeneratorCore TypedResponse.swift
[423/505] Compiling _OpenAPIGeneratorCore TypedResponseHeader.swift
[424/505] Compiling _OpenAPIGeneratorCore acceptHeaderContentTypes.swift
[425/505] Compiling _OpenAPIGeneratorCore translateResponse.swift
[426/505] Compiling _OpenAPIGeneratorCore translateResponseHeader.swift
[427/505] Compiling _OpenAPIGeneratorCore translateResponseOutcome.swift
[428/505] Compiling _OpenAPIGeneratorCore ServerTranslator.swift
[429/505] Compiling _OpenAPIGeneratorCore translateServerMethod.swift
[430/505] Compiling _OpenAPIGeneratorCore TranslatorProtocol.swift
[431/505] Compiling _OpenAPIGeneratorCore Builtins.swift
[432/505] Compiling _OpenAPIGeneratorCore ReferenceStack.swift
[433/505] Compiling _OpenAPIGeneratorCore SafeNameGenerator.swift
[434/505] Compiling _OpenAPIGeneratorCore TypeAssigner.swift
[435/505] Compiling _OpenAPIGeneratorCore TypeLocation.swift
[436/505] Compiling _OpenAPIGeneratorCore TypeMatcher.swift
[437/505] Compiling _OpenAPIGeneratorCore TypeName.swift
[438/505] Compiling _OpenAPIGeneratorCore TypeUsage.swift
[439/505] Compiling _OpenAPIGeneratorCore isSchemaSupported.swift
[440/505] Compiling _OpenAPIGeneratorCore TypesFileTranslator.swift
[441/505] Compiling _OpenAPIGeneratorCore translateAPIProtocol.swift
[442/505] Compiling _OpenAPIGeneratorCore translateBoxedTypes.swift
[443/505] Compiling _OpenAPIGeneratorCore translateComponentHeaders.swift
[444/505] Compiling _OpenAPIGeneratorCore translateComponentParameters.swift
[445/505] Compiling _OpenAPIGeneratorCore translateComponentRequestBodies.swift
[446/505] Compiling _OpenAPIGeneratorCore translateComponentResponses.swift
[447/505] Compiling _OpenAPIGeneratorCore translateComponents.swift
[448/505] Compiling _OpenAPIGeneratorCore translateOperations.swift
[449/505] Compiling _OpenAPIGeneratorCore translateSchemas.swift
[450/505] Compiling _OpenAPIGeneratorCore translateServers.swift
[451/505] Compiling _OpenAPIGeneratorCore translateServersVariables.swift
[452/505] Compiling _OpenAPIGeneratorCore TypeOverrides.swift
[453/505] Compiling _OpenAPIGeneratorCore YamlFileDiagnosticsCollector.swift
[454/505] Compiling _OpenAPIGeneratorCore Constants.swift
[455/505] Compiling _OpenAPIGeneratorCore DiscriminatorExtensions.swift
[456/505] Compiling _OpenAPIGeneratorCore SchemaOverrides.swift
[457/505] Compiling _OpenAPIGeneratorCore StructBlueprint.swift
[458/505] Compiling _OpenAPIGeneratorCore CodingStrategy.swift
[459/505] Compiling _OpenAPIGeneratorCore ContentInspector.swift
[460/505] Compiling _OpenAPIGeneratorCore ContentType.swift
[461/505] Compiling _OpenAPIGeneratorCore SchemaContent.swift
[462/505] Compiling _OpenAPIGeneratorCore FileTranslator+FeatureFlags.swift
[463/505] Compiling _OpenAPIGeneratorCore FileTranslator.swift
[464/505] Compiling _OpenAPIGeneratorCore MultipartAdditionalProperties.swift
[465/505] Compiling _OpenAPIGeneratorCore MultipartContent.swift
[466/505] Compiling _OpenAPIGeneratorCore MultipartContentInspector.swift
[467/505] Compiling _OpenAPIGeneratorCore translateMultipart.swift
[468/505] Compiling _OpenAPIGeneratorCore MultiplexTranslator.swift
[469/505] Compiling _OpenAPIGeneratorCore OperationDescription.swift
[470/505] Compiling _OpenAPIGeneratorCore TypedParameter.swift
[471/505] Compiling _OpenAPIGeneratorCore translateParameter.swift
[472/505] Compiling _OpenAPIGeneratorCore DeclarationRecursionDetector.swift
[473/505] Compiling _OpenAPIGeneratorCore RecursionDetector.swift
[474/505] Compiling _OpenAPIGeneratorCore TypedRequestBody.swift
[475/505] Compiling _OpenAPIGeneratorCore translateRequestBody.swift
[476/505] Compiling _OpenAPIGeneratorCore HTTPStatusCodes.swift
[477/505] Compiling _OpenAPIGeneratorCore translateClientMethod.swift
[478/505] Compiling _OpenAPIGeneratorCore translateAllAnyOneOf.swift
[479/505] Compiling _OpenAPIGeneratorCore translateArray.swift
[480/505] Compiling _OpenAPIGeneratorCore translateCodable.swift
[481/505] Compiling _OpenAPIGeneratorCore translateObjectStruct.swift
[482/505] Compiling _OpenAPIGeneratorCore translateRawEnum.swift
[483/505] Compiling _OpenAPIGeneratorCore translateRawRepresentableEnum.swift
[484/505] Compiling _OpenAPIGeneratorCore translateSchema.swift
[485/505] Compiling _OpenAPIGeneratorCore translateStructBlueprint.swift
[486/505] Compiling _OpenAPIGeneratorCore translateTypealias.swift
[487/505] Compiling _OpenAPIGeneratorCore Annotations.swift
[488/505] Compiling _OpenAPIGeneratorCore CommentExtensions.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/515] Compiling swift_openapi_generator PluginSource.swift
[506/516] Compiling swift_openapi_generator UserConfig.swift
[507/516] Compiling swift_openapi_generator GenerateOptions.swift
[508/516] Compiling swift_openapi_generator runGenerator.swift
[509/516] Compiling swift_openapi_generator GenerateCommand.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
[21/50] Compiling _NumericsShims _NumericsShims.c
[21/50] Write sources
[24/50] Compiling reader.c
[25/50] Compiling writer.c
[26/50] Compiling emitter.c
[26/50] Compiling api.c
[28/50] Compiling parser.c
[29/50] Compiling scanner.c
[30/50] Write swift-version-24593BA9C3E375BF.txt
[32/77] Emitting module ArgumentParserToolInfo
[33/78] Wrapping AST for ArgumentParserToolInfo for debugging
[35/78] Emitting module OpenAPIKitCore
[37/79] Emitting module RealModule
[38/81] Emitting module InternalCollectionsUtilities
[40/82] Wrapping AST for OpenAPIKitCore for debugging
[42/84] Emitting module Yams
[43/87] Wrapping AST for Yams for debugging
[44/87] Wrapping AST for RealModule for debugging
[46/87] Emitting module ArgumentParser
[47/88] Wrapping AST for InternalCollectionsUtilities for debugging
[48/88] Wrapping AST for ArgumentParser for debugging
[50/88] Compiling HTTPTypes HTTPFieldName.swift
[51/89] Compiling InternalCollectionsUtilities Descriptions.swift
[52/89] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[53/89] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[54/90] Emitting module OpenAPIKit30
[55/91] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[56/91] Compiling InternalCollectionsUtilities Integer rank.swift
[57/91] Emitting module InternalCollectionsUtilities
[58/91] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[59/91] Compiling InternalCollectionsUtilities UInt+reversed.swift
[60/91] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[61/91] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[62/91] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[63/91] Compiling InternalCollectionsUtilities _SortedCollection.swift
[64/91] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[65/91] Compiling InternalCollectionsUtilities Debugging.swift
[66/91] Compiling HTTPTypes HTTPParsedFields.swift
[67/91] Compiling HTTPTypes ISOLatin1String.swift
[68/91] Compiling HTTPTypes HTTPRequest.swift
[69/91] Compiling HTTPTypes HTTPResponse.swift
[71/91] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[72/92] Compiling HTTPTypes NIOLock.swift
[72/92] Wrapping AST for OpenAPIKit30 for debugging
[75/92] Emitting module OpenAPIKit
[77/108] Compiling DequeModule Deque+CustomReflectable.swift
[78/108] Compiling DequeModule Deque+Descriptions.swift
[79/108] Compiling DequeModule Deque+Equatable.swift
[80/108] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[81/110] Emitting module OrderedCollections
[82/111] Compiling DequeModule Deque+Extras.swift
[83/111] Compiling DequeModule Deque+Hashable.swift
[84/112] Compiling DequeModule _DequeBuffer.swift
[85/112] Compiling DequeModule _DequeBufferHeader.swift
[86/112] Compiling DequeModule Deque+Testing.swift
[87/112] Compiling DequeModule Deque._Storage.swift
[88/112] Compiling DequeModule Deque._UnsafeHandle.swift
[89/112] Compiling DequeModule Deque.swift
[89/112] Wrapping AST for OpenAPIKit for debugging
[92/112] Compiling DequeModule _DequeSlot.swift
[93/112] Compiling DequeModule _UnsafeWrappedBuffer.swift
[94/112] Emitting module OpenAPIKitCompat
[95/113] Emitting module Algorithms
[97/114] Compiling DequeModule Deque+Codable.swift
[98/114] Compiling DequeModule Deque+Collection.swift
[99/114] Emitting module DequeModule
[101/115] Wrapping AST for OrderedCollections for debugging
[102/115] Wrapping AST for OpenAPIKitCompat for debugging
[103/115] Wrapping AST for Algorithms for debugging
[105/116] Emitting module _OpenAPIGeneratorCore
[106/117] Wrapping AST for _OpenAPIGeneratorCore for debugging
[108/118] Compiling HTTPTypes HTTPField.swift
[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] Emitting module OpenAPIRuntime
[122/189] Compiling OpenAPIRuntime FoundationExtensions.swift
[123/189] Compiling OpenAPIRuntime ParameterStyles.swift
[124/189] Compiling OpenAPIRuntime ServerVariable.swift
[125/189] Compiling OpenAPIRuntime URLExtensions.swift
[126/189] Compiling OpenAPIRuntime Deprecated.swift
[127/189] Compiling OpenAPIRuntime ClientError.swift
[128/189] Compiling OpenAPIRuntime CodingErrors.swift
[129/189] Compiling OpenAPIRuntime RuntimeError.swift
[130/189] Compiling OpenAPIRuntime ServerError.swift
[131/189] Compiling OpenAPIRuntime URICodeCodingKey.swift
[132/189] Compiling OpenAPIRuntime URICoderConfiguration.swift
[133/189] Compiling OpenAPIRuntime URIEncodedNode.swift
[134/189] Compiling OpenAPIRuntime URIParsedTypes.swift
[135/189] Compiling OpenAPIRuntime URIDecoder.swift
[136/189] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[137/189] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[138/189] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[139/189] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[140/189] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[141/189] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[142/189] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[143/189] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[144/189] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[145/189] Compiling OpenAPIRuntime MultipartValidation.swift
[146/189] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[147/189] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[148/189] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[149/189] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[150/189] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[151/189] Compiling OpenAPIRuntime ServerSentEvents.swift
[152/189] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[153/189] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[154/189] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[155/189] Compiling OpenAPIRuntime ClientTransport.swift
[156/189] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[157/189] Compiling OpenAPIRuntime CodableExtensions.swift
[158/189] Compiling OpenAPIRuntime Configuration.swift
[159/189] Compiling OpenAPIRuntime Converter+Client.swift
[160/189] Compiling OpenAPIRuntime Converter+Common.swift
[161/189] Compiling OpenAPIRuntime Converter+Server.swift
[162/189] Compiling OpenAPIRuntime Converter.swift
[163/189] Compiling OpenAPIRuntime CurrencyExtensions.swift
[164/189] Compiling OpenAPIRuntime ErrorExtensions.swift
[165/189] Compiling OpenAPIRuntime Acceptable.swift
[166/189] Compiling OpenAPIRuntime Base64EncodedData.swift
[167/189] Compiling OpenAPIRuntime ByteUtilities.swift
[168/189] Compiling OpenAPIRuntime ContentDisposition.swift
[169/189] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[170/189] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[171/189] Compiling OpenAPIRuntime OpenAPIValue.swift
[172/189] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[173/189] Compiling OpenAPIRuntime UndocumentedPayload.swift
[174/189] Compiling OpenAPIRuntime CurrencyTypes.swift
[175/189] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[176/189] Compiling OpenAPIRuntime HTTPBody.swift
[177/189] Compiling OpenAPIRuntime ServerTransport.swift
[178/189] Compiling OpenAPIRuntime UniversalClient.swift
[179/189] Compiling OpenAPIRuntime UniversalServer.swift
[180/189] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[181/189] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.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 BidirectionalStreamingURLSessionDelegate.swift
[192/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) }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[193/201] 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) }
[194/201] Compiling OpenAPIURLSession HTTPBodyOutputStreamBridge.swift
[195/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 0x5564ce66a730 (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 0x00005564c9219808
1 swift-frontend 0x00005564c92175ee
2 swift-frontend 0x00005564c9219ea8
3 libc.so.6 0x00007f6cad7e1520
4 swift-frontend 0x00005564c34e59d3
5 swift-frontend 0x00005564c34dd668
6 swift-frontend 0x00005564c34dcebc
7 swift-frontend 0x00005564c34e4d24
8 swift-frontend 0x00005564c345b7df
9 swift-frontend 0x00005564c345e3d7
10 swift-frontend 0x00005564c3462396
11 swift-frontend 0x00005564c362e481
12 swift-frontend 0x00005564c36271da
13 swift-frontend 0x00005564c34f740e
14 swift-frontend 0x00005564c33b8d48
15 swift-frontend 0x00005564c341907c
16 swift-frontend 0x00005564c3418fd9
17 swift-frontend 0x00005564c33c1837
18 swift-frontend 0x00005564c33badae
19 swift-frontend 0x00005564c2fe0a96
20 swift-frontend 0x00005564c2fdcc0c
21 swift-frontend 0x00005564c2fdb997
22 swift-frontend 0x00005564c2fde2ba
23 swift-frontend 0x00005564c2fdd713
24 swift-frontend 0x00005564c2dba86a
25 libc.so.6 0x00007f6cad7c8d90
26 libc.so.6 0x00007f6cad7c8e40 __libc_start_main + 128
27 swift-frontend 0x00005564c2db9cc5
*** Signal 11: Backtracing from 0x5564c34e59d3... done ***
*** Program crashed: Bad pointer dereference at 0x0000000000000008 ***
Thread 0 "swift-frontend" crashed:
0 0x00005564c34e59d3 (anonymous namespace)::ClassLayoutBuilder::addFieldsForClassImpl(swift::ClassDecl*, swift::SILType, swift::ClassDecl*, swift::SILType, bool) + 147 in swift-frontend
Registers:
rax 0x0000000000000000 0
rdx 0x00007ffc466b51c0 e0 79 6b 46 fc 7f 00 00 d8 51 6b 46 fc 7f 00 00 àykFü···ØQkFü···
rcx 0x00005564ce87c758 12 c7 87 ce 64 55 00 00 00 00 00 00 00 00 00 00 ·Ç·ÎdU··········
rbx 0x00007ffc466b4d28 a8 4e 6b 46 fc 7f 00 00 30 08 d2 cf 64 55 00 00 ¨NkFü···0·ÒÏdU··
rsi 0x00007ffc466b4ea8 01 70 7a ce 64 55 00 00 18 fd c7 cd 64 55 00 00 ·pzÎdU···ýÇÍdU··
rdi 0x0000000000000004 4
rbp 0x0000000000000000 0
rsp 0x00007ffc466b4fc0 00 00 00 00 00 00 00 00 d8 4f 6b 46 fc 7f 00 00 ········ØOkFü···
r8 0x0000000000000a7c 2684
r9 0x0000000000000001 1
r10 0x00000000cbfa9900 3422198016
r11 0x00007f6cad9b9ce0 70 1c fa cf 64 55 00 00 d0 dc 03 cf 64 55 00 00 p·úÏdU··ÐÜ·ÏdU··
r12 0x00005564ce88c468 40 c6 8a cd 64 55 00 00 1c 02 00 08 01 00 00 00 @Æ·ÍdU··········
r13 0x00005564cdc7fd18 da fc c7 cd 64 55 00 00 00 00 00 00 00 00 00 00 ÚüÇÍdU··········
r14 0x00005564cdc7fd18 da fc c7 cd 64 55 00 00 00 00 00 00 00 00 00 00 ÚüÇÍdU··········
r15 0x00007ffc466b79e0 50 ec c3 cf 64 55 00 00 c0 73 6b 46 fc 7f 00 00 PìÃÏdU··ÀskFü···
rip 0x00005564c34e59d3 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):
0x00005564c24ed000–0x00005564ca0d5710 a2f8bf107362d44f046b5d4b0eeadb6d087dfd2b swift-frontend /usr/bin/swift-frontend
Backtrace took 0.68s
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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 parser.c
[4/23] Compiling api.c
[5/23] Compiling scanner.c
[6/23] Compiling emitter.c
[7/23] Write swift-version-24593BA9C3E375BF.txt
[9/102] Compiling Yams Constructor.swift
[10/102] Compiling Yams Node.Scalar.swift
[11/103] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[12/103] Compiling RealModule Real.swift
[13/104] Compiling Yams Node.Sequence.swift
[14/104] Compiling Yams Node.swift
[15/104] Compiling RealModule ElementaryFunctions.swift
[16/104] Compiling RealModule Float80+Real.swift
[17/104] Compiling RealModule Float16+Real.swift
[18/104] Compiling RealModule Float+Real.swift
[19/104] Compiling RealModule RealFunctions.swift
[20/104] Compiling Yams Tag.swift
[21/104] Compiling Yams YamlAnchorProviding.swift
[22/104] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[23/106] Compiling Yams Decoder.swift
[24/106] Compiling Yams Emitter.swift
[25/106] Compiling Yams Encoder.swift
[26/106] Compiling Yams Mark.swift
[29/106] Compiling Yams Resolver.swift
[30/106] Compiling Yams String+Yams.swift
[31/106] Emitting module RealModule
[33/107] Compiling Yams YamlError.swift
[34/107] Compiling Yams YamlTagProviding.swift
[35/107] Compiling Yams AliasDereferencingStrategy.swift
[36/107] Compiling Yams Anchor.swift
[37/107] Emitting module InternalCollectionsUtilities
[38/107] Compiling OpenAPIKitCore ResponseStatusCode.swift
[39/107] Compiling OpenAPIKitCore SecurityScheme.swift
[40/107] Compiling OpenAPIKitCore URLTemplate+Parsing.swift
[41/107] Compiling OpenAPIKitCore URLTemplate.swift
[44/107] Compiling Yams Node.Alias.swift
[45/107] Compiling Yams Node.Mapping.swift
[50/112] Wrapping AST for RealModule for debugging
[53/112] Emitting module Yams
[54/112] Emitting module OpenAPIKitCore
[67/112] Compiling Yams Parser.swift
[68/112] Compiling Yams RedundancyAliasingStrategy.swift
[69/112] Compiling Yams Representer.swift
[70/112] Compiling OpenAPIKitCore Container+DecodeURLAsString.swift
[71/112] Compiling OpenAPIKitCore Optional+Zip.swift
[72/112] Compiling OpenAPIKitCore Result+Value.swift
[73/112] Compiling OpenAPIKitCore Validatable.swift
[75/129] Compiling OpenAPIKitCore HttpMethod.swift
[76/129] Compiling OpenAPIKitCore JSONSchemaPermissions.swift
[77/129] Compiling OpenAPIKitCore JSONTypeFormat.swift
[78/131] Compiling OpenAPIKitCore OAuthFlows.swift
[79/131] Compiling OpenAPIKitCore ParameterContextLocation.swift
[80/131] Compiling OpenAPIKitCore ParameterSchemaContextStyle.swift
[81/131] Compiling OpenAPIKitCore Path.swift
[82/138] Compiling Algorithms Combinations.swift
[83/138] Compiling Algorithms Compacted.swift
[84/138] Compiling Algorithms Cycle.swift
[85/138] Emitting module ArgumentParserToolInfo
[86/138] Compiling ArgumentParserToolInfo ToolInfo.swift
[87/139] Wrapping AST for InternalCollectionsUtilities for debugging
[90/139] Compiling Algorithms Joined.swift
[91/139] Compiling Algorithms Keyed.swift
[92/139] Compiling Algorithms MinMax.swift
[93/139] Compiling Algorithms Grouped.swift
[94/139] Compiling Algorithms Indexed.swift
[95/139] Compiling Algorithms Intersperse.swift
[95/194] Wrapping AST for OpenAPIKitCore for debugging
[96/194] Wrapping AST for ArgumentParserToolInfo for debugging
[98/293] Compiling OpenAPIKit30 Parameter.swift
[99/293] Compiling OpenAPIKit30 ParameterContext.swift
[100/293] Compiling OpenAPIKit30 ParameterSchemaContext.swift
[101/293] Compiling OpenAPIKit30 DereferencedPathItem.swift
[102/293] Compiling OpenAPIKit30 PathItem.swift
[103/293] Compiling OpenAPIKit30 ResolvedRoute.swift
[104/360] Compiling OpenAPIKit ResolvedRoute.swift
[105/360] Compiling OpenAPIKit DereferencedRequest.swift
[106/360] Compiling OpenAPIKit Request.swift
[107/360] Compiling OpenAPIKit JSONSchemaContext.swift
[108/360] Compiling OpenAPIKit SimplifiedJSONSchema.swift
[109/360] Compiling OpenAPIKit TypesAndFormats.swift
[110/360] Compiling OpenAPIKit DereferencedSecurityRequirement.swift
[111/360] Compiling OpenAPIKit SecurityScheme.swift
[112/360] Compiling OpenAPIKit Server.swift
[113/360] Compiling OpenAPIKit Tag.swift
[114/360] Compiling OpenAPIKit URLTemplate+Validatable.swift
[115/360] Compiling OpenAPIKit DereferencedResponse.swift
[116/360] Compiling OpenAPIKit Response.swift
[117/360] Compiling OpenAPIKit RuntimeExpression.swift
[118/367] Compiling OpenAPIKit Components+Locatable.swift
[119/367] Compiling OpenAPIKit Components.swift
[120/367] Compiling OpenAPIKit Content.swift
[121/367] Compiling OpenAPIKit ContentEncoding.swift
[122/367] Compiling OpenAPIKit DereferencedContent.swift
[123/367] Compiling OpenAPIKit DereferencedContentEncoding.swift
[124/367] Compiling OpenAPIKit DereferencedDocument.swift
[125/367] Compiling OpenAPIKit Document.swift
[130/367] Compiling OpenAPIKit DocumentInfo.swift
[131/367] Compiling OpenAPIKit ResolvedDocument.swift
[132/367] Compiling OpenAPIKit Either+Convenience.swift
[133/367] Compiling OpenAPIKit Either+LocallyDereferenceable.swift
[135/367] Compiling OpenAPIKit Either+Summarizable.swift
[136/367] Compiling OpenAPIKit Either+Validatable.swift
[140/367] Compiling OpenAPIKit DereferencedHeader.swift
[141/367] Compiling OpenAPIKit Header.swift
[142/367] Compiling OpenAPIKit JSONReference.swift
[143/367] Compiling OpenAPIKit Parameter.swift
[144/367] Compiling OpenAPIKit ParameterContext.swift
[145/367] Compiling OpenAPIKit ParameterSchemaContext.swift
[146/367] Compiling OpenAPIKit DereferencedPathItem.swift
[147/367] Compiling OpenAPIKit PathItem.swift
[148/367] Compiling OpenAPIKit DereferencedParameter.swift
[149/367] Compiling OpenAPIKit DereferencedSchemaContext.swift
[150/367] Compiling OpenAPIKit DocumentDecodingError.swift
[151/367] Compiling OpenAPIKit OperationDecodingError.swift
[152/367] Compiling OpenAPIKit PathDecodingError.swift
[153/367] Compiling OpenAPIKit ResponseDecodingError.swift
[154/367] Compiling OpenAPIKit Example.swift
[155/367] Compiling OpenAPIKit ExternalDocumentation.swift
[156/367] Compiling OpenAPIKit AnyCodable+Validatable.swift
[157/367] Compiling OpenAPIKit Callbacks.swift
[158/367] Compiling OpenAPIKit CodableVendorExtendable.swift
[159/367] Compiling OpenAPIKit Components+JSONReference.swift
[178/368] Emitting module ArgumentParser
[187/374] Compiling OpenAPIKit Link.swift
[188/374] Compiling OpenAPIKit OpenAPI.swift
[189/374] Compiling OpenAPIKit DereferencedOperation.swift
[190/374] Compiling OpenAPIKit Operation.swift
[191/374] Compiling OpenAPIKit ResolvedEndpoint.swift
[192/374] Compiling OpenAPIKit OrderedDictionary+Validatable.swift
[193/374] Compiling OrderedCollections OrderedSet+Sendable.swift
[194/374] Compiling OrderedCollections OrderedSet+SubSequence.swift
[195/374] Compiling OrderedCollections OrderedSet+Testing.swift
[196/374] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[197/374] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[198/374] Compiling OrderedCollections OrderedSet.swift
[199/374] Compiling OrderedCollections _UnsafeBitset.swift
[199/374] Wrapping AST for Yams for debugging
[201/374] Emitting module OrderedCollections
[202/374] Emitting module OpenAPIKit
[203/383] Emitting module OpenAPIKit30
[249/391] Compiling ArgumentParser Tree.swift
[250/391] Compiling ArgumentParser CodingKeyValidator.swift
[251/391] Compiling ArgumentParser NonsenseFlagsValidator.swift
[252/391] Compiling ArgumentParser ParsableArgumentsValidation.swift
[253/391] Compiling ArgumentParser PositionalArgumentsValidator.swift
[254/391] Compiling ArgumentParser UniqueNamesValidator.swift
[284/391] Wrapping AST for OrderedCollections for debugging
[286/391] Emitting module Algorithms
[287/392] Wrapping AST for Algorithms for debugging
[301/392] Compiling OpenAPIKit30 OrderedDictionry+LocallyDereferenceable.swift
[302/392] Compiling OpenAPIKit30 Validation+Builtins.swift
[303/392] Compiling OpenAPIKit30 Validation.swift
[304/392] Compiling OpenAPIKit30 Validator+Convenience.swift
[305/392] Compiling OpenAPIKit30 Validator.swift
[306/392] Compiling OpenAPIKit30 XML.swift
[307/392] Compiling OpenAPIKit30 _CoreReExport.swift
[308/392] Compiling OpenAPIKit _CoreReExport.swift
[309/392] Compiling OpenAPIKit30 Container+DecodeURLAsString.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 ResponseKind.swift
[397/481] Compiling _OpenAPIGeneratorCore TypedResponse.swift
[398/481] Compiling _OpenAPIGeneratorCore TypedResponseHeader.swift
[399/481] Compiling _OpenAPIGeneratorCore acceptHeaderContentTypes.swift
[400/481] Compiling _OpenAPIGeneratorCore translateResponse.swift
[401/481] Compiling _OpenAPIGeneratorCore translateResponseHeader.swift
[402/481] Compiling _OpenAPIGeneratorCore translateResponseOutcome.swift
[403/481] Compiling _OpenAPIGeneratorCore ServerTranslator.swift
[404/481] Compiling _OpenAPIGeneratorCore translateServerMethod.swift
[405/481] Compiling _OpenAPIGeneratorCore TranslatorProtocol.swift
[406/481] Compiling _OpenAPIGeneratorCore Builtins.swift
[407/492] Compiling _OpenAPIGeneratorCore ReferenceStack.swift
[408/492] Compiling _OpenAPIGeneratorCore SafeNameGenerator.swift
[409/492] Compiling _OpenAPIGeneratorCore TypeAssigner.swift
[410/492] Compiling _OpenAPIGeneratorCore TypeLocation.swift
[411/492] Compiling _OpenAPIGeneratorCore TypeMatcher.swift
[412/492] Compiling _OpenAPIGeneratorCore TypeName.swift
[413/492] Compiling _OpenAPIGeneratorCore TypeUsage.swift
[414/492] Compiling _OpenAPIGeneratorCore isSchemaSupported.swift
[415/492] Compiling _OpenAPIGeneratorCore TypesFileTranslator.swift
[416/492] Compiling _OpenAPIGeneratorCore translateAPIProtocol.swift
[417/492] Compiling _OpenAPIGeneratorCore translateBoxedTypes.swift
[418/492] Compiling _OpenAPIGeneratorCore Config.swift
[419/492] Compiling _OpenAPIGeneratorCore Diagnostics.swift
[420/492] Compiling _OpenAPIGeneratorCore DiagnosticsCollectorProvider.swift
[421/492] Compiling _OpenAPIGeneratorCore Errors.swift
[422/492] Compiling _OpenAPIGeneratorCore Foundation.swift
[423/492] Compiling _OpenAPIGeneratorCore OpenAPIKit.swift
[424/492] Compiling _OpenAPIGeneratorCore String.swift
[425/492] Compiling _OpenAPIGeneratorCore SwiftStandardLibrary.swift
[426/492] Compiling _OpenAPIGeneratorCore FeatureFlags.swift
[427/492] Compiling _OpenAPIGeneratorCore GeneratorMode.swift
[428/492] Compiling _OpenAPIGeneratorCore GeneratorPipeline.swift
[429/492] Compiling _OpenAPIGeneratorCore GeneratorPipelineStage.swift
[430/492] Compiling _OpenAPIGeneratorCore translateClientMethod.swift
[431/492] Compiling _OpenAPIGeneratorCore translateAllAnyOneOf.swift
[432/492] Compiling _OpenAPIGeneratorCore translateArray.swift
[433/492] Compiling _OpenAPIGeneratorCore translateCodable.swift
[434/492] Compiling _OpenAPIGeneratorCore translateObjectStruct.swift
[435/492] Compiling _OpenAPIGeneratorCore translateRawEnum.swift
[436/492] Compiling _OpenAPIGeneratorCore translateRawRepresentableEnum.swift
[437/492] Compiling _OpenAPIGeneratorCore translateSchema.swift
[438/492] Compiling _OpenAPIGeneratorCore translateStructBlueprint.swift
[439/492] Compiling _OpenAPIGeneratorCore translateTypealias.swift
[440/492] Compiling _OpenAPIGeneratorCore Annotations.swift
[441/492] Compiling _OpenAPIGeneratorCore CommentExtensions.swift
[442/492] Emitting module _OpenAPIGeneratorCore
[443/492] Compiling _OpenAPIGeneratorCore translateComponentHeaders.swift
[444/492] Compiling _OpenAPIGeneratorCore translateComponentParameters.swift
[445/492] Compiling _OpenAPIGeneratorCore translateComponentRequestBodies.swift
[446/492] Compiling _OpenAPIGeneratorCore translateComponentResponses.swift
[447/492] Compiling _OpenAPIGeneratorCore translateComponents.swift
[448/492] Compiling _OpenAPIGeneratorCore translateOperations.swift
[449/492] Compiling _OpenAPIGeneratorCore translateSchemas.swift
[450/492] Compiling _OpenAPIGeneratorCore translateServers.swift
[451/492] Compiling _OpenAPIGeneratorCore translateServersVariables.swift
[452/492] Compiling _OpenAPIGeneratorCore TypeOverrides.swift
[453/492] Compiling _OpenAPIGeneratorCore YamlFileDiagnosticsCollector.swift
[454/492] Compiling _OpenAPIGeneratorCore MultipartContentInspector.swift
[455/492] Compiling _OpenAPIGeneratorCore translateMultipart.swift
[456/492] Compiling _OpenAPIGeneratorCore MultiplexTranslator.swift
[457/492] Compiling _OpenAPIGeneratorCore OperationDescription.swift
[458/492] Compiling _OpenAPIGeneratorCore TypedParameter.swift
[459/492] Compiling _OpenAPIGeneratorCore translateParameter.swift
[460/492] Compiling _OpenAPIGeneratorCore DeclarationRecursionDetector.swift
[461/492] Compiling _OpenAPIGeneratorCore RecursionDetector.swift
[462/492] Compiling _OpenAPIGeneratorCore TypedRequestBody.swift
[463/492] Compiling _OpenAPIGeneratorCore translateRequestBody.swift
[464/492] Compiling _OpenAPIGeneratorCore HTTPStatusCodes.swift
[465/492] Compiling _OpenAPIGeneratorCore DocumentFilter.swift
[466/492] Compiling _OpenAPIGeneratorCore FilteredDocument.swift
[467/492] Compiling _OpenAPIGeneratorCore ParsedOpenAPIRepresentation.swift
[468/492] Compiling _OpenAPIGeneratorCore RenderedSwiftRepresentation.swift
[469/492] Compiling _OpenAPIGeneratorCore StructuredSwiftRepresentation.swift
[470/492] Compiling _OpenAPIGeneratorCore ParserProtocol.swift
[471/492] Compiling _OpenAPIGeneratorCore YamsParser.swift
[472/492] Compiling _OpenAPIGeneratorCore validateDoc.swift
[473/492] Compiling _OpenAPIGeneratorCore PlatformChecks.swift
[474/492] Compiling _OpenAPIGeneratorCore RendererProtocol.swift
[475/492] Compiling _OpenAPIGeneratorCore TextBasedRenderer.swift
[476/492] Compiling _OpenAPIGeneratorCore ClientTranslator.swift
[477/492] Compiling _OpenAPIGeneratorCore Constants.swift
[478/492] Compiling _OpenAPIGeneratorCore DiscriminatorExtensions.swift
[479/492] Compiling _OpenAPIGeneratorCore SchemaOverrides.swift
[480/492] Compiling _OpenAPIGeneratorCore StructBlueprint.swift
[481/492] Compiling _OpenAPIGeneratorCore CodingStrategy.swift
[482/492] Compiling _OpenAPIGeneratorCore ContentInspector.swift
[483/492] Compiling _OpenAPIGeneratorCore ContentType.swift
[484/492] Compiling _OpenAPIGeneratorCore SchemaContent.swift
[485/492] Compiling _OpenAPIGeneratorCore FileTranslator+FeatureFlags.swift
[486/492] Compiling _OpenAPIGeneratorCore FileTranslator.swift
[487/492] Compiling _OpenAPIGeneratorCore MultipartAdditionalProperties.swift
[488/492] Compiling _OpenAPIGeneratorCore MultipartContent.swift
[489/493] Wrapping AST for _OpenAPIGeneratorCore for debugging
[491/502] Compiling swift_openapi_generator PluginSource.swift
[492/503] Compiling swift_openapi_generator UserConfig.swift
[493/503] Compiling swift_openapi_generator Tool.swift
[494/503] Compiling swift_openapi_generator GenerateCommand.swift
[495/503] Compiling swift_openapi_generator runGenerator.swift
[496/503] Compiling swift_openapi_generator Extensions.swift
[497/503] Compiling swift_openapi_generator FilterCommand.swift
[498/503] Emitting module swift_openapi_generator
[499/503] Compiling swift_openapi_generator GenerateOptions+runGenerator.swift
[500/503] Compiling swift_openapi_generator GenerateOptions.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 emitter.c
[8/31] Compiling parser.c
[9/31] Compiling api.c
[10/31] Write swift-version-24593BA9C3E375BF.txt
[11/31] Compiling scanner.c
[13/58] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[14/58] Compiling InternalCollectionsUtilities Debugging.swift
[15/59] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[16/59] Emitting module ArgumentParserToolInfo
[17/60] Compiling InternalCollectionsUtilities Descriptions.swift
[18/60] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[19/60] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[20/60] Compiling InternalCollectionsUtilities UInt+reversed.swift
[22/60] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[23/60] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[24/60] Compiling InternalCollectionsUtilities Integer rank.swift
[24/60] Wrapping AST for ArgumentParserToolInfo for debugging
[26/60] Compiling HTTPTypes ISOLatin1String.swift
[27/61] Emitting module HTTPTypes
[28/61] Emitting module RealModule
[29/62] Compiling HTTPTypes HTTPField.swift
[30/62] Emitting module InternalCollectionsUtilities
[31/62] Compiling HTTPTypes HTTPParsedFields.swift
[32/62] Emitting module OpenAPIKitCore
[34/64] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[35/64] Compiling InternalCollectionsUtilities _SortedCollection.swift
[37/64] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[38/64] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[39/64] Emitting module InternalCollectionsUtilities
[39/66] Wrapping AST for RealModule for debugging
[41/66] Compiling HTTPTypes HTTPRequest.swift
[42/66] Compiling HTTPTypes HTTPResponse.swift
[44/66] Emitting module Yams
[46/67] Compiling HTTPTypes NIOLock.swift
[47/68] Wrapping AST for OpenAPIKitCore for debugging
[49/68] Compiling HTTPTypes HTTPFieldName.swift
[50/68] Compiling HTTPTypes HTTPFields.swift
[50/70] Wrapping AST for InternalCollectionsUtilities for debugging
[52/81] Wrapping AST for Yams for debugging
[54/87] Compiling DequeModule Deque+CustomReflectable.swift
[55/87] Compiling DequeModule Deque+Descriptions.swift
[56/89] Compiling DequeModule Deque+Equatable.swift
[57/89] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[58/89] Compiling DequeModule Deque+Extras.swift
[59/89] Compiling DequeModule Deque+Hashable.swift
[60/89] Emitting module ArgumentParser
[62/151] Compiling OpenAPIRuntime ClientError.swift
[63/151] Compiling OpenAPIRuntime CodingErrors.swift
[63/151] Wrapping AST for ArgumentParser for debugging
[65/151] Compiling OpenAPIRuntime ParameterStyles.swift
[66/151] Compiling OpenAPIRuntime ServerVariable.swift
[67/151] Compiling OpenAPIRuntime URLExtensions.swift
[68/151] Compiling OpenAPIRuntime Deprecated.swift
[69/151] Compiling OpenAPIRuntime ErrorExtensions.swift
[70/151] Compiling OpenAPIRuntime FoundationExtensions.swift
[71/151] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[72/151] Compiling OpenAPIRuntime CodableExtensions.swift
[73/151] Emitting module DequeModule
[81/152] Compiling OpenAPIRuntime RuntimeError.swift
[82/152] Compiling OpenAPIRuntime ServerError.swift
[84/160] Emitting module OpenAPIKit30
[85/161] Compiling OpenAPIRuntime URICodeCodingKey.swift
[86/161] Compiling OpenAPIRuntime URICoderConfiguration.swift
[87/161] Compiling OpenAPIRuntime URIEncodedNode.swift
[88/161] Compiling OpenAPIRuntime URIParsedTypes.swift
[89/161] Compiling OpenAPIRuntime URIDecoder.swift
[90/161] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[91/161] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[92/161] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[93/161] Emitting module OpenAPIKit
[96/162] Emitting module OpenAPIRuntime
[96/162] Wrapping AST for OpenAPIKit30 for debugging
[98/162] Compiling OpenAPIRuntime CurrencyTypes.swift
[99/162] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[100/162] Compiling OpenAPIRuntime HTTPBody.swift
[101/162] Compiling OpenAPIRuntime ServerTransport.swift
[102/162] Compiling OpenAPIRuntime UniversalClient.swift
[103/162] Compiling OpenAPIRuntime UniversalServer.swift
[104/162] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[105/162] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[106/162] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[107/162] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[108/162] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[109/162] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[110/162] Compiling OpenAPIRuntime ServerSentEvents.swift
[111/162] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[112/162] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[113/162] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[114/162] Compiling OpenAPIRuntime ClientTransport.swift
[117/162] Compiling OpenAPIRuntime Configuration.swift
[118/162] Compiling OpenAPIRuntime Converter+Client.swift
[119/162] Compiling OpenAPIRuntime Converter+Common.swift
[120/162] Compiling OpenAPIRuntime Converter+Server.swift
[121/162] Compiling OpenAPIRuntime Converter.swift
[122/162] Compiling OpenAPIRuntime CurrencyExtensions.swift
[124/162] Compiling OpenAPIRuntime Acceptable.swift
[125/162] Compiling OpenAPIRuntime Base64EncodedData.swift
[126/162] Compiling OpenAPIRuntime ByteUtilities.swift
[127/162] Compiling OpenAPIRuntime ContentDisposition.swift
[128/162] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[129/162] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[130/162] Compiling OpenAPIRuntime OpenAPIValue.swift
[131/162] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[132/162] Compiling OpenAPIRuntime UndocumentedPayload.swift
[133/162] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[134/162] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[135/162] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[136/162] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[137/162] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[138/162] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[139/162] Compiling OpenAPIRuntime MultipartValidation.swift
[140/162] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[140/162] Wrapping AST for OpenAPIKit for debugging
[142/163] Emitting module OrderedCollections
[144/164] Emitting module OpenAPIKitCompat
[146/165] Emitting module Algorithms
[147/166] Wrapping AST for OrderedCollections for debugging
[148/166] Wrapping AST for OpenAPIKitCompat for debugging
[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
[157/167] Wrapping AST for Algorithms for debugging
[160/179] Compiling OpenAPIURLSession URLSession+Extensions.swift
[161/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) }
[162/179] Compiling OpenAPIURLSession BidirectionalStreamingURLSessionDelegate.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 0x560ab408d8d0 (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 0x0000560aafdf3808
1 swift-frontend 0x0000560aafdf15ee
2 swift-frontend 0x0000560aafdf3ea8
3 libc.so.6 0x00007f45e7d66520
4 swift-frontend 0x0000560aaa0bf9d3
5 swift-frontend 0x0000560aaa0b7668
6 swift-frontend 0x0000560aaa0b6ebc
7 swift-frontend 0x0000560aaa0bed24
8 swift-frontend 0x0000560aaa0357df
9 swift-frontend 0x0000560aaa0383d7
10 swift-frontend 0x0000560aaa03c396
11 swift-frontend 0x0000560aaa208481
12 swift-frontend 0x0000560aaa2011da
13 swift-frontend 0x0000560aaa0d140e
14 swift-frontend 0x0000560aa9f92d48
15 swift-frontend 0x0000560aa9ff307c
16 swift-frontend 0x0000560aa9ff2fd9
17 swift-frontend 0x0000560aa9f9b837
18 swift-frontend 0x0000560aa9f94dae
19 swift-frontend 0x0000560aa9bbaa96
20 swift-frontend 0x0000560aa9bb6c0c
21 swift-frontend 0x0000560aa9bb5997
22 swift-frontend 0x0000560aa9bb82ba
23 swift-frontend 0x0000560aa9bb7713
24 swift-frontend 0x0000560aa999486a
25 libc.so.6 0x00007f45e7d4dd90
26 libc.so.6 0x00007f45e7d4de40 __libc_start_main + 128
27 swift-frontend 0x0000560aa9993cc5
*** Signal 11: Backtracing from 0x560aaa0bf9d3... done ***
*** Program crashed: Bad pointer dereference at 0x0000000000000008 ***
Thread 0 "swift-frontend" crashed:
0 0x0000560aaa0bf9d3 (anonymous namespace)::ClassLayoutBuilder::addFieldsForClassImpl(swift::ClassDecl*, swift::SILType, swift::ClassDecl*, swift::SILType, bool) + 147 in swift-frontend
Registers:
rax 0x0000000000000000 0
rdx 0x00007fffa5b48080 a0 a8 b4 a5 ff 7f 00 00 98 80 b4 a5 ff 7f 00 00 ¨´¥ÿ·····´¥ÿ···
rcx 0x0000560ab42a08c8 82 08 2a b4 0a 56 00 00 00 00 00 00 00 00 00 00 ··*´·V··········
rbx 0x00007fffa5b47be8 68 7d b4 a5 ff 7f 00 00 80 e3 1b b4 0a 56 00 00 h}´¥ÿ····ã·´·V··
rsi 0x00007fffa5b47d68 01 9b 1c b4 0a 56 00 00 58 2d 6a b3 0a 56 00 00 ···´·V··X-j³·V··
rdi 0x0000000000000004 4
rbp 0x0000000000000000 0
rsp 0x00007fffa5b47e80 00 00 00 00 00 00 00 00 98 7e b4 a5 ff 7f 00 00 ·········~´¥ÿ···
r8 0x0000000000000a7c 2684
r9 0x0000000000000001 1
r10 0x00000000b2b83900 2998417664
r11 0x00007f45e7f3ece0 70 58 9c b5 0a 56 00 00 f0 64 97 b5 0a 56 00 00 pX·µ·V··ðd·µ·V··
r12 0x0000560ab42af658 c0 24 2d b3 0a 56 00 00 1c 02 00 08 01 00 00 00 À$-³·V··········
r13 0x0000560ab36a2d58 1a 2d 6a b3 0a 56 00 00 00 00 00 00 00 00 00 00 ·-j³·V··········
r14 0x0000560ab36a2d58 1a 2d 6a b3 0a 56 00 00 00 00 00 00 00 00 00 00 ·-j³·V··········
r15 0x00007fffa5b4a8a0 20 7a 9e b4 0a 56 00 00 80 a2 b4 a5 ff 7f 00 00 z·´·V···¢´¥ÿ···
rip 0x0000560aaa0bf9d3 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):
0x0000560aa90c7000–0x0000560ab0caf710 a2f8bf107362d44f046b5d4b0eeadb6d087dfd2b swift-frontend /usr/bin/swift-frontend
Backtrace took 0.58s
BUILD FAILURE 6.1 android