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 my-home, reference master (27c8d8), with Swift 6.1 for Android on 27 May 2025 14:23:23 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/bouke/my-home.git
Reference: master
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/bouke/my-home
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 27c8d8a Mark unreachable if not seen recently
Cloned https://github.com/bouke/my-home.git
Revision (git rev-parse @):
27c8d8a390cb08bcb0e14c7e981d236fdbcac93b
SUCCESS checkout https://github.com/bouke/my-home.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/bouke/my-home.git
https://github.com/bouke/my-home.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "icy",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Bouke/ICY.git"
    },
    {
      "identity" : "hap",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Bouke/HAP.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "my-home",
  "name" : "my-home",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    }
  ],
  "products" : [
    {
      "name" : "my-home",
      "targets" : [
        "my-home"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "my_home",
      "module_type" : "SwiftTarget",
      "name" : "my-home",
      "path" : "Sources",
      "product_dependencies" : [
        "ICY",
        "HAP",
        "Logging"
      ],
      "product_memberships" : [
        "my-home"
      ],
      "sources" : [
        "ICYThermostat.swift",
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.1"
}
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 -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:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/Bouke/HAP.git
Fetching https://github.com/Bouke/ICY.git
Fetching https://github.com/apple/swift-log.git
[1/30] Fetching icy
[31/3866] Fetching icy, swift-log
[3867/10417] Fetching icy, swift-log, hap
Fetched https://github.com/Bouke/ICY.git from cache (0.42s)
[6588/10387] Fetching swift-log, hap
Fetched https://github.com/apple/swift-log.git from cache (0.42s)
[3079/6551] Fetching hap
Fetched https://github.com/Bouke/HAP.git from cache (1.55s)
Computing version for https://github.com/Bouke/HAP.git
Computed https://github.com/Bouke/HAP.git at 0.7.0 (2.59s)
Fetching https://github.com/Bouke/NetService.git
Fetching https://github.com/Bouke/SRP.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/IBM-Swift/BlueCryptor.git
Fetching https://github.com/crossroadlabs/Regex.git
Fetching https://github.com/Bouke/HKDF.git
[1/633] Fetching srp
[312/1929] Fetching srp, regex
[1023/3583] Fetching srp, regex, bluecryptor
[1498/3717] Fetching srp, regex, bluecryptor, hkdf
[1982/4585] Fetching srp, regex, bluecryptor, hkdf, netservice
Fetched https://github.com/Bouke/HKDF.git from cache (0.47s)
[1/76042] Fetching swift-nio
Fetched https://github.com/IBM-Swift/BlueCryptor.git from cache (5.20s)
Fetched https://github.com/Bouke/SRP.git from cache (5.20s)
Fetched https://github.com/Bouke/NetService.git from cache (5.20s)
Fetched https://github.com/crossroadlabs/Regex.git from cache (5.20s)
Fetched https://github.com/apple/swift-nio.git from cache (5.37s)
Computing version for https://github.com/Bouke/HKDF.git
Computed https://github.com/Bouke/HKDF.git at 3.1.0 (10.27s)
Computing version for https://github.com/crossroadlabs/Regex.git
Computed https://github.com/crossroadlabs/Regex.git at 1.2.0 (0.58s)
Computing version for https://github.com/Bouke/ICY.git
Computed https://github.com/Bouke/ICY.git at 1.2.2 (2.58s)
Computing version for https://github.com/Bouke/NetService.git
Computed https://github.com/Bouke/NetService.git at 0.8.1 (0.65s)
Computing version for https://github.com/Bouke/SRP.git
Computed https://github.com/Bouke/SRP.git at 3.2.1 (0.61s)
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/apple/swift-crypto.git
[1/4776] Fetching bigint
[4730/18712] Fetching bigint, swift-crypto
Fetched https://github.com/attaswift/BigInt.git from cache (1.56s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.58s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 1.1.7 (2.20s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.5.2 (0.57s)
Computing version for https://github.com/IBM-Swift/BlueCryptor.git
Computed https://github.com/IBM-Swift/BlueCryptor.git at 1.0.200 (1.40s)
Fetching https://github.com/Kitura/OpenSSL.git
[1/203] Fetching openssl
Fetched https://github.com/Kitura/OpenSSL.git from cache (0.26s)
Computing version for https://github.com/Kitura/OpenSSL.git
Computed https://github.com/Kitura/OpenSSL.git at 2.3.1 (0.89s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.58s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.75s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
[856/18301] Fetching swift-atomics, swift-collections
[1548/22692] Fetching swift-atomics, swift-collections, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.61s)
[8705/20982] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.55s)
Fetched https://github.com/apple/swift-collections.git from cache (1.57s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.29s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.62s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.43s)
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.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 1.1.7
Creating working copy for https://github.com/Bouke/NetService.git
Working copy of https://github.com/Bouke/NetService.git resolved at 0.8.1
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.5.2
Creating working copy for https://github.com/Bouke/SRP.git
Working copy of https://github.com/Bouke/SRP.git resolved at 3.2.1
Creating working copy for https://github.com/Kitura/OpenSSL.git
Working copy of https://github.com/Kitura/OpenSSL.git resolved at 2.3.1
Creating working copy for https://github.com/Bouke/HAP.git
Working copy of https://github.com/Bouke/HAP.git resolved at 0.7.0
Creating working copy for https://github.com/Bouke/ICY.git
Working copy of https://github.com/Bouke/ICY.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.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.4.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/Bouke/HKDF.git
Working copy of https://github.com/Bouke/HKDF.git resolved at 3.1.0
Creating working copy for https://github.com/crossroadlabs/Regex.git
Working copy of https://github.com/crossroadlabs/Regex.git resolved at 1.2.0
Creating working copy for https://github.com/IBM-Swift/BlueCryptor.git
Working copy of https://github.com/IBM-Swift/BlueCryptor.git resolved at 1.0.200
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
warning: you may be able to install avahi-compat-libdns_sd using your system-packager:
    apt-get install libavahi-compat-libdnssd-dev
warning: you may be able to install openssl using your system-packager:
    apt-get install openssl libssl-dev
warning: you may be able to install libsodium using your system-packager:
    apt-get install libsodium-dev
warning: you may be able to install avahi-compat-libdns_sd using your system-packager:
    apt-get install libavahi-compat-libdnssd-dev
warning: you may be able to install openssl using your system-packager:
    apt-get install openssl libssl-dev
warning: you may be able to install libsodium using your system-packager:
    apt-get install libsodium-dev
Building for debugging...
[0/471] Compiling gcd.c
[1/471] Compiling a_bitstr.c
[1/471] Write sources
[5/471] Compiling a_bool.c
[6/471] Write sources
[25/471] Compiling jacobi.c
[26/471] Write sources
[27/471] Compiling div_extra.c
[28/471] Compiling gcd_extra.c
[29/471] Compiling CNIOWindows shim.c
[29/471] Compiling CNIOWindows WSAStartup.c
[31/471] Compiling _AtomicsShims.c
[32/471] Compiling CNIOWASI CNIOWASI.c
[33/471] Compiling exponentiation.c
[34/471] Compiling CNIOLinux liburing_shims.c
[35/471] Compiling generic.c
[36/471] Compiling CQRCode qrcode.c
[37/471] Compiling CNIOLinux shim.c
[38/471] Compiling CNIOLLHTTP c_nio_http.c
[39/471] Compiling CNIODarwin shim.c
[40/471] Compiling CNIOLLHTTP c_nio_api.c
[41/471] Write swift-version-24593BA9C3E375BF.txt
[42/471] Compiling v3_skey.c
[43/471] Compiling CNIOLLHTTP c_nio_llhttp.c
[44/471] Compiling CCryptoBoringSSLShims shims.c
[45/471] Compiling v3_prn.c
[46/471] Compiling v3_purp.c
[47/471] Compiling v3_utl.c
[49/512] Emitting module _NIOBase64
[49/512] Compiling c-nioatomics.c
[51/514] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[52/514] Compiling InternalCollectionsUtilities Debugging.swift
[53/515] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[54/515] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[55/515] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[56/515] Compiling InternalCollectionsUtilities _SortedCollection.swift
[57/515] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[58/515] Emitting module InternalCollectionsUtilities
[59/515] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[60/515] Compiling InternalCollectionsUtilities Integer rank.swift
[61/515] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[62/515] Compiling InternalCollectionsUtilities UInt+reversed.swift
[63/515] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[64/515] Compiling InternalCollectionsUtilities Descriptions.swift
[65/515] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[66/515] Emitting module _NIODataStructures
[67/515] Compiling _NIODataStructures Heap.swift
[68/515] Compiling _NIODataStructures PriorityQueue.swift
[68/515] Compiling c-atomics.c
[70/515] Compiling _NIODataStructures _TinyArray.swift
[71/515] Compiling _NIOBase64 Base64.swift
[75/518] Compiling NetService Utils.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/NetService/Sources/Cdns_sd/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
  |          `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/.build/checkouts/NetService/Sources/NetService/NetService.swift:15:8: error: could not build C module 'Cdns_sd'
 13 | import struct Foundation.TimeInterval
 14 |
 15 | import Cdns_sd
    |        `- error: could not build C module 'Cdns_sd'
 16 |
 17 | private let _registerCallback: DNSServiceRegisterReply = { (_, flags, errorCode, name, _, _, context) in
[76/529] Compiling NetService ServiceFlags.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/NetService/Sources/Cdns_sd/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
  |          `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/.build/checkouts/NetService/Sources/NetService/NetService.swift:15:8: error: could not build C module 'Cdns_sd'
 13 | import struct Foundation.TimeInterval
 14 |
 15 | import Cdns_sd
    |        `- error: could not build C module 'Cdns_sd'
 16 |
 17 | private let _registerCallback: DNSServiceRegisterReply = { (_, flags, errorCode, name, _, _, context) in
[77/529] Compiling Regex String+Regex.swift
[77/531] Wrapping AST for _NIODataStructures for debugging
[79/532] Compiling Cryptor SSLPointerTricks.swift
[80/539] Compiling COperatingSystem libc.swift
/host/spi-builder-workspace/.build/checkouts/HAP/Sources/COperatingSystem/libc.swift:4:23: error: no such module 'Darwin.C'
  2 |     @_exported import Glibc
  3 | #else
  4 |     @_exported import Darwin.C
    |                       `- error: no such module 'Darwin.C'
  5 | #endif
  6 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[81/554] Emitting module COperatingSystem
/host/spi-builder-workspace/.build/checkouts/HAP/Sources/COperatingSystem/libc.swift:4:23: error: no such module 'Darwin.C'
  2 |     @_exported import Glibc
  3 | #else
  4 |     @_exported import Darwin.C
    |                       `- error: no such module 'Darwin.C'
  5 | #endif
  6 |
[82/554] Emitting module Logging
[83/554] Compiling NetService FoundationCompat.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/NetService/Sources/Cdns_sd/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
  |          `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/.build/checkouts/NetService/Sources/NetService/NetService.swift:15:8: error: could not build C module 'Cdns_sd'
 13 | import struct Foundation.TimeInterval
 14 |
 15 | import Cdns_sd
    |        `- error: could not build C module 'Cdns_sd'
 16 |
 17 | private let _registerCallback: DNSServiceRegisterReply = { (_, flags, errorCode, name, _, _, context) in
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/NetService/Sources/Cdns_sd/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
  |          `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/.build/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift:46:25: error: cannot find 'Status' in scope
 44 |     /// It is here to provide for engines which can fail.
 45 |     ///
 46 |     public var status = Status.success
    |                         `- error: cannot find 'Status' in scope
 47 |
 48 |     ///
/host/spi-builder-workspace/.build/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift:189:54: error: cannot find type 'CC_LONG' in scope
187 | 	///		- byteCount:	The length of the buffer.
188 | 	///
189 |     func update(buffer: UnsafeRawPointer, byteCount: CC_LONG)
    |                                                      `- error: cannot find type 'CC_LONG' in scope
190 |
191 | 	///
/host/spi-builder-workspace/.build/checkouts/BlueCryptor/Sources/Cryptor/Updatable.swift:26:17: error: cannot find type 'Status' in scope
 24 |
 25 |     /// Status of the calculation.
 26 |     var status: Status { get }
    |                 `- error: cannot find type 'Status' in scope
 27 |
 28 | 	///
/host/spi-builder-workspace/.build/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift:211:43: error: cannot find type 'CC_LONG' in scope
209 |     typealias Digest = UnsafeMutablePointer<UInt8>
210 |     typealias Initializer = (Context) -> (Int32)
211 |     typealias Updater = (Context, Buffer, CC_LONG) -> (Int32)
    |                                           `- error: cannot find type 'CC_LONG' in scope
212 |     typealias Finalizer = (Digest, Context) -> (Int32)
213 |
/host/spi-builder-workspace/.build/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift:229:52: error: @escaping attribute only applies to function types
227 | 	/// 	- length:		The digest length.
228 | 	///
229 | 	init(initializer: @escaping Initializer, updater: @escaping Updater, finalizer: @escaping Finalizer, length: Int32) {
    |                                                    `- error: @escaping attribute only applies to function types
230 |
231 |         self.initializer = initializer
/host/spi-builder-workspace/.build/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift:257:41: error: cannot find type 'CC_LONG' in scope
255 | 	///		- byteCount:	The length of the buffer.
256 | 	///
257 | 	func update(buffer: Buffer, byteCount: CC_LONG) {
    |                                         `- error: cannot find type 'CC_LONG' in scope
258 |
259 |         _ = updater(context, buffer, byteCount)
/host/spi-builder-workspace/.build/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift:159:50: error: cannot find 'CC_LONG' in scope
157 |     public func update(from buffer: UnsafeRawPointer, byteCount: size_t) -> Self? {
158 |
159 |         engine.update(buffer: buffer, byteCount: CC_LONG(byteCount))
    |                                                  `- error: cannot find 'CC_LONG' in scope
160 |         return self
161 |     }
/host/spi-builder-workspace/.build/checkouts/BlueCryptor/Sources/Cryptor/HMAC.swift:170:38: error: cannot find type 'Status' in scope
168 |
169 |     /// Status of the calculation
170 |     public internal(set) var status: Status = .success
    |                                      `- error: cannot find type 'Status' in scope
171 |
172 | 	#if os(Linux)
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:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: you may be able to install avahi-compat-libdns_sd using your system-packager:
    apt-get install libavahi-compat-libdnssd-dev
warning: you may be able to install openssl using your system-packager:
    apt-get install openssl libssl-dev
warning: you may be able to install libsodium using your system-packager:
    apt-get install libsodium-dev
warning: you may be able to install avahi-compat-libdns_sd using your system-packager:
    apt-get install libavahi-compat-libdnssd-dev
warning: you may be able to install openssl using your system-packager:
    apt-get install openssl libssl-dev
warning: you may be able to install libsodium using your system-packager:
    apt-get install libsodium-dev
[0/1] Planning build
Building for debugging...
[0/422] Compiling v3_pmaps.c
[1/422] Compiling v3_ncons.c
[2/422] Compiling v3_pcia.c
[3/422] Compiling v3_pcons.c
[4/422] Compiling v3_lib.c
[5/422] Compiling v3_ocsp.c
[6/422] Write swift-version-24593BA9C3E375BF.txt
[7/422] Compiling v3_int.c
[8/422] Compiling v3_pci.c
[9/422] Compiling v3_info.c
[10/422] Compiling v3_ia5.c
[11/422] Compiling v3_crld.c
[12/424] Compiling v3_extku.c
[13/436] Compiling v3_genn.c
[14/436] Compiling v3_enum.c
[16/469] Compiling Regex String+Regex.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/472] Emitting module NetService
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/NetService/Sources/Cdns_sd/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
  |          `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/.build/checkouts/NetService/Sources/NetService/NetService.swift:15:8: error: could not build C module 'Cdns_sd'
 13 | import struct Foundation.TimeInterval
 14 |
 15 | import Cdns_sd
    |        `- error: could not build C module 'Cdns_sd'
 16 |
 17 | private let _registerCallback: DNSServiceRegisterReply = { (_, flags, errorCode, name, _, _, context) in
[18/472] Compiling NetService Utils.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/NetService/Sources/Cdns_sd/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
  |          `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/.build/checkouts/NetService/Sources/NetService/NetService.swift:15:8: error: could not build C module 'Cdns_sd'
 13 | import struct Foundation.TimeInterval
 14 |
 15 | import Cdns_sd
    |        `- error: could not build C module 'Cdns_sd'
 16 |
 17 | private let _registerCallback: DNSServiceRegisterReply = { (_, flags, errorCode, name, _, _, context) in
[19/472] Compiling NetService ServiceFlags.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/NetService/Sources/Cdns_sd/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
  |          `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/.build/checkouts/NetService/Sources/NetService/NetService.swift:15:8: error: could not build C module 'Cdns_sd'
 13 | import struct Foundation.TimeInterval
 14 |
 15 | import Cdns_sd
    |        `- error: could not build C module 'Cdns_sd'
 16 |
 17 | private let _registerCallback: DNSServiceRegisterReply = { (_, flags, errorCode, name, _, _, context) in
[20/472] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[21/473] Compiling _NIODataStructures _TinyArray.swift
[22/473] Compiling _NIODataStructures PriorityQueue.swift
[23/473] Compiling _NIODataStructures Heap.swift
[24/473] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[25/473] Compiling InternalCollectionsUtilities Debugging.swift
[26/473] Compiling InternalCollectionsUtilities Descriptions.swift
[27/473] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[28/473] Emitting module _NIOBase64
[29/473] Compiling _NIOBase64 Base64.swift
[30/474] Emitting module _NIODataStructures
[32/475] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[33/475] Compiling NIOConcurrencyHelpers lock.swift
[34/475] Emitting module InternalCollectionsUtilities
[36/474] Emitting module NIOConcurrencyHelpers
[37/474] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[38/477] Compiling NIOConcurrencyHelpers NIOLock.swift
[39/480] Compiling NIOConcurrencyHelpers atomics.swift
[40/482] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[42/488] Compiling Cryptor Digest.swift
[43/488] Compiling Cryptor HMAC.swift
[44/488] Compiling Cryptor Crypto.swift
[45/488] Compiling Cryptor Cryptor.swift
[46/488] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[47/488] Compiling InternalCollectionsUtilities _SortedCollection.swift
[48/488] Compiling Cryptor KeyDerivation.swift
[49/488] Compiling Cryptor Random.swift
[49/489] Wrapping AST for _NIOBase64 for debugging
[51/489] Compiling Cryptor SSLPointerTricks.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[53/490] Emitting module COperatingSystem
/host/spi-builder-workspace/.build/checkouts/HAP/Sources/COperatingSystem/libc.swift:4:23: error: no such module 'Darwin.C'
  2 |     @_exported import Glibc
  3 | #else
  4 |     @_exported import Darwin.C
    |                       `- error: no such module 'Darwin.C'
  5 | #endif
  6 |
[54/490] Compiling COperatingSystem libc.swift
/host/spi-builder-workspace/.build/checkouts/HAP/Sources/COperatingSystem/libc.swift:4:23: error: no such module 'Darwin.C'
  2 |     @_exported import Glibc
  3 | #else
  4 |     @_exported import Darwin.C
    |                       `- error: no such module 'Darwin.C'
  5 | #endif
  6 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/NetService/Sources/Cdns_sd/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
  |          `- error: 'dns_sd.h' file not found
2 |
[54/490] Wrapping AST for NIOConcurrencyHelpers for debugging
[54/490] Compiling v3_cpols.c
[55/490] Compiling Logging LogHandler.swift
BUILD FAILURE 6.1 android