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 DBUS, reference 0.2.4 (2c7112), with Swift 6.1 for Android on 11 Dec 2025 07:42:44 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wendylabsinc/dbus.git
Reference: 0.2.4
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/wendylabsinc/dbus
 * tag               0.2.4      -> FETCH_HEAD
HEAD is now at 2c71124 Merge pull request #20 from edgeengineer/jo/log-on-race-condition
Cloned https://github.com/wendylabsinc/dbus.git
Revision (git rev-parse @):
2c71124a7baf3fff6346d7ebce6b90c336f0d285
SUCCESS checkout https://github.com/wendylabsinc/dbus.git at 0.2.4
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/wendylabsinc/dbus.git
https://github.com/wendylabsinc/dbus.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.70.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.26.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-extras.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "DBUS",
  "name" : "DBUS",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "DBUS",
      "targets" : [
        "DBUS"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ExampleApp",
      "targets" : [
        "ExampleApp"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ExampleApp",
      "module_type" : "SwiftTarget",
      "name" : "ExampleApp",
      "path" : "Sources/ExampleApp",
      "product_memberships" : [
        "ExampleApp"
      ],
      "sources" : [
        "App.swift"
      ],
      "target_dependencies" : [
        "DBUS"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "DBUSTests",
      "module_type" : "SwiftTarget",
      "name" : "DBUSTests",
      "path" : "Tests/DBUSTests",
      "sources" : [
        "DBusAuthenticationHandlerTests.swift",
        "DBusValueTests.swift",
        "Test.swift",
        "TypeSignatureTests.swift"
      ],
      "target_dependencies" : [
        "DBUS"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DBUS",
      "module_type" : "SwiftTarget",
      "name" : "DBUS",
      "path" : "Sources/DBUS",
      "product_dependencies" : [
        "NIOCore",
        "NIOExtras",
        "Logging"
      ],
      "product_memberships" : [
        "DBUS",
        "ExampleApp"
      ],
      "sources" : [
        "ByteBuffer+DBus.swift",
        "DBusAuthenticationHandler.swift",
        "DBusClient.swift",
        "DBusError.swift",
        "DBusMessageCodec.swift",
        "Message/DBusMessage+Flags.swift",
        "Message/DBusMessage+MessageType.swift",
        "Message/DBusMessage.swift",
        "Message/HeaderField+Code.swift",
        "Message/HeaderField.swift",
        "Message/Primitives/DBusString.swift",
        "Message/Primitives/DBusType.swift",
        "Message/Primitives/DBusValue.swift",
        "Message/Primitives/DBusVariant.swift",
        "Message/Primitives/TypeSignature.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/6363] Fetching swift-nio-extras
[2/12099] Fetching swift-nio-extras, swift-log
[12100/92780] Fetching swift-nio-extras, swift-log, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.00s)
[8157/86417] Fetching swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (1.07s)
[4035/80681] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (10.67s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.31.2 (11.97s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
[26/2568] Fetching swift-service-lifecycle
[618/9608] Fetching swift-service-lifecycle, swift-certificates
[1318/11275] Fetching swift-service-lifecycle, swift-certificates, swift-asn1
[3472/17316] Fetching swift-service-lifecycle, swift-certificates, swift-asn1, swift-algorithms
[7111/23149] Fetching swift-service-lifecycle, swift-certificates, swift-asn1, swift-algorithms, swift-async-algorithms
[12485/38437] Fetching swift-service-lifecycle, swift-certificates, swift-asn1, swift-algorithms, swift-async-algorithms, swift-nio-ssl
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.40s)
Fetching https://github.com/apple/swift-atomics.git
[19457/32604] Fetching swift-service-lifecycle, swift-certificates, swift-asn1, swift-algorithms, swift-nio-ssl
Fetched https://github.com/apple/swift-certificates.git from cache (1.49s)
[12570/25564] Fetching swift-service-lifecycle, swift-asn1, swift-algorithms, swift-nio-ssl
Fetching https://github.com/apple/swift-http-structured-headers.git
[13947/26768] Fetching swift-service-lifecycle, swift-asn1, swift-algorithms, swift-nio-ssl, swift-http-structured-headers
[14521/28588] Fetching swift-service-lifecycle, swift-asn1, swift-algorithms, swift-nio-ssl, swift-http-structured-headers, swift-atomics
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.57s)
[16563/27384] Fetching swift-service-lifecycle, swift-asn1, swift-algorithms, swift-nio-ssl, swift-atomics
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-atomics.git from cache (1.05s)
[18532/25564] Fetching swift-service-lifecycle, swift-asn1, swift-algorithms, swift-nio-ssl
Fetching https://github.com/apple/swift-nio-http2.git
[18992/26515] Fetching swift-service-lifecycle, swift-asn1, swift-algorithms, swift-nio-ssl, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.57s)
[20978/25564] Fetching swift-service-lifecycle, swift-asn1, swift-algorithms, swift-nio-ssl
[21591/37282] Fetching swift-service-lifecycle, swift-asn1, swift-algorithms, swift-nio-ssl, swift-nio-http2
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (5.38s)
Fetched https://github.com/apple/swift-algorithms.git from cache (5.38s)
Fetched https://github.com/apple/swift-asn1.git from cache (5.38s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (5.46s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.30s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (10.11s)
Fetching https://github.com/apple/swift-numerics.git
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.71s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.89s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.9.1 (0.97s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.1 (1.07s)
Fetching https://github.com/apple/swift-collections.git
[1/18363] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.29s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.7.1 (3.36s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (1.20s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (4.00s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (1.02s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.09s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (1.07s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.17.0 (1.22s)
Fetching https://github.com/apple/swift-crypto.git
[1/17465] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.30s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (4.77s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (3.28s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.91.0 (1.80s)
Fetching https://github.com/apple/swift-system.git
[1/5221] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.14s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (2.40s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.39.0 (1.13s)
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.17.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.7.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.31.2
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.39.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.9.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.6.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.91.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.2.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Building for debugging...
[0/47] Write sources
[15/47] Compiling CNIOPosix event_loop_id.c
[16/47] Compiling CNIOWindows shim.c
[17/47] Compiling CNIOWindows WSAStartup.c
[18/47] Compiling CNIOWASI CNIOWASI.c
[19/47] Compiling CNIOOpenBSD shim.c
[20/47] Compiling _AtomicsShims.c
[21/47] Compiling CNIOLinux liburing_shims.c
[22/47] Compiling CNIOLLHTTP c_nio_http.c
[23/47] Compiling CNIODarwin shim.c
[24/47] Compiling CNIOLinux shim.c
[25/47] Compiling CNIOLLHTTP c_nio_api.c
[26/47] Compiling CNIOLLHTTP c_nio_llhttp.c
[27/47] Compiling c-nioatomics.c
[28/47] Write swift-version-24593BA9C3E375BF.txt
[28/47] Compiling c-atomics.c
[31/98] Emitting module InternalCollectionsUtilities
[32/100] Emitting module NIOConcurrencyHelpers
[33/100] Emitting module Atomics
[34/102] Compiling _NIOBase64 Base64.swift
[35/102] Emitting module _NIOBase64
[36/103] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[37/103] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[40/103] Compiling _NIODataStructures _TinyArray.swift
[41/103] Compiling Atomics AtomicReference.swift
[42/103] Compiling Atomics IntegerConformances.swift
[43/103] Compiling Atomics AtomicStorage.swift
[44/103] Compiling Atomics AtomicValue.swift
[45/103] Compiling NIOConcurrencyHelpers NIOLock.swift
[46/103] Compiling Atomics AtomicInteger.swift
[47/103] Compiling Atomics AtomicOptionalWrappable.swift
[48/103] Compiling _NIODataStructures PriorityQueue.swift
[49/103] Compiling Atomics PointerConformances.swift
[50/103] Compiling Atomics Primitives.native.swift
[51/103] Compiling Atomics AtomicBool.swift
[54/103] Compiling Atomics OptionalRawRepresentable.swift
[55/103] Compiling Atomics RawRepresentable.swift
[56/103] Compiling Atomics AtomicMemoryOrderings.swift
[57/103] Compiling Atomics DoubleWord.swift
[58/103] Compiling Atomics ManagedAtomic.swift
[59/103] Compiling Atomics ManagedAtomicLazyReference.swift
[67/103] Emitting module _NIODataStructures
[68/103] Compiling _NIODataStructures Heap.swift
[69/105] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[70/105] Compiling NIOConcurrencyHelpers lock.swift
[71/105] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[72/105] Compiling NIOConcurrencyHelpers atomics.swift
[82/106] Compiling Atomics IntegerOperations.swift
[83/106] Compiling Atomics Unmanaged extensions.swift
[84/107] Wrapping AST for _NIOBase64 for debugging
[85/107] Wrapping AST for InternalCollectionsUtilities for debugging
[87/107] Wrapping AST for NIOConcurrencyHelpers for debugging
[88/107] Wrapping AST for _NIODataStructures for debugging
[89/122] Wrapping AST for Atomics for debugging
[91/122] Compiling DequeModule Deque+Equatable.swift
[92/122] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[93/124] Compiling DequeModule _DequeBuffer.swift
[94/124] Compiling DequeModule _DequeBufferHeader.swift
[95/124] Compiling DequeModule Deque+CustomReflectable.swift
[96/124] Compiling DequeModule Deque+Descriptions.swift
[97/124] Compiling DequeModule Deque._UnsafeHandle.swift
[98/124] Compiling DequeModule Deque.swift
[99/124] Compiling DequeModule Deque+Extras.swift
[100/124] Compiling DequeModule Deque+Hashable.swift
[101/124] Compiling DequeModule Deque+Testing.swift
[102/124] Compiling DequeModule Deque._Storage.swift
[103/124] Compiling DequeModule _DequeSlot.swift
[104/124] Compiling DequeModule _UnsafeWrappedBuffer.swift
[105/124] Compiling DequeModule Deque+Codable.swift
[106/124] Compiling DequeModule Deque+Collection.swift
[107/124] Emitting module DequeModule
[108/125] Wrapping AST for DequeModule for debugging
[110/125] Compiling Logging MetadataProvider.swift
[111/125] Compiling Logging LogHandler.swift
[112/125] Emitting module Logging
[113/125] Compiling Logging Locks.swift
[114/125] Compiling Logging Logging.swift
[115/189] Wrapping AST for Logging for debugging
[117/189] Compiling NIOCore NIOCoreSendableMetatype.swift
[118/189] Compiling NIOCore NIODecodedAsyncSequence.swift
[119/189] Compiling NIOCore NIOLoopBound.swift
[120/189] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[121/189] Compiling NIOCore NIOScheduledCallback.swift
[122/189] Compiling NIOCore NIOSendable.swift
[123/189] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[124/189] Compiling NIOCore RecvByteBufferAllocator.swift
[125/197] Compiling NIOCore EventLoopFuture+Deprecated.swift
[126/197] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[127/197] Compiling NIOCore EventLoopFuture.swift
[128/197] Compiling NIOCore FileDescriptor.swift
[129/197] Compiling NIOCore FileHandle.swift
[130/197] Compiling NIOCore FileRegion.swift
[131/197] Compiling NIOCore GlobalSingletons.swift
[132/197] Compiling NIOCore IO.swift
[133/197] Compiling NIOCore IOData.swift
[134/197] Compiling NIOCore AddressedEnvelope.swift
[135/197] Compiling NIOCore AsyncAwaitSupport.swift
[136/197] Compiling NIOCore AsyncChannel.swift
[137/197] Compiling NIOCore AsyncChannelHandler.swift
[138/197] Compiling NIOCore AsyncChannelInboundStream.swift
[139/197] Compiling NIOCore AsyncChannelOutboundWriter.swift
[140/197] Compiling NIOCore NIOAsyncSequenceProducer.swift
[141/197] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[142/197] Compiling NIOCore NIOAsyncWriter.swift
[143/197] Compiling NIOCore CircularBuffer.swift
[144/197] Compiling NIOCore Codec.swift
[145/197] Compiling NIOCore ConvenienceOptionSupport.swift
[146/197] Compiling NIOCore DeadChannel.swift
[147/197] Compiling NIOCore DispatchQueue+WithFuture.swift
[148/197] Compiling NIOCore EventLoop+Deprecated.swift
[149/197] Compiling NIOCore EventLoop+SerialExecutor.swift
[150/197] Compiling NIOCore EventLoop.swift
[151/197] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[152/197] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[153/197] Compiling NIOCore SocketAddresses.swift
[154/197] Compiling NIOCore SocketOptionProvider.swift
[155/197] Compiling NIOCore SystemCallHelpers.swift
[156/197] Compiling NIOCore TimeAmount+Duration.swift
[157/197] Compiling NIOCore TypeAssistedChannelHandler.swift
[158/197] Compiling NIOCore UniversalBootstrapSupport.swift
[159/197] Compiling NIOCore Utilities.swift
[160/197] Compiling NIOCore ByteBuffer-multi-int.swift
[161/197] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[162/197] Compiling NIOCore ByteBuffer-views.swift
[163/197] Compiling NIOCore Channel.swift
[164/197] Compiling NIOCore ChannelHandler.swift
[165/197] Compiling NIOCore ChannelHandlers.swift
[166/197] Compiling NIOCore ChannelInvoker.swift
[167/197] Compiling NIOCore ChannelOption.swift
[168/197] Compiling NIOCore ChannelPipeline.swift
[169/197] Compiling NIOCore IPProtocol.swift
[170/197] Compiling NIOCore IntegerBitPacking.swift
[171/197] Compiling NIOCore IntegerTypes.swift
[172/197] Compiling NIOCore Interfaces.swift
[173/197] Compiling NIOCore Linux.swift
[174/197] Compiling NIOCore MarkedCircularBuffer.swift
[175/197] Compiling NIOCore MulticastChannel.swift
[176/197] Compiling NIOCore NIOAny.swift
[177/197] Compiling NIOCore NIOCloseOnErrorHandler.swift
[178/197] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[179/197] Compiling NIOCore BSDSocketAPI.swift
[180/197] Compiling NIOCore ByteBuffer-aux.swift
[181/197] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[182/197] Compiling NIOCore ByteBuffer-conversions.swift
[183/197] Compiling NIOCore ByteBuffer-core.swift
[184/197] Compiling NIOCore ByteBuffer-hex.swift
[185/197] Compiling NIOCore ByteBuffer-int.swift
[186/197] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[187/197] Emitting module NIOCore
[188/198] Wrapping AST for NIOCore for debugging
[190/252] Compiling NIOEmbedded AsyncTestingChannel.swift
[191/252] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[192/252] Compiling NIOEmbedded Embedded.swift
[193/252] Emitting module NIOEmbedded
[194/253] Wrapping AST for NIOEmbedded for debugging
[196/253] Compiling NIOPosix Pool.swift
[197/253] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[198/253] Compiling NIOPosix PosixSingletons.swift
[199/253] Compiling NIOPosix RawSocketBootstrap.swift
[200/253] Compiling NIOPosix Resolver.swift
[201/253] Compiling NIOPosix Selectable.swift
[202/253] Compiling NIOPosix SelectableChannel.swift
[203/253] Compiling NIOPosix SelectableEventLoop.swift
[204/253] Compiling NIOPosix SelectorEpoll.swift
[205/253] Compiling NIOPosix SelectorGeneric.swift
[206/253] Compiling NIOPosix SelectorKqueue.swift
[207/253] Compiling NIOPosix SelectorUring.swift
[208/253] Compiling NIOPosix SelectorWSAPoll.swift
[209/253] Compiling NIOPosix ServerSocket.swift
[210/253] Compiling NIOPosix Socket.swift
[211/253] Compiling NIOPosix SocketChannel.swift
[212/253] Compiling NIOPosix SocketProtocols.swift
[213/253] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[214/253] Compiling NIOPosix System.swift
[215/253] Compiling NIOPosix Thread.swift
[216/253] Compiling NIOPosix ThreadPosix.swift
[217/259] Compiling NIOPosix IO.swift
[218/259] Compiling NIOPosix IntegerBitPacking.swift
[219/259] Compiling NIOPosix IntegerTypes.swift
[220/259] Compiling NIOPosix Linux.swift
[221/259] Compiling NIOPosix LinuxCPUSet.swift
[222/259] Compiling NIOPosix LinuxUring.swift
[223/259] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[224/259] Compiling NIOPosix NIOPosixSendableMetatype.swift
[225/259] Compiling NIOPosix NIOThreadPool.swift
[226/259] Compiling NIOPosix NonBlockingFileIO.swift
[227/259] Compiling NIOPosix PendingDatagramWritesManager.swift
[228/259] Compiling NIOPosix PendingWritesManager.swift
[229/259] Compiling NIOPosix PipeChannel.swift
[230/259] Compiling NIOPosix PipePair.swift
[231/259] Compiling NIOPosix BSDSocketAPICommon.swift
[232/259] Compiling NIOPosix BSDSocketAPIPosix.swift
[233/259] Compiling NIOPosix BSDSocketAPIWindows.swift
[234/259] Compiling NIOPosix BaseSocket.swift
[235/259] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[236/259] Compiling NIOPosix BaseSocketChannel.swift
[237/259] Compiling NIOPosix BaseStreamSocketChannel.swift
[238/259] Compiling NIOPosix Bootstrap.swift
[239/259] Compiling NIOPosix ControlMessage.swift
[240/259] Compiling NIOPosix DatagramVectorReadManager.swift
[241/259] Compiling NIOPosix Errors+Any.swift
[242/259] Compiling NIOPosix FileDescriptor.swift
[243/259] Compiling NIOPosix GetaddrinfoResolver.swift
[244/259] Compiling NIOPosix HappyEyeballs.swift
[245/259] Emitting module NIOPosix
[246/259] Compiling NIOPosix ThreadWindows.swift
[247/259] Compiling NIOPosix UnsafeTransfer.swift
[248/259] Compiling NIOPosix Utilities.swift
[249/259] Compiling NIOPosix VsockAddress.swift
[250/259] Compiling NIOPosix VsockChannelEvents.swift
[251/259] Compiling NIOPosix Windows.swift
[252/260] Wrapping AST for NIOPosix for debugging
[254/262] Emitting module NIO
[255/262] Compiling NIO Exports.swift
[256/268] Wrapping AST for NIO for debugging
[258/279] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[259/279] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[260/281] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[261/281] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[262/281] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[263/281] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[264/281] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[265/281] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[266/281] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[267/281] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[268/281] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[269/281] Compiling NIOHTTP1 HTTPTypes.swift
[270/281] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[271/281] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[272/281] Emitting module NIOHTTP1
[273/281] Compiling NIOHTTP1 ByteCollectionUtils.swift
[274/281] Compiling NIOHTTP1 HTTPDecoder.swift
[275/281] Compiling NIOHTTP1 HTTPEncoder.swift
[276/282] Wrapping AST for NIOHTTP1 for debugging
[278/300] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[279/300] Compiling NIOExtras NIOExtrasError.swift
[280/302] Compiling NIOExtras RequestResponseHandler.swift
[281/302] Compiling NIOExtras RequestResponseHandlers+State.swift
[282/302] Compiling NIOExtras NIOLengthFieldBitLength.swift
[283/302] Compiling NIOExtras NIORequestIdentifiable.swift
[284/302] Compiling NIOExtras PCAPRingBuffer.swift
[285/302] Compiling NIOExtras QuiescingHelper.swift
[286/302] Emitting module NIOExtras
[287/302] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[288/302] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[289/302] Compiling NIOExtras JSONRPCFraming.swift
[290/302] Compiling NIOExtras DebugInboundEventsHandler.swift
[291/302] Compiling NIOExtras DebugOutboundEventsHandler.swift
[292/302] Compiling NIOExtras FixedLengthFrameDecoder.swift
[293/302] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[294/302] Compiling NIOExtras LengthFieldPrepender.swift
[295/302] Compiling NIOExtras LineBasedFrameDecoder.swift
[296/302] Compiling NIOExtras RequestResponseWithIDHandler.swift
[297/302] Compiling NIOExtras WritePCAPHandler.swift
[298/303] Wrapping AST for NIOExtras for debugging
[300/318] Compiling DBUS DBusClient.swift
[301/318] Compiling DBUS DBusError.swift
[302/319] Compiling DBUS DBusString.swift
[303/319] Compiling DBUS DBusType.swift
[304/319] Compiling DBUS HeaderField+Code.swift
[305/319] Compiling DBUS HeaderField.swift
[306/319] Compiling DBUS DBusMessage+MessageType.swift
[307/319] Compiling DBUS DBusMessage.swift
[308/319] Compiling DBUS DBusMessageCodec.swift
[309/319] Compiling DBUS DBusMessage+Flags.swift
[310/319] Compiling DBUS DBusValue.swift
[311/319] Compiling DBUS DBusVariant.swift
[312/319] Compiling DBUS TypeSignature.swift
[313/319] Compiling DBUS ByteBuffer+DBus.swift
[314/319] Compiling DBUS DBusAuthenticationHandler.swift
[315/319] Emitting module DBUS
[316/320] Wrapping AST for DBUS for debugging
[318/322] Emitting module ExampleApp
[319/322] Compiling ExampleApp App.swift
/host/spi-builder-workspace/Sources/ExampleApp/App.swift:115:7: error: cannot find 'exit' in scope
113 |     } catch {
114 |       print("DBus error: \(error)")
115 |       exit(1)
    |       `- error: cannot find 'exit' in scope
116 |     }
117 |   }
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/18] Write swift-version-24593BA9C3E375BF.txt
[2/69] Compiling Atomics ManagedAtomic.swift
[3/69] Compiling Atomics ManagedAtomicLazyReference.swift
[4/71] Compiling Atomics OptionalRawRepresentable.swift
[5/71] Compiling Atomics RawRepresentable.swift
[6/71] Compiling Logging MetadataProvider.swift
[7/71] Compiling Atomics UnsafeAtomic.swift
[8/71] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[9/73] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[10/73] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[11/73] Emitting module _NIOBase64
[12/73] Compiling Atomics AtomicBool.swift
[15/73] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[16/73] Compiling _NIODataStructures Heap.swift
[17/73] Emitting module _NIODataStructures
[18/73] Compiling _NIODataStructures PriorityQueue.swift
[19/73] Compiling _NIODataStructures _TinyArray.swift
[20/74] Compiling NIOConcurrencyHelpers lock.swift
[21/74] Compiling _NIOBase64 Base64.swift
[22/75] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[23/75] Compiling Atomics IntegerOperations.swift
[24/75] Compiling Atomics Unmanaged extensions.swift
[25/75] Emitting module NIOConcurrencyHelpers
[31/75] Compiling Atomics AtomicMemoryOrderings.swift
[32/75] Compiling Atomics DoubleWord.swift
[33/75] Compiling Atomics AtomicStorage.swift
[34/75] Compiling Atomics AtomicValue.swift
[37/73] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[38/73] Compiling NIOConcurrencyHelpers atomics.swift
[39/73] Compiling NIOConcurrencyHelpers NIOLock.swift
[40/73] Emitting module InternalCollectionsUtilities
[42/73] Compiling Atomics IntegerConformances.swift
[43/73] Compiling Atomics PointerConformances.swift
[44/73] Compiling Atomics Primitives.native.swift
[50/73] Compiling Logging Locks.swift
[51/73] Compiling Logging LogHandler.swift
[52/73] Emitting module Logging
[53/73] Compiling Logging Logging.swift
[55/88] Compiling DequeModule _DequeBuffer.swift
[56/88] Compiling DequeModule _DequeBufferHeader.swift
[57/90] Compiling DequeModule Deque+Testing.swift
[58/90] Compiling DequeModule Deque._Storage.swift
[59/90] Compiling DequeModule _DequeSlot.swift
[60/90] Compiling DequeModule _UnsafeWrappedBuffer.swift
[61/90] Compiling DequeModule Deque+Extras.swift
[62/90] Compiling DequeModule Deque+Hashable.swift
[63/90] Compiling DequeModule Deque._UnsafeHandle.swift
[64/90] Compiling DequeModule Deque.swift
[65/90] Compiling DequeModule Deque+Equatable.swift
[66/90] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[67/90] Emitting module Atomics
[71/90] Compiling DequeModule Deque+CustomReflectable.swift
[72/90] Compiling DequeModule Deque+Descriptions.swift
[76/91] Compiling DequeModule Deque+Codable.swift
[77/91] Compiling DequeModule Deque+Collection.swift
[78/91] Emitting module DequeModule
[81/153] Compiling NIOCore NIOCoreSendableMetatype.swift
[82/153] Compiling NIOCore NIODecodedAsyncSequence.swift
[83/153] Compiling NIOCore NIOLoopBound.swift
[84/153] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[85/153] Compiling NIOCore NIOScheduledCallback.swift
[86/153] Compiling NIOCore NIOSendable.swift
[87/153] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[88/153] Compiling NIOCore RecvByteBufferAllocator.swift
[89/161] Compiling NIOCore IPProtocol.swift
[90/161] Compiling NIOCore IntegerBitPacking.swift
[91/161] Compiling NIOCore IntegerTypes.swift
[92/161] Compiling NIOCore Interfaces.swift
[93/161] Compiling NIOCore Linux.swift
[94/161] Compiling NIOCore MarkedCircularBuffer.swift
[95/161] Compiling NIOCore MulticastChannel.swift
[96/161] Compiling NIOCore NIOAny.swift
[97/161] Compiling NIOCore NIOCloseOnErrorHandler.swift
[98/161] Compiling NIOCore EventLoopFuture+Deprecated.swift
[99/161] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[100/161] Compiling NIOCore EventLoopFuture.swift
[101/161] Compiling NIOCore FileDescriptor.swift
[102/161] Compiling NIOCore FileHandle.swift
[103/161] Compiling NIOCore FileRegion.swift
[104/161] Compiling NIOCore GlobalSingletons.swift
[105/161] Compiling NIOCore IO.swift
[106/161] Compiling NIOCore IOData.swift
[107/161] Compiling NIOCore AddressedEnvelope.swift
[108/161] Compiling NIOCore AsyncAwaitSupport.swift
[109/161] Compiling NIOCore AsyncChannel.swift
[110/161] Compiling NIOCore AsyncChannelHandler.swift
[111/161] Compiling NIOCore AsyncChannelInboundStream.swift
[112/161] Compiling NIOCore AsyncChannelOutboundWriter.swift
[113/161] Compiling NIOCore NIOAsyncSequenceProducer.swift
[114/161] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[115/161] Compiling NIOCore NIOAsyncWriter.swift
[116/161] Compiling NIOCore CircularBuffer.swift
[117/161] Compiling NIOCore Codec.swift
[118/161] Compiling NIOCore ConvenienceOptionSupport.swift
[119/161] Compiling NIOCore DeadChannel.swift
[120/161] Compiling NIOCore DispatchQueue+WithFuture.swift
[121/161] Compiling NIOCore EventLoop+Deprecated.swift
[122/161] Compiling NIOCore EventLoop+SerialExecutor.swift
[123/161] Compiling NIOCore EventLoop.swift
[124/161] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[125/161] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[126/161] Compiling NIOCore SocketAddresses.swift
[127/161] Compiling NIOCore SocketOptionProvider.swift
[128/161] Compiling NIOCore SystemCallHelpers.swift
[129/161] Compiling NIOCore TimeAmount+Duration.swift
[130/161] Compiling NIOCore TypeAssistedChannelHandler.swift
[131/161] Compiling NIOCore UniversalBootstrapSupport.swift
[132/161] Compiling NIOCore Utilities.swift
[133/161] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[134/161] Compiling NIOCore BSDSocketAPI.swift
[135/161] Compiling NIOCore ByteBuffer-aux.swift
[136/161] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[137/161] Compiling NIOCore ByteBuffer-conversions.swift
[138/161] Compiling NIOCore ByteBuffer-core.swift
[139/161] Compiling NIOCore ByteBuffer-hex.swift
[140/161] Compiling NIOCore ByteBuffer-int.swift
[141/161] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[142/161] Compiling NIOCore ByteBuffer-multi-int.swift
[143/161] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[144/161] Compiling NIOCore ByteBuffer-views.swift
[145/161] Compiling NIOCore Channel.swift
[146/161] Compiling NIOCore ChannelHandler.swift
[147/161] Compiling NIOCore ChannelHandlers.swift
[148/161] Compiling NIOCore ChannelInvoker.swift
[149/161] Compiling NIOCore ChannelOption.swift
[150/161] Compiling NIOCore ChannelPipeline.swift
[151/161] Emitting module NIOCore
[153/215] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[154/215] Compiling NIOEmbedded AsyncTestingChannel.swift
[155/215] Emitting module NIOEmbedded
[156/215] Compiling NIOEmbedded Embedded.swift
[158/215] Compiling NIOPosix BSDSocketAPICommon.swift
[159/215] Compiling NIOPosix BSDSocketAPIPosix.swift
[160/215] Compiling NIOPosix BSDSocketAPIWindows.swift
[161/215] Compiling NIOPosix BaseSocket.swift
[162/215] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[163/215] Compiling NIOPosix BaseSocketChannel.swift
[164/215] Compiling NIOPosix BaseStreamSocketChannel.swift
[165/221] Compiling NIOPosix SelectableEventLoop.swift
[166/221] Compiling NIOPosix SelectorEpoll.swift
[167/221] Compiling NIOPosix SelectorGeneric.swift
[168/221] Compiling NIOPosix SelectorKqueue.swift
[169/221] Compiling NIOPosix SelectorUring.swift
[170/221] Compiling NIOPosix SelectorWSAPoll.swift
[171/221] Compiling NIOPosix ServerSocket.swift
[172/221] Compiling NIOPosix Pool.swift
[173/221] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[174/221] Compiling NIOPosix PosixSingletons.swift
[175/221] Compiling NIOPosix RawSocketBootstrap.swift
[176/221] Compiling NIOPosix Resolver.swift
[177/221] Compiling NIOPosix Selectable.swift
[178/221] Compiling NIOPosix SelectableChannel.swift
[179/221] Compiling NIOPosix Socket.swift
[180/221] Compiling NIOPosix SocketChannel.swift
[181/221] Compiling NIOPosix SocketProtocols.swift
[182/221] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[183/221] Compiling NIOPosix System.swift
[184/221] Compiling NIOPosix Thread.swift
[185/221] Compiling NIOPosix ThreadPosix.swift
[186/221] Compiling NIOPosix IO.swift
[187/221] Compiling NIOPosix IntegerBitPacking.swift
[188/221] Compiling NIOPosix IntegerTypes.swift
[189/221] Compiling NIOPosix Linux.swift
[190/221] Compiling NIOPosix LinuxCPUSet.swift
[191/221] Compiling NIOPosix LinuxUring.swift
[192/221] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[193/221] Compiling NIOPosix NIOPosixSendableMetatype.swift
[194/221] Compiling NIOPosix NIOThreadPool.swift
[195/221] Compiling NIOPosix NonBlockingFileIO.swift
[196/221] Compiling NIOPosix PendingDatagramWritesManager.swift
[197/221] Compiling NIOPosix PendingWritesManager.swift
[198/221] Compiling NIOPosix PipeChannel.swift
[199/221] Compiling NIOPosix PipePair.swift
[200/221] Compiling NIOPosix Bootstrap.swift
[201/221] Compiling NIOPosix ControlMessage.swift
[202/221] Compiling NIOPosix DatagramVectorReadManager.swift
[203/221] Compiling NIOPosix Errors+Any.swift
[204/221] Compiling NIOPosix FileDescriptor.swift
[205/221] Compiling NIOPosix GetaddrinfoResolver.swift
[206/221] Compiling NIOPosix HappyEyeballs.swift
[207/221] Emitting module NIOPosix
[208/221] Compiling NIOPosix ThreadWindows.swift
[209/221] Compiling NIOPosix UnsafeTransfer.swift
[210/221] Compiling NIOPosix Utilities.swift
[211/221] Compiling NIOPosix VsockAddress.swift
[212/221] Compiling NIOPosix VsockChannelEvents.swift
[213/221] Compiling NIOPosix Windows.swift
[215/223] Compiling NIO Exports.swift
[216/223] Emitting module NIO
[218/239] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[219/239] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[220/241] Emitting module NIOHTTP1
[221/241] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[222/241] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[223/241] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[224/241] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[225/241] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[226/241] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[227/241] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[228/241] Compiling NIOHTTP1 HTTPTypes.swift
[229/241] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[230/241] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[231/241] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[232/241] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[233/241] Compiling NIOHTTP1 ByteCollectionUtils.swift
[234/241] Compiling NIOHTTP1 HTTPDecoder.swift
[235/241] Compiling NIOHTTP1 HTTPEncoder.swift
[237/259] Compiling NIOExtras RequestResponseHandler.swift
[238/259] Compiling NIOExtras RequestResponseHandlers+State.swift
[239/261] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[240/261] Compiling NIOExtras NIOExtrasError.swift
[241/261] Compiling NIOExtras NIOLengthFieldBitLength.swift
[242/261] Compiling NIOExtras NIORequestIdentifiable.swift
[243/261] Emitting module NIOExtras
[244/261] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[245/261] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[246/261] Compiling NIOExtras JSONRPCFraming.swift
[247/261] Compiling NIOExtras PCAPRingBuffer.swift
[248/261] Compiling NIOExtras QuiescingHelper.swift
[249/261] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[250/261] Compiling NIOExtras LengthFieldPrepender.swift
[251/261] Compiling NIOExtras LineBasedFrameDecoder.swift
[252/261] Compiling NIOExtras DebugInboundEventsHandler.swift
[253/261] Compiling NIOExtras DebugOutboundEventsHandler.swift
[254/261] Compiling NIOExtras FixedLengthFrameDecoder.swift
[255/261] Compiling NIOExtras RequestResponseWithIDHandler.swift
[256/261] Compiling NIOExtras WritePCAPHandler.swift
[258/276] Compiling DBUS DBusMessageCodec.swift
[259/276] Compiling DBUS DBusMessage+Flags.swift
[260/277] Compiling DBUS HeaderField+Code.swift
[261/277] Compiling DBUS HeaderField.swift
[262/277] Emitting module DBUS
[263/277] Compiling DBUS ByteBuffer+DBus.swift
[264/277] Compiling DBUS DBusAuthenticationHandler.swift
[265/277] Compiling DBUS DBusMessage+MessageType.swift
[266/277] Compiling DBUS DBusMessage.swift
[267/277] Compiling DBUS DBusClient.swift
[268/277] Compiling DBUS DBusError.swift
[269/277] Compiling DBUS TypeSignature.swift
[270/277] Compiling DBUS DBusString.swift
[271/277] Compiling DBUS DBusType.swift
[272/277] Compiling DBUS DBusValue.swift
[273/277] Compiling DBUS DBusVariant.swift
[275/279] Emitting module ExampleApp
[276/279] Compiling ExampleApp App.swift
/host/spi-builder-workspace/Sources/ExampleApp/App.swift:115:7: error: cannot find 'exit' in scope
113 |     } catch {
114 |       print("DBus error: \(error)")
115 |       exit(1)
    |       `- error: cannot find 'exit' in scope
116 |     }
117 |   }
BUILD FAILURE 6.1 android