The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build GitHubSwiftActions, reference 1.0.9 (80b708), with Swift 6.1 for Android on 17 Jun 2025 16:24:55 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Wei18/GitHubSwiftActions.git
Reference: 1.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/Wei18/GitHubSwiftActions
 * tag               1.0.9      -> FETCH_HEAD
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 1.0.9
========================================
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-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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/jpsim/Yams
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/Wei18/github-rest-api-swift-openapi
Fetching https://github.com/apple/swift-openapi-runtime
[1/5679] Fetching swift-openapi-runtime
[2330/16538] Fetching swift-openapi-runtime, yams
[7201/31918] Fetching swift-openapi-runtime, yams, swift-argument-parser
[28010/490795] Fetching swift-openapi-runtime, yams, swift-argument-parser, github-rest-api-swift-openapi
Fetched https://github.com/jpsim/Yams from cache (1.68s)
[71536/479936] Fetching swift-openapi-runtime, swift-argument-parser, github-rest-api-swift-openapi
Fetched https://github.com/apple/swift-openapi-runtime from cache (28.64s)
Fetched https://github.com/apple/swift-argument-parser from cache (28.66s)
Fetched https://github.com/Wei18/github-rest-api-swift-openapi from cache (29.45s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 6.0.1 (30.45s)
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 (4.29s)
Fetching https://github.com/apple/swift-openapi-urlsession
[1/961] Fetching swift-openapi-urlsession
Fetched https://github.com/apple/swift-openapi-urlsession from cache (0.39s)
Computing version for https://github.com/apple/swift-openapi-urlsession
Computed https://github.com/apple/swift-openapi-urlsession at 1.1.0 (1.40s)
Fetching https://github.com/apple/swift-http-types
Fetching https://github.com/apple/swift-collections
[1/904] Fetching swift-http-types
[716/17510] Fetching swift-http-types, swift-collections
Fetched https://github.com/apple/swift-http-types from cache (0.42s)
[831/16606] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.97s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.2 (3.90s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (6.18s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (6.50s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (6.80s)
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
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-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
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-openapi-runtime
Working copy of https://github.com/apple/swift-openapi-runtime resolved at 1.8.2
[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] Write swift-version-24593BA9C3E375BF.txt
[26/52] Compiling scanner.c
[28/99] Emitting module ArgumentParserToolInfo
[29/99] Compiling ArgumentParserToolInfo ToolInfo.swift
[30/100] Compiling HTTPTypes HTTPRequest.swift
[31/100] Compiling HTTPTypes ISOLatin1String.swift
[32/101] Compiling HTTPTypes HTTPResponse.swift
[33/101] Compiling HTTPTypes HTTPParsedFields.swift
[34/101] Emitting module HTTPTypes
[35/101] Compiling Yams Node.Scalar.swift
[36/101] Compiling Yams Node.Sequence.swift
[38/101] Compiling Yams Constructor.swift
[39/101] Compiling Yams Decoder.swift
[40/101] Compiling Yams AliasDereferencingStrategy.swift
[41/101] Compiling Yams Anchor.swift
[42/101] Compiling Yams Emitter.swift
[43/101] Compiling Yams Encoder.swift
[44/102] Emitting module InternalCollectionsUtilities
[45/102] Compiling Yams Node.swift
[46/102] Compiling Yams Mark.swift
[47/102] Compiling Yams Node.Alias.swift
[48/102] Compiling Yams Node.Mapping.swift
[49/102] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.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/156] Compiling HTTPTypes NIOLock.swift
[55/156] Compiling DequeModule Deque+CustomReflectable.swift
[56/156] Compiling DequeModule Deque+Descriptions.swift
[57/158] Compiling DequeModule _DequeBuffer.swift
[58/158] Compiling DequeModule _DequeBufferHeader.swift
[59/158] Emitting module Extensions
[60/158] Compiling DequeModule Deque+Extras.swift
[61/158] Compiling DequeModule Deque+Hashable.swift
[62/158] Compiling DequeModule Deque+Equatable.swift
[63/158] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[64/158] Compiling DequeModule _DequeSlot.swift
[65/158] Compiling DequeModule _UnsafeWrappedBuffer.swift
[66/158] Compiling DequeModule Deque._UnsafeHandle.swift
[67/158] Compiling DequeModule Deque.swift
[68/158] Compiling DequeModule Deque+Testing.swift
[69/158] Compiling DequeModule Deque._Storage.swift
[70/158] Compiling DequeModule Deque+Codable.swift
[71/158] Compiling DequeModule Deque+Collection.swift
[72/158] Emitting module ArgumentParser
[73/163] Emitting module DequeModule
[74/164] Compiling ArgumentParser ExpressibleByArgument.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
[75/164] Compiling ArgumentParser ParsableArguments.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
[76/166] Wrapping AST for DequeModule for debugging
[90/166] Compiling ArgumentParser CollectionExtensions.swift
[91/166] Compiling ArgumentParser Platform.swift
[92/166] Compiling ArgumentParser SequenceExtensions.swift
[93/166] Compiling ArgumentParser StringExtensions.swift
[94/166] Compiling ArgumentParser Tree.swift
[95/166] Compiling Extensions Int+Ext.swift
[96/166] Compiling Extensions Task+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
<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
[103/167] Compiling ArgumentParser DumpHelpGenerator.swift
[104/167] Compiling ArgumentParser HelpCommand.swift
[105/167] Compiling ArgumentParser HelpGenerator.swift
[106/167] Compiling ArgumentParser MessageInfo.swift
[107/167] Compiling ArgumentParser UsageGenerator.swift
[108/167] Compiling ArgumentParser Name.swift
[109/167] Compiling ArgumentParser Parsed.swift
[110/167] Compiling ArgumentParser ParsedValues.swift
[111/167] Compiling ArgumentParser ParserError.swift
[112/167] Compiling ArgumentParser SplitArguments.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[118/167] Compiling ArgumentParser EnumerableFlag.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
[118/167] Wrapping AST for Extensions for debugging
[120/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
[121/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
[122/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
[128/167] Compiling ArgumentParser ArgumentDefinition.swift
[129/167] Compiling ArgumentParser ArgumentSet.swift
[130/167] Compiling ArgumentParser CommandParser.swift
[131/167] Compiling ArgumentParser InputKey.swift
[132/167] Compiling ArgumentParser InputOrigin.swift
[137/167] Compiling ArgumentParser ArgumentDecoder.swift
[138/168] Wrapping AST for ArgumentParser for debugging
[140/168] Compiling HTTPTypes HTTPField.swift
[141/168] Compiling HTTPTypes HTTPFieldName.swift
[142/168] Compiling HTTPTypes HTTPFields.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<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
[150/170] Wrapping AST for HTTPTypes for debugging
[151/170] Wrapping AST for Yams 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] Emitting module OpenAPIRuntime
[162/239] Compiling OpenAPIRuntime FoundationExtensions.swift
[163/239] Compiling OpenAPIRuntime ParameterStyles.swift
[164/239] Compiling OpenAPIRuntime ServerVariable.swift
[165/239] Compiling OpenAPIRuntime URLExtensions.swift
[166/239] Compiling OpenAPIRuntime Deprecated.swift
[167/239] Compiling OpenAPIRuntime ClientError.swift
[168/239] Compiling OpenAPIRuntime CodingErrors.swift
[169/239] Compiling OpenAPIRuntime RuntimeError.swift
[170/239] Compiling OpenAPIRuntime ServerError.swift
[171/239] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[172/239] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[173/239] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[174/239] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[175/239] Compiling OpenAPIRuntime ServerSentEvents.swift
[176/239] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[177/239] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[178/239] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[179/239] Compiling OpenAPIRuntime ClientTransport.swift
[180/239] Compiling OpenAPIRuntime Acceptable.swift
[181/239] Compiling OpenAPIRuntime Base64EncodedData.swift
[182/239] Compiling OpenAPIRuntime ByteUtilities.swift
[183/239] Compiling OpenAPIRuntime ContentDisposition.swift
[184/239] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[185/239] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[186/239] Compiling OpenAPIRuntime OpenAPIValue.swift
[187/239] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[188/239] Compiling OpenAPIRuntime UndocumentedPayload.swift
[189/239] Compiling OpenAPIRuntime CurrencyTypes.swift
[190/239] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[191/239] Compiling OpenAPIRuntime HTTPBody.swift
[192/239] Compiling OpenAPIRuntime ServerTransport.swift
[193/239] Compiling OpenAPIRuntime UniversalClient.swift
[194/239] Compiling OpenAPIRuntime UniversalServer.swift
[195/239] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[196/239] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[197/239] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[198/239] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[199/239] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[200/239] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[201/239] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[202/239] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[203/239] Compiling OpenAPIRuntime MultipartValidation.swift
[204/239] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[205/239] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[206/239] Compiling OpenAPIRuntime CodableExtensions.swift
[207/239] Compiling OpenAPIRuntime Configuration.swift
[208/239] Compiling OpenAPIRuntime Converter+Client.swift
[209/239] Compiling OpenAPIRuntime Converter+Common.swift
[210/239] Compiling OpenAPIRuntime Converter+Server.swift
[211/239] Compiling OpenAPIRuntime Converter.swift
[212/239] Compiling OpenAPIRuntime CurrencyExtensions.swift
[213/239] Compiling OpenAPIRuntime ErrorExtensions.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 HTTPBodyOutputStreamBridge.swift
[225/249] Compiling OpenAPIURLSession BidirectionalStreamingURLSessionDelegate.swift
[226/249] Compiling Middleware AuthenticationMiddleware.swift
[227/249] Emitting module Middleware
[228/250] Wrapping AST for Middleware for debugging
[230/250] Compiling OpenAPIURLSession URLSession+Extensions.swift
[231/250] 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: 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 0x5555c6a8ce00 (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 0x00005555c2d43808
1  swift-frontend 0x00005555c2d415ee
2  swift-frontend 0x00005555c2d43ea8
3  libc.so.6      0x00007f3b77878520
4  swift-frontend 0x00005555bd00f9d3
5  swift-frontend 0x00005555bd007668
6  swift-frontend 0x00005555bd006ebc
7  swift-frontend 0x00005555bd00ed24
8  swift-frontend 0x00005555bcf857df
9  swift-frontend 0x00005555bcf883d7
10 swift-frontend 0x00005555bcf8c396
11 swift-frontend 0x00005555bd158481
12 swift-frontend 0x00005555bd1511da
13 swift-frontend 0x00005555bd02140e
14 swift-frontend 0x00005555bcee2d48
15 swift-frontend 0x00005555bcf4307c
16 swift-frontend 0x00005555bcf42fd9
17 swift-frontend 0x00005555bceeb837
18 swift-frontend 0x00005555bcee4dae
19 swift-frontend 0x00005555bcb0aa96
20 swift-frontend 0x00005555bcb06c0c
21 swift-frontend 0x00005555bcb05997
22 swift-frontend 0x00005555bcb082ba
23 swift-frontend 0x00005555bcb07713
24 swift-frontend 0x00005555bc8e486a
25 libc.so.6      0x00007f3b7785fd90
26 libc.so.6      0x00007f3b7785fe40 __libc_start_main + 128
27 swift-frontend 0x00005555bc8e3cc5
*** Signal 11: Backtracing from 0x5555bd00f9d3... done ***
*** Program crashed: Bad pointer dereference at 0x0000000000000008 ***
Thread 0 "swift-frontend" crashed:
0  0x00005555bd00f9d3 (anonymous namespace)::ClassLayoutBuilder::addFieldsForClassImpl(swift::ClassDecl*, swift::SILType, swift::ClassDecl*, swift::SILType, bool) + 147 in swift-frontend
Registers:
rax 0x0000000000000000  0
rdx 0x00007ffdf07b3170  90 59 7b f0 fd 7f 00 00 88 31 7b f0 fd 7f 00 00  ·Y{ðý····1{ðý···
rcx 0x00005555c6ca0508  c2 04 ca c6 55 55 00 00 00 00 00 00 00 00 00 00  Â·ÊÆUU··········
rbx 0x00007ffdf07b2cd8  58 2e 7b f0 fd 7f 00 00 80 4f 91 c7 55 55 00 00  X.{ðý····O·ÇUU··
rsi 0x00007ffdf07b2e58  01 97 bc c6 55 55 00 00 a8 22 0a c6 55 55 00 00  ··¼ÆUU··¨"·ÆUU··
rdi 0x0000000000000004  4
rbp 0x0000000000000000  0
rsp 0x00007ffdf07b2f70  00 00 00 00 00 00 00 00 88 2f 7b f0 fd 7f 00 00  ·········/{ðý···
 r8 0x0000000000000a7c  2684
 r9 0x0000000000000001  1
r10 0x00000000c5ad3900  3316463872
r11 0x00007f3b77a50ce0  80 ea 3c c8 55 55 00 00 20 87 35 c8 55 55 00 00  ·ê<ÈUU·· ·5ÈUU··
r12 0x00005555c6caf1e8  50 e6 cc c5 55 55 00 00 1c 02 00 08 01 00 00 00  PæÌÅUU··········
r13 0x00005555c60a22a8  6a 22 0a c6 55 55 00 00 00 00 00 00 00 00 00 00  j"·ÆUU··········
r14 0x00005555c60a22a8  6a 22 0a c6 55 55 00 00 00 00 00 00 00 00 00 00  j"·ÆUU··········
r15 0x00007ffdf07b5990  b0 aa bc c7 55 55 00 00 70 53 7b f0 fd 7f 00 00  °ª¼ÇUU··pS{ðý···
rip 0x00005555bd00f9d3  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):
0x00005555bc017000–0x00005555c3bff710 a2f8bf107362d44f046b5d4b0eeadb6d087dfd2b swift-frontend /usr/bin/swift-frontend
Backtrace took 0.54s
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/27] Write swift-version-24593BA9C3E375BF.txt
[3/74] Emitting module Extensions
[4/74] Compiling Extensions Int+Ext.swift
[5/74] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[6/75] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[7/75] Compiling Extensions Task+Ext.swift
[8/76] Compiling Yams Node.Sequence.swift
[9/76] Compiling Yams Node.swift
[10/76] Compiling Yams Node.Mapping.swift
[11/76] Compiling Yams Node.Scalar.swift
[13/75] Compiling HTTPTypes ISOLatin1String.swift
[14/76] Emitting module InternalCollectionsUtilities
[15/76] Compiling Yams Tag.swift
[16/76] Compiling Yams YamlAnchorProviding.swift
[17/78] Emitting module HTTPTypes
[18/78] Compiling Yams Resolver.swift
[19/78] Compiling Yams String+Yams.swift
[20/78] Compiling Yams Mark.swift
[21/78] Compiling Yams Node.Alias.swift
[22/78] Compiling Yams AliasDereferencingStrategy.swift
[23/78] Compiling Yams Anchor.swift
[24/78] Compiling Yams Constructor.swift
[25/78] Compiling Yams Decoder.swift
[26/78] Compiling Yams Emitter.swift
[27/78] Compiling Yams Encoder.swift
[28/79] Compiling HTTPTypes NIOLock.swift
[29/79] Wrapping AST for InternalCollectionsUtilities for debugging
[31/79] Compiling ArgumentParserToolInfo ToolInfo.swift
[32/79] Emitting module ArgumentParserToolInfo
[34/95] Compiling HTTPTypes HTTPFields.swift
[35/95] Compiling HTTPTypes HTTPField.swift
[36/95] Compiling HTTPTypes HTTPFieldName.swift
[37/95] Compiling Yams YamlError.swift
[38/95] Compiling Yams YamlTagProviding.swift
[39/95] Compiling DequeModule Deque+Equatable.swift
[40/95] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[41/95] Compiling DequeModule Deque._UnsafeHandle.swift
[42/95] Compiling DequeModule Deque.swift
[43/95] Compiling DequeModule Deque+Testing.swift
[44/95] Compiling DequeModule Deque._Storage.swift
[45/95] Emitting module Yams
[46/95] Compiling DequeModule Deque+Codable.swift
[47/95] Compiling DequeModule Deque+Collection.swift
[48/95] Compiling DequeModule Deque+CustomReflectable.swift
[49/95] Compiling HTTPTypes HTTPResponse.swift
[50/95] Compiling HTTPTypes HTTPParsedFields.swift
[51/95] Compiling HTTPTypes HTTPRequest.swift
[52/96] Compiling DequeModule _DequeBuffer.swift
[53/96] Compiling DequeModule _DequeBufferHeader.swift
[55/98] Compiling DequeModule Deque+Descriptions.swift
[57/98] Compiling DequeModule Deque+Extras.swift
[58/98] Compiling DequeModule Deque+Hashable.swift
[59/98] Compiling DequeModule _DequeSlot.swift
[60/98] Compiling DequeModule _UnsafeWrappedBuffer.swift
[61/98] Emitting module DequeModule
[77/97] Wrapping AST for DequeModule for debugging
[79/196] Emitting module ArgumentParser
[80/201] Emitting module OpenAPIRuntime
[81/209] Compiling OpenAPIRuntime URICodeCodingKey.swift
[82/209] Compiling OpenAPIRuntime URICoderConfiguration.swift
[83/209] Compiling OpenAPIRuntime URIEncodedNode.swift
[84/209] Compiling OpenAPIRuntime URIParsedTypes.swift
[85/209] Compiling OpenAPIRuntime URIDecoder.swift
[86/209] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[87/209] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[88/209] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[89/209] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[90/209] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[91/209] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[92/209] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[93/209] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[94/209] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[95/209] Compiling ArgumentParser CollectionExtensions.swift
[96/209] Compiling ArgumentParser Platform.swift
[97/209] Compiling ArgumentParser SequenceExtensions.swift
[98/209] Compiling ArgumentParser StringExtensions.swift
[99/209] Compiling ArgumentParser Tree.swift
[100/209] Compiling OpenAPIRuntime ClientError.swift
[101/209] Compiling OpenAPIRuntime CodingErrors.swift
[102/209] Compiling OpenAPIRuntime RuntimeError.swift
[103/209] Compiling OpenAPIRuntime ServerError.swift
[104/209] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[105/209] Compiling OpenAPIRuntime CodableExtensions.swift
[106/209] Compiling OpenAPIRuntime Configuration.swift
[107/209] Compiling OpenAPIRuntime Converter+Client.swift
[108/209] Compiling OpenAPIRuntime Converter+Common.swift
[109/209] Compiling OpenAPIRuntime Converter+Server.swift
[110/209] Compiling OpenAPIRuntime Converter.swift
[111/209] Compiling OpenAPIRuntime CurrencyExtensions.swift
[112/209] Compiling OpenAPIRuntime ErrorExtensions.swift
[113/209] Compiling OpenAPIRuntime Acceptable.swift
[114/209] Compiling OpenAPIRuntime Base64EncodedData.swift
[115/209] Compiling OpenAPIRuntime FoundationExtensions.swift
[116/209] Compiling OpenAPIRuntime ParameterStyles.swift
[117/209] Compiling OpenAPIRuntime ServerVariable.swift
[118/209] Compiling OpenAPIRuntime URLExtensions.swift
[119/209] Compiling OpenAPIRuntime Deprecated.swift
[120/209] Compiling OpenAPIRuntime MultipartValidation.swift
[121/209] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[122/209] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[123/209] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[124/209] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[125/209] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[126/209] Compiling OpenAPIRuntime ServerSentEvents.swift
[127/209] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[128/209] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[129/209] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[130/209] Compiling OpenAPIRuntime ClientTransport.swift
[132/210] Compiling OpenAPIRuntime CurrencyTypes.swift
[133/210] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[134/210] Compiling OpenAPIRuntime HTTPBody.swift
[135/210] Compiling OpenAPIRuntime ServerTransport.swift
[136/210] Compiling OpenAPIRuntime UniversalClient.swift
[137/210] Compiling OpenAPIRuntime UniversalServer.swift
[138/210] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[139/210] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[182/210] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[183/210] Compiling OpenAPIRuntime UndocumentedPayload.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] Compiling Middleware AuthenticationMiddleware.swift
[195/219] 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) }
[196/219] Compiling OpenAPIURLSession URLSession+Extensions.swift
[197/219] Compiling OpenAPIURLSession HTTPBodyOutputStreamBridge.swift
[198/219] Emitting module Middleware
[200/219] 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 0x56059c5e60d0 (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 0x000056059717b808
1  swift-frontend 0x00005605971795ee
2  swift-frontend 0x000056059717bea8
3  libc.so.6      0x00007f15ee948520
4  swift-frontend 0x00005605914479d3
5  swift-frontend 0x000056059143f668
6  swift-frontend 0x000056059143eebc
7  swift-frontend 0x0000560591446d24
8  swift-frontend 0x00005605913bd7df
9  swift-frontend 0x00005605913c03d7
10 swift-frontend 0x00005605913c4396
11 swift-frontend 0x0000560591590481
12 swift-frontend 0x00005605915891da
13 swift-frontend 0x000056059145940e
14 swift-frontend 0x000056059131ad48
15 swift-frontend 0x000056059137b07c
16 swift-frontend 0x000056059137afd9
17 swift-frontend 0x0000560591323837
18 swift-frontend 0x000056059131cdae
19 swift-frontend 0x0000560590f42a96
20 swift-frontend 0x0000560590f3ec0c
21 swift-frontend 0x0000560590f3d997
22 swift-frontend 0x0000560590f402ba
23 swift-frontend 0x0000560590f3f713
24 swift-frontend 0x0000560590d1c86a
25 libc.so.6      0x00007f15ee92fd90
26 libc.so.6      0x00007f15ee92fe40 __libc_start_main + 128
27 swift-frontend 0x0000560590d1bcc5
*** Signal 11: Backtracing from 0x5605914479d3... done ***
*** Program crashed: Bad pointer dereference at 0x0000000000000008 ***
Thread 0 "swift-frontend" crashed:
0  0x00005605914479d3 (anonymous namespace)::ClassLayoutBuilder::addFieldsForClassImpl(swift::ClassDecl*, swift::SILType, swift::ClassDecl*, swift::SILType, bool) + 147 in swift-frontend
Registers:
rax 0x0000000000000000  0
rdx 0x00007ffc082ed8d0  f0 00 2f 08 fc 7f 00 00 e8 d8 2e 08 fc 7f 00 00  ð·/·ü···èØ.·ü···
rcx 0x000056059c7f97d8  92 97 7f 9c 05 56 00 00 00 00 00 00 00 00 00 00  ·····V··········
rbx 0x00007ffc082ed438  b8 d5 2e 08 fc 7f 00 00 60 71 8d 9d 05 56 00 00  ¸Õ.·ü···`q···V··
rsi 0x00007ffc082ed5b8  01 26 72 9c 05 56 00 00 58 ba bf 9b 05 56 00 00  ·&r··V··Xº¿··V··
rdi 0x0000000000000004  4
rbp 0x0000000000000000  0
rsp 0x00007ffc082ed6d0  00 00 00 00 00 00 00 00 e8 d6 2e 08 fc 7f 00 00  ········èÖ.·ü···
 r8 0x0000000000000a7c  2684
 r9 0x0000000000000001  1
r10 0x0000000099f0b900  2582690048
r11 0x00007f15eeb20ce0  40 ce f1 9d 05 56 00 00 c0 60 ea 9d 05 56 00 00  @Îñ··V··À`ê··V··
r12 0x000056059c8084f8  c0 a4 82 9b 05 56 00 00 1c 02 00 08 01 00 00 00  À¤···V··········
r13 0x000056059bbfba58  1a ba bf 9b 05 56 00 00 00 00 00 00 00 00 00 00  ·º¿··V··········
r14 0x000056059bbfba58  1a ba bf 9b 05 56 00 00 00 00 00 00 00 00 00 00  ·º¿··V··········
r15 0x00007ffc082f00f0  60 77 b4 9d 05 56 00 00 d0 fa 2e 08 fc 7f 00 00  `w´··V··Ðú.·ü···
rip 0x00005605914479d3  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):
0x000056059044f000–0x0000560598037710 a2f8bf107362d44f046b5d4b0eeadb6d087dfd2b swift-frontend /usr/bin/swift-frontend
Backtrace took 0.29s
BUILD FAILURE 6.1 android