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 main (818938), with Swift 6.1 for Android on 11 Dec 2025 07:46:47 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/wendylabsinc/dbus
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8189386 Merge pull request #21 from edgeengineer/jo/log-on-race-condition
Cloned https://github.com/wendylabsinc/dbus.git
Revision (git rev-parse @):
8189386fef65298be191f99b5351abe9b8feb321
SUCCESS checkout https://github.com/wendylabsinc/dbus.git at main
========================================
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-4609320-2":/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-extras.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
[1/6363] Fetching swift-nio-extras
[383/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 (0.88s)
Fetched https://github.com/apple/swift-log.git from cache (0.87s)
[4035/80681] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.60s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.31.2 (7.97s)
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-nio-ssl.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/1667] Fetching swift-asn1
[1668/7500] Fetching swift-asn1, swift-async-algorithms
[1902/13541] Fetching swift-asn1, swift-async-algorithms, swift-algorithms
[3141/16109] Fetching swift-asn1, swift-async-algorithms, swift-algorithms, swift-service-lifecycle
[11022/23149] Fetching swift-asn1, swift-async-algorithms, swift-algorithms, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.74s)
Fetching https://github.com/apple/swift-atomics.git
[1/15288] Fetching swift-nio-ssl
[2448/17108] Fetching swift-nio-ssl, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.39s)
Fetching https://github.com/apple/swift-http-structured-headers.git
[4740/15288] Fetching swift-nio-ssl
[9633/16492] Fetching swift-nio-ssl, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.26s)
Fetching https://github.com/apple/swift-http-types.git
[10702/15288] Fetching swift-nio-ssl
[14219/16239] Fetching swift-nio-ssl, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.23s)
Fetching https://github.com/apple/swift-nio-http2.git
[1/11718] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-async-algorithms.git from cache (2.39s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (2.39s)
Fetched https://github.com/apple/swift-certificates.git from cache (2.40s)
Fetched https://github.com/apple/swift-algorithms.git from cache (2.40s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.43s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.35s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (6.90s)
Fetching https://github.com/apple/swift-numerics.git
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.43s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.07s)
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.59s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.1 (0.76s)
Fetching https://github.com/apple/swift-collections.git
[1/18363] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.11s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.7.1 (5.40s)
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.72s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (5.26s)
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.12s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.67s)
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 (0.95s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.17.0 (1.16s)
Fetching https://github.com/apple/swift-crypto.git
[1/17465] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.07s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (4.33s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (3.77s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.91.0 (1.35s)
Fetching https://github.com/apple/swift-system.git
[1/5221] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.57s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.74s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.39.0 (0.99s)
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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
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-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-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-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-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-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-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-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-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-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-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-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.39.0
Building for debugging...
[0/47] Write sources
[15/47] Compiling CNIODarwin shim.c
[16/47] Compiling CNIOWindows shim.c
[17/47] Compiling _AtomicsShims.c
[18/47] Compiling CNIOWindows WSAStartup.c
[19/47] Compiling CNIOWASI CNIOWASI.c
[20/47] Compiling CNIOPosix event_loop_id.c
[21/47] Compiling CNIOOpenBSD shim.c
[22/47] Compiling CNIOLinux liburing_shims.c
[23/47] Compiling CNIOLinux shim.c
[24/47] Compiling CNIOLLHTTP c_nio_http.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
[29/47] Compiling c-atomics.c
[31/98] Compiling InternalCollectionsUtilities Integer rank.swift
[32/98] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[33/98] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[34/100] Emitting module Atomics
[35/100] Emitting module _NIOBase64
[36/100] Compiling _NIOBase64 Base64.swift
[37/101] Compiling NIOConcurrencyHelpers lock.swift
[38/101] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[39/101] Compiling NIOConcurrencyHelpers atomics.swift
[40/101] Emitting module InternalCollectionsUtilities
[41/101] Emitting module _NIODataStructures
[42/101] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[43/101] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[44/103] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[45/103] Emitting module NIOConcurrencyHelpers
[46/103] Compiling NIOConcurrencyHelpers NIOLock.swift
[47/103] Compiling InternalCollectionsUtilities UInt+reversed.swift
[48/103] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[49/103] Compiling InternalCollectionsUtilities Debugging.swift
[50/103] Compiling InternalCollectionsUtilities Descriptions.swift
[51/103] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[52/103] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[55/104] Compiling _NIODataStructures _TinyArray.swift
[58/104] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[59/104] Compiling InternalCollectionsUtilities _SortedCollection.swift
[60/104] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[62/104] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[71/104] Compiling _NIODataStructures Heap.swift
[72/104] Compiling _NIODataStructures PriorityQueue.swift
[76/105] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[77/105] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[82/106] Compiling Atomics IntegerOperations.swift
[83/106] Compiling Atomics Unmanaged extensions.swift
[83/107] Wrapping AST for _NIOBase64 for debugging
[85/107] Wrapping AST for NIOConcurrencyHelpers for debugging
[86/107] Wrapping AST for _NIODataStructures for debugging
[88/107] Wrapping AST for InternalCollectionsUtilities for debugging
[89/112] Wrapping AST for Atomics for debugging
[91/122] Compiling DequeModule _DequeBuffer.swift
[92/122] Compiling DequeModule _DequeBufferHeader.swift
[93/124] Compiling DequeModule Deque+Testing.swift
[94/124] Compiling DequeModule Deque._Storage.swift
[95/124] Compiling DequeModule Deque+Extras.swift
[96/124] Compiling DequeModule Deque+Hashable.swift
[97/124] Compiling DequeModule Deque+Equatable.swift
[98/124] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[99/124] Compiling DequeModule Deque._UnsafeHandle.swift
[100/124] Compiling DequeModule Deque.swift
[101/124] Compiling DequeModule _DequeSlot.swift
[102/124] Compiling DequeModule _UnsafeWrappedBuffer.swift
[103/124] Compiling DequeModule Deque+Codable.swift
[104/124] Compiling DequeModule Deque+Collection.swift
[105/124] Compiling DequeModule Deque+CustomReflectable.swift
[106/124] Compiling DequeModule Deque+Descriptions.swift
[107/124] Emitting module DequeModule
[109/125] Emitting module Logging
[110/125] Compiling Logging MetadataProvider.swift
[111/125] Compiling Logging LogHandler.swift
[112/125] Compiling Logging Logging.swift
[113/125] Compiling Logging Locks.swift
[114/126] Wrapping AST for DequeModule for debugging
[115/126] 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 IPProtocol.swift
[126/197] Compiling NIOCore IntegerBitPacking.swift
[127/197] Compiling NIOCore IntegerTypes.swift
[128/197] Compiling NIOCore Interfaces.swift
[129/197] Compiling NIOCore Linux.swift
[130/197] Compiling NIOCore MarkedCircularBuffer.swift
[131/197] Compiling NIOCore MulticastChannel.swift
[132/197] Compiling NIOCore NIOAny.swift
[133/197] Compiling NIOCore NIOCloseOnErrorHandler.swift
[134/197] Compiling NIOCore CircularBuffer.swift
[135/197] Compiling NIOCore Codec.swift
[136/197] Compiling NIOCore ConvenienceOptionSupport.swift
[137/197] Compiling NIOCore DeadChannel.swift
[138/197] Compiling NIOCore DispatchQueue+WithFuture.swift
[139/197] Compiling NIOCore EventLoop+Deprecated.swift
[140/197] Compiling NIOCore EventLoop+SerialExecutor.swift
[141/197] Compiling NIOCore EventLoop.swift
[142/197] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[143/197] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[144/197] Compiling NIOCore SocketAddresses.swift
[145/197] Compiling NIOCore SocketOptionProvider.swift
[146/197] Compiling NIOCore SystemCallHelpers.swift
[147/197] Compiling NIOCore TimeAmount+Duration.swift
[148/197] Compiling NIOCore TypeAssistedChannelHandler.swift
[149/197] Compiling NIOCore UniversalBootstrapSupport.swift
[150/197] Compiling NIOCore Utilities.swift
[151/197] Compiling NIOCore AddressedEnvelope.swift
[152/197] Compiling NIOCore AsyncAwaitSupport.swift
[153/197] Compiling NIOCore AsyncChannel.swift
[154/197] Compiling NIOCore AsyncChannelHandler.swift
[155/197] Compiling NIOCore AsyncChannelInboundStream.swift
[156/197] Compiling NIOCore AsyncChannelOutboundWriter.swift
[157/197] Compiling NIOCore NIOAsyncSequenceProducer.swift
[158/197] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[159/197] Compiling NIOCore NIOAsyncWriter.swift
[160/197] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[161/197] Compiling NIOCore BSDSocketAPI.swift
[162/197] Compiling NIOCore ByteBuffer-aux.swift
[163/197] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[164/197] Compiling NIOCore ByteBuffer-conversions.swift
[165/197] Compiling NIOCore ByteBuffer-core.swift
[166/197] Compiling NIOCore ByteBuffer-hex.swift
[167/197] Compiling NIOCore ByteBuffer-int.swift
[168/197] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[169/197] Compiling NIOCore EventLoopFuture+Deprecated.swift
[170/197] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[171/197] Compiling NIOCore EventLoopFuture.swift
[172/197] Compiling NIOCore FileDescriptor.swift
[173/197] Compiling NIOCore FileHandle.swift
[174/197] Compiling NIOCore FileRegion.swift
[175/197] Compiling NIOCore GlobalSingletons.swift
[176/197] Compiling NIOCore IO.swift
[177/197] Compiling NIOCore IOData.swift
[178/197] Compiling NIOCore ByteBuffer-multi-int.swift
[179/197] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[180/197] Compiling NIOCore ByteBuffer-views.swift
[181/197] Compiling NIOCore Channel.swift
[182/197] Compiling NIOCore ChannelHandler.swift
[183/197] Compiling NIOCore ChannelHandlers.swift
[184/197] Compiling NIOCore ChannelInvoker.swift
[185/197] Compiling NIOCore ChannelOption.swift
[186/197] Compiling NIOCore ChannelPipeline.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] Emitting module NIOEmbedded
[193/252] Compiling NIOEmbedded Embedded.swift
[195/253] Compiling NIOPosix Pool.swift
[196/253] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[197/253] Compiling NIOPosix PosixSingletons.swift
[198/253] Compiling NIOPosix RawSocketBootstrap.swift
[199/253] Compiling NIOPosix Resolver.swift
[200/253] Compiling NIOPosix Selectable.swift
[201/253] Compiling NIOPosix SelectableChannel.swift
[201/259] Wrapping AST for NIOEmbedded for debugging
[203/259] Compiling NIOPosix ThreadWindows.swift
[204/259] Compiling NIOPosix UnsafeTransfer.swift
[205/259] Compiling NIOPosix Utilities.swift
[206/259] Compiling NIOPosix VsockAddress.swift
[207/259] Compiling NIOPosix VsockChannelEvents.swift
[208/259] Compiling NIOPosix Windows.swift
[209/259] Emitting module NIOPosix
[210/259] Compiling NIOPosix SelectableEventLoop.swift
[211/259] Compiling NIOPosix SelectorEpoll.swift
[212/259] Compiling NIOPosix SelectorGeneric.swift
[213/259] Compiling NIOPosix SelectorKqueue.swift
[214/259] Compiling NIOPosix SelectorUring.swift
[215/259] Compiling NIOPosix SelectorWSAPoll.swift
[216/259] Compiling NIOPosix ServerSocket.swift
[217/259] Compiling NIOPosix Socket.swift
[218/259] Compiling NIOPosix SocketChannel.swift
[219/259] Compiling NIOPosix SocketProtocols.swift
[220/259] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[221/259] Compiling NIOPosix System.swift
[222/259] Compiling NIOPosix Thread.swift
[223/259] Compiling NIOPosix ThreadPosix.swift
[224/259] Compiling NIOPosix IO.swift
[225/259] Compiling NIOPosix IntegerBitPacking.swift
[226/259] Compiling NIOPosix IntegerTypes.swift
[227/259] Compiling NIOPosix Linux.swift
[228/259] Compiling NIOPosix LinuxCPUSet.swift
[229/259] Compiling NIOPosix LinuxUring.swift
[230/259] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[231/259] Compiling NIOPosix Bootstrap.swift
[232/259] Compiling NIOPosix ControlMessage.swift
[233/259] Compiling NIOPosix DatagramVectorReadManager.swift
[234/259] Compiling NIOPosix Errors+Any.swift
[235/259] Compiling NIOPosix FileDescriptor.swift
[236/259] Compiling NIOPosix GetaddrinfoResolver.swift
[237/259] Compiling NIOPosix HappyEyeballs.swift
[238/259] Compiling NIOPosix BSDSocketAPICommon.swift
[239/259] Compiling NIOPosix BSDSocketAPIPosix.swift
[240/259] Compiling NIOPosix BSDSocketAPIWindows.swift
[241/259] Compiling NIOPosix BaseSocket.swift
[242/259] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[243/259] Compiling NIOPosix BaseSocketChannel.swift
[244/259] Compiling NIOPosix BaseStreamSocketChannel.swift
[245/259] Compiling NIOPosix NIOPosixSendableMetatype.swift
[246/259] Compiling NIOPosix NIOThreadPool.swift
[247/259] Compiling NIOPosix NonBlockingFileIO.swift
[248/259] Compiling NIOPosix PendingDatagramWritesManager.swift
[249/259] Compiling NIOPosix PendingWritesManager.swift
[250/259] Compiling NIOPosix PipeChannel.swift
[251/259] Compiling NIOPosix PipePair.swift
[252/260] Wrapping AST for NIOPosix for debugging
[254/262] Emitting module NIO
[255/262] Compiling NIO Exports.swift
[256/263] Wrapping AST for NIO for debugging
[258/279] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[259/279] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[260/281] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[261/281] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[262/281] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[263/281] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[264/281] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[265/281] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[266/281] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[267/281] Compiling NIOHTTP1 HTTPTypes.swift
[268/281] Emitting module NIOHTTP1
[269/281] Compiling NIOHTTP1 ByteCollectionUtils.swift
[270/281] Compiling NIOHTTP1 HTTPDecoder.swift
[271/281] Compiling NIOHTTP1 HTTPEncoder.swift
[272/281] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[273/281] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[274/281] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[275/281] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[276/282] Wrapping AST for NIOHTTP1 for debugging
[278/300] Emitting module NIOExtras
[279/302] Compiling NIOExtras NIOLengthFieldBitLength.swift
[280/302] Compiling NIOExtras NIORequestIdentifiable.swift
[281/302] Compiling NIOExtras PCAPRingBuffer.swift
[282/302] Compiling NIOExtras QuiescingHelper.swift
[283/302] Compiling NIOExtras RequestResponseHandler.swift
[284/302] Compiling NIOExtras RequestResponseHandlers+State.swift
[285/302] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[286/302] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[287/302] Compiling NIOExtras JSONRPCFraming.swift
[288/302] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[289/302] Compiling NIOExtras NIOExtrasError.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 DBusMessageCodec.swift
[301/318] Compiling DBUS DBusMessage+Flags.swift
[302/319] Compiling DBUS DBusClient.swift
[303/319] Compiling DBUS DBusError.swift
[304/319] Compiling DBUS TypeSignature.swift
[305/319] Compiling DBUS DBusString.swift
[306/319] Compiling DBUS DBusType.swift
[307/319] Compiling DBUS HeaderField+Code.swift
[308/319] Compiling DBUS HeaderField.swift
[309/319] Compiling DBUS DBusMessage+MessageType.swift
[310/319] Compiling DBUS DBusMessage.swift
[311/319] Compiling DBUS DBusValue.swift
[312/319] Compiling DBUS DBusVariant.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-4609320-2":/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 Logging MetadataProvider.swift
[5/71] Compiling Atomics IntegerConformances.swift
[6/71] Compiling Atomics PointerConformances.swift
[7/73] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[8/73] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[9/73] Compiling Atomics AtomicReference.swift
[10/73] Compiling Atomics AtomicStorage.swift
[11/73] Compiling Atomics AtomicValue.swift
[12/73] Compiling Atomics AtomicMemoryOrderings.swift
[13/73] Compiling Atomics AtomicInteger.swift
[14/73] Compiling Atomics AtomicOptionalWrappable.swift
[15/73] Compiling Atomics IntegerOperations.swift
[16/73] Compiling Atomics Unmanaged extensions.swift
[20/73] Compiling Atomics DoubleWord.swift
[21/73] Compiling NIOConcurrencyHelpers NIOLock.swift
[24/73] Emitting module NIOConcurrencyHelpers
[25/73] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[26/73] Compiling NIOConcurrencyHelpers lock.swift
[27/73] Emitting module _NIOBase64
[28/73] Compiling _NIOBase64 Base64.swift
[32/74] Compiling _NIODataStructures PriorityQueue.swift
[33/74] Compiling _NIODataStructures Heap.swift
[34/74] Emitting module _NIODataStructures
[35/74] Compiling _NIODataStructures _TinyArray.swift
[36/75] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[37/75] Compiling NIOConcurrencyHelpers atomics.swift
[41/73] Compiling Logging Locks.swift
[42/73] Emitting module Logging
[43/73] Compiling Logging Logging.swift
[44/73] Compiling Logging LogHandler.swift
[48/74] Compiling Atomics Primitives.native.swift
[49/74] Compiling Atomics OptionalRawRepresentable.swift
[50/74] Compiling Atomics RawRepresentable.swift
[51/74] Compiling Atomics AtomicBool.swift
[52/74] Emitting module InternalCollectionsUtilities
[55/88] Compiling DequeModule Deque+CustomReflectable.swift
[56/88] Compiling DequeModule Deque+Descriptions.swift
[57/88] Compiling DequeModule Deque+Equatable.swift
[58/88] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[59/90] Compiling DequeModule _DequeBuffer.swift
[60/90] Compiling DequeModule _DequeBufferHeader.swift
[61/90] Compiling DequeModule Deque+Extras.swift
[62/90] Compiling DequeModule Deque+Hashable.swift
[63/90] Compiling DequeModule _DequeSlot.swift
[64/90] Compiling DequeModule _UnsafeWrappedBuffer.swift
[65/90] Compiling DequeModule Deque+Testing.swift
[66/90] Compiling DequeModule Deque._Storage.swift
[67/90] Compiling DequeModule Deque._UnsafeHandle.swift
[68/90] Compiling DequeModule Deque.swift
[69/90] Compiling DequeModule Deque+Codable.swift
[70/90] Compiling DequeModule Deque+Collection.swift
[75/90] Emitting module Atomics
[78/91] Emitting module DequeModule
[81/153] Compiling NIOCore IPProtocol.swift
[82/153] Compiling NIOCore IntegerBitPacking.swift
[83/153] Compiling NIOCore IntegerTypes.swift
[84/153] Compiling NIOCore Interfaces.swift
[85/153] Compiling NIOCore Linux.swift
[86/153] Compiling NIOCore MarkedCircularBuffer.swift
[87/153] Compiling NIOCore MulticastChannel.swift
[88/153] Compiling NIOCore NIOAny.swift
[89/153] Compiling NIOCore NIOCloseOnErrorHandler.swift
[90/161] Compiling NIOCore EventLoopFuture+Deprecated.swift
[91/161] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[92/161] Compiling NIOCore EventLoopFuture.swift
[93/161] Compiling NIOCore FileDescriptor.swift
[94/161] Compiling NIOCore FileHandle.swift
[95/161] Compiling NIOCore FileRegion.swift
[96/161] Compiling NIOCore GlobalSingletons.swift
[97/161] Compiling NIOCore IO.swift
[98/161] Compiling NIOCore IOData.swift
[99/161] Compiling NIOCore NIOCoreSendableMetatype.swift
[100/161] Compiling NIOCore NIODecodedAsyncSequence.swift
[101/161] Compiling NIOCore NIOLoopBound.swift
[102/161] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[103/161] Compiling NIOCore NIOScheduledCallback.swift
[104/161] Compiling NIOCore NIOSendable.swift
[105/161] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[106/161] Compiling NIOCore RecvByteBufferAllocator.swift
[107/161] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[108/161] Compiling NIOCore BSDSocketAPI.swift
[109/161] Compiling NIOCore ByteBuffer-aux.swift
[110/161] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[111/161] Compiling NIOCore ByteBuffer-conversions.swift
[112/161] Compiling NIOCore ByteBuffer-core.swift
[113/161] Compiling NIOCore ByteBuffer-hex.swift
[114/161] Compiling NIOCore ByteBuffer-int.swift
[115/161] Compiling NIOCore ByteBuffer-lengthPrefix.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 AddressedEnvelope.swift
[134/161] Compiling NIOCore AsyncAwaitSupport.swift
[135/161] Compiling NIOCore AsyncChannel.swift
[136/161] Compiling NIOCore AsyncChannelHandler.swift
[137/161] Compiling NIOCore AsyncChannelInboundStream.swift
[138/161] Compiling NIOCore AsyncChannelOutboundWriter.swift
[139/161] Compiling NIOCore NIOAsyncSequenceProducer.swift
[140/161] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[141/161] Compiling NIOCore NIOAsyncWriter.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 AsyncTestingChannel.swift
[154/215] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[155/215] Compiling NIOEmbedded Embedded.swift
[156/215] Emitting module NIOEmbedded
[158/215] Emitting module NIOPosix
[159/221] Compiling NIOPosix Socket.swift
[160/221] Compiling NIOPosix SocketChannel.swift
[161/221] Compiling NIOPosix SocketProtocols.swift
[162/221] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[163/221] Compiling NIOPosix System.swift
[164/221] Compiling NIOPosix Thread.swift
[165/221] Compiling NIOPosix ThreadPosix.swift
[166/221] Compiling NIOPosix Pool.swift
[167/221] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[168/221] Compiling NIOPosix PosixSingletons.swift
[169/221] Compiling NIOPosix RawSocketBootstrap.swift
[170/221] Compiling NIOPosix Resolver.swift
[171/221] Compiling NIOPosix Selectable.swift
[172/221] Compiling NIOPosix SelectableChannel.swift
[173/221] Compiling NIOPosix SelectableEventLoop.swift
[174/221] Compiling NIOPosix SelectorEpoll.swift
[175/221] Compiling NIOPosix SelectorGeneric.swift
[176/221] Compiling NIOPosix SelectorKqueue.swift
[177/221] Compiling NIOPosix SelectorUring.swift
[178/221] Compiling NIOPosix SelectorWSAPoll.swift
[179/221] Compiling NIOPosix ServerSocket.swift
[180/221] Compiling NIOPosix IO.swift
[181/221] Compiling NIOPosix IntegerBitPacking.swift
[182/221] Compiling NIOPosix IntegerTypes.swift
[183/221] Compiling NIOPosix Linux.swift
[184/221] Compiling NIOPosix LinuxCPUSet.swift
[185/221] Compiling NIOPosix LinuxUring.swift
[186/221] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[187/221] Compiling NIOPosix BSDSocketAPICommon.swift
[188/221] Compiling NIOPosix BSDSocketAPIPosix.swift
[189/221] Compiling NIOPosix BSDSocketAPIWindows.swift
[190/221] Compiling NIOPosix BaseSocket.swift
[191/221] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[192/221] Compiling NIOPosix BaseSocketChannel.swift
[193/221] Compiling NIOPosix BaseStreamSocketChannel.swift
[194/221] Compiling NIOPosix NIOPosixSendableMetatype.swift
[195/221] Compiling NIOPosix NIOThreadPool.swift
[196/221] Compiling NIOPosix NonBlockingFileIO.swift
[197/221] Compiling NIOPosix PendingDatagramWritesManager.swift
[198/221] Compiling NIOPosix PendingWritesManager.swift
[199/221] Compiling NIOPosix PipeChannel.swift
[200/221] Compiling NIOPosix PipePair.swift
[201/221] Compiling NIOPosix ThreadWindows.swift
[202/221] Compiling NIOPosix UnsafeTransfer.swift
[203/221] Compiling NIOPosix Utilities.swift
[204/221] Compiling NIOPosix VsockAddress.swift
[205/221] Compiling NIOPosix VsockChannelEvents.swift
[206/221] Compiling NIOPosix Windows.swift
[207/221] Compiling NIOPosix Bootstrap.swift
[208/221] Compiling NIOPosix ControlMessage.swift
[209/221] Compiling NIOPosix DatagramVectorReadManager.swift
[210/221] Compiling NIOPosix Errors+Any.swift
[211/221] Compiling NIOPosix FileDescriptor.swift
[212/221] Compiling NIOPosix GetaddrinfoResolver.swift
[213/221] Compiling NIOPosix HappyEyeballs.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/239] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[221/239] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[222/241] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[223/241] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[224/241] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[225/241] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[226/241] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[227/241] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[228/241] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[229/241] Compiling NIOHTTP1 HTTPTypes.swift
[230/241] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[231/241] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[232/241] Emitting module NIOHTTP1
[233/241] Compiling NIOHTTP1 ByteCollectionUtils.swift
[234/241] Compiling NIOHTTP1 HTTPDecoder.swift
[235/241] Compiling NIOHTTP1 HTTPEncoder.swift
[237/259] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[238/259] Compiling NIOExtras NIOExtrasError.swift
[239/261] Compiling NIOExtras DebugInboundEventsHandler.swift
[240/261] Compiling NIOExtras DebugOutboundEventsHandler.swift
[241/261] Compiling NIOExtras FixedLengthFrameDecoder.swift
[242/261] Compiling NIOExtras RequestResponseHandler.swift
[243/261] Compiling NIOExtras RequestResponseHandlers+State.swift
[244/261] Emitting module NIOExtras
[245/261] Compiling NIOExtras NIOLengthFieldBitLength.swift
[246/261] Compiling NIOExtras NIORequestIdentifiable.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 HTTP1ProxyConnectHandler.swift
[253/261] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[254/261] Compiling NIOExtras JSONRPCFraming.swift
[255/261] Compiling NIOExtras RequestResponseWithIDHandler.swift
[256/261] Compiling NIOExtras WritePCAPHandler.swift
[258/276] Compiling DBUS HeaderField+Code.swift
[259/276] Compiling DBUS HeaderField.swift
[260/277] Emitting module DBUS
[261/277] Compiling DBUS ByteBuffer+DBus.swift
[262/277] Compiling DBUS DBusAuthenticationHandler.swift
[263/277] Compiling DBUS TypeSignature.swift
[264/277] Compiling DBUS DBusString.swift
[265/277] Compiling DBUS DBusType.swift
[266/277] Compiling DBUS DBusValue.swift
[267/277] Compiling DBUS DBusVariant.swift
[268/277] Compiling DBUS DBusMessage+MessageType.swift
[269/277] Compiling DBUS DBusMessage.swift
[270/277] Compiling DBUS DBusMessageCodec.swift
[271/277] Compiling DBUS DBusMessage+Flags.swift
[272/277] Compiling DBUS DBusClient.swift
[273/277] Compiling DBUS DBusError.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