The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build HAP, reference 0.7.0 (f0ffaa), with Swift 6.1 for Linux on 25 Apr 2025 09:14:01 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bouke/hap.git
Reference: 0.7.0
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/hap
 * tag               0.7.0      -> FETCH_HEAD
HEAD is now at f0ffaa2 Changelog updated for 0.7.0
Cloned https://github.com/bouke/hap.git
Revision (git rev-parse @):
f0ffaa2f3a0cd364ade2b33263ca7a3f21ab3834
SUCCESS checkout https://github.com/bouke/hap.git at 0.7.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/bouke/hap.git
https://github.com/bouke/hap.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "srp",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.1.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Bouke/SRP.git"
    },
    {
      "identity" : "hkdf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.1.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Bouke/HKDF.git"
    },
    {
      "identity" : "bluecryptor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.21",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/IBM-Swift/BlueCryptor.git"
    },
    {
      "identity" : "regex",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/crossroadlabs/Regex.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.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"
    },
    {
      "identity" : "netservice",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.7.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Bouke/NetService.git"
    }
  ],
  "manifest_display_name" : "HAP",
  "name" : "HAP",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "HAP",
      "targets" : [
        "HAP"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "hap-server",
      "targets" : [
        "hap-server"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "hap_server",
      "module_type" : "SwiftTarget",
      "name" : "hap-server",
      "path" : "Sources/hap-server",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "hap-server"
      ],
      "sources" : [
        "FoundationCompat.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "HAP"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "HTTP",
      "module_type" : "SwiftTarget",
      "name" : "HTTP",
      "path" : "Sources/HTTP",
      "product_dependencies" : [
        "NIO",
        "NIOHTTP1",
        "NIOFoundationCompat"
      ],
      "product_memberships" : [
        "HAP",
        "hap-server"
      ],
      "sources" : [
        "Body/HTTPBody.swift",
        "Body/HTTPBodyRepresentable.swift",
        "Body/HTTPBodyStorage.swift",
        "Exports.swift",
        "Message/HTTPHeaderName.swift",
        "Message/HTTPHeaders.swift",
        "Message/HTTPMessage.swift",
        "Message/HTTPRequest.swift",
        "Message/HTTPResponse.swift",
        "Responder/HTTPServerResponder.swift",
        "Utilities/Debug.swift",
        "Utilities/RFC1123.swift",
        "Utilities/RequestHandler.swift"
      ],
      "target_dependencies" : [
        "COperatingSystem"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HAPTests",
      "module_type" : "SwiftTarget",
      "name" : "HAPTests",
      "path" : "Tests/HAPTests",
      "sources" : [
        "AccessoriesTests.swift",
        "CharacteristicTests.swift",
        "DeviceTests.swift",
        "EndpointTests.swift",
        "PairSetupControllerTests.swift",
        "PairVerifyControllerTests.swift",
        "PairingsEndpointTests.swift",
        "Server/CryptographerTests.swift",
        "StorageTests.swift",
        "TLV8Tests.swift",
        "Utils/MockContext.swift"
      ],
      "target_dependencies" : [
        "HAP"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HAP",
      "module_type" : "SwiftTarget",
      "name" : "HAP",
      "path" : "Sources/HAP",
      "product_dependencies" : [
        "SRP",
        "Cryptor",
        "Logging",
        "HKDF",
        "Regex",
        "NetService"
      ],
      "product_memberships" : [
        "HAP",
        "hap-server"
      ],
      "sources" : [
        "Accessories/AirQualitySensor.swift",
        "Accessories/BatteryService.swift",
        "Accessories/BridgingState.swift",
        "Accessories/ContactSensor.swift",
        "Accessories/Door.swift",
        "Accessories/Fan.swift",
        "Accessories/GarageDoorOpener.swift",
        "Accessories/HumiditySensor.swift",
        "Accessories/LightSensor.swift",
        "Accessories/Lightbulb.swift",
        "Accessories/LockMechanism.swift",
        "Accessories/MotionSensor.swift",
        "Accessories/OccupancySensor.swift",
        "Accessories/Outlet.swift",
        "Accessories/SecuritySystem.swift",
        "Accessories/SmokeSensor.swift",
        "Accessories/Switch.swift",
        "Accessories/Television.swift",
        "Accessories/Thermometer.swift",
        "Accessories/Thermostat.swift",
        "Accessories/Window.swift",
        "Accessories/WindowCovering.swift",
        "Base/Accessory.swift",
        "Base/Characteristic.swift",
        "Base/CharacteristicValueType.swift",
        "Base/Constants.swift",
        "Base/Generated.swift",
        "Base/Info.swift",
        "Base/Service.swift",
        "Controllers/PairSetupController.swift",
        "Controllers/PairVerifyController.swift",
        "Controllers/PairingsController.swift",
        "Endpoints/HTTPExtensions.swift",
        "Endpoints/Protocol.swift",
        "Endpoints/accessories().swift",
        "Endpoints/characteristics().swift",
        "Endpoints/identify().swift",
        "Endpoints/pairSetup().swift",
        "Endpoints/pairVerify().swift",
        "Endpoints/pairings().swift",
        "Endpoints/root().swift",
        "Security/ChaCha20Poly1305.swift",
        "Security/Cryptographer.swift",
        "Security/Ed25519.swift",
        "Server/ChannelHandlers.swift",
        "Server/Configuration.swift",
        "Server/Device.SetupCode.swift",
        "Server/Device.swift",
        "Server/DeviceDelegate.swift",
        "Server/JSON.swift",
        "Server/Pairing.swift",
        "Server/Server.swift",
        "Server/Storage.swift",
        "Utils/ByteBuffer+Extensions.swift",
        "Utils/Crypto.swift",
        "Utils/Data+Extensions.swift",
        "Utils/DataScanner.swift",
        "Utils/Event.swift",
        "Utils/FileManager+Extensions.swift",
        "Utils/Integer+Data.swift",
        "Utils/QRCode.swift",
        "Utils/Random.swift",
        "Utils/Sequence+Extensions.swift",
        "Utils/String+padLeft.swift",
        "Utils/TLV8.swift",
        "Utils/WeakObjectSet.swift"
      ],
      "target_dependencies" : [
        "CQRCode",
        "HTTP",
        "CLibSodium"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CQRCode",
      "module_type" : "ClangTarget",
      "name" : "CQRCode",
      "path" : "Sources/CQRCode",
      "product_memberships" : [
        "HAP",
        "hap-server"
      ],
      "sources" : [
        "qrcode.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "COperatingSystem",
      "module_type" : "SwiftTarget",
      "name" : "COperatingSystem",
      "path" : "Sources/COperatingSystem",
      "product_memberships" : [
        "HAP",
        "hap-server"
      ],
      "sources" : [
        "libc.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CLibSodium",
      "module_type" : "SystemLibraryTarget",
      "name" : "CLibSodium",
      "path" : "Sources/CLibSodium",
      "product_memberships" : [
        "HAP",
        "hap-server"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/Bouke/NetService.git
Fetching https://github.com/IBM-Swift/BlueCryptor.git
Fetching https://github.com/crossroadlabs/Regex.git
Fetching https://github.com/Bouke/HKDF.git
Fetching https://github.com/apple/swift-log.git
[1/1296] Fetching regex
[1297/2950] Fetching regex, bluecryptor
[2951/3084] Fetching regex, bluecryptor, hkdf
[3085/3952] Fetching regex, bluecryptor, hkdf, netservice
[3953/7788] Fetching regex, bluecryptor, hkdf, netservice, swift-log
Fetched https://github.com/crossroadlabs/Regex.git from cache (0.33s)
[2925/6492] Fetching bluecryptor, hkdf, netservice, swift-log
Fetching https://github.com/Bouke/SRP.git
Fetched https://github.com/IBM-Swift/BlueCryptor.git from cache (0.35s)
[1961/4838] Fetching hkdf, netservice, swift-log
[4839/80269] Fetching hkdf, netservice, swift-log, swift-nio
Fetched https://github.com/Bouke/HKDF.git from cache (0.49s)
Fetched https://github.com/Bouke/NetService.git from cache (0.49s)
Fetched https://github.com/apple/swift-log.git from cache (0.49s)
[2263/75431] Fetching swift-nio
[2264/76064] Fetching swift-nio, srp
Fetched https://github.com/Bouke/SRP.git from cache (0.22s)
[3772/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.44s)
Computing version for https://github.com/Bouke/HKDF.git
Computed https://github.com/Bouke/HKDF.git at 3.1.0 (7.12s)
Computing version for https://github.com/crossroadlabs/Regex.git
Computed https://github.com/crossroadlabs/Regex.git at 1.2.0 (0.72s)
Computing version for https://github.com/Bouke/NetService.git
Computed https://github.com/Bouke/NetService.git at 0.8.1 (0.61s)
Computing version for https://github.com/Bouke/SRP.git
Computed https://github.com/Bouke/SRP.git at 3.2.1 (0.77s)
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/apple/swift-crypto.git
[1/4771] Fetching bigint
[2196/18555] Fetching bigint, swift-crypto
Fetched https://github.com/attaswift/BigInt.git from cache (1.51s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.53s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 1.1.7 (2.46s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.5.1 (0.63s)
Computing version for https://github.com/IBM-Swift/BlueCryptor.git
Computed https://github.com/IBM-Swift/BlueCryptor.git at 1.0.200 (0.68s)
Fetching https://github.com/Kitura/OpenSSL.git
[1/203] Fetching openssl
Fetched https://github.com/Kitura/OpenSSL.git from cache (0.34s)
Computing version for https://github.com/Kitura/OpenSSL.git
Computed https://github.com/Kitura/OpenSSL.git at 2.3.1 (2.83s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.55s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.86s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/4353] Fetching swift-system
[1612/6058] Fetching swift-system, swift-atomics
[6025/22300] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.40s)
[4629/17947] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.17s)
Fetched https://github.com/apple/swift-collections.git from cache (1.20s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.77s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.08s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.85s)
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/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/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/Bouke/NetService.git
Working copy of https://github.com/Bouke/NetService.git resolved at 0.8.1
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/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/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/Kitura/OpenSSL.git
Working copy of https://github.com/Kitura/OpenSSL.git resolved at 2.3.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.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/Bouke/SRP.git
Working copy of https://github.com/Bouke/SRP.git resolved at 3.2.1
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.5.1
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
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 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 libsodium using your system-packager:
    apt-get install libsodium-dev
Building for debugging...
[0/469] Write sources
[22/469] Compiling CNIOWASI CNIOWASI.c
[22/469] Compiling CNIOWindows WSAStartup.c
[23/469] Compiling CNIOWindows shim.c
[25/469] Compiling CNIOLinux liburing_shims.c
[26/469] Compiling _AtomicsShims.c
[27/469] Compiling CNIODarwin shim.c
[28/469] Compiling CNIOLLHTTP c_nio_http.c
[29/469] Compiling CNIOLinux shim.c
[30/469] Compiling CNIOLLHTTP c_nio_api.c
[31/469] Write swift-version-24593BA9C3E375BF.txt
[32/469] Compiling CQRCode qrcode.c
[33/469] Compiling CNIOLLHTTP c_nio_llhttp.c
[34/469] Compiling CCryptoBoringSSLShims shims.c
[35/469] Compiling v3_skey.c
[36/469] Compiling v3_utl.c
[37/481] Compiling v3_purp.c
[39/513] Emitting module _NIODataStructures
[39/513] Compiling c-atomics.c
[40/524] Compiling c-nioatomics.c
[42/526] Compiling _NIODataStructures _TinyArray.swift
[43/526] 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
[44/526] Compiling Cryptor HMAC.swift
[45/526] Compiling Cryptor KeyDerivation.swift
[46/526] Compiling Cryptor Random.swift
[47/526] Compiling InternalCollectionsUtilities UInt+reversed.swift
[48/526] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[49/528] Compiling Regex String+Regex.swift
[50/529] Compiling Cryptor SSLPointerTricks.swift
[51/530] Compiling _NIOBase64 Base64.swift
[52/530] Emitting module _NIOBase64
[53/530] Compiling _NIODataStructures PriorityQueue.swift
[54/531] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[55/531] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[56/531] Compiling InternalCollectionsUtilities _SortedCollection.swift
[57/531] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[58/531] Emitting module InternalCollectionsUtilities
[59/531] Compiling Cryptor Crypto.swift
[60/531] Compiling Cryptor Cryptor.swift
[61/531] Compiling Cryptor Digest.swift
[62/531] Compiling InternalCollectionsUtilities Debugging.swift
[63/531] Compiling InternalCollectionsUtilities Descriptions.swift
[64/531] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[65/531] Compiling InternalCollectionsUtilities Specialize.swift
[67/531] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[68/531] 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
[69/531] 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
[70/536] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[71/536] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[72/538] Wrapping AST for _NIOBase64 for debugging
[74/539] Emitting module Logging
[75/543] Compiling Logging MetadataProvider.swift
[76/553] Compiling NIOConcurrencyHelpers NIOLock.swift
[77/553] Compiling NIOConcurrencyHelpers lock.swift
[78/553] Emitting module COperatingSystem
[79/553] Compiling COperatingSystem libc.swift
[80/554] Compiling NetService NetServiceBrowserDelegate.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
[81/554] Compiling _NIODataStructures Heap.swift
[82/555] Compiling Logging Locks.swift
[83/555] Compiling Logging LogHandler.swift
[84/555] Compiling NetService NetServiceDelegate.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
[85/555] Compiling Logging Logging.swift
[86/556] Compiling Regex MatchSequence.swift
[90/556] Compiling Regex RegexOptions.swift
[91/556] Compiling DequeModule Deque+CustomReflectable.swift
[92/556] Compiling DequeModule Deque+Descriptions.swift
[93/556] Emitting module NIOConcurrencyHelpers
[94/558] Emitting module Regex
[95/558] Compiling Regex GroupRangeUtils.swift
[96/558] Compiling Regex PlatformTypes.swift
[97/558] Compiling Regex Regex.swift
[98/558] Compiling NetService NetServiceBrowser.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
[99/558] Compiling Cryptor Updatable.swift
[100/558] Compiling Regex Match.swift
[101/558] Compiling DequeModule _DequeBuffer.swift
[102/558] Compiling DequeModule _DequeBufferHeader.swift
[103/558] Emitting module Cryptor
[104/558] Compiling DequeModule Deque+Codable.swift
[105/558] Compiling DequeModule Deque+Collection.swift
[105/558] Wrapping AST for InternalCollectionsUtilities for debugging
[106/558] Wrapping AST for Logging for debugging
[107/558] Wrapping AST for _NIODataStructures for debugging
[108/558] Wrapping AST for COperatingSystem for debugging
[110/558] Compiling Regex Utils.swift
[111/559] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[112/559] Compiling NIOConcurrencyHelpers atomics.swift
[113/559] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[114/560] Compiling Cryptor Utilities.swift
[115/560] Compiling DequeModule _DequeSlot.swift
[116/560] Compiling DequeModule _UnsafeWrappedBuffer.swift
[118/560] Compiling DequeModule Deque+Extras.swift
[119/560] Compiling DequeModule Deque+Hashable.swift
[119/560] Compiling v3_pmaps.c
[124/560] Compiling Cryptor StreamCryptor.swift
[125/560] Compiling Cryptor Status.swift
[127/560] Compiling v3_prn.c
[128/561] Compiling v3_pcia.c
[129/561] Wrapping AST for NIOConcurrencyHelpers for debugging
[130/561] Compiling v3_pcons.c
[132/561] Compiling DequeModule Deque+Testing.swift
[133/561] Compiling DequeModule Deque._Storage.swift
[134/561] Compiling DequeModule Deque._UnsafeHandle.swift
[135/561] Compiling DequeModule Deque.swift
[136/561] Compiling DequeModule Deque+Equatable.swift
[137/561] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[137/561] Wrapping AST for Regex for debugging
[139/561] Compiling v3_pci.c
[143/561] Emitting module DequeModule
[143/562] Compiling v3_ncons.c
[144/562] Compiling v3_ocsp.c
[145/562] Compiling v3_int.c
[146/562] Compiling v3_lib.c
[148/562] Compiling v3_info.c
[149/562] Compiling v3_ia5.c
[150/564] Wrapping AST for Cryptor for debugging
[151/564] Compiling v3_extku.c
[152/564] Compiling v3_genn.c
[153/564] Compiling v3_enum.c
[154/564] Wrapping AST for DequeModule for debugging
[155/564] Compiling v3_crld.c
[156/564] Compiling v3_bitst.c
[157/564] Compiling v3_cpols.c
[158/564] Compiling v3_conf.c
[159/564] Compiling v3_akeya.c
[160/564] Compiling v3_bcons.c
[161/564] Compiling v3_alt.c
[162/564] Compiling pcy_tree.c
[163/564] Compiling pcy_node.c
[164/564] Compiling v3_akey.c
[165/564] Compiling pcy_map.c
[166/564] Compiling pcy_lib.c
[167/564] Compiling pcy_data.c
[168/564] Compiling x_x509a.c
[169/564] Compiling x_val.c
[170/564] Compiling pcy_cache.c
[171/564] Compiling x_spki.c
[172/564] Compiling x_x509.c
[173/564] Compiling x_sig.c
[174/564] Compiling x_pubkey.c
[175/564] Compiling x_req.c
[177/564] Compiling HKDF HKDF.swift
[178/564] Emitting module HKDF
[178/564] Compiling x_pkey.c
[179/565] Compiling x_info.c
[180/565] Compiling x_name.c
[181/565] Compiling x_exten.c
[183/565] Compiling x_attrib.c
[184/565] Compiling x_crl.c
[185/565] Compiling x_all.c
[186/565] Compiling x509spki.c
[187/565] Compiling x_algor.c
[188/565] Compiling x509rset.c
[189/565] Compiling x509name.c
[190/565] Compiling x509cset.c
[191/565] Compiling x509_vpm.c
[192/565] Compiling x509_txt.c
[193/565] Compiling x509_v3.c
[194/565] Compiling x509_set.c
[195/565] Compiling x509_trs.c
[196/565] Compiling x509_vfy.c
[197/565] Compiling x509_req.c
[198/565] Compiling x509_obj.c
[199/565] Wrapping AST for HKDF for debugging
[200/565] Compiling x509_ext.c
[201/565] Compiling x509_def.c
[202/565] Compiling x509_lu.c
[203/565] Compiling x509_d2.c
[204/565] Compiling x509.c
[205/565] Compiling x509_att.c
[206/565] Compiling t_x509a.c
[207/565] Compiling t_x509.c
[208/565] Compiling x509_cmp.c
[209/565] Compiling i2d_pr.c
[210/565] Compiling t_req.c
[211/565] Compiling t_crl.c
[212/565] Compiling rsa_pss.c
[213/565] Compiling algorithm.c
[214/565] Compiling by_file.c
[214/565] Compiling by_dir.c
[216/565] Compiling a_verify.c
[217/565] Compiling asn1_gen.c
[218/565] Compiling a_sign.c
[219/565] Compiling thread_win.c
[220/565] Compiling a_strex.c
[221/565] Compiling voprf.c
[222/565] Compiling a_digest.c
[223/565] Compiling thread.c
[224/565] Compiling thread_none.c
[224/565] Compiling thread_pthread.c
[226/565] Compiling stack.c
[227/565] Compiling trust_token.c
[228/565] Compiling siphash.c
[229/565] Compiling pmbtoken.c
[230/565] Compiling refcount_lock.c
[231/565] Compiling rc4.c
[232/565] Compiling rand_extra.c
[233/565] Compiling fuchsia.c
[234/565] Compiling rsa_print.c
[235/565] Compiling rsa_asn1.c
[236/565] Compiling windows.c
[236/565] Compiling refcount_c11.c
[238/565] Compiling passive.c
[239/565] Compiling deterministic.c
[240/565] Compiling forkunsafe.c
[241/565] Compiling poly1305.c
[242/565] Compiling pool.c
[243/565] Compiling poly1305_arm_asm.S
[244/565] Compiling poly1305_arm.c
[245/565] Compiling pkcs7.c
[246/565] Compiling pkcs8.c
[247/565] Compiling poly1305_vec.c
[248/565] Compiling pkcs7_x509.c
[249/565] Compiling p5_pbev2.c
[250/565] Compiling pem_xaux.c
[251/565] Compiling pkcs8_x509.c
[252/565] Compiling pem_x509.c
[253/565] Compiling obj_xref.c
[254/565] Compiling pem_pk8.c
[255/565] Compiling pem_pkey.c
[256/565] Compiling pem_oth.c
[257/565] Compiling lhash.c
[258/565] Compiling mem.c
[259/565] Compiling pem_lib.c
[260/565] Compiling pem_all.c
[261/565] Compiling hkdf.c
[262/565] Compiling pem_info.c
[263/565] Compiling hpke.c
[264/565] Compiling obj.c
[265/565] Compiling hrss.c
[266/565] Compiling poly_rq_mul.S
[267/565] Compiling x86_64-mont5.mac.x86_64.S
[268/565] Compiling x86_64-mont.mac.x86_64.S
[269/565] Compiling x86_64-mont5.linux.x86_64.S
[270/565] Compiling x86-mont.windows.x86.S
[271/565] Compiling x86_64-mont.linux.x86_64.S
[272/565] Compiling x86-mont.linux.x86.S
[273/565] Compiling vpaes-x86.windows.x86.S
[274/565] Compiling vpaes-x86_64.mac.x86_64.S
[275/565] Compiling vpaes-x86_64.linux.x86_64.S
[276/565] Compiling vpaes-armv8.linux.aarch64.S
[277/565] Compiling vpaes-x86.linux.x86.S
[278/565] Compiling vpaes-armv8.ios.aarch64.S
[279/565] Compiling vpaes-armv7.ios.arm.S
[280/565] Compiling vpaes-armv7.linux.arm.S
[281/565] Compiling sha512-x86_64.mac.x86_64.S
[282/565] Compiling kdf.c
[283/565] Compiling sha512-x86_64.linux.x86_64.S
[284/565] Compiling sha512-armv8.linux.aarch64.S
[285/565] Compiling sha512-armv8.ios.aarch64.S
[286/565] Compiling sha512-armv4.linux.arm.S
[287/565] Compiling sha512-armv4.ios.arm.S
[288/565] Compiling sha512-586.windows.x86.S
[289/565] Compiling sha256-x86_64.mac.x86_64.S
[290/565] Compiling sha512-586.linux.x86.S
[291/565] Compiling sha256-armv8.linux.aarch64.S
[292/565] Compiling sha256-armv4.ios.arm.S
[293/565] Compiling sha256-armv4.linux.arm.S
[293/565] Compiling sha256-armv8.ios.aarch64.S
[295/565] Compiling sha256-x86_64.linux.x86_64.S
[296/565] Compiling sha256-586.linux.x86.S
[297/565] Compiling sha256-586.windows.x86.S
[298/565] Compiling sha1-x86_64.mac.x86_64.S
[299/565] Compiling sha1-armv8.linux.aarch64.S
[300/565] Compiling sha1-armv8.ios.aarch64.S
[301/565] Compiling sha1-x86_64.linux.x86_64.S
[302/565] Compiling sha1-586.linux.x86.S
[303/565] Compiling sha1-armv4-large.linux.arm.S
[304/565] Compiling sha1-armv4-large.ios.arm.S
[305/565] Compiling sha1-586.windows.x86.S
[306/565] Compiling sha1-altivec.c
[307/565] Compiling sha1.c
[308/565] Compiling sha512.c
[309/565] Compiling rsaz-avx2.mac.x86_64.S
[310/565] Compiling sha256.c
[311/565] Compiling rsaz-avx2.linux.x86_64.S
[312/565] Compiling self_check.c
[313/565] Compiling rdrand-x86_64.mac.x86_64.S
[314/565] Compiling padding.c
[315/565] Compiling blinding.c
[316/565] Compiling rdrand-x86_64.linux.x86_64.S
[317/565] Compiling rsa_impl.c
[317/565] Compiling rsa.c
[319/565] Compiling p256_beeu-x86_64-asm.mac.x86_64.S
[320/565] Compiling fork_detect.c
[321/565] Compiling urandom.c
[322/565] Compiling rand.c
[323/565] Compiling p256-x86_64-asm.mac.x86_64.S
[324/565] Compiling p256_beeu-x86_64-asm.linux.x86_64.S
[325/565] Compiling ctrdrbg.c
[326/565] Compiling p256-x86_64-asm.linux.x86_64.S
[327/565] Compiling polyval.c
[328/565] Compiling gcm.c
[329/565] Compiling ctr.c
[330/565] Compiling cbc.c
[330/565] Compiling gcm_nohw.c
[332/565] Compiling ofb.c
[332/565] Compiling cfb.c
[334/565] Compiling md5.c
[335/565] Compiling md5-x86_64.mac.x86_64.S
[336/565] Compiling md5-586.windows.x86.S
[337/565] Compiling is_fips.c
[338/565] Compiling md5-586.linux.x86.S
[339/565] Compiling md5-x86_64.linux.x86_64.S
[340/565] Compiling ghashv8-armx64.ios.aarch64.S
[341/565] Compiling hmac.c
[342/565] Compiling ghashv8-armx64.linux.aarch64.S
[343/565] Compiling md4.c
[344/565] Compiling ghash-x86_64.mac.x86_64.S
[345/565] Compiling ghashv8-armx32.ios.arm.S
[346/565] Compiling ghashv8-armx32.linux.arm.S
[347/565] Compiling ghash-x86_64.linux.x86_64.S
[348/565] Compiling ghash-x86.windows.x86.S
[349/565] Compiling ghash-ssse3-x86_64.mac.x86_64.S
[350/565] Compiling ghash-ssse3-x86_64.linux.x86_64.S
[351/565] Compiling ghash-x86.linux.x86.S
[352/565] Compiling ghash-neon-armv8.linux.aarch64.S
[353/565] Compiling ghash-ssse3-x86.windows.x86.S
[354/565] Compiling ghash-neon-armv8.ios.aarch64.S
[355/565] Compiling ghash-ssse3-x86.linux.x86.S
[356/565] Compiling fips_shared_support.c
[357/565] Compiling ghash-armv4.ios.arm.S
[358/565] Compiling ghash-armv4.linux.arm.S
[359/565] Compiling ecdh.c
[360/565] Compiling wnaf.c
[361/565] Compiling ecdsa.c
[362/565] Compiling simple_mul.c
[363/565] Compiling simple.c
[363/565] Compiling util.c
[365/565] Compiling scalar.c
[366/565] Compiling oct.c
[367/565] Compiling p224-64.c
[368/565] Compiling p256.c
[369/565] Compiling felem.c
[370/565] Compiling ec_key.c
[371/565] Compiling ec_montgomery.c
[372/565] Compiling dh.c
[373/565] Compiling digests.c
[374/565] Compiling check.c
[375/565] Compiling digest.c
[376/565] Compiling co-586.windows.x86.S
[377/565] Compiling ec.c
[378/565] Compiling co-586.linux.x86.S
[379/565] Compiling e_des.c
[380/565] Compiling des.c
[381/565] Compiling p256-x86_64.c
[382/565] Compiling bsaes-armv7.linux.arm.S
[383/565] Compiling bsaes-armv7.ios.arm.S
[384/565] Compiling aead.c
[385/565] Compiling sqrt.c
[386/565] Compiling e_aes.c
[387/565] Compiling cipher.c
[388/565] Compiling random.c
[389/565] Compiling shift.c
[390/565] Compiling montgomery_inv.c
[391/565] Compiling prime.c
[392/565] Compiling jacobi.c
[392/565] Compiling montgomery.c
[394/565] Compiling rsaz_exp.c
[395/565] Compiling mul.c
[396/565] Compiling gcd.c
[397/565] Compiling generic.c
[398/565] Compiling gcd_extra.c
[399/565] Compiling exponentiation.c
[400/565] Compiling div.c
[401/565] Compiling div_extra.c
[402/565] Compiling ctx.c
[403/565] Compiling bytes.c
[404/565] Compiling bn.c
[405/565] Compiling cmp.c
[406/565] Compiling bn-586.windows.x86.S
[407/565] Compiling armv8-mont.ios.aarch64.S
[408/565] Compiling bn-586.linux.x86.S
[409/565] Compiling add.c
[410/565] Compiling armv4-mont.linux.arm.S
[411/565] Compiling armv8-mont.linux.aarch64.S
[412/565] Compiling aesv8-armx64.linux.aarch64.S
[413/565] Compiling x86_64-gcc.c
[413/565] Compiling armv4-mont.ios.arm.S
[415/565] Compiling aesv8-armx64.ios.aarch64.S
[416/565] Compiling aesv8-armx32.linux.arm.S
[417/565] Compiling aesv8-armx32.ios.arm.S
[418/565] Compiling aesni-x86_64.mac.x86_64.S
[419/565] Compiling aesni-x86.windows.x86.S
[420/565] Compiling aesni-gcm-x86_64.mac.x86_64.S
[421/565] Compiling aesni-x86.linux.x86.S
[422/565] Compiling aesni-x86_64.linux.x86_64.S
[423/565] Compiling mode_wrappers.c
[424/565] Compiling aesni-gcm-x86_64.linux.x86_64.S
[425/565] Compiling key_wrap.c
[426/565] Compiling aes.c
[427/565] Compiling ex_data.c
[428/565] Compiling sign.c
[429/565] Compiling aes_nohw.c
[430/565] Compiling scrypt.c
[431/565] Compiling pbkdf.c
[432/565] Compiling print.c
[433/565] Compiling p_rsa_asn1.c
[434/565] Compiling p_x25519.c
[435/565] Compiling p_x25519_asn1.c
[436/565] Compiling p_ec_asn1.c
[436/565] Compiling p_ed25519.c
[437/565] Compiling p_rsa.c
[439/565] Compiling p_ed25519_asn1.c
[440/565] Compiling p_dsa_asn1.c
[441/565] Compiling p_ec.c
[442/565] Compiling evp_asn1.c
[443/565] Compiling evp_ctx.c
[444/565] Compiling err_data.c
[445/565] Compiling digestsign.c
[446/565] Compiling evp.c
[447/565] Compiling err.c
[448/565] Compiling engine.c
[449/565] Compiling ecdh_extra.c
[450/565] Compiling ec_derive.c
[451/565] Compiling hash_to_curve.c
[452/565] Compiling ecdsa_asn1.c
[453/565] Compiling params.c
[454/565] Compiling spake25519.c
[454/565] Compiling dsa_asn1.c
[456/565] Compiling dh_asn1.c
[457/565] Compiling digest_extra.c
[459/565] Compiling NetService NetService.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
[459/565] Compiling ec_asn1.c
[460/565] Compiling crypto.c
[460/565] Compiling dsa.c
[460/565] Compiling cpu-arm.c
[460/565] Compiling cpu-ppc64le.c
[460/565] Compiling x25519-asm-arm.S
[460/565] Compiling cpu-intel.c
[460/565] Compiling curve25519.c
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-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 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 libsodium using your system-packager:
    apt-get install libsodium-dev
[0/1] Planning build
Building for debugging...
[0/105] Write sources
[2/116] Compiling dsa.c
[2/116] Compiling cpu-arm.c
[2/116] Compiling cpu-arm-linux.c
[5/116] Compiling cpu-ppc64le.c
[6/116] Compiling x25519-asm-arm.S
[7/116] Compiling cpu-intel.c
[8/116] Compiling crypto.c
[9/116] Compiling cpu-aarch64-fuchsia.c
[10/116] Compiling cpu-aarch64-linux.c
[11/116] Compiling curve25519.c
[12/116] Compiling cmac.c
[13/116] Compiling e_rc4.c
[14/116] Compiling e_tls.c
[15/116] Write swift-version-24593BA9C3E375BF.txt
[15/116] Compiling cpu-aarch64-win.c
[17/116] Compiling tls_cbc.c
[18/116] Compiling e_aesgcmsiv.c
[19/116] Compiling conf.c
[20/116] Compiling e_aesctrhmac.c
[21/116] Compiling e_rc2.c
[22/116] Compiling e_null.c
[23/116] Compiling e_chacha20poly1305.c
[24/116] Compiling e_aesccm.c
[26/149] 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
[27/177] Compiling _NIODataStructures PriorityQueue.swift
[28/177] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[29/177] Compiling Regex GroupRangeUtils.swift
[30/178] Compiling Logging MetadataProvider.swift
[31/178] Compiling Regex Utils.swift
[32/178] 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
[33/178] 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
[34/178] Compiling NetService NetServiceBrowserDelegate.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
[35/178] Compiling NetService NetServiceDelegate.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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[36/178] 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
[37/178] Compiling NetService NetServiceBrowser.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
[38/178] Compiling Regex String+Regex.swift
[39/178] Emitting module Regex
[40/178] Compiling Regex Match.swift
[41/178] Compiling Logging Locks.swift
[42/178] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[43/178] Compiling InternalCollectionsUtilities Specialize.swift
[44/180] Compiling NIOConcurrencyHelpers NIOLock.swift
[45/180] Emitting module _NIOBase64
[46/180] Compiling InternalCollectionsUtilities _SortedCollection.swift
[47/180] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[48/180] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[49/180] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[50/180] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[51/180] Compiling InternalCollectionsUtilities Debugging.swift
[52/180] Compiling InternalCollectionsUtilities Descriptions.swift
[53/180] Compiling Regex MatchSequence.swift
[54/180] Compiling Regex PlatformTypes.swift
[55/180] Compiling Cryptor SSLPointerTricks.swift
[56/180] Emitting module Logging
[57/181] Compiling Regex Regex.swift
[58/181] Compiling Regex RegexOptions.swift
[59/181] Compiling Cryptor Status.swift
[60/182] Compiling InternalCollectionsUtilities UInt+reversed.swift
[61/182] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[62/182] Compiling _NIODataStructures Heap.swift
[63/182] Compiling Cryptor Updatable.swift
[64/182] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[65/182] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[66/182] Compiling _NIOBase64 Base64.swift
[67/183] Emitting module Cryptor
[70/183] Compiling NIOConcurrencyHelpers lock.swift
[71/183] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[72/183] Compiling InternalCollectionsUtilities Integer rank.swift
[75/183] Emitting module _NIODataStructures
[76/183] Compiling _NIODataStructures _TinyArray.swift
[77/183] Emitting module InternalCollectionsUtilities
[78/184] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[80/184] Compiling Logging LogHandler.swift
[81/184] Compiling Logging Logging.swift
[82/183] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[83/183] Emitting module NIOConcurrencyHelpers
[85/184] Compiling Cryptor Utilities.swift
[86/182] Compiling NIOConcurrencyHelpers atomics.swift
[88/197] Compiling derive_key.c
[90/209] Compiling Cryptor StreamCryptor.swift
[90/212] Wrapping AST for Logging for debugging
[91/225] Compiling cipher_extra.c
[93/225] Compiling Atomics AtomicOptionalWrappable.swift
[94/225] Compiling Atomics AtomicReference.swift
[95/225] Compiling Atomics AtomicBool.swift
[96/225] Compiling Atomics IntegerConformances.swift
[97/225] Compiling Atomics PointerConformances.swift
[97/226] Compiling chacha20_poly1305_x86_64.mac.x86_64.S
[99/226] Compiling aes128gcmsiv-x86_64.mac.x86_64.S
[101/226] Compiling COperatingSystem libc.swift
[101/226] Compiling chacha20_poly1305_x86_64.linux.x86_64.S
[104/225] Emitting module COperatingSystem
[104/226] Compiling chacha-x86_64.mac.x86_64.S
[105/226] Compiling aes128gcmsiv-x86_64.linux.x86_64.S
[106/226] Compiling chacha.c
[108/226] Compiling Atomics UnsafeAtomic.swift
[109/226] Compiling Atomics UnsafeAtomicLazyReference.swift
[110/228] Compiling Atomics ManagedAtomic.swift
[111/228] Compiling Atomics ManagedAtomicLazyReference.swift
[111/228] Compiling chacha-x86_64.linux.x86_64.S
[113/227] Wrapping AST for InternalCollectionsUtilities for debugging
[114/227] Compiling chacha-x86.linux.x86.S
[115/227] Compiling chacha-x86.windows.x86.S
[117/227] Compiling Atomics AtomicMemoryOrderings.swift
[118/227] Compiling Atomics DoubleWord.swift
[118/229] Compiling chacha-armv8.linux.aarch64.S
[120/232] Compiling Atomics IntegerOperations.swift
[121/232] Compiling Atomics Unmanaged extensions.swift
[121/240] Compiling chacha-armv8.ios.aarch64.S
[122/244] Compiling chacha-armv4.linux.arm.S
[123/244] Compiling chacha-armv4.ios.arm.S
[125/244] Compiling DequeModule Deque._Storage.swift
[126/244] Compiling DequeModule Deque._UnsafeHandle.swift
[127/244] Compiling DequeModule Deque.swift
[127/246] Compiling unicode.c
[129/246] Emitting module HKDF
[129/246] Compiling cbb.c
[132/246] Compiling ber.c
[133/246] Compiling cbs.c
[134/246] Compiling asn1_compat.c
[139/246] Compiling DequeModule Deque+Extras.swift
[140/246] Compiling DequeModule Deque+Hashable.swift
[141/246] Compiling DequeModule Deque+Testing.swift
[141/246] Compiling convert.c
[142/246] Compiling bn_asn1.c
[143/246] Compiling blake2.c
[144/246] Compiling buf.c
[146/246] Compiling HKDF HKDF.swift
[147/246] Compiling DequeModule _DequeBuffer.swift
[148/246] Compiling DequeModule _DequeBufferHeader.swift
[148/246] Compiling socket_helper.c
[149/249] Compiling socket.c
[150/249] Compiling printf.c
[154/249] Compiling DequeModule _DequeSlot.swift
[155/249] Compiling DequeModule _UnsafeWrappedBuffer.swift
[157/249] Compiling pair.c
[161/249] Compiling DequeModule Deque+Equatable.swift
[162/249] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[163/249] Compiling DequeModule Deque+CustomReflectable.swift
[164/249] Compiling DequeModule Deque+Descriptions.swift
[169/249] Compiling fd.c
[170/249] Compiling hexdump.c
[171/249] Compiling file.c
[172/249] Compiling connect.c
[174/248] Emitting module BigInt
[174/248] Compiling bio_mem.c
[175/248] Compiling bio.c
[176/248] Compiling base64.c
[177/248] Compiling time_support.c
[181/248] Compiling DequeModule Deque+Codable.swift
[182/248] Compiling DequeModule Deque+Collection.swift
[189/248] Compiling tasn_utl.c
[190/248] Compiling tasn_new.c
[191/248] Compiling tasn_typ.c
[192/248] Compiling tasn_fre.c
[193/248] Compiling f_string.c
[194/248] Compiling tasn_enc.c
[198/248] Emitting module DequeModule
[199/249] Compiling BigInt Subtraction.swift
[199/249] Compiling tasn_dec.c
[200/249] Compiling BigInt Words and Bits.swift
[201/249] Compiling f_int.c
[202/250] Compiling f_enum.c
[205/250] Compiling asn_pack.c
[206/250] Compiling asn1_par.c
[207/250] Compiling asn1_lib.c
[208/250] Compiling a_utf8.c
[209/250] Wrapping AST for DequeModule for debugging
[210/250] Compiling a_utctm.c
[211/250] Compiling a_octet.c
[212/250] Compiling a_type.c
[213/250] Compiling a_time.c
[215/250] Emitting module Atomics
[215/250] Compiling a_strnid.c
[216/250] Compiling a_print.c
[217/250] Compiling a_mbstr.c
[218/250] Compiling a_object.c
[219/250] Compiling a_int.c
[220/250] Compiling a_i2d_fp.c
[221/250] Compiling a_gentm.c
[222/250] Wrapping AST for BigInt for debugging
[223/250] Compiling a_bool.c
[224/250] Compiling a_d2i_fp.c
[225/250] Compiling a_enum.c
[226/250] Compiling a_dup.c
[227/250] Compiling a_bitstr.c
[229/262] Compiling Crypto AES-GCM.swift
[230/263] Compiling Crypto AES-GCM_boring.swift
[231/263] Compiling Crypto ChaChaPoly_boring.swift
[232/267] Compiling Crypto ChaChaPoly.swift
[233/267] Compiling Crypto Cipher.swift
[234/267] Compiling Crypto Nonces.swift
[235/305] Wrapping AST for Atomics for debugging
[237/364] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[238/364] Compiling NIOCore NIOAsyncWriter.swift
[239/364] Compiling NIOCore MarkedCircularBuffer.swift
[240/364] Compiling NIOCore MulticastChannel.swift
[241/364] Compiling NIOCore NIOAny.swift
[242/364] Compiling NIOCore NIOCloseOnErrorHandler.swift
[243/364] Compiling NIOCore NIOLoopBound.swift
[244/371] Emitting module Crypto
[245/371] Compiling NIOCore AddressedEnvelope.swift
[246/371] Compiling NIOCore AsyncAwaitSupport.swift
[247/371] Compiling NIOCore AsyncChannel.swift
[248/371] Compiling NIOCore AsyncChannelHandler.swift
[249/371] Compiling NIOCore AsyncChannelInboundStream.swift
[250/371] Compiling NIOCore AsyncChannelOutboundWriter.swift
[251/371] Compiling NIOCore NIOAsyncSequenceProducer.swift
[252/371] Compiling NIOCore ByteBuffer-core.swift
[253/371] Compiling NIOCore ByteBuffer-hex.swift
[254/371] Compiling NIOCore ByteBuffer-int.swift
[255/371] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[256/371] Compiling NIOCore GlobalSingletons.swift
[257/371] Compiling NIOCore IO.swift
[258/371] Compiling NIOCore IOData.swift
[259/371] Compiling NIOCore NIOScheduledCallback.swift
[260/371] Compiling NIOCore NIOSendable.swift
[261/371] Compiling NIOCore RecvByteBufferAllocator.swift
[262/371] Compiling NIOCore ChannelPipeline.swift
[263/371] Compiling NIOCore CircularBuffer.swift
[264/371] Compiling NIOCore Codec.swift
[265/371] Compiling NIOCore ConvenienceOptionSupport.swift
[266/371] Compiling NIOCore DeadChannel.swift
[267/371] Compiling NIOCore EventLoop.swift
[268/371] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[269/371] Compiling NIOCore EventLoopFuture+Deprecated.swift
[270/371] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[271/371] Compiling NIOCore EventLoopFuture.swift
[272/371] Compiling NIOCore FileDescriptor.swift
[273/371] Compiling NIOCore FileHandle.swift
[274/371] Compiling NIOCore FileRegion.swift
[275/371] Compiling NIOCore DispatchQueue+WithFuture.swift
[276/371] Compiling NIOCore EventLoop+Deprecated.swift
[277/371] Compiling NIOCore EventLoop+SerialExecutor.swift
[278/371] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[279/371] Compiling NIOCore BSDSocketAPI.swift
[280/371] Compiling NIOCore ByteBuffer-aux.swift
[281/371] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[282/371] Compiling NIOCore ByteBuffer-conversions.swift
[283/371] Compiling NIOCore ByteBuffer-multi-int.swift
[284/371] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[285/371] Compiling NIOCore ByteBuffer-views.swift
[286/371] Compiling NIOCore Channel.swift
[287/371] Compiling NIOCore ChannelHandler.swift
[288/371] Compiling NIOCore ChannelHandlers.swift
[289/371] Compiling NIOCore ChannelInvoker.swift
[290/371] Compiling NIOCore ChannelOption.swift
[291/371] Compiling Crypto RNG_boring.swift
[292/371] Compiling Crypto SafeCompare_boring.swift
[293/371] Compiling Crypto Zeroization_boring.swift
[294/371] Compiling Crypto PrettyBytes.swift
[295/371] Compiling Crypto SafeCompare.swift
[296/371] Compiling Crypto SecureBytes.swift
[297/371] Compiling Crypto Zeroization.swift
[298/372] Wrapping AST for Crypto for debugging
[300/379] Emitting module SRP
[317/387] Compiling SRP Data+Extensions.swift
[318/387] Compiling SRP Group.swift
[319/387] Compiling SRP SRP.swift
[320/387] Compiling SRP Server.swift
[321/387] Compiling SRP Client.swift
[322/387] Compiling SRP AuthenticationFailure.swift
[340/388] Wrapping AST for SRP for debugging
[342/388] Compiling NetService NetService.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
BUILD FAILURE 6.1 linux