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 package-swift-lsp, reference main (c1f896), with Swift 6.1 for Android on 3 Jun 2025 08:22:59 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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/kattouf/package-swift-lsp.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/kattouf/package-swift-lsp
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c1f896d chore(release): Bump version to 1.3.0
Cloned https://github.com/kattouf/package-swift-lsp.git
Revision (git rev-parse @):
c1f896dadc090f17369d7a69a24e3e3d9fc95860
SUCCESS checkout https://github.com/kattouf/package-swift-lsp.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/kattouf/package-swift-lsp.git
https://github.com/kattouf/package-swift-lsp.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "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" : "languageserverprotocol",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.14.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/LanguageServerProtocol"
    },
    {
      "identity" : "languageserver",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/LanguageServer"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "510.0.1",
            "upper_bound" : "511.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "swift-package-manager",
      "requirement" : {
        "revision" : [
          "1fc90e29029bfeafe3550ccf08f74a86a11baa23"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-package-manager"
    },
    {
      "identity" : "swift-subprocess",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-subprocess.git"
    },
    {
      "identity" : "swift-concurrency-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-concurrency-extras.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "package-swift-lsp",
  "name" : "package-swift-lsp",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "package-swift-lsp",
      "targets" : [
        "PackageSwiftLSPCLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PackageSwiftLSPLibraryTests",
      "module_type" : "SwiftTarget",
      "name" : "PackageSwiftLSPLibraryTests",
      "path" : "Tests/PackageSwiftLSPLibraryTests",
      "sources" : [
        "Common/BarrierTests.swift",
        "Common/DebouncerTests.swift",
        "Common/DetermenisticHashableTests.swift",
        "Common/FuzzySearchTests.swift",
        "Common/SemverTests.swift",
        "DataProviders/GitRefsLabelsExtractorTests.swift",
        "DataProviders/GithubPackageTests.swift",
        "DataProviders/PackageSwiftDependenciesProviderTests.swift",
        "DataProviders/PackagesRegistryDiskCacheTests.swift",
        "DataProviders/PackagesRegistryTests.swift",
        "DataProviders/PackagesSwiftResolverTests.swift",
        "PackageSwift/PackageSwiftItem+Equatable.swift",
        "PackageSwift/PackageSwiftItemCollectorTests.swift",
        "PackageSwift/PackageSwiftItemLocatorTests.swift",
        "PackageSwift/TextDocumentItemPackageSwiftTests.swift",
        "TestData/TestPackageSwift600.swift",
        "TestData/TestWorkspaceGenerator.swift"
      ],
      "target_dependencies" : [
        "PackageSwiftLSPLibrary"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PackageSwiftLSPLibrary",
      "module_type" : "SwiftTarget",
      "name" : "PackageSwiftLSPLibrary",
      "path" : "Sources/PackageSwiftLSPLibrary",
      "product_dependencies" : [
        "LanguageServerProtocol",
        "LanguageServer",
        "SwiftSyntax",
        "SwiftParser",
        "SwiftPMDataModel-auto",
        "Subprocess",
        "ConcurrencyExtras",
        "Logging"
      ],
      "product_memberships" : [
        "package-swift-lsp"
      ],
      "sources" : [
        "Common/Barrier.swift",
        "Common/Debouncer.swift",
        "Common/DeterministicHashable.swift",
        "Common/FuzzySearch.swift",
        "Common/Logger.swift",
        "Common/OneBasedPosition+LSPPosition.swift",
        "Common/OneBasedPosition+SourceLocation.swift",
        "Common/OneBasedPosition.swift",
        "Common/OneBasedRange+LSPRange.swift",
        "Common/OneBasedRange.swift",
        "Common/Semver.swift",
        "DataProviders/GitRefsProvider.swift",
        "DataProviders/PackageSwiftDependenciesProvider.swift",
        "DataProviders/PackageSwiftDependenciesResolver.swift",
        "DataProviders/PackagesRegistry.swift",
        "LSPFeatureServices/CompletionService.swift",
        "LSPFeatureServices/HoverService.swift",
        "LSPFeatureServices/ProgressTracker.swift",
        "PackageSwift/PackageSwiftDocument.swift",
        "PackageSwift/PackageSwiftItem.swift",
        "PackageSwift/PackageSwiftItemCollector.swift",
        "PackageSwift/PackageSwiftItemLocator.swift",
        "PackageSwift/PackageSwiftItemParser.swift",
        "PackageSwift/PackageSwiftParser.swift",
        "PackageSwift/TextDocumentItem+PackageSwift.swift",
        "Server/BaseEventHandler.swift",
        "Server/DocumentEventHandler.swift",
        "Server/Server.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PackageSwiftLSPCLI",
      "module_type" : "SwiftTarget",
      "name" : "PackageSwiftLSPCLI",
      "path" : "Sources/PackageSwiftLSPCLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "package-swift-lsp"
      ],
      "sources" : [
        "CLI.swift",
        "Version.swift"
      ],
      "target_dependencies" : [
        "PackageSwiftLSPLibrary"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/ChimeHQ/LanguageServer
[1/68] Fetching languageserver
Fetched https://github.com/ChimeHQ/LanguageServer from cache (0.20s)
Fetching https://github.com/swiftlang/swift-package-manager
[1/154975] Fetching swift-package-manager
Fetched https://github.com/swiftlang/swift-package-manager from cache (15.16s)
Fetching https://github.com/swiftlang/swift-subprocess.git
[1/737] Fetching swift-subprocess
Fetched https://github.com/swiftlang/swift-subprocess.git from cache (0.40s)
Fetching https://github.com/apple/swift-llbuild.git
[1/29012] Fetching swift-llbuild
Fetched https://github.com/apple/swift-llbuild.git from cache (2.40s)
Fetching https://github.com/apple/swift-tools-support-core.git
[1/6785] Fetching swift-tools-support-core
Fetched https://github.com/apple/swift-tools-support-core.git from cache (0.52s)
Fetching https://github.com/apple/swift-driver.git
[1/34696] Fetching swift-driver
Fetched https://github.com/apple/swift-driver.git from cache (2.45s)
Fetching https://github.com/swiftlang/swift-syntax.git
[1/70721] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (7.00s)
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/swiftlang/swift-toolchain-sqlite
[1/128] Fetching swift-toolchain-sqlite
[19/10859] Fetching swift-toolchain-sqlite, yams
[234/27450] Fetching swift-toolchain-sqlite, yams, swift-collections
[2265/42830] Fetching swift-toolchain-sqlite, yams, swift-collections, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.85s)
Fetched https://github.com/swiftlang/swift-toolchain-sqlite from cache (1.85s)
[24532/27322] Fetching yams, swift-collections
Fetching https://github.com/ChimeHQ/LanguageServerProtocol
Fetching https://github.com/apple/swift-crypto.git
[26036/29143] Fetching yams, swift-collections, languageserverprotocol
[29144/43079] Fetching yams, swift-collections, languageserverprotocol, swift-crypto
Fetched https://github.com/apple/swift-collections.git from cache (2.72s)
Fetching https://github.com/apple/swift-log.git
[13946/26488] Fetching yams, languageserverprotocol, swift-crypto
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-system
[15898/30324] Fetching yams, languageserverprotocol, swift-crypto, swift-log
Fetched https://github.com/jpsim/Yams.git from cache (3.30s)
[5819/19593] Fetching languageserverprotocol, swift-crypto, swift-log
Fetching https://github.com/pointfreeco/swift-concurrency-extras.git
[9421/25748] Fetching languageserverprotocol, swift-crypto, swift-log, swift-certificates
[9422/30139] Fetching languageserverprotocol, swift-crypto, swift-log, swift-certificates, swift-system
Fetched https://github.com/apple/swift-log.git from cache (0.99s)
[9769/26303] Fetching languageserverprotocol, swift-crypto, swift-certificates, swift-system
[11395/27155] Fetching languageserverprotocol, swift-crypto, swift-certificates, swift-system, swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-concurrency-extras.git from cache (0.61s)
Fetched https://github.com/apple/swift-system from cache (0.84s)
[12854/21912] Fetching languageserverprotocol, swift-crypto, swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (0.96s)
[7953/15757] Fetching languageserverprotocol, swift-crypto
Fetched https://github.com/ChimeHQ/LanguageServerProtocol from cache (3.38s)
Fetched https://github.com/apple/swift-crypto.git from cache (3.41s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.0.0 (7.39s)
Computing version for https://github.com/ChimeHQ/LanguageServerProtocol
Computed https://github.com/ChimeHQ/LanguageServerProtocol at 0.14.0 (0.51s)
Fetching https://github.com/ChimeHQ/JSONRPC
[1/634] Fetching jsonrpc
Fetched https://github.com/ChimeHQ/JSONRPC from cache (0.21s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.71s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras.git
Computed https://github.com/pointfreeco/swift-concurrency-extras.git at 1.3.1 (0.49s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.47s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.5.0 (0.43s)
Computing version for https://github.com/ChimeHQ/JSONRPC
Computed https://github.com/ChimeHQ/JSONRPC at 0.9.2 (0.48s)
Computing version for https://github.com/swiftlang/swift-toolchain-sqlite
Computed https://github.com/swiftlang/swift-toolchain-sqlite at 1.0.4 (0.52s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.5.0 (0.57s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.28s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.81s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.0.6 (0.55s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.75s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/swiftlang/swift-package-manager
Working copy of https://github.com/swiftlang/swift-package-manager resolved at 1fc90e29029bfeafe3550ccf08f74a86a11baa23
Creating working copy for https://github.com/apple/swift-tools-support-core.git
Working copy of https://github.com/apple/swift-tools-support-core.git resolved at release/6.1 (5cd61a7)
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras.git
Working copy of https://github.com/pointfreeco/swift-concurrency-extras.git resolved at 1.3.1
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.3
Creating working copy for https://github.com/swiftlang/swift-subprocess.git
Working copy of https://github.com/swiftlang/swift-subprocess.git resolved at main (48d9d57)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.0.0
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.0.6
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at release/6.1 (cbd0366)
Creating working copy for https://github.com/apple/swift-llbuild.git
Working copy of https://github.com/apple/swift-llbuild.git resolved at release/6.1 (4fc005b)
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.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/swiftlang/swift-toolchain-sqlite
Working copy of https://github.com/swiftlang/swift-toolchain-sqlite resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-driver.git
Working copy of https://github.com/apple/swift-driver.git resolved at release/6.1 (20cd624)
Creating working copy for https://github.com/ChimeHQ/LanguageServer
Working copy of https://github.com/ChimeHQ/LanguageServer resolved at main (ea769da)
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.5.0
Creating working copy for https://github.com/ChimeHQ/JSONRPC
Working copy of https://github.com/ChimeHQ/JSONRPC resolved at 0.9.2
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/524] Write sources
[48/524] Compiling _SwiftSyntaxCShims dummy.c
[49/524] Compiling TSCclibc libc.c
[50/524] Compiling TSCclibc process.c
[51/524] Compiling CSystem shims.c
[52/524] Compiling _SubprocessCShims process_shims.c
[53/524] Write swift-version-24593BA9C3E375BF.txt
[54/524] Compiling fiat_curve25519_adx_square.S
[55/524] Compiling v3_skey.c
[56/524] Compiling fiat_curve25519_adx_mul.S
[57/524] Compiling v3_utl.c
[58/528] Compiling v3_purp.c
[59/528] Compiling v3_prn.c
[60/528] Compiling CCryptoBoringSSLShims shims.c
[61/564] Compiling SwiftToolchainCSQLite sqlite3.c
[63/564] Emitting module SwiftSyntax509
[64/564] Compiling SwiftSyntax509 Empty.swift
[65/565] Emitting module _CertificateInternals
[66/565] Compiling _CertificateInternals _TinyArray.swift
[67/565] Emitting module SwiftSyntax600
[68/565] Compiling SwiftSyntax600 Empty.swift
[69/567] Emitting module TSCLibc
[73/584] Emitting module SwiftSyntax510
[74/584] Compiling SwiftSyntax510 Empty.swift
[76/585] Emitting module SwiftSyntax601
[77/585] Compiling SwiftSyntax601 Empty.swift
[79/606] Compiling SwiftASN1 ASN1Integer.swift
[80/606] Compiling SwiftASN1 ASN1Null.swift
[81/606] Compiling SwiftASN1 ArraySliceBigint.swift
[82/606] Compiling SwiftASN1 GeneralizedTime.swift
[83/609] Emitting module Logging
[84/609] Compiling JSONRPC DataChannel+WebSocket.swift
[85/609] Compiling JSONRPC DataChannel.swift
[86/609] Compiling JSONRPC JSONId.swift
[87/609] Compiling JSONRPC JSONRPCError.swift
[88/609] Emitting module SystemPackage
[89/609] Compiling JSONRPC AsyncStreamPolyfill.swift
[90/609] Compiling JSONRPC DataChannel+Actor.swift
[91/609] Compiling JSONRPC DataChannel+PredefinedMessages.swift
[92/609] Compiling JSONRPC DataChannel+Stdio.swift
[93/626] Emitting module PackageCollectionsModel
[94/637] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[95/637] Compiling InternalCollectionsUtilities Specialize.swift
[96/639] Compiling InternalCollectionsUtilities _SortedCollection.swift
[97/639] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[98/639] Compiling InternalCollectionsUtilities Debugging.swift
[99/639] Compiling InternalCollectionsUtilities Descriptions.swift
[100/639] Compiling SystemPackage Util+StringArray.swift
[101/639] Compiling SystemPackage Util.swift
[102/639] Compiling SystemPackage UtilConsumers.swift
[105/641] Compiling ConcurrencyExtras ActorIsolated.swift
[106/641] Compiling ConcurrencyExtras AnyHashableSendable.swift
[107/641] Compiling SwiftASN1 DER.swift
[108/641] Compiling SwiftASN1 Errors.swift
[111/641] Emitting module InternalCollectionsUtilities
[112/641] Compiling ConcurrencyExtras UncheckedBox.swift
[113/641] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[114/641] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[115/641] Compiling InternalCollectionsUtilities Integer rank.swift
[116/641] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[117/641] Compiling ConcurrencyExtras AsyncStream.swift
[118/641] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[119/641] Compiling ConcurrencyExtras Locking.swift
[133/642] Compiling TSCLibc libc.swift
[134/642] Compiling Logging Locks.swift
[139/643] Compiling SystemPackage SystemString.swift
[140/643] Compiling SystemPackage Backcompat.swift
[141/643] Compiling SystemPackage CInterop.swift
[142/643] Compiling SystemPackage Constants.swift
[143/643] Compiling SystemPackage Exports.swift
[144/643] Compiling SystemPackage FilePathTempPosix.swift
[145/643] Compiling SystemPackage FilePathTempWindows.swift
[146/643] Compiling SystemPackage FilePathWindows.swift
[147/643] Compiling SystemPackage FilePermissions.swift
[148/643] Compiling Logging MetadataProvider.swift
[149/643] Compiling Logging LogHandler.swift
[150/643] Compiling Logging Logging.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[156/705] 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 |
[157/706] Compiling SwiftSyntax AbsolutePosition.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 |
[158/706] Compiling SwiftSyntax AbsoluteRawSyntax.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 |
[160/710] 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 |
[161/710] 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 |
[162/710] Emitting module SwiftASN1
[163/711] Compiling SwiftSyntax AbsoluteSyntaxInfo.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 |
[164/711] Compiling SwiftSyntax Assert.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 |
[165/711] Compiling SwiftSyntax Convenience.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 |
[166/711] Compiling SwiftSyntax CustomTraits.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 |
[168/712] Compiling PackageCollectionsModel PackageCollectionModel.swift
[170/756] Compiling OrderedCollections _HashTable+Testing.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 |
[171/756] Compiling OrderedCollections _HashTable+UnsafeHandle.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 |
[172/760] 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 |
[172/806] Wrapping AST for _CertificateInternals for debugging
[174/806] 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 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/464] Compiling v3_lib.c
[2/464] Compiling v3_info.c
[3/464] Compiling v3_pmaps.c
[4/464] Compiling v3_ia5.c
[5/464] Compiling v3_ocsp.c
[6/464] Compiling v3_int.c
[7/464] Compiling v3_pcons.c
[8/464] Compiling v3_ncons.c
[9/464] Compiling v3_extku.c
[10/464] Write swift-version-24593BA9C3E375BF.txt
[11/464] Compiling v3_enum.c
[12/464] Compiling v3_genn.c
[13/464] Compiling v3_crld.c
[14/464] Compiling v3_conf.c
[15/464] Compiling v3_cpols.c
[16/464] Compiling v3_bitst.c
[17/464] Compiling v3_alt.c
[18/467] Compiling v3_bcons.c
[20/485] Compiling TSCLibc libc.swift
[21/497] Emitting module TSCLibc
[22/505] Compiling SwiftSyntax600 Empty.swift
[23/505] Emitting module SwiftSyntax600
[25/523] Emitting module SwiftSyntax509
[26/523] Compiling SwiftSyntax509 Empty.swift
[27/524] Compiling SwiftSyntax510 Empty.swift
[28/524] Emitting module SwiftSyntax510
[29/524] Emitting module SwiftSyntax601
[30/524] Compiling SwiftSyntax601 Empty.swift
[35/569] Compiling _CertificateInternals _TinyArray.swift
[36/569] Emitting module _CertificateInternals
[37/586] Compiling PackageCollectionsModel PackageCollectionModel.swift
[39/603] Compiling InternalCollectionsUtilities UInt+reversed.swift
[40/603] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[41/603] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[42/605] Compiling SwiftASN1 DER.swift
[43/605] Compiling SwiftASN1 Errors.swift
[44/605] Compiling TSCBasic HashAlgorithms.swift
[45/605] Compiling TSCBasic JSON.swift
[46/605] Compiling TSCBasic OSLog.swift
[47/605] Compiling TSCBasic ObjectIdentifierProtocol.swift
[48/605] Compiling TSCBasic OrderedDictionary.swift
[49/605] Compiling TSCBasic JSONMapper.swift
[50/605] Compiling TSCBasic KeyedPair.swift
[51/605] Compiling TSCBasic LazyCache.swift
[52/605] Compiling TSCBasic Lock.swift
[53/608] Emitting module PackageCollectionsModel
[54/608] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[55/608] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[56/608] Compiling InternalCollectionsUtilities _SortedCollection.swift
[57/608] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[58/608] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[59/608] Compiling InternalCollectionsUtilities Specialize.swift
[60/610] Compiling Logging MetadataProvider.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 |
/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 |
[63/611] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[64/611] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[67/611] Compiling InternalCollectionsUtilities Debugging.swift
[68/611] Compiling InternalCollectionsUtilities Descriptions.swift
[77/670] Compiling SwiftSyntax MissingNodeInitializers.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 |
[78/670] Compiling SwiftSyntax RawSyntax.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 |
[79/670] Compiling SwiftSyntax RawSyntaxLayoutView.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 |
[80/670] Compiling SwiftSyntax RawSyntaxNodeProtocol.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 |
[81/675] Emitting module SystemPackage
[82/675] Compiling SwiftSyntax RawSyntaxTokenView.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 |
[83/675] Compiling SwiftSyntax SourceEdit.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 |
[84/675] Compiling SwiftSyntax Assert.swift
[85/675] Compiling SwiftSyntax BumpPtrAllocator.swift
[86/675] Compiling SwiftSyntax CommonAncestor.swift
[87/675] Compiling SwiftSyntax Convenience.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[88/675] 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 |
[89/675] Compiling Logging Locks.swift
[90/675] 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 |
[91/675] 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 |
[92/675] Emitting module Logging
[93/675] 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 |
[94/675] Compiling SwiftSyntax CustomTraits.swift
[95/675] Compiling SwiftSyntax EditorPlaceholder.swift
[96/675] 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 |
[97/675] Compiling Logging LogHandler.swift
BUILD FAILURE 6.1 android