The Swift Package Index logo.Swift Package Index

Build Information

Failed to build lametric-swift, reference main (b61c27), with Swift 6.1 for Android on 26 Aug 2025 17:47:16 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/natanrolnik/Lametric-Swift.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/natanrolnik/Lametric-Swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b61c27f Add /.vscode to gitignore
Cloned https://github.com/natanrolnik/Lametric-Swift.git
Revision (git rev-parse @):
b61c27fccbb160f858e9dccd2ae18c24508ce7d5
SUCCESS checkout https://github.com/natanrolnik/Lametric-Swift.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/natanrolnik/Lametric-Swift.git
https://github.com/natanrolnik/Lametric-Swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.26.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-http-types",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-http-types.git"
    },
    {
      "identity" : "swift-pretty-print",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftToolkit/swift-pretty-print"
    },
    {
      "identity" : "colorizeswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.7.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mtynior/ColorizeSwift.git"
    }
  ],
  "manifest_display_name" : "lametric-swift",
  "name" : "lametric-swift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "lametric",
      "targets" : [
        "lametric-cli"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "Lametric",
      "targets" : [
        "Lametric"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LametricFoundation",
      "targets" : [
        "LametricFoundation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "lametric_cli",
      "module_type" : "SwiftTarget",
      "name" : "lametric-cli",
      "path" : "Sources/lametric-cli",
      "product_dependencies" : [
        "ArgumentParser",
        "PrettyPrint",
        "ColorizeSwift"
      ],
      "product_memberships" : [
        "lametric"
      ],
      "sources" : [
        "Commands/Apps.swift",
        "Commands/Device.swift",
        "Commands/Display.swift",
        "Commands/ListEndpoints.swift",
        "Commands/Notifications.swift",
        "LametricCLI+Options.swift",
        "LametricCLI.swift"
      ],
      "target_dependencies" : [
        "Lametric"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "LametricFoundation",
      "module_type" : "SwiftTarget",
      "name" : "LametricFoundation",
      "path" : "Sources/LametricFoundation",
      "product_memberships" : [
        "lametric",
        "Lametric",
        "LametricFoundation"
      ],
      "sources" : [
        "Codable.swift",
        "Models/App.swift",
        "Models/AppAction.swift",
        "Models/DeviceState.swift",
        "Models/Display.swift",
        "Models/Frame.swift",
        "Models/Model.swift",
        "Models/Notification.swift",
        "Models/Sound.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Lametric",
      "module_type" : "SwiftTarget",
      "name" : "Lametric",
      "path" : "Sources/Lametric",
      "product_dependencies" : [
        "AsyncHTTPClient",
        "HTTPTypes",
        "ColorizeSwift"
      ],
      "product_memberships" : [
        "lametric",
        "Lametric"
      ],
      "sources" : [
        "Client/HTTPExecutor/AsyncHTTPClientExecutor.swift",
        "Client/HTTPExecutor/HTTPExecutor.swift",
        "Client/HTTPExecutor/URLSessionExecutor.swift",
        "Client/LametricClient+Actions.swift",
        "Client/LametricClient+Apps.swift",
        "Client/LametricClient+Device.swift",
        "Client/LametricClient+Display.swift",
        "Client/LametricClient+Notifications.swift",
        "Client/LametricClient.swift",
        "Client/Responses/AppsResponse.swift",
        "Client/Responses/DeviceResponse.swift",
        "Client/Responses/DisplayResponse.swift",
        "Client/Responses/ListEndpointsResponse.swift",
        "Client/Responses/NotificationResponse.swift",
        "Client/Responses/Success.swift",
        "Endpoint.swift",
        "Endpoints/Apps.swift",
        "Endpoints/Device.swift",
        "Endpoints/DisplayState.swift",
        "Endpoints/List.swift",
        "Endpoints/Notifications.swift",
        "Error.swift",
        "Response.swift"
      ],
      "target_dependencies" : [
        "LametricFoundation"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images: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:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
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/mtynior/ColorizeSwift.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/swift-server/async-http-client.git
[1/291] Fetching colorizeswift
[292/1208] Fetching colorizeswift, swift-http-types
Fetched https://github.com/mtynior/ColorizeSwift.git from cache (0.61s)
[1/14119] Fetching async-http-client
[1978/29808] Fetching async-http-client, swift-argument-parser
Fetched https://github.com/apple/swift-http-types.git from cache (2.07s)
Fetched https://github.com/swift-server/async-http-client.git from cache (2.07s)
Fetching https://github.com/SwiftToolkit/swift-pretty-print
Fetched https://github.com/apple/swift-argument-parser from cache (2.18s)
[1/43] Fetching swift-pretty-print
Fetched https://github.com/SwiftToolkit/swift-pretty-print from cache (0.42s)
Computing version for https://github.com/mtynior/ColorizeSwift.git
Computed https://github.com/mtynior/ColorizeSwift.git at 1.7.0 (6.65s)
Computing version for https://github.com/SwiftToolkit/swift-pretty-print
Computed https://github.com/SwiftToolkit/swift-pretty-print at 0.1.2 (0.95s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (1.13s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-log.git
[1/3897] Fetching swift-log
[2/5705] Fetching swift-log, swift-atomics
[137/8406] Fetching swift-log, swift-atomics, swift-nio-transport-services
[1027/14374] Fetching swift-log, swift-atomics, swift-nio-transport-services, swift-algorithms
[1232/26035] Fetching swift-log, swift-atomics, swift-nio-transport-services, swift-algorithms, swift-nio-http2
[2539/32162] Fetching swift-log, swift-atomics, swift-nio-transport-services, swift-algorithms, swift-nio-http2, swift-nio-extras
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.28s)
[20307/29461] Fetching swift-log, swift-atomics, swift-algorithms, swift-nio-http2, swift-nio-extras
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-atomics.git from cache (1.44s)
Fetching https://github.com/apple/swift-nio.git
[18605/27653] Fetching swift-log, swift-algorithms, swift-nio-http2, swift-nio-extras
Fetched https://github.com/apple/swift-algorithms.git from cache (1.74s)
[12707/21685] Fetching swift-log, swift-nio-http2, swift-nio-extras
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.79s)
Fetched https://github.com/apple/swift-log.git from cache (1.79s)
[2799/11661] Fetching swift-nio-http2
[6648/26736] Fetching swift-nio-http2, swift-nio-ssl
[11722/104442] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (4.01s)
[36347/92781] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.84s)
[52841/77706] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (11.45s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (13.96s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (1.04s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (1.04s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.89s)
Fetching https://github.com/apple/swift-numerics.git
[1/6342] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.77s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.33.0 (1.98s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.58s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4900] Fetching swift-system
[2059/22254] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.97s)
[2951/17354] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.43s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (3.50s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.21s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (1.02s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (1.22s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/5133] Fetching swift-async-algorithms
[53/6309] Fetching swift-async-algorithms, swift-http-structured-headers
[1195/12769] Fetching swift-async-algorithms, swift-http-structured-headers, swift-certificates
[1312/15202] Fetching swift-async-algorithms, swift-http-structured-headers, swift-certificates, swift-service-lifecycle
[1385/16831] Fetching swift-async-algorithms, swift-http-structured-headers, swift-certificates, swift-service-lifecycle, swift-asn1
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.00s)
[13106/14398] Fetching swift-async-algorithms, swift-http-structured-headers, swift-certificates, swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (1.01s)
[11542/12769] Fetching swift-async-algorithms, swift-http-structured-headers, swift-certificates
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.15s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.29s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.31s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (2.30s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.24s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.14s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (1.04s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.12.0 (1.32s)
Fetching https://github.com/apple/swift-crypto.git
[1/16276] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.85s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (3.90s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (1.22s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.14.0 (3.22s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.36s)
Creating working copy for https://github.com/mtynior/ColorizeSwift.git
Working copy of https://github.com/mtynior/ColorizeSwift.git resolved at 1.7.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.12.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.33.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.14.0
Creating working copy for https://github.com/SwiftToolkit/swift-pretty-print
Working copy of https://github.com/SwiftToolkit/swift-pretty-print resolved at 0.1.2
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.29.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.0
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/21] Write sources
[10/21] Write swift-version-24593BA9C3E375BF.txt
[12/56] Emitting module ArgumentParserToolInfo
[13/56] Emitting module HTTPTypes
[14/57] Emitting module ColorizeSwift
[15/57] Compiling HTTPTypes ISOLatin1String.swift
[16/57] Compiling HTTPTypes HTTPRequest.swift
[17/57] Compiling HTTPTypes HTTPResponse.swift
[18/57] Compiling ArgumentParserToolInfo ToolInfo.swift
[19/58] Compiling HTTPTypes HTTPField.swift
[20/58] Compiling HTTPTypes HTTPParsedFields.swift
[22/58] Compiling HTTPTypes NIOLock.swift
[22/58] Wrapping AST for ArgumentParserToolInfo for debugging
[24/102] Compiling ArgumentParser InputKey.swift
[25/102] Compiling ArgumentParser InputOrigin.swift
[26/102] Compiling ArgumentParser Name.swift
[27/102] Compiling ArgumentParser Parsed.swift
[28/102] Compiling ArgumentParser ParsedValues.swift
[29/102] Compiling ArgumentParser ParserError.swift
[30/108] Emitting module ArgumentParser
[31/108] Compiling PrettyPrint PrettyPrint.swift
[32/109] Compiling LametricFoundation Model.swift
[33/109] Compiling LametricFoundation Notification.swift
[34/110] Compiling LametricFoundation AppAction.swift
[35/110] Compiling ArgumentParser Errors.swift
[36/110] Compiling ArgumentParser Flag.swift
[37/110] Compiling LametricFoundation Display.swift
[38/110] Compiling ArgumentParser EnumerableFlag.swift
[39/110] Compiling ArgumentParser ExpressibleByArgument.swift
[40/110] Compiling ArgumentParser ArgumentVisibility.swift
[41/110] Compiling ArgumentParser CompletionKind.swift
[42/110] Emitting module PrettyPrint
[43/110] Compiling ArgumentParser CommandConfiguration.swift
[44/110] Compiling ArgumentParser CommandGroup.swift
[45/110] Emitting module LametricFoundation
[48/110] Compiling ArgumentParser OptionGroup.swift
[49/110] Compiling ArgumentParser AsyncParsableCommand.swift
[50/110] Compiling ArgumentParser NameSpecification.swift
[51/110] Compiling ArgumentParser Option.swift
[52/110] Compiling LametricFoundation DeviceState.swift
[53/110] Compiling LametricFoundation Frame.swift
[54/110] Compiling ArgumentParser CollectionExtensions.swift
[55/110] Compiling ArgumentParser Mutex.swift
[56/110] Compiling ArgumentParser Platform.swift
[57/110] Compiling ArgumentParser SequenceExtensions.swift
[58/110] Compiling ArgumentParser StringExtensions.swift
[59/110] Compiling ArgumentParser SwiftExtensions.swift
[60/110] Compiling ColorizeSwift ColorizeSwift.swift
[61/111] Compiling ArgumentParser Tree.swift
[62/111] Compiling ArgumentParser CodingKeyValidator.swift
[63/111] Compiling ArgumentParser NonsenseFlagsValidator.swift
[64/111] Compiling ArgumentParser ParsableArgumentsValidation.swift
[65/111] Compiling ArgumentParser PositionalArgumentsValidator.swift
[66/111] Compiling ArgumentParser UniqueNamesValidator.swift
[68/111] Compiling PrettyPrint PrettyPrintable.swift
[68/112] Wrapping AST for ColorizeSwift for debugging
[70/112] Wrapping AST for PrettyPrint for debugging
[72/112] Compiling LametricFoundation Sound.swift
[73/113] Wrapping AST for LametricFoundation for debugging
[75/113] Compiling ArgumentParser SplitArguments.swift
[76/113] Compiling ArgumentParser DumpHelpGenerator.swift
[77/113] Compiling ArgumentParser HelpCommand.swift
[78/113] Compiling ArgumentParser HelpGenerator.swift
[79/113] Compiling ArgumentParser MessageInfo.swift
[80/113] Compiling ArgumentParser UsageGenerator.swift
[87/113] Compiling ArgumentParser BashCompletionsGenerator.swift
[88/113] Compiling ArgumentParser CompletionsGenerator.swift
[89/113] Compiling ArgumentParser FishCompletionsGenerator.swift
[90/113] Compiling ArgumentParser ZshCompletionsGenerator.swift
[91/113] Compiling ArgumentParser Argument.swift
[92/113] Compiling ArgumentParser ArgumentDiscussion.swift
[93/113] Compiling ArgumentParser ArgumentHelp.swift
[100/113] Compiling ArgumentParser ParsableArguments.swift
[101/113] Compiling ArgumentParser ParsableCommand.swift
[102/113] Compiling ArgumentParser ArgumentDecoder.swift
[103/113] Compiling ArgumentParser ArgumentDefinition.swift
[104/113] Compiling ArgumentParser ArgumentSet.swift
[105/113] Compiling ArgumentParser CommandParser.swift
[107/114] Compiling HTTPTypes HTTPFieldName.swift
[108/114] Compiling HTTPTypes HTTPFields.swift
[109/115] Wrapping AST for ArgumentParser for debugging
[110/115] Wrapping AST for HTTPTypes for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[112/137] Emitting module Lametric
/host/spi-builder-workspace/Sources/Lametric/Client/HTTPExecutor/URLSessionExecutor.swift:61:64: error: cannot find type 'URLRequest' in scope
59 |     }
60 |
61 |     private func makeRequest(for endpoint: Endpoint) throws -> URLRequest {
   |                                                                `- error: cannot find type 'URLRequest' in scope
62 |         var urlString = baseURLString
63 |
[113/139] Compiling Lametric AppsResponse.swift
[114/139] Compiling Lametric DeviceResponse.swift
[115/139] Compiling Lametric DisplayResponse.swift
[116/139] Compiling Lametric DisplayState.swift
[117/139] Compiling Lametric List.swift
[118/139] Compiling Lametric Notifications.swift
[119/139] Compiling Lametric Endpoint.swift
[120/139] Compiling Lametric Apps.swift
[121/139] Compiling Lametric Device.swift
[122/139] Compiling Lametric AsyncHTTPClientExecutor.swift
/host/spi-builder-workspace/Sources/Lametric/Client/HTTPExecutor/URLSessionExecutor.swift:61:64: error: cannot find type 'URLRequest' in scope
59 |     }
60 |
61 |     private func makeRequest(for endpoint: Endpoint) throws -> URLRequest {
   |                                                                `- error: cannot find type 'URLRequest' in scope
62 |         var urlString = baseURLString
63 |
/host/spi-builder-workspace/Sources/Lametric/Client/HTTPExecutor/URLSessionExecutor.swift:40:57: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
38 |
39 |         do {
40 |             let (data, response) = try await URLSession.shared.data(for: request)
   |                                                         `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
41 |
42 |             guard let httpResponse = response as? HTTPURLResponse else {
/host/spi-builder-workspace/Sources/Lametric/Client/HTTPExecutor/URLSessionExecutor.swift:74:23: error: cannot find 'URLRequest' in scope
72 |         }
73 |
74 |         var request = URLRequest(url: url)
   |                       `- error: cannot find 'URLRequest' in scope
75 |         request.httpMethod = endpoint.method.rawValue.uppercased()
76 |
[123/139] Compiling Lametric HTTPExecutor.swift
/host/spi-builder-workspace/Sources/Lametric/Client/HTTPExecutor/URLSessionExecutor.swift:61:64: error: cannot find type 'URLRequest' in scope
59 |     }
60 |
61 |     private func makeRequest(for endpoint: Endpoint) throws -> URLRequest {
   |                                                                `- error: cannot find type 'URLRequest' in scope
62 |         var urlString = baseURLString
63 |
/host/spi-builder-workspace/Sources/Lametric/Client/HTTPExecutor/URLSessionExecutor.swift:40:57: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
38 |
39 |         do {
40 |             let (data, response) = try await URLSession.shared.data(for: request)
   |                                                         `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
41 |
42 |             guard let httpResponse = response as? HTTPURLResponse else {
/host/spi-builder-workspace/Sources/Lametric/Client/HTTPExecutor/URLSessionExecutor.swift:74:23: error: cannot find 'URLRequest' in scope
72 |         }
73 |
74 |         var request = URLRequest(url: url)
   |                       `- error: cannot find 'URLRequest' in scope
75 |         request.httpMethod = endpoint.method.rawValue.uppercased()
76 |
[124/139] Compiling Lametric URLSessionExecutor.swift
/host/spi-builder-workspace/Sources/Lametric/Client/HTTPExecutor/URLSessionExecutor.swift:61:64: error: cannot find type 'URLRequest' in scope
59 |     }
60 |
61 |     private func makeRequest(for endpoint: Endpoint) throws -> URLRequest {
   |                                                                `- error: cannot find type 'URLRequest' in scope
62 |         var urlString = baseURLString
63 |
/host/spi-builder-workspace/Sources/Lametric/Client/HTTPExecutor/URLSessionExecutor.swift:40:57: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
38 |
39 |         do {
40 |             let (data, response) = try await URLSession.shared.data(for: request)
   |                                                         `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
41 |
42 |             guard let httpResponse = response as? HTTPURLResponse else {
/host/spi-builder-workspace/Sources/Lametric/Client/HTTPExecutor/URLSessionExecutor.swift:74:23: error: cannot find 'URLRequest' in scope
72 |         }
73 |
74 |         var request = URLRequest(url: url)
   |                       `- error: cannot find 'URLRequest' in scope
75 |         request.httpMethod = endpoint.method.rawValue.uppercased()
76 |
[125/139] Compiling Lametric LametricClient+Actions.swift
[126/139] Compiling Lametric LametricClient+Apps.swift
[127/139] Compiling Lametric LametricClient+Device.swift
[128/139] Compiling Lametric LametricClient+Display.swift
[129/139] Compiling Lametric LametricClient+Notifications.swift
[130/139] Compiling Lametric LametricClient.swift
[131/139] Compiling Lametric ListEndpointsResponse.swift
[132/139] Compiling Lametric NotificationResponse.swift
[133/139] Compiling Lametric Success.swift
[134/139] Compiling Lametric Error.swift
[135/139] Compiling Lametric Response.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images: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:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
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
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/13] Write swift-version-24593BA9C3E375BF.txt
[4/48] Compiling PrettyPrint Set+PrettyPrintable.swift
[5/48] Compiling PrettyPrint String+PrettyPrintable.swift
[6/49] Compiling PrettyPrint PrettyPrint.swift
[7/49] Compiling PrettyPrint URL+PrettyPrintable.swift
[8/49] Compiling PrettyPrint UUID+PrettyPrintable.swift
[9/49] Compiling LametricFoundation Model.swift
[10/50] Compiling PrettyPrint Numeric+PrettyPrintable.swift
[11/50] Compiling PrettyPrint Optional+PrettyPrintable.swift
[12/50] Compiling LametricFoundation Notification.swift
[13/50] Compiling LametricFoundation Frame.swift
[14/50] Compiling PrettyPrint PrettyPrintable.swift
[15/50] Compiling HTTPTypes ISOLatin1String.swift
[16/51] Compiling HTTPTypes HTTPFieldName.swift
[17/51] Compiling HTTPTypes HTTPParsedFields.swift
[18/51] Emitting module HTTPTypes
[19/51] Emitting module ColorizeSwift
[20/51] Compiling HTTPTypes HTTPField.swift
[21/51] Emitting module PrettyPrint
[22/51] Compiling PrettyPrint Dictionary+PrettyPrintable.swift
[23/51] Compiling PrettyPrint MirrorBasedPrintable.swift
[24/51] Compiling PrettyPrint Bold.swift
[25/51] Compiling PrettyPrint Array+PrettyPrintable.swift
[26/51] Compiling PrettyPrint Bool+PrettyPrintable.swift
[27/51] Compiling PrettyPrint Date+PrettyPrintable.swift
[29/52] Emitting module LametricFoundation
[32/52] Compiling HTTPTypes NIOLock.swift
[33/52] Compiling LametricFoundation AppAction.swift
[34/52] Compiling LametricFoundation DeviceState.swift
[35/52] Compiling LametricFoundation Display.swift
[36/52] Compiling ColorizeSwift ColorizeSwift.swift
[38/53] Compiling LametricFoundation Sound.swift
[40/52] Compiling HTTPTypes HTTPRequest.swift
[41/52] Compiling HTTPTypes HTTPResponse.swift
[41/52] Wrapping AST for PrettyPrint for debugging
[43/52] Compiling HTTPTypes HTTPFields.swift
[45/53] Emitting module ArgumentParserToolInfo
[46/53] Compiling ArgumentParserToolInfo ToolInfo.swift
[48/118] Compiling ArgumentParser Flag.swift
[49/118] Compiling ArgumentParser NameSpecification.swift
[50/118] Compiling ArgumentParser Option.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[51/120] Emitting module Lametric
/host/spi-builder-workspace/Sources/Lametric/Client/HTTPExecutor/URLSessionExecutor.swift:61:64: error: cannot find type 'URLRequest' in scope
59 |     }
60 |
61 |     private func makeRequest(for endpoint: Endpoint) throws -> URLRequest {
   |                                                                `- error: cannot find type 'URLRequest' in scope
62 |         var urlString = baseURLString
63 |
[52/120] Compiling ArgumentParser InputKey.swift
[53/120] Compiling ArgumentParser InputOrigin.swift
[54/120] Compiling ArgumentParser Name.swift
[55/120] Compiling Lametric Endpoint.swift
[56/120] Compiling Lametric Apps.swift
[57/120] Compiling Lametric Device.swift
[58/120] Compiling ArgumentParser Parsed.swift
/host/spi-builder-workspace/Sources/Lametric/Client/HTTPExecutor/URLSessionExecutor.swift:61:64: error: cannot find type 'URLRequest' in scope
59 |     }
60 |
61 |     private func makeRequest(for endpoint: Endpoint) throws -> URLRequest {
   |                                                                `- error: cannot find type 'URLRequest' in scope
62 |         var urlString = baseURLString
63 |
/host/spi-builder-workspace/Sources/Lametric/Client/HTTPExecutor/URLSessionExecutor.swift:40:57: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
38 |
39 |         do {
40 |             let (data, response) = try await URLSession.shared.data(for: request)
   |                                                         `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
41 |
42 |             guard let httpResponse = response as? HTTPURLResponse else {
/host/spi-builder-workspace/Sources/Lametric/Client/HTTPExecutor/URLSessionExecutor.swift:74:23: error: cannot find 'URLRequest' in scope
72 |         }
73 |
74 |         var request = URLRequest(url: url)
   |                       `- error: cannot find 'URLRequest' in scope
75 |         request.httpMethod = endpoint.method.rawValue.uppercased()
76 |
[59/120] Compiling ArgumentParser ParsedValues.swift
/host/spi-builder-workspace/Sources/Lametric/Client/HTTPExecutor/URLSessionExecutor.swift:61:64: error: cannot find type 'URLRequest' in scope
59 |     }
60 |
61 |     private func makeRequest(for endpoint: Endpoint) throws -> URLRequest {
   |                                                                `- error: cannot find type 'URLRequest' in scope
62 |         var urlString = baseURLString
63 |
/host/spi-builder-workspace/Sources/Lametric/Client/HTTPExecutor/URLSessionExecutor.swift:40:57: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
38 |
39 |         do {
40 |             let (data, response) = try await URLSession.shared.data(for: request)
   |                                                         `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
41 |
42 |             guard let httpResponse = response as? HTTPURLResponse else {
/host/spi-builder-workspace/Sources/Lametric/Client/HTTPExecutor/URLSessionExecutor.swift:74:23: error: cannot find 'URLRequest' in scope
72 |         }
73 |
74 |         var request = URLRequest(url: url)
   |                       `- error: cannot find 'URLRequest' in scope
75 |         request.httpMethod = endpoint.method.rawValue.uppercased()
76 |
[60/120] Compiling ArgumentParser ParserError.swift
/host/spi-builder-workspace/Sources/Lametric/Client/HTTPExecutor/URLSessionExecutor.swift:61:64: error: cannot find type 'URLRequest' in scope
59 |     }
60 |
61 |     private func makeRequest(for endpoint: Endpoint) throws -> URLRequest {
   |                                                                `- error: cannot find type 'URLRequest' in scope
62 |         var urlString = baseURLString
63 |
/host/spi-builder-workspace/Sources/Lametric/Client/HTTPExecutor/URLSessionExecutor.swift:40:57: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
38 |
39 |         do {
40 |             let (data, response) = try await URLSession.shared.data(for: request)
   |                                                         `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
41 |
42 |             guard let httpResponse = response as? HTTPURLResponse else {
/host/spi-builder-workspace/Sources/Lametric/Client/HTTPExecutor/URLSessionExecutor.swift:74:23: error: cannot find 'URLRequest' in scope
72 |         }
73 |
74 |         var request = URLRequest(url: url)
   |                       `- error: cannot find 'URLRequest' in scope
75 |         request.httpMethod = endpoint.method.rawValue.uppercased()
76 |
[61/120] Compiling ArgumentParser CommandGroup.swift
[62/120] Compiling ArgumentParser EnumerableFlag.swift
[63/120] Compiling ArgumentParser ExpressibleByArgument.swift
[64/120] Compiling ArgumentParser ArgumentVisibility.swift
[65/120] Compiling ArgumentParser CompletionKind.swift
[66/120] Compiling ArgumentParser Errors.swift
[67/120] Compiling ArgumentParser OptionGroup.swift
[68/120] Compiling ArgumentParser AsyncParsableCommand.swift
[69/120] Compiling ArgumentParser CommandConfiguration.swift
[70/120] Compiling Lametric Error.swift
[71/120] Compiling Lametric Response.swift
BUILD FAILURE 6.1 android