Build Information
Failed to build GitHubSwiftActions, reference main (80b708
), with Swift 6.1 for Android on 17 Jun 2025 16:18:11 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Wei18/GitHubSwiftActions.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/Wei18/GitHubSwiftActions
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 80b708a Fix miseToml
Cloned https://github.com/Wei18/GitHubSwiftActions.git
Revision (git rev-parse @):
80b708ad4c943e610880b5118944f51b4e965d65
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Wei18/GitHubSwiftActions.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/Wei18/GitHubSwiftActions.git
https://github.com/Wei18/GitHubSwiftActions.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "github-rest-api-swift-openapi",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Wei18/github-rest-api-swift-openapi"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swift-openapi-runtime",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-openapi-runtime"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "6.0.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams"
}
],
"manifest_display_name" : "GitHubSwiftActions",
"name" : "GitHubSwiftActions",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "Comment",
"targets" : [
"Comment"
],
"type" : {
"executable" : null
}
},
{
"name" : "Release",
"targets" : [
"Release"
],
"type" : {
"executable" : null
}
},
{
"name" : "YamlWriter",
"targets" : [
"YamlWriter"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "YamlWriter",
"module_type" : "SwiftTarget",
"name" : "YamlWriter",
"path" : "Sources/YamlWriter",
"product_dependencies" : [
"ArgumentParser",
"Yams"
],
"product_memberships" : [
"YamlWriter"
],
"sources" : [
"CLIYamlBuilder.swift",
"FileBuilder.swift",
"SwiftPackageConfig.swift",
"main.swift"
],
"target_dependencies" : [
"CommentCLI",
"ReleaseCLI"
],
"type" : "executable"
},
{
"c99name" : "ReleaseCoreTests",
"module_type" : "SwiftTarget",
"name" : "ReleaseCoreTests",
"path" : "Tests/ReleaseCoreTests",
"sources" : [
"Test.swift"
],
"target_dependencies" : [
"ReleaseCore"
],
"type" : "test"
},
{
"c99name" : "ReleaseCore",
"module_type" : "SwiftTarget",
"name" : "ReleaseCore",
"path" : "Sources/ReleaseCore",
"product_dependencies" : [
"GitHubRestAPIRepos"
],
"product_memberships" : [
"Release",
"YamlWriter"
],
"sources" : [
"RepoUseCase.swift",
"Version.swift"
],
"target_dependencies" : [
"Middleware",
"Extensions"
],
"type" : "library"
},
{
"c99name" : "ReleaseCLI",
"module_type" : "SwiftTarget",
"name" : "ReleaseCLI",
"path" : "Sources/ReleaseCLI",
"product_memberships" : [
"Release",
"YamlWriter"
],
"sources" : [
"Release.swift"
],
"target_dependencies" : [
"ReleaseCore",
"Extensions"
],
"type" : "library"
},
{
"c99name" : "Release",
"module_type" : "SwiftTarget",
"name" : "Release",
"path" : "Sources/Release",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"Release"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"ReleaseCLI"
],
"type" : "executable"
},
{
"c99name" : "Middleware",
"module_type" : "SwiftTarget",
"name" : "Middleware",
"path" : "Sources/Middleware",
"product_dependencies" : [
"OpenAPIRuntime"
],
"product_memberships" : [
"Comment",
"Release",
"YamlWriter"
],
"sources" : [
"AuthenticationMiddleware.swift"
],
"type" : "library"
},
{
"c99name" : "Extensions",
"module_type" : "SwiftTarget",
"name" : "Extensions",
"path" : "Sources/Extensions",
"product_memberships" : [
"Comment",
"Release",
"YamlWriter"
],
"sources" : [
"Int+Ext.swift",
"Task+Ext.swift"
],
"type" : "library"
},
{
"c99name" : "CommentCore",
"module_type" : "SwiftTarget",
"name" : "CommentCore",
"path" : "Sources/CommentCore",
"product_dependencies" : [
"GitHubRestAPIIssues"
],
"product_memberships" : [
"Comment",
"YamlWriter"
],
"sources" : [
"CommentUseCase.swift"
],
"target_dependencies" : [
"Middleware"
],
"type" : "library"
},
{
"c99name" : "CommentCLI",
"module_type" : "SwiftTarget",
"name" : "CommentCLI",
"path" : "Sources/CommentCLI",
"product_memberships" : [
"Comment",
"YamlWriter"
],
"sources" : [
"Comment.swift"
],
"target_dependencies" : [
"CommentCore",
"Extensions"
],
"type" : "library"
},
{
"c99name" : "Comment",
"module_type" : "SwiftTarget",
"name" : "Comment",
"path" : "Sources/Comment",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"Comment"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"CommentCLI"
],
"type" : "executable"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
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-argument-parser
Fetching https://github.com/apple/swift-openapi-runtime
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/Wei18/github-rest-api-swift-openapi
[1/5679] Fetching swift-openapi-runtime
[5680/16538] Fetching swift-openapi-runtime, yams
[5789/31918] Fetching swift-openapi-runtime, yams, swift-argument-parser
[26816/490795] Fetching swift-openapi-runtime, yams, swift-argument-parser, github-rest-api-swift-openapi
Fetched https://github.com/apple/swift-openapi-runtime from cache (3.47s)
[96361/485116] Fetching yams, swift-argument-parser, github-rest-api-swift-openapi
Fetched https://github.com/apple/swift-argument-parser from cache (3.47s)
[84280/469736] Fetching yams, github-rest-api-swift-openapi
Fetched https://github.com/jpsim/Yams from cache (31.69s)
Fetched https://github.com/Wei18/github-rest-api-swift-openapi from cache (32.51s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 6.0.1 (33.66s)
Computing version for https://github.com/Wei18/github-rest-api-swift-openapi
Computed https://github.com/Wei18/github-rest-api-swift-openapi at 3.0.1 (10.73s)
Fetching https://github.com/apple/swift-openapi-urlsession
[1/961] Fetching swift-openapi-urlsession
Fetched https://github.com/apple/swift-openapi-urlsession from cache (1.84s)
Computing version for https://github.com/apple/swift-openapi-urlsession
Computed https://github.com/apple/swift-openapi-urlsession at 1.1.0 (3.12s)
Fetching https://github.com/apple/swift-http-types
Fetching https://github.com/apple/swift-collections
[1/904] Fetching swift-http-types
[851/17510] Fetching swift-http-types, swift-collections
Fetched https://github.com/apple/swift-http-types from cache (1.97s)
Fetched https://github.com/apple/swift-collections from cache (2.03s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.2 (3.46s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (0.93s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (1.22s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (6.67s)
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 6.0.1
Creating working copy for https://github.com/apple/swift-openapi-runtime
Working copy of https://github.com/apple/swift-openapi-runtime resolved at 1.8.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-openapi-urlsession
Working copy of https://github.com/apple/swift-openapi-urlsession resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.0
Creating working copy for https://github.com/Wei18/github-rest-api-swift-openapi
Working copy of https://github.com/Wei18/github-rest-api-swift-openapi resolved at 3.0.1
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/52] Write sources
[20/52] Compiling writer.c
[21/52] Compiling reader.c
[22/52] Compiling parser.c
[23/52] Compiling api.c
[24/52] Compiling emitter.c
[25/52] Compiling scanner.c
[26/52] Write swift-version-24593BA9C3E375BF.txt
[28/99] Emitting module ArgumentParserToolInfo
[29/99] Compiling ArgumentParserToolInfo ToolInfo.swift
[30/99] Compiling HTTPTypes HTTPRequest.swift
[31/99] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[32/102] Compiling HTTPTypes HTTPField.swift
[33/102] Compiling HTTPTypes HTTPResponse.swift
[34/102] Compiling HTTPTypes ISOLatin1String.swift
[35/102] Compiling HTTPTypes HTTPParsedFields.swift
[36/102] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[37/102] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[38/102] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[39/102] Compiling InternalCollectionsUtilities _SortedCollection.swift
[40/102] Compiling InternalCollectionsUtilities Descriptions.swift
[41/102] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[42/102] Compiling Yams Decoder.swift
[43/102] Compiling Yams Emitter.swift
[44/102] Emitting module InternalCollectionsUtilities
[45/102] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[46/102] Compiling InternalCollectionsUtilities UInt+reversed.swift
[47/102] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[48/102] Compiling InternalCollectionsUtilities Integer rank.swift
[50/102] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[50/103] Wrapping AST for ArgumentParserToolInfo for debugging
[52/141] Wrapping AST for InternalCollectionsUtilities for debugging
[54/141] Compiling HTTPTypes NIOLock.swift
[55/141] Compiling ArgumentParser ArgumentVisibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[56/141] Compiling ArgumentParser CompletionKind.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[57/158] Compiling DequeModule Deque+Equatable.swift
[58/158] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[59/160] Compiling DequeModule _DequeBuffer.swift
[60/160] Compiling DequeModule _DequeBufferHeader.swift
[61/160] Compiling DequeModule Deque+CustomReflectable.swift
[62/160] Compiling DequeModule Deque+Descriptions.swift
[63/160] Compiling DequeModule Deque+Extras.swift
[64/160] Compiling DequeModule Deque+Hashable.swift
[65/160] Compiling DequeModule _DequeSlot.swift
[66/160] Compiling DequeModule _UnsafeWrappedBuffer.swift
[67/160] Compiling DequeModule Deque._UnsafeHandle.swift
[68/160] Compiling DequeModule Deque.swift
[69/160] Compiling DequeModule Deque+Testing.swift
[70/160] Compiling DequeModule Deque._Storage.swift
[71/160] Compiling DequeModule Deque+Codable.swift
[72/160] Compiling DequeModule Deque+Collection.swift
[79/165] Emitting module DequeModule
[81/166] Emitting module ArgumentParser
[87/166] Wrapping AST for DequeModule for debugging
[93/166] Compiling ArgumentParser EnumerableFlag.swift
[94/166] Emitting module Extensions
[95/166] Compiling Extensions Task+Ext.swift
[96/166] Compiling Extensions Int+Ext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[98/167] Compiling ArgumentParser ArgumentDefinition.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[99/167] Compiling ArgumentParser ArgumentSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[100/167] Compiling Yams YamlError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[101/167] Compiling Yams YamlTagProviding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[105/167] Emitting module Yams
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[118/168] Wrapping AST for Extensions for debugging
[120/168] Compiling ArgumentParser DumpHelpGenerator.swift
[121/168] Compiling ArgumentParser HelpCommand.swift
[122/168] Compiling ArgumentParser HelpGenerator.swift
[123/168] Compiling ArgumentParser MessageInfo.swift
[124/168] Compiling ArgumentParser UsageGenerator.swift
[125/168] Compiling ArgumentParser Name.swift
[126/168] Compiling ArgumentParser Parsed.swift
[127/168] Compiling ArgumentParser ParsedValues.swift
[128/168] Compiling ArgumentParser ParserError.swift
[129/168] Compiling ArgumentParser SplitArguments.swift
[129/168] Wrapping AST for Yams for debugging
[135/168] Compiling ArgumentParser InputOrigin.swift
[136/168] Compiling ArgumentParser ExpressibleByArgument.swift
[137/168] Compiling ArgumentParser ParsableArguments.swift
[138/168] Compiling ArgumentParser ParsableArgumentsValidation.swift
[139/168] Compiling ArgumentParser ParsableCommand.swift
[140/168] Compiling ArgumentParser ArgumentDecoder.swift
[141/168] Compiling ArgumentParser CollectionExtensions.swift
[142/168] Compiling ArgumentParser Platform.swift
[143/168] Compiling ArgumentParser SequenceExtensions.swift
[144/168] Compiling ArgumentParser StringExtensions.swift
[145/168] Compiling ArgumentParser Tree.swift
[146/169] Wrapping AST for ArgumentParser for debugging
[148/169] Compiling HTTPTypes HTTPFieldName.swift
[149/169] Emitting module HTTPTypes
[150/169] Compiling HTTPTypes HTTPFields.swift
[151/170] Wrapping AST for HTTPTypes for debugging
[153/231] Compiling OpenAPIRuntime URICodeCodingKey.swift
[154/231] Compiling OpenAPIRuntime URICoderConfiguration.swift
[155/231] Compiling OpenAPIRuntime URIEncodedNode.swift
[156/231] Compiling OpenAPIRuntime URIParsedTypes.swift
[157/231] Compiling OpenAPIRuntime URIDecoder.swift
[158/231] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[159/231] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[160/231] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[161/239] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[162/239] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[163/239] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[164/239] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[165/239] Compiling OpenAPIRuntime ServerSentEvents.swift
[166/239] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[167/239] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[168/239] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[169/239] Compiling OpenAPIRuntime ClientTransport.swift
[170/239] Compiling OpenAPIRuntime Acceptable.swift
[171/239] Compiling OpenAPIRuntime Base64EncodedData.swift
[172/239] Compiling OpenAPIRuntime ByteUtilities.swift
[173/239] Compiling OpenAPIRuntime ContentDisposition.swift
[174/239] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[175/239] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[176/239] Compiling OpenAPIRuntime OpenAPIValue.swift
[177/239] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[178/239] Compiling OpenAPIRuntime UndocumentedPayload.swift
[179/239] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[180/239] Compiling OpenAPIRuntime CodableExtensions.swift
[181/239] Compiling OpenAPIRuntime Configuration.swift
[182/239] Compiling OpenAPIRuntime Converter+Client.swift
[183/239] Compiling OpenAPIRuntime Converter+Common.swift
[184/239] Compiling OpenAPIRuntime Converter+Server.swift
[185/239] Compiling OpenAPIRuntime Converter.swift
[186/239] Compiling OpenAPIRuntime CurrencyExtensions.swift
[187/239] Compiling OpenAPIRuntime ErrorExtensions.swift
[188/239] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[189/239] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[190/239] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[191/239] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[192/239] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[193/239] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[194/239] Compiling OpenAPIRuntime MultipartValidation.swift
[195/239] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[196/239] Emitting module OpenAPIRuntime
[197/239] Compiling OpenAPIRuntime FoundationExtensions.swift
[198/239] Compiling OpenAPIRuntime ParameterStyles.swift
[199/239] Compiling OpenAPIRuntime ServerVariable.swift
[200/239] Compiling OpenAPIRuntime URLExtensions.swift
[201/239] Compiling OpenAPIRuntime Deprecated.swift
[202/239] Compiling OpenAPIRuntime ClientError.swift
[203/239] Compiling OpenAPIRuntime CodingErrors.swift
[204/239] Compiling OpenAPIRuntime RuntimeError.swift
[205/239] Compiling OpenAPIRuntime ServerError.swift
[206/239] Compiling OpenAPIRuntime CurrencyTypes.swift
[207/239] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[208/239] Compiling OpenAPIRuntime HTTPBody.swift
[209/239] Compiling OpenAPIRuntime ServerTransport.swift
[210/239] Compiling OpenAPIRuntime UniversalClient.swift
[211/239] Compiling OpenAPIRuntime UniversalServer.swift
[212/239] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[213/239] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[214/239] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[215/239] Compiling OpenAPIRuntime URIEncoder.swift
[216/239] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[217/239] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[218/239] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[219/239] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[220/239] Compiling OpenAPIRuntime URIParser.swift
[221/239] Compiling OpenAPIRuntime URISerializer.swift
[222/240] Wrapping AST for OpenAPIRuntime for debugging
[224/249] 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) }
[225/249] Emitting module Middleware
[226/249] Compiling Middleware AuthenticationMiddleware.swift
[227/250] Wrapping AST for Middleware for debugging
[229/250] Compiling OpenAPIURLSession URLSession+Extensions.swift
[230/250] Compiling OpenAPIURLSession HTTPBodyOutputStreamBridge.swift
[231/250] 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 -stats-output-dir .stats -enable-upcoming-feature ExistentialAny -enable-upcoming-feature MemberImportVisibility -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency=complete -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 0x55f7d2b3fe00 (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 0x000055f7ceac0808
1 swift-frontend 0x000055f7ceabe5ee
2 swift-frontend 0x000055f7ceac0ea8
3 libc.so.6 0x00007f68325f9520
4 swift-frontend 0x000055f7c8d8c9d3
5 swift-frontend 0x000055f7c8d84668
6 swift-frontend 0x000055f7c8d83ebc
7 swift-frontend 0x000055f7c8d8bd24
8 swift-frontend 0x000055f7c8d027df
9 swift-frontend 0x000055f7c8d053d7
10 swift-frontend 0x000055f7c8d09396
11 swift-frontend 0x000055f7c8ed5481
12 swift-frontend 0x000055f7c8ece1da
13 swift-frontend 0x000055f7c8d9e40e
14 swift-frontend 0x000055f7c8c5fd48
15 swift-frontend 0x000055f7c8cc007c
16 swift-frontend 0x000055f7c8cbffd9
17 swift-frontend 0x000055f7c8c68837
18 swift-frontend 0x000055f7c8c61dae
19 swift-frontend 0x000055f7c8887a96
20 swift-frontend 0x000055f7c8883c0c
21 swift-frontend 0x000055f7c8882997
22 swift-frontend 0x000055f7c88852ba
23 swift-frontend 0x000055f7c8884713
24 swift-frontend 0x000055f7c866186a
25 libc.so.6 0x00007f68325e0d90
26 libc.so.6 0x00007f68325e0e40 __libc_start_main + 128
27 swift-frontend 0x000055f7c8660cc5
*** Signal 11: Backtracing from 0x55f7c8d8c9d3... done ***
*** Program crashed: Bad pointer dereference at 0x0000000000000008 ***
Thread 0 "swift-frontend" crashed:
0 0x000055f7c8d8c9d3 (anonymous namespace)::ClassLayoutBuilder::addFieldsForClassImpl(swift::ClassDecl*, swift::SILType, swift::ClassDecl*, swift::SILType, bool) + 147 in swift-frontend
Registers:
rax 0x0000000000000000 0
rdx 0x00007fff9faa5000 20 78 aa 9f ff 7f 00 00 18 50 aa 9f ff 7f 00 00 xª·ÿ····Pª·ÿ···
rcx 0x000055f7d2d52f28 e2 2e d5 d2 f7 55 00 00 00 00 00 00 00 00 00 00 â.ÕÒ÷U··········
rbx 0x00007fff9faa4b68 e8 4c aa 9f ff 7f 00 00 80 ad c7 d2 f7 55 00 00 èLª·ÿ····ÇÒ÷U··
rsi 0x00007fff9faa4ce8 01 c7 c7 d2 f7 55 00 00 a8 52 15 d2 f7 55 00 00 ·ÇÇÒ÷U··¨R·Ò÷U··
rdi 0x0000000000000004 4
rbp 0x0000000000000000 0
rsp 0x00007fff9faa4e00 00 00 00 00 00 00 00 00 18 4e aa 9f ff 7f 00 00 ·········Nª·ÿ···
r8 0x0000000000000a7c 2684
r9 0x0000000000000001 1
r10 0x00000000d1850900 3515156736
r11 0x00007f68327d1ce0 90 12 48 d4 f7 55 00 00 10 1f 43 d4 f7 55 00 00 ··HÔ÷U····CÔ÷U··
r12 0x000055f7d2d61c18 50 16 d8 d1 f7 55 00 00 1c 02 00 08 01 00 00 00 P·ØÑ÷U··········
r13 0x000055f7d21552a8 6a 52 15 d2 f7 55 00 00 00 00 00 00 00 00 00 00 jR·Ò÷U··········
r14 0x000055f7d21552a8 6a 52 15 d2 f7 55 00 00 00 00 00 00 00 00 00 00 jR·Ò÷U··········
r15 0x00007fff9faa7820 c0 c6 ff d3 f7 55 00 00 00 72 aa 9f ff 7f 00 00 ÀÆÿÓ÷U···rª·ÿ···
rip 0x000055f7c8d8c9d3 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):
0x000055f7c7d94000–0x000055f7cf97c710 a2f8bf107362d44f046b5d4b0eeadb6d087dfd2b swift-frontend /usr/bin/swift-frontend
Backtrace took 0.73s
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/27] Write swift-version-24593BA9C3E375BF.txt
[3/74] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[4/75] Compiling Yams AliasDereferencingStrategy.swift
[5/75] Compiling Yams Anchor.swift
[6/75] Compiling Yams Constructor.swift
[7/75] Compiling Yams Parser.swift
[8/75] Compiling Extensions Int+Ext.swift
[9/75] Emitting module Extensions
[10/75] Compiling Extensions Task+Ext.swift
[11/76] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[12/76] Emitting module HTTPTypes
[14/76] Compiling Yams Decoder.swift
[15/76] Compiling Yams Emitter.swift
[16/76] Compiling Yams Tag.swift
[17/76] Compiling Yams YamlAnchorProviding.swift
[18/78] Compiling HTTPTypes ISOLatin1String.swift
[19/78] Emitting module InternalCollectionsUtilities
[21/78] Compiling Yams Node.Scalar.swift
[22/78] Compiling HTTPTypes HTTPResponse.swift
[23/78] Compiling Yams Resolver.swift
[24/78] Compiling Yams String+Yams.swift
[25/78] Emitting module ArgumentParserToolInfo
[26/78] Compiling ArgumentParserToolInfo ToolInfo.swift
[27/79] Compiling HTTPTypes HTTPFieldName.swift
[28/79] Compiling HTTPTypes HTTPFields.swift
[29/79] Compiling HTTPTypes HTTPField.swift
[31/79] Emitting module Yams
[32/79] Compiling Yams Node.Sequence.swift
[33/79] Compiling Yams Node.swift
[34/79] Compiling Yams Encoder.swift
[36/80] Compiling HTTPTypes HTTPParsedFields.swift
[37/80] Compiling HTTPTypes HTTPRequest.swift
[38/80] Compiling HTTPTypes NIOLock.swift
[40/80] Compiling Yams YamlError.swift
[41/80] Compiling Yams YamlTagProviding.swift
[42/80] Wrapping AST for InternalCollectionsUtilities for debugging
[44/132] Compiling DequeModule Deque+CustomReflectable.swift
[45/132] Compiling DequeModule Deque+Descriptions.swift
[46/134] Compiling DequeModule _DequeBuffer.swift
[47/134] Compiling DequeModule _DequeBufferHeader.swift
[48/195] Compiling OpenAPIRuntime Deprecated.swift
[49/195] Compiling OpenAPIRuntime ClientError.swift
[50/195] Compiling OpenAPIRuntime CodingErrors.swift
[51/195] Compiling OpenAPIRuntime RuntimeError.swift
[52/195] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[53/195] Compiling OpenAPIRuntime UndocumentedPayload.swift
[54/195] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[55/195] Compiling OpenAPIRuntime ServerError.swift
[56/195] Compiling OpenAPIRuntime Acceptable.swift
[57/195] Compiling OpenAPIRuntime Base64EncodedData.swift
[61/195] Compiling OpenAPIRuntime ByteUtilities.swift
[62/195] Compiling OpenAPIRuntime ContentDisposition.swift
[63/195] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[64/195] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[65/195] Compiling OpenAPIRuntime OpenAPIValue.swift
[75/200] Compiling OpenAPIRuntime FoundationExtensions.swift
[76/200] Compiling OpenAPIRuntime ParameterStyles.swift
[79/200] Compiling OpenAPIRuntime ServerVariable.swift
[81/200] Compiling OpenAPIRuntime URICodeCodingKey.swift
[82/200] Compiling OpenAPIRuntime URICoderConfiguration.swift
[83/200] Compiling OpenAPIRuntime URIEncodedNode.swift
[84/200] Compiling OpenAPIRuntime URIParsedTypes.swift
[85/200] Compiling OpenAPIRuntime URIDecoder.swift
[86/200] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[87/200] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[88/200] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[89/208] Emitting module DequeModule
[90/209] Wrapping AST for DequeModule for debugging
[92/209] Compiling ArgumentParser CollectionExtensions.swift
[93/209] Compiling ArgumentParser Platform.swift
[94/209] Compiling ArgumentParser SequenceExtensions.swift
[95/209] Compiling ArgumentParser StringExtensions.swift
[96/209] Compiling ArgumentParser Tree.swift
[100/209] Compiling OpenAPIRuntime URLExtensions.swift
[106/209] Emitting module ArgumentParser
[113/209] Emitting module OpenAPIRuntime
[114/209] Compiling OpenAPIRuntime Converter+Common.swift
[115/209] Compiling OpenAPIRuntime Converter+Server.swift
[116/209] Compiling OpenAPIRuntime Converter.swift
[117/209] Compiling OpenAPIRuntime CurrencyExtensions.swift
[118/209] Compiling OpenAPIRuntime ErrorExtensions.swift
[127/209] Compiling OpenAPIRuntime CodableExtensions.swift
[128/209] Compiling OpenAPIRuntime Configuration.swift
[129/209] Compiling OpenAPIRuntime Converter+Client.swift
[130/209] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[131/209] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[132/209] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[133/209] Compiling OpenAPIRuntime ClientTransport.swift
[134/209] Compiling OpenAPIRuntime CurrencyTypes.swift
[135/209] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[136/209] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[137/209] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[138/209] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[139/209] Compiling OpenAPIRuntime ServerSentEvents.swift
[174/209] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[175/209] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[176/209] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[177/209] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[178/209] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[179/209] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[180/209] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[181/209] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[182/209] Compiling OpenAPIRuntime MultipartValidation.swift
[183/209] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[184/209] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[185/209] Compiling OpenAPIRuntime URIEncoder.swift
[186/209] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[187/209] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[188/209] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[189/209] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[190/209] Compiling OpenAPIRuntime URIParser.swift
[191/209] Compiling OpenAPIRuntime URISerializer.swift
[192/210] Wrapping AST for OpenAPIRuntime for debugging
[194/219] Emitting module Middleware
[195/219] Compiling Middleware AuthenticationMiddleware.swift
[196/220] 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) }
[197/220] Compiling OpenAPIURLSession BidirectionalStreamingURLSessionDelegate.swift
[199/219] Compiling OpenAPIURLSession URLSession+Extensions.swift
[200/219] Compiling OpenAPIURLSession HTTPBodyOutputStreamBridge.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 0x562d9ba210d0 (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 0x0000562d96a51808
1 swift-frontend 0x0000562d96a4f5ee
2 swift-frontend 0x0000562d96a51ea8
3 libc.so.6 0x00007f0872fb3520
4 swift-frontend 0x0000562d90d1d9d3
5 swift-frontend 0x0000562d90d15668
6 swift-frontend 0x0000562d90d14ebc
7 swift-frontend 0x0000562d90d1cd24
8 swift-frontend 0x0000562d90c937df
9 swift-frontend 0x0000562d90c963d7
10 swift-frontend 0x0000562d90c9a396
11 swift-frontend 0x0000562d90e66481
12 swift-frontend 0x0000562d90e5f1da
13 swift-frontend 0x0000562d90d2f40e
14 swift-frontend 0x0000562d90bf0d48
15 swift-frontend 0x0000562d90c5107c
16 swift-frontend 0x0000562d90c50fd9
17 swift-frontend 0x0000562d90bf9837
18 swift-frontend 0x0000562d90bf2dae
19 swift-frontend 0x0000562d90818a96
20 swift-frontend 0x0000562d90814c0c
21 swift-frontend 0x0000562d90813997
22 swift-frontend 0x0000562d908162ba
23 swift-frontend 0x0000562d90815713
24 swift-frontend 0x0000562d905f286a
25 libc.so.6 0x00007f0872f9ad90
26 libc.so.6 0x00007f0872f9ae40 __libc_start_main + 128
27 swift-frontend 0x0000562d905f1cc5
*** Signal 11: Backtracing from 0x562d90d1d9d3... done ***
*** Program crashed: Bad pointer dereference at 0x0000000000000008 ***
Thread 0 "swift-frontend" crashed:
0 0x0000562d90d1d9d3 (anonymous namespace)::ClassLayoutBuilder::addFieldsForClassImpl(swift::ClassDecl*, swift::SILType, swift::ClassDecl*, swift::SILType, bool) + 147 in swift-frontend
Registers:
rax 0x0000000000000000 0
rdx 0x00007ffd72263f20 40 67 26 72 fd 7f 00 00 38 3f 26 72 fd 7f 00 00 @g&rý···8?&rý···
rcx 0x0000562d9bc343d8 92 43 c3 9b 2d 56 00 00 00 00 00 00 00 00 00 00 ·C÷-V··········
rbx 0x00007ffd72263a88 08 3c 26 72 fd 7f 00 00 90 26 c4 9b 2d 56 00 00 ·<&rý····&Ä·-V··
rsi 0x00007ffd72263c08 01 d6 b5 9b 2d 56 00 00 58 6a 03 9b 2d 56 00 00 ·Öµ·-V··Xj··-V··
rdi 0x0000000000000004 4
rbp 0x0000000000000000 0
rsp 0x00007ffd72263d20 00 00 00 00 00 00 00 00 38 3d 26 72 fd 7f 00 00 ········8=&rý···
r8 0x0000000000000a7c 2684
r9 0x0000000000000001 1
r10 0x00000000997e1900 2575177984
r11 0x00007f087318bce0 70 98 35 9d 2d 56 00 00 c0 65 3f 9c 2d 56 00 00 p·5·-V··Àe?·-V··
r12 0x0000562d9bc42fc8 c0 54 c6 9a 2d 56 00 00 1c 02 00 08 01 00 00 00 ÀTÆ·-V··········
r13 0x0000562d9b036a58 1a 6a 03 9b 2d 56 00 00 00 00 00 00 00 00 00 00 ·j··-V··········
r14 0x0000562d9b036a58 1a 6a 03 9b 2d 56 00 00 00 00 00 00 00 00 00 00 ·j··-V··········
r15 0x00007ffd72266740 60 b2 35 9c 2d 56 00 00 20 61 26 72 fd 7f 00 00 `²5·-V·· a&rý···
rip 0x0000562d90d1d9d3 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):
0x0000562d8fd25000–0x0000562d9790d710 a2f8bf107362d44f046b5d4b0eeadb6d087dfd2b swift-frontend /usr/bin/swift-frontend
Backtrace took 0.36s
BUILD FAILURE 6.1 android