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 ChimeKit, reference 0.4.2 (27a1c3), with Swift 6.1 for Android on 29 May 2025 03:30:51 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/ChimeKit.git
Reference: 0.4.2
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/ChimeHQ/ChimeKit
 * tag               0.4.2      -> FETCH_HEAD
HEAD is now at 27a1c3a Update to latest Extendable, LanguageClient; concurrency warnings
Cloned https://github.com/ChimeHQ/ChimeKit.git
Revision (git rev-parse @):
27a1c3a3fe3afe40b5fa2384c9a70fe0edef49fe
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/ChimeKit.git at 0.4.2
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ChimeHQ/ChimeKit.git
https://github.com/ChimeHQ/ChimeKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "asyncxpcconnection",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/AsyncXPCConnection"
    },
    {
      "identity" : "extendable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/Extendable"
    },
    {
      "identity" : "processenv",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/ProcessEnv"
    },
    {
      "identity" : "languageclient",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.8.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/LanguageClient"
    },
    {
      "identity" : "languageserverprotocol",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.13.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/LanguageServerProtocol"
    },
    {
      "identity" : "queue",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.4",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattmassicotte/Queue"
    },
    {
      "identity" : "jsonrpc",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/JSONRPC"
    }
  ],
  "manifest_display_name" : "ChimeKit",
  "name" : "ChimeKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "ChimeExtensionInterface",
      "targets" : [
        "ChimeExtensionInterface"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ChimeLSPAdapter",
      "targets" : [
        "ChimeLSPAdapter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ChimeKit",
      "targets" : [
        "ChimeKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ChimeLSPAdapterTests",
      "module_type" : "SwiftTarget",
      "name" : "ChimeLSPAdapterTests",
      "path" : "Tests/ChimeLSPAdapterTests",
      "sources" : [
        "LSPTransformersTests.swift"
      ],
      "target_dependencies" : [
        "ChimeLSPAdapter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ChimeLSPAdapter",
      "module_type" : "SwiftTarget",
      "name" : "ChimeLSPAdapter",
      "path" : "Sources/ChimeLSPAdapter",
      "product_dependencies" : [
        "LanguageClient",
        "LanguageServerProtocol",
        "ProcessEnv",
        "Queue",
        "JSONRPC"
      ],
      "product_memberships" : [
        "ChimeLSPAdapter",
        "ChimeKit"
      ],
      "sources" : [
        "DataChannel+HostedProcess.swift",
        "DocumentContext+LSP.swift",
        "LSPDocumentService.swift",
        "LSPHostServerInterface.swift",
        "LSPProjectService.swift",
        "LSPService+ClientConfiguration.swift",
        "LSPService.swift",
        "LSPTransformers.swift",
        "LSPTypeTranslations.swift"
      ],
      "target_dependencies" : [
        "ChimeExtensionInterface"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ChimeKit",
      "module_type" : "SwiftTarget",
      "name" : "ChimeKit",
      "path" : "Sources/ChimeKit",
      "product_memberships" : [
        "ChimeKit"
      ],
      "sources" : [
        "ChimeKit.swift"
      ],
      "target_dependencies" : [
        "ChimeExtensionInterface",
        "ChimeLSPAdapter"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ChimeExtensionInterfaceTests",
      "module_type" : "SwiftTarget",
      "name" : "ChimeExtensionInterfaceTests",
      "path" : "Tests/ChimeExtensionInterfaceTests",
      "product_dependencies" : [
        "ProcessEnv"
      ],
      "sources" : [
        "ChimeExtensionTests.swift",
        "ExtensionConfigurationTests.swift"
      ],
      "target_dependencies" : [
        "ChimeExtensionInterface"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ChimeExtensionInterface",
      "module_type" : "SwiftTarget",
      "name" : "ChimeExtensionInterface",
      "path" : "Sources/ChimeExtensionInterface",
      "product_dependencies" : [
        "AsyncXPCConnection",
        "Extendable",
        "Queue"
      ],
      "product_memberships" : [
        "ChimeExtensionInterface",
        "ChimeLSPAdapter",
        "ChimeKit"
      ],
      "sources" : [
        "ChimeExtension.swift",
        "ExtensionProtocol.swift",
        "HostProtocol.swift",
        "MainActor+runUnsafely.swift",
        "Models/CombinedTextPosition.swift",
        "Models/CombinedTextRange.swift",
        "Models/DocumentConfiguration.swift",
        "Models/DocumentContext.swift",
        "Models/ExtensionConfiguration.swift",
        "Models/LaunchedProcess.swift",
        "Models/LineRelativeTextPosition.swift",
        "Models/LineRelativeTextRange.swift",
        "Models/ProjectContext.swift",
        "Models/ServiceConfiguration.swift",
        "Models/TextChange.swift",
        "Models/TextRange.swift",
        "Models/TextTarget.swift",
        "SceneContextView.swift",
        "Scenes.swift",
        "Services/CompletionService.swift",
        "Services/DefinitionService.swift",
        "Services/DiagnosticService.swift",
        "Services/FormattingService.swift",
        "Services/SemanticDetailsService.swift",
        "Services/SymbolQueryService.swift",
        "Services/TokenService.swift",
        "StandaloneExtension.swift",
        "UTType+Filename.swift",
        "UTType+Languages.swift",
        "XPC/ExportedExtension.swift",
        "XPC/ExportedHost.swift",
        "XPC/ExportedScene.swift",
        "XPC/ExportedSceneHost.swift",
        "XPC/ExtensionSceneProtocol.swift",
        "XPC/Protocol+Exporting.swift",
        "XPC/QueuedRelay.swift",
        "XPC/RemoteDocumentService.swift",
        "XPC/RemoteExtension.swift",
        "XPC/RemoteHost.swift",
        "XPC/RemoteProjectService.swift",
        "XPC/RemoteScene.swift",
        "XPC/XPCProtocols.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/mattmassicotte/Queue
Fetching https://github.com/ChimeHQ/LanguageServerProtocol
Fetching https://github.com/ChimeHQ/LanguageClient
Fetching https://github.com/ChimeHQ/JSONRPC
Fetching https://github.com/ChimeHQ/Extendable
Fetching https://github.com/ChimeHQ/ProcessEnv
[1/308] Fetching queue
[266/942] Fetching queue, jsonrpc
[943/2763] Fetching queue, jsonrpc, languageserverprotocol
[2764/2974] Fetching queue, jsonrpc, languageserverprotocol, extendable
[2975/3188] Fetching queue, jsonrpc, languageserverprotocol, extendable, processenv
[3106/3816] Fetching queue, jsonrpc, languageserverprotocol, extendable, processenv, languageclient
Fetched https://github.com/ChimeHQ/Extendable from cache (0.89s)
Fetched https://github.com/ChimeHQ/ProcessEnv from cache (0.89s)
Fetched https://github.com/mattmassicotte/Queue from cache (0.89s)
Fetched https://github.com/ChimeHQ/JSONRPC from cache (0.89s)
Fetched https://github.com/ChimeHQ/LanguageClient from cache (0.89s)
Fetched https://github.com/ChimeHQ/LanguageServerProtocol from cache (0.89s)
Fetching https://github.com/ChimeHQ/AsyncXPCConnection
[1/176] Fetching asyncxpcconnection
Fetched https://github.com/ChimeHQ/AsyncXPCConnection from cache (0.47s)
Computing version for https://github.com/ChimeHQ/LanguageClient
Computed https://github.com/ChimeHQ/LanguageClient at 0.8.1 (1.86s)
Fetching https://github.com/davbeck/swift-glob
Fetching https://github.com/groue/Semaphore
Fetching https://github.com/Frizlab/FSEventsWrapper
[1/293] Fetching semaphore
[66/553] Fetching semaphore, fseventswrapper
[554/1197] Fetching semaphore, fseventswrapper, swift-glob
Fetched https://github.com/groue/Semaphore from cache (0.29s)
Fetched https://github.com/Frizlab/FSEventsWrapper from cache (0.29s)
Fetched https://github.com/davbeck/swift-glob from cache (0.31s)
Computing version for https://github.com/Frizlab/FSEventsWrapper
Computed https://github.com/Frizlab/FSEventsWrapper at 2.1.0 (3.18s)
Computing version for https://github.com/ChimeHQ/ProcessEnv
Computed https://github.com/ChimeHQ/ProcessEnv at 1.0.1 (0.79s)
Computing version for https://github.com/ChimeHQ/Extendable
Computed https://github.com/ChimeHQ/Extendable at 0.4.0 (0.85s)
Computing version for https://github.com/groue/Semaphore
Computed https://github.com/groue/Semaphore at 0.1.0 (0.84s)
Computing version for https://github.com/davbeck/swift-glob
Computed https://github.com/davbeck/swift-glob at 0.1.0 (0.85s)
Computing version for https://github.com/ChimeHQ/JSONRPC
Computed https://github.com/ChimeHQ/JSONRPC at 0.9.2 (0.85s)
Computing version for https://github.com/mattmassicotte/Queue
Computed https://github.com/mattmassicotte/Queue at 0.2.1 (0.93s)
Computing version for https://github.com/ChimeHQ/LanguageServerProtocol
Computed https://github.com/ChimeHQ/LanguageServerProtocol at 0.14.0 (0.56s)
Computing version for https://github.com/ChimeHQ/AsyncXPCConnection
Computed https://github.com/ChimeHQ/AsyncXPCConnection at 1.3.0 (0.89s)
Creating working copy for https://github.com/ChimeHQ/ProcessEnv
Working copy of https://github.com/ChimeHQ/ProcessEnv resolved at 1.0.1
Creating working copy for https://github.com/ChimeHQ/Extendable
Working copy of https://github.com/ChimeHQ/Extendable resolved at 0.4.0
Creating working copy for https://github.com/mattmassicotte/Queue
Working copy of https://github.com/mattmassicotte/Queue resolved at 0.2.1
Creating working copy for https://github.com/ChimeHQ/LanguageServerProtocol
Working copy of https://github.com/ChimeHQ/LanguageServerProtocol resolved at 0.14.0
Creating working copy for https://github.com/groue/Semaphore
Working copy of https://github.com/groue/Semaphore resolved at 0.1.0
Creating working copy for https://github.com/Frizlab/FSEventsWrapper
Working copy of https://github.com/Frizlab/FSEventsWrapper resolved at 2.1.0
Creating working copy for https://github.com/ChimeHQ/LanguageClient
Working copy of https://github.com/ChimeHQ/LanguageClient resolved at 0.8.1
Creating working copy for https://github.com/davbeck/swift-glob
Working copy of https://github.com/davbeck/swift-glob resolved at 0.1.0
Creating working copy for https://github.com/ChimeHQ/AsyncXPCConnection
Working copy of https://github.com/ChimeHQ/AsyncXPCConnection resolved at 1.3.0
Creating working copy for https://github.com/ChimeHQ/JSONRPC
Working copy of https://github.com/ChimeHQ/JSONRPC resolved at 0.9.2
Building for debugging...
[0/14] Write sources
[12/14] Compiling FNMDefinitions FNM.c
[13/14] Write swift-version-24593BA9C3E375BF.txt
[15/54] Emitting module Semaphore
[16/54] Compiling Extendable ConnectingAppExtensionScene.swift
/host/spi-builder-workspace/.build/checkouts/Extendable/Sources/Extendable/AppExtensionSceneGroup.swift:1:8: error: no such module 'ExtensionKit'
 1 | import ExtensionKit
   |        `- error: no such module 'ExtensionKit'
 2 |
 3 | /// Can be used to group multiple `AppExtensionScene` views.
[17/54] Compiling Glob Pattern+Parser.swift
[18/54] Compiling Queue AsyncSerialQueue.swift
[19/54] Compiling Extendable ConnectableSceneExtension.swift
/host/spi-builder-workspace/.build/checkouts/Extendable/Sources/Extendable/AppExtensionSceneGroup.swift:1:8: error: no such module 'ExtensionKit'
 1 | import ExtensionKit
   |        `- error: no such module 'ExtensionKit'
 2 |
 3 | /// Can be used to group multiple `AppExtensionScene` views.
[20/54] Compiling Glob Unicode.GeneralCategory+Helpers.swift
[21/54] Compiling Glob Pattern.swift
[22/54] Compiling ProcessEnv ProcessInfo+UserEnvironment.swift
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:36:28: error: cannot find 'getpwuid' in scope
 34 |
 35 |     public var pwShell: String? {
 36 |         guard let passwd = getpwuid(getuid()) else {
    |                            `- error: cannot find 'getpwuid' in scope
 37 |             return nil
 38 |         }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:36:37: error: cannot find 'getuid' in scope
 34 |
 35 |     public var pwShell: String? {
 36 |         guard let passwd = getpwuid(getuid()) else {
    |                                     `- error: cannot find 'getuid' in scope
 37 |             return nil
 38 |         }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:48:28: error: cannot find 'getpwuid' in scope
 46 |
 47 |     public var pwUserName: String? {
 48 |         guard let passwd = getpwuid(getuid()) else {
    |                            `- error: cannot find 'getpwuid' in scope
 49 |             return nil
 50 |         }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:48:37: error: cannot find 'getuid' in scope
 46 |
 47 |     public var pwUserName: String? {
 48 |         guard let passwd = getpwuid(getuid()) else {
    |                                     `- error: cannot find 'getuid' in scope
 49 |             return nil
 50 |         }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:60:28: error: cannot find 'getpwuid' in scope
 58 |
 59 |     public var pwDir: String? {
 60 |         guard let passwd = getpwuid(getuid()) else {
    |                            `- error: cannot find 'getpwuid' in scope
 61 |             return nil
 62 |         }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:60:37: error: cannot find 'getuid' in scope
 58 |
 59 |     public var pwDir: String? {
 60 |         guard let passwd = getpwuid(getuid()) else {
    |                                     `- error: cannot find 'getuid' in scope
 61 |             return nil
 62 |         }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/Process+Output.swift:10:53: error: 'ExecutionParameters' is not a member type of class 'Foundation.Process'
 8 |     }
 9 |
10 |     static func executeAsUser(_ parameters: Process.ExecutionParameters) throws -> Data? {
   |                                                     `- error: 'ExecutionParameters' is not a member type of class 'Foundation.Process'
11 |         let userParams = parameters.userShellInvocation()
12 |
Foundation.Process:1:12: note: 'Process' declared here
 1 | open class Process : NSObject, @unchecked Sendable {
   |            `- note: 'Process' declared here
 2 |     override public init()
 3 |     open var executableURL: URL? { get set }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:115:61: error: type 'Process' has no member 'ExecutionParameters'
113 |     /// a terminal session.
114 |     public var userEnvironment: [String : String] {
115 |         guard let data = try? Process.executeAsUser(Process.ExecutionParameters(path: "/usr/bin/env", environment: environment)) else {
    |                                                             `- error: type 'Process' has no member 'ExecutionParameters'
116 |             return environment
117 |         }
[23/54] Compiling Extendable ConnectionAccepter.swift
/host/spi-builder-workspace/.build/checkouts/Extendable/Sources/Extendable/AppExtensionSceneGroup.swift:1:8: error: no such module 'ExtensionKit'
 1 | import ExtensionKit
   |        `- error: no such module 'ExtensionKit'
 2 |
 3 | /// Can be used to group multiple `AppExtensionScene` views.
[24/54] Compiling Glob Pattern+Options.swift
[25/54] Compiling ProcessEnv Process+Parameters.swift
[26/54] Compiling JSONRPC JSONValueDecoder.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
 3 | import Glibc
 4 | #else
 5 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
 6 | #endif
 7 |
[27/55] Compiling JSONRPC JSONValue.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
 3 | import Glibc
 4 | #else
 5 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
 6 | #endif
 7 |
[28/55] Compiling AsyncXPCConnection RemoteXPCService.swift
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/NSXPCConnection+Continuations.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[29/55] Compiling JSONRPC JSONRPCSession.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
 3 | import Glibc
 4 | #else
 5 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
 6 | #endif
 7 |
[30/55] Compiling Glob Pattern+Match.swift
[31/55] Compiling JSONRPC JSONId.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
 3 | import Glibc
 4 | #else
 5 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
 6 | #endif
 7 |
[32/55] Compiling JSONRPC JSONRPCError.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
 3 | import Glibc
 4 | #else
 5 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
 6 | #endif
 7 |
[33/55] Compiling JSONRPC DataChannel+WebSocket.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
 3 | import Glibc
 4 | #else
 5 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
 6 | #endif
 7 |
[34/55] Compiling JSONRPC DataChannel.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
 3 | import Glibc
 4 | #else
 5 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
 6 | #endif
 7 |
[35/55] Compiling Extendable AppExtensionSceneGroup.swift
/host/spi-builder-workspace/.build/checkouts/Extendable/Sources/Extendable/AppExtensionSceneGroup.swift:1:8: error: no such module 'ExtensionKit'
 1 | import ExtensionKit
   |        `- error: no such module 'ExtensionKit'
 2 |
 3 | /// Can be used to group multiple `AppExtensionScene` views.
[36/55] Compiling Extendable AppExtension+Init.swift
/host/spi-builder-workspace/.build/checkouts/Extendable/Sources/Extendable/AppExtensionSceneGroup.swift:1:8: error: no such module 'ExtensionKit'
 1 | import ExtensionKit
   |        `- error: no such module 'ExtensionKit'
 2 |
 3 | /// Can be used to group multiple `AppExtensionScene` views.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[37/55] Emitting module Extendable
/host/spi-builder-workspace/.build/checkouts/Extendable/Sources/Extendable/AppExtensionSceneGroup.swift:1:8: error: no such module 'ExtensionKit'
 1 | import ExtensionKit
   |        `- error: no such module 'ExtensionKit'
 2 |
 3 | /// Can be used to group multiple `AppExtensionScene` views.
[38/55] Compiling Extendable ConnectableExtension.swift
/host/spi-builder-workspace/.build/checkouts/Extendable/Sources/Extendable/AppExtensionSceneGroup.swift:1:8: error: no such module 'ExtensionKit'
 1 | import ExtensionKit
   |        `- error: no such module 'ExtensionKit'
 2 |
 3 | /// Can be used to group multiple `AppExtensionScene` views.
[39/55] Compiling JSONRPC AsyncStreamPolyfill.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
 3 | import Glibc
 4 | #else
 5 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
 6 | #endif
 7 |
[40/55] Compiling JSONRPC DataChannel+Actor.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
 3 | import Glibc
 4 | #else
 5 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
 6 | #endif
 7 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[41/55] Compiling JSONRPC DataChannel+PredefinedMessages.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
 3 | import Glibc
 4 | #else
 5 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
 6 | #endif
 7 |
[42/55] Compiling JSONRPC DataChannel+Stdio.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
 3 | import Glibc
 4 | #else
 5 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
 6 | #endif
 7 |
[43/55] Emitting module JSONRPC
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
 3 | import Glibc
 4 | #else
 5 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
 6 | #endif
 7 |
[44/55] Compiling Semaphore AsyncSemaphore.swift
[46/56] Compiling JSONRPC Protocol.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
 3 | import Glibc
 4 | #else
 5 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
 6 | #endif
 7 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[47/56] Emitting module ProcessEnv
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/Process+Output.swift:4:47: error: 'ExecutionParameters' is not a member type of class 'Foundation.Process'
 2 |
 3 | public extension Process {
 4 |     static func execute(_ parameters: Process.ExecutionParameters) throws -> Data? {
   |                                               `- error: 'ExecutionParameters' is not a member type of class 'Foundation.Process'
 5 |         let task = Process(parameters: parameters)
 6 |
Foundation.Process:1:12: note: 'Process' declared here
 1 | open class Process : NSObject, @unchecked Sendable {
   |            `- note: 'Process' declared here
 2 |     override public init()
 3 |     open var executableURL: URL? { get set }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/Process+Output.swift:10:53: error: 'ExecutionParameters' is not a member type of class 'Foundation.Process'
 8 |     }
 9 |
10 |     static func executeAsUser(_ parameters: Process.ExecutionParameters) throws -> Data? {
   |                                                     `- error: 'ExecutionParameters' is not a member type of class 'Foundation.Process'
11 |         let userParams = parameters.userShellInvocation()
12 |
Foundation.Process:1:12: note: 'Process' declared here
 1 | open class Process : NSObject, @unchecked Sendable {
   |            `- note: 'Process' declared here
 2 |     override public init()
 3 |     open var executableURL: URL? { get set }
[48/56] Compiling ProcessEnv Process+Output.swift
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/Process+Output.swift:4:47: error: 'ExecutionParameters' is not a member type of class 'Foundation.Process'
 2 |
 3 | public extension Process {
 4 |     static func execute(_ parameters: Process.ExecutionParameters) throws -> Data? {
   |                                               `- error: 'ExecutionParameters' is not a member type of class 'Foundation.Process'
 5 |         let task = Process(parameters: parameters)
 6 |
Foundation.Process:1:12: note: 'Process' declared here
 1 | open class Process : NSObject, @unchecked Sendable {
   |            `- note: 'Process' declared here
 2 |     override public init()
 3 |     open var executableURL: URL? { get set }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/Process+Output.swift:10:53: error: 'ExecutionParameters' is not a member type of class 'Foundation.Process'
 8 |     }
 9 |
10 |     static func executeAsUser(_ parameters: Process.ExecutionParameters) throws -> Data? {
   |                                                     `- error: 'ExecutionParameters' is not a member type of class 'Foundation.Process'
11 |         let userParams = parameters.userShellInvocation()
12 |
Foundation.Process:1:12: note: 'Process' declared here
 1 | open class Process : NSObject, @unchecked Sendable {
   |            `- note: 'Process' declared here
 2 |     override public init()
 3 |     open var executableURL: URL? { get set }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/Process+Output.swift:5:40: error: argument passed to call that takes no arguments
 3 | public extension Process {
 4 |     static func execute(_ parameters: Process.ExecutionParameters) throws -> Data? {
 5 |         let task = Process(parameters: parameters)
   |                                        `- error: argument passed to call that takes no arguments
 6 |
 7 |         return try? task.runAndReadStdout()
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/Process+Output.swift:13:40: error: argument passed to call that takes no arguments
11 |         let userParams = parameters.userShellInvocation()
12 |
13 |         let task = Process(parameters: userParams)
   |                                        `- error: argument passed to call that takes no arguments
14 |
15 |         return try? task.runAndReadStdout()
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/Process+Output.swift:19:30: error: type 'Process' has no member 'ExecutionParameters'
17 |
18 |     static func readOutput(from launchPath: String, arguments: [String] = [], environment: [String : String] = [:]) -> Data? {
19 |         let params = Process.ExecutionParameters(path: launchPath, arguments: arguments, environment: environment)
   |                              `- error: type 'Process' has no member 'ExecutionParameters'
20 |
21 |         return try? execute(params)
[49/56] Compiling Glob InvalidPattern.swift
[50/56] Emitting module Queue
[51/56] Compiling Queue AsyncQueue.swift
[52/56] Emitting module Glob
[53/56] Compiling Glob GlobSearch.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[54/56] Emitting module AsyncXPCConnection
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/NSXPCConnection+Continuations.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[55/56] Compiling AsyncXPCConnection NSXPCConnection+Continuations.swift
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/NSXPCConnection+Continuations.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/NSXPCConnection+Continuations.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/41] Compiling Extendable ConnectableExtension.swift
/host/spi-builder-workspace/.build/checkouts/Extendable/Sources/Extendable/AppExtensionSceneGroup.swift:1:8: error: no such module 'ExtensionKit'
 1 | import ExtensionKit
   |        `- error: no such module 'ExtensionKit'
 2 |
 3 | /// Can be used to group multiple `AppExtensionScene` views.
[3/41] Compiling ProcessEnv Process+Parameters.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/41] Emitting module Extendable
/host/spi-builder-workspace/.build/checkouts/Extendable/Sources/Extendable/AppExtensionSceneGroup.swift:1:8: error: no such module 'ExtensionKit'
 1 | import ExtensionKit
   |        `- error: no such module 'ExtensionKit'
 2 |
 3 | /// Can be used to group multiple `AppExtensionScene` views.
[5/41] Compiling Extendable AppExtension+Init.swift
/host/spi-builder-workspace/.build/checkouts/Extendable/Sources/Extendable/AppExtensionSceneGroup.swift:1:8: error: no such module 'ExtensionKit'
 1 | import ExtensionKit
   |        `- error: no such module 'ExtensionKit'
 2 |
 3 | /// Can be used to group multiple `AppExtensionScene` views.
[6/41] Compiling Extendable AppExtensionSceneGroup.swift
/host/spi-builder-workspace/.build/checkouts/Extendable/Sources/Extendable/AppExtensionSceneGroup.swift:1:8: error: no such module 'ExtensionKit'
 1 | import ExtensionKit
   |        `- error: no such module 'ExtensionKit'
 2 |
 3 | /// Can be used to group multiple `AppExtensionScene` views.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/41] Emitting module ProcessEnv
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/Process+Output.swift:4:47: error: 'ExecutionParameters' is not a member type of class 'Foundation.Process'
 2 |
 3 | public extension Process {
 4 |     static func execute(_ parameters: Process.ExecutionParameters) throws -> Data? {
   |                                               `- error: 'ExecutionParameters' is not a member type of class 'Foundation.Process'
 5 |         let task = Process(parameters: parameters)
 6 |
Foundation.Process:1:12: note: 'Process' declared here
 1 | open class Process : NSObject, @unchecked Sendable {
   |            `- note: 'Process' declared here
 2 |     override public init()
 3 |     open var executableURL: URL? { get set }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/Process+Output.swift:10:53: error: 'ExecutionParameters' is not a member type of class 'Foundation.Process'
 8 |     }
 9 |
10 |     static func executeAsUser(_ parameters: Process.ExecutionParameters) throws -> Data? {
   |                                                     `- error: 'ExecutionParameters' is not a member type of class 'Foundation.Process'
11 |         let userParams = parameters.userShellInvocation()
12 |
Foundation.Process:1:12: note: 'Process' declared here
 1 | open class Process : NSObject, @unchecked Sendable {
   |            `- note: 'Process' declared here
 2 |     override public init()
 3 |     open var executableURL: URL? { get set }
[8/41] Compiling ProcessEnv Process+Output.swift
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/Process+Output.swift:4:47: error: 'ExecutionParameters' is not a member type of class 'Foundation.Process'
 2 |
 3 | public extension Process {
 4 |     static func execute(_ parameters: Process.ExecutionParameters) throws -> Data? {
   |                                               `- error: 'ExecutionParameters' is not a member type of class 'Foundation.Process'
 5 |         let task = Process(parameters: parameters)
 6 |
Foundation.Process:1:12: note: 'Process' declared here
 1 | open class Process : NSObject, @unchecked Sendable {
   |            `- note: 'Process' declared here
 2 |     override public init()
 3 |     open var executableURL: URL? { get set }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/Process+Output.swift:10:53: error: 'ExecutionParameters' is not a member type of class 'Foundation.Process'
 8 |     }
 9 |
10 |     static func executeAsUser(_ parameters: Process.ExecutionParameters) throws -> Data? {
   |                                                     `- error: 'ExecutionParameters' is not a member type of class 'Foundation.Process'
11 |         let userParams = parameters.userShellInvocation()
12 |
Foundation.Process:1:12: note: 'Process' declared here
 1 | open class Process : NSObject, @unchecked Sendable {
   |            `- note: 'Process' declared here
 2 |     override public init()
 3 |     open var executableURL: URL? { get set }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/Process+Output.swift:5:40: error: argument passed to call that takes no arguments
 3 | public extension Process {
 4 |     static func execute(_ parameters: Process.ExecutionParameters) throws -> Data? {
 5 |         let task = Process(parameters: parameters)
   |                                        `- error: argument passed to call that takes no arguments
 6 |
 7 |         return try? task.runAndReadStdout()
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/Process+Output.swift:13:40: error: argument passed to call that takes no arguments
11 |         let userParams = parameters.userShellInvocation()
12 |
13 |         let task = Process(parameters: userParams)
   |                                        `- error: argument passed to call that takes no arguments
14 |
15 |         return try? task.runAndReadStdout()
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/Process+Output.swift:19:30: error: type 'Process' has no member 'ExecutionParameters'
17 |
18 |     static func readOutput(from launchPath: String, arguments: [String] = [], environment: [String : String] = [:]) -> Data? {
19 |         let params = Process.ExecutionParameters(path: launchPath, arguments: arguments, environment: environment)
   |                              `- error: type 'Process' has no member 'ExecutionParameters'
20 |
21 |         return try? execute(params)
[9/41] Compiling JSONRPC JSONRPCSession.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
 3 | import Glibc
 4 | #else
 5 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
 6 | #endif
 7 |
[10/42] Compiling Extendable ConnectingAppExtensionScene.swift
/host/spi-builder-workspace/.build/checkouts/Extendable/Sources/Extendable/AppExtensionSceneGroup.swift:1:8: error: no such module 'ExtensionKit'
 1 | import ExtensionKit
   |        `- error: no such module 'ExtensionKit'
 2 |
 3 | /// Can be used to group multiple `AppExtensionScene` views.
[11/42] Compiling Extendable ConnectableSceneExtension.swift
/host/spi-builder-workspace/.build/checkouts/Extendable/Sources/Extendable/AppExtensionSceneGroup.swift:1:8: error: no such module 'ExtensionKit'
 1 | import ExtensionKit
   |        `- error: no such module 'ExtensionKit'
 2 |
 3 | /// Can be used to group multiple `AppExtensionScene` views.
[12/42] Compiling Extendable ConnectionAccepter.swift
/host/spi-builder-workspace/.build/checkouts/Extendable/Sources/Extendable/AppExtensionSceneGroup.swift:1:8: error: no such module 'ExtensionKit'
 1 | import ExtensionKit
   |        `- error: no such module 'ExtensionKit'
 2 |
 3 | /// Can be used to group multiple `AppExtensionScene` views.
[13/42] Compiling AsyncXPCConnection NSXPCConnection+Continuations.swift
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/NSXPCConnection+Continuations.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/NSXPCConnection+Continuations.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:36:28: error: cannot find 'getpwuid' in scope
 34 |
 35 |     public var pwShell: String? {
 36 |         guard let passwd = getpwuid(getuid()) else {
    |                            `- error: cannot find 'getpwuid' in scope
 37 |             return nil
 38 |         }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:36:37: error: cannot find 'getuid' in scope
 34 |
 35 |     public var pwShell: String? {
 36 |         guard let passwd = getpwuid(getuid()) else {
    |                                     `- error: cannot find 'getuid' in scope
 37 |             return nil
 38 |         }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:48:28: error: cannot find 'getpwuid' in scope
 46 |
 47 |     public var pwUserName: String? {
 48 |         guard let passwd = getpwuid(getuid()) else {
    |                            `- error: cannot find 'getpwuid' in scope
 49 |             return nil
 50 |         }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:48:37: error: cannot find 'getuid' in scope
 46 |
 47 |     public var pwUserName: String? {
 48 |         guard let passwd = getpwuid(getuid()) else {
    |                                     `- error: cannot find 'getuid' in scope
 49 |             return nil
 50 |         }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:60:28: error: cannot find 'getpwuid' in scope
 58 |
 59 |     public var pwDir: String? {
 60 |         guard let passwd = getpwuid(getuid()) else {
    |                            `- error: cannot find 'getpwuid' in scope
 61 |             return nil
 62 |         }
BUILD FAILURE 6.1 android