The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftyUploader, reference main (37e7d1), with Swift 6.1 for Android on 28 May 2025 17:45:29 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kejinlu/SwiftyUploader.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/kejinlu/SwiftyUploader
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 37e7d16 Create LICENSE
Cloned https://github.com/kejinlu/SwiftyUploader.git
Revision (git rev-parse @):
37e7d160f3d222db27db47fc3c93a7baf5a91506
SUCCESS checkout https://github.com/kejinlu/SwiftyUploader.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/kejinlu/SwiftyUploader.git
https://github.com/kejinlu/SwiftyUploader.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "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"
    }
  ],
  "manifest_display_name" : "SwiftyUploader",
  "name" : "SwiftyUploader",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftyUploader",
      "targets" : [
        "SwiftyUploader"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftyUploaderTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyUploaderTests",
      "path" : "Tests/SwiftyUploaderTests",
      "sources" : [
        "SwiftyUploaderTests.swift"
      ],
      "target_dependencies" : [
        "SwiftyUploader"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyUploader",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyUploader",
      "path" : "Sources/SwiftyUploader",
      "product_dependencies" : [
        "NIO",
        "NIOHTTP1"
      ],
      "product_memberships" : [
        "SwiftyUploader"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftyUploader/Resources/css",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftyUploader/Resources/en.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftyUploader/Resources/fonts",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftyUploader/Resources/index.html",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftyUploader/Resources/js",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftyUploader/Resources/zh-Hans.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "zh-hans"
            }
          }
        }
      ],
      "sources" : [
        "HTTPHandler.swift",
        "Processors/DataResourceProcessor.swift",
        "Processors/FileCreatetProcessor.swift",
        "Processors/FileDeleteProcessor.swift",
        "Processors/FileDownloadProcessor.swift",
        "Processors/FileListProcessor.swift",
        "Processors/FileMoveProcessor.swift",
        "Processors/IndexHtmlProcessor.swift",
        "Processors/MultipartFormDataParser.swift",
        "Processors/Processor.swift",
        "Processors/TextResourceProcessor.swift",
        "Responder.swift",
        "SwiftyUploader.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
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
[1/76093] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (9.12s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (13.34s)
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/1710] Fetching swift-atomics
[480/6101] Fetching swift-atomics, swift-system
[2694/22692] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.64s)
[8705/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.37s)
Fetched https://github.com/apple/swift-collections.git from cache (1.41s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.05s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (3.53s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.23s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Building for debugging...
[0/32] Write sources
[0/32] Copying Localizable.strings
[1/32] Write sources
[4/32] Copying Localizable.strings
[5/32] Copying index.html
[6/32] Copying Info.plist
[8/32] Write sources
[9/32] Copying fonts
[9/32] Copying css
[17/32] Copying js
[18/32] Compiling CNIOWindows WSAStartup.c
[19/32] Compiling CNIOWindows shim.c
[20/32] Compiling CNIOWASI CNIOWASI.c
[21/32] Compiling CNIOLinux liburing_shims.c
[22/32] Compiling CNIOLLHTTP c_nio_http.c
[23/32] Compiling CNIODarwin shim.c
[24/32] Write sources
[25/32] Compiling CNIOLinux shim.c
[26/32] Compiling CNIOLLHTTP c_nio_api.c
[27/32] Compiling _AtomicsShims.c
[28/32] Write swift-version-24593BA9C3E375BF.txt
[29/32] Compiling CNIOLLHTTP c_nio_llhttp.c
[31/71] Emitting module InternalCollectionsUtilities
[32/72] Compiling Atomics AtomicMemoryOrderings.swift
[33/72] Compiling Atomics DoubleWord.swift
[34/74] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[35/74] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[36/74] Compiling _NIODataStructures _TinyArray.swift
[37/74] Compiling Atomics UnsafeAtomic.swift
[38/74] Compiling Atomics UnsafeAtomicLazyReference.swift
[39/74] Compiling InternalCollectionsUtilities Descriptions.swift
[40/74] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[41/74] Compiling InternalCollectionsUtilities UInt+reversed.swift
[42/74] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[43/74] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[44/74] Compiling _NIODataStructures PriorityQueue.swift
[45/74] Emitting module _NIOBase64
[46/74] Compiling _NIOBase64 Base64.swift
[47/75] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[49/75] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[50/75] Compiling InternalCollectionsUtilities _SortedCollection.swift
[51/75] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[52/75] Compiling InternalCollectionsUtilities Integer rank.swift
[54/75] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[55/75] Compiling InternalCollectionsUtilities Debugging.swift
[60/76] Compiling Atomics ManagedAtomic.swift
[61/76] Compiling Atomics ManagedAtomicLazyReference.swift
[62/76] Emitting module _NIODataStructures
[63/76] Compiling _NIODataStructures Heap.swift
[68/77] Emitting module Atomics
[74/77] Compiling Atomics IntegerOperations.swift
[75/77] Compiling Atomics Unmanaged extensions.swift
[77/93] Compiling DequeModule _DequeBuffer.swift
[78/93] Compiling DequeModule _DequeBufferHeader.swift
[79/95] Compiling DequeModule Deque+Equatable.swift
[80/95] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[81/95] Compiling DequeModule Deque+CustomReflectable.swift
[82/95] Compiling DequeModule Deque+Descriptions.swift
[83/95] Compiling DequeModule Deque+Testing.swift
[84/95] Compiling DequeModule Deque._Storage.swift
[85/95] Compiling DequeModule Deque+Extras.swift
[86/95] Compiling DequeModule Deque+Hashable.swift
[86/95] Compiling c-nioatomics.c
[88/95] Compiling DequeModule _DequeSlot.swift
[89/95] Compiling DequeModule _UnsafeWrappedBuffer.swift
[90/95] Compiling DequeModule Deque._UnsafeHandle.swift
[91/95] Compiling DequeModule Deque.swift
[92/95] Compiling DequeModule Deque+Codable.swift
[93/95] Compiling DequeModule Deque+Collection.swift
[93/95] Compiling c-atomics.c
[95/95] Emitting module DequeModule
[97/102] Compiling NIOConcurrencyHelpers lock.swift
[98/102] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[99/102] Emitting module NIOConcurrencyHelpers
[100/102] Compiling NIOConcurrencyHelpers NIOLock.swift
[101/102] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[102/102] Compiling NIOConcurrencyHelpers atomics.swift
[104/163] Compiling NIOCore MulticastChannel.swift
[105/163] Compiling NIOCore NIOAny.swift
[106/163] Compiling NIOCore NIOCloseOnErrorHandler.swift
[107/163] Compiling NIOCore NIOLoopBound.swift
[108/163] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[109/163] Compiling NIOCore NIOScheduledCallback.swift
[110/163] Compiling NIOCore NIOSendable.swift
[111/163] Compiling NIOCore RecvByteBufferAllocator.swift
[112/171] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[113/171] Compiling NIOCore SocketAddresses.swift
[114/171] Compiling NIOCore SocketOptionProvider.swift
[115/171] Compiling NIOCore SystemCallHelpers.swift
[116/171] Compiling NIOCore TimeAmount+Duration.swift
[117/171] Compiling NIOCore TypeAssistedChannelHandler.swift
[118/171] Compiling NIOCore UniversalBootstrapSupport.swift
[119/171] Compiling NIOCore Utilities.swift
[120/171] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[121/171] Compiling NIOCore BSDSocketAPI.swift
[122/171] Compiling NIOCore ByteBuffer-aux.swift
[123/171] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[124/171] Compiling NIOCore ByteBuffer-conversions.swift
[125/171] Compiling NIOCore ByteBuffer-core.swift
[126/171] Compiling NIOCore ByteBuffer-hex.swift
[127/171] Compiling NIOCore ByteBuffer-int.swift
[128/171] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[129/171] Compiling NIOCore IO.swift
[130/171] Compiling NIOCore IOData.swift
[131/171] Compiling NIOCore IPProtocol.swift
[132/171] Compiling NIOCore IntegerBitPacking.swift
[133/171] Compiling NIOCore IntegerTypes.swift
[134/171] Compiling NIOCore Interfaces.swift
[135/171] Compiling NIOCore Linux.swift
[136/171] Compiling NIOCore MarkedCircularBuffer.swift
[137/171] Compiling NIOCore CircularBuffer.swift
[138/171] Compiling NIOCore Codec.swift
[139/171] Compiling NIOCore ConvenienceOptionSupport.swift
[140/171] Compiling NIOCore DeadChannel.swift
[141/171] Compiling NIOCore DispatchQueue+WithFuture.swift
[142/171] Compiling NIOCore EventLoop+Deprecated.swift
[143/171] Compiling NIOCore EventLoop+SerialExecutor.swift
[144/171] Compiling NIOCore EventLoop.swift
[145/171] Compiling NIOCore AddressedEnvelope.swift
[146/171] Compiling NIOCore AsyncAwaitSupport.swift
[147/171] Compiling NIOCore AsyncChannel.swift
[148/171] Compiling NIOCore AsyncChannelHandler.swift
[149/171] Compiling NIOCore AsyncChannelInboundStream.swift
[150/171] Compiling NIOCore AsyncChannelOutboundWriter.swift
[151/171] Compiling NIOCore NIOAsyncSequenceProducer.swift
[152/171] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[153/171] Compiling NIOCore NIOAsyncWriter.swift
[154/171] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[155/171] Compiling NIOCore EventLoopFuture+Deprecated.swift
[156/171] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[157/171] Compiling NIOCore EventLoopFuture.swift
[158/171] Compiling NIOCore FileDescriptor.swift
[159/171] Compiling NIOCore FileHandle.swift
[160/171] Compiling NIOCore FileRegion.swift
[161/171] Compiling NIOCore GlobalSingletons.swift
[162/171] Compiling NIOCore ByteBuffer-multi-int.swift
[163/171] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[164/171] Compiling NIOCore ByteBuffer-views.swift
[165/171] Compiling NIOCore Channel.swift
[166/171] Compiling NIOCore ChannelHandler.swift
[167/171] Compiling NIOCore ChannelHandlers.swift
[168/171] Compiling NIOCore ChannelInvoker.swift
[169/171] Compiling NIOCore ChannelOption.swift
[170/171] Compiling NIOCore ChannelPipeline.swift
[171/171] Emitting module NIOCore
[173/222] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[174/222] Compiling NIOEmbedded Embedded.swift
[175/222] Compiling NIOEmbedded AsyncTestingChannel.swift
[176/222] Emitting module NIOEmbedded
[178/223] Emitting module NIOPosix
[179/229] Compiling NIOPosix ServerSocket.swift
[180/229] Compiling NIOPosix Socket.swift
[181/229] Compiling NIOPosix SocketChannel.swift
[182/229] Compiling NIOPosix SocketProtocols.swift
[183/229] Compiling NIOPosix System.swift
[184/229] Compiling NIOPosix Thread.swift
[185/229] Compiling NIOPosix SelectableChannel.swift
[186/229] Compiling NIOPosix SelectableEventLoop.swift
[187/229] Compiling NIOPosix SelectorEpoll.swift
[188/229] Compiling NIOPosix SelectorGeneric.swift
[189/229] Compiling NIOPosix SelectorKqueue.swift
[190/229] Compiling NIOPosix SelectorUring.swift
[191/229] Compiling NIOPosix ThreadPosix.swift
[192/229] Compiling NIOPosix ThreadWindows.swift
[193/229] Compiling NIOPosix UnsafeTransfer.swift
[194/229] Compiling NIOPosix Utilities.swift
[195/229] Compiling NIOPosix VsockAddress.swift
[196/229] Compiling NIOPosix VsockChannelEvents.swift
[197/229] Compiling NIOPosix IO.swift
[198/229] Compiling NIOPosix IntegerBitPacking.swift
[199/229] Compiling NIOPosix IntegerTypes.swift
[200/229] Compiling NIOPosix Linux.swift
[201/229] Compiling NIOPosix LinuxCPUSet.swift
[202/229] Compiling NIOPosix LinuxUring.swift
[203/229] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[204/229] Compiling NIOPosix Pool.swift
[205/229] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[206/229] Compiling NIOPosix PosixSingletons.swift
[207/229] Compiling NIOPosix RawSocketBootstrap.swift
[208/229] Compiling NIOPosix Resolver.swift
[209/229] Compiling NIOPosix Selectable.swift
[210/229] Compiling NIOPosix NIOThreadPool.swift
[211/229] Compiling NIOPosix NonBlockingFileIO.swift
[212/229] Compiling NIOPosix PendingDatagramWritesManager.swift
[213/229] Compiling NIOPosix PendingWritesManager.swift
[214/229] Compiling NIOPosix PipeChannel.swift
[215/229] Compiling NIOPosix PipePair.swift
[216/229] Compiling NIOPosix BSDSocketAPICommon.swift
[217/229] Compiling NIOPosix BSDSocketAPIPosix.swift
[218/229] Compiling NIOPosix BSDSocketAPIWindows.swift
[219/229] Compiling NIOPosix BaseSocket.swift
[220/229] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[221/229] Compiling NIOPosix BaseSocketChannel.swift
[222/229] Compiling NIOPosix BaseStreamSocketChannel.swift
[223/229] Compiling NIOPosix Bootstrap.swift
[224/229] Compiling NIOPosix ControlMessage.swift
[225/229] Compiling NIOPosix DatagramVectorReadManager.swift
[226/229] Compiling NIOPosix Errors+Any.swift
[227/229] Compiling NIOPosix FileDescriptor.swift
[228/229] Compiling NIOPosix GetaddrinfoResolver.swift
[229/229] Compiling NIOPosix HappyEyeballs.swift
[231/232] Compiling NIO Exports.swift
[232/232] Emitting module NIO
[234/249] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[235/249] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[236/251] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[237/251] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[238/251] Emitting module NIOHTTP1
[239/251] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[240/251] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[241/251] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[242/251] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[243/251] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[244/251] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[245/251] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[246/251] Compiling NIOHTTP1 HTTPTypes.swift
[247/251] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[248/251] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[249/251] Compiling NIOHTTP1 ByteCollectionUtils.swift
[250/251] Compiling NIOHTTP1 HTTPDecoder.swift
[251/251] Compiling NIOHTTP1 HTTPEncoder.swift
[253/266] Compiling SwiftyUploader SwiftyUploader.swift
/host/spi-builder-workspace/Sources/SwiftyUploader/Processors/IndexHtmlProcessor.swift:11:8: error: no such module 'UIKit'
 9 | import NIOCore
10 | import NIOHTTP1
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 |
13 | @available(iOS 13.4, *)
[254/267] Compiling SwiftyUploader MultipartFormDataParser.swift
/host/spi-builder-workspace/Sources/SwiftyUploader/Processors/IndexHtmlProcessor.swift:11:8: error: no such module 'UIKit'
 9 | import NIOCore
10 | import NIOHTTP1
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 |
13 | @available(iOS 13.4, *)
[255/267] Compiling SwiftyUploader Processor.swift
/host/spi-builder-workspace/Sources/SwiftyUploader/Processors/IndexHtmlProcessor.swift:11:8: error: no such module 'UIKit'
 9 | import NIOCore
10 | import NIOHTTP1
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 |
13 | @available(iOS 13.4, *)
[256/267] Compiling SwiftyUploader FileDownloadProcessor.swift
/host/spi-builder-workspace/Sources/SwiftyUploader/Processors/IndexHtmlProcessor.swift:11:8: error: no such module 'UIKit'
 9 | import NIOCore
10 | import NIOHTTP1
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 |
13 | @available(iOS 13.4, *)
[257/267] Compiling SwiftyUploader FileListProcessor.swift
/host/spi-builder-workspace/Sources/SwiftyUploader/Processors/IndexHtmlProcessor.swift:11:8: error: no such module 'UIKit'
 9 | import NIOCore
10 | import NIOHTTP1
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 |
13 | @available(iOS 13.4, *)
[258/267] Compiling SwiftyUploader resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/SwiftyUploader/Processors/IndexHtmlProcessor.swift:11:8: error: no such module 'UIKit'
 9 | import NIOCore
10 | import NIOHTTP1
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 |
13 | @available(iOS 13.4, *)
[259/267] Compiling SwiftyUploader FileCreatetProcessor.swift
/host/spi-builder-workspace/Sources/SwiftyUploader/Processors/IndexHtmlProcessor.swift:11:8: error: no such module 'UIKit'
 9 | import NIOCore
10 | import NIOHTTP1
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 |
13 | @available(iOS 13.4, *)
[260/267] Compiling SwiftyUploader FileDeleteProcessor.swift
/host/spi-builder-workspace/Sources/SwiftyUploader/Processors/IndexHtmlProcessor.swift:11:8: error: no such module 'UIKit'
 9 | import NIOCore
10 | import NIOHTTP1
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 |
13 | @available(iOS 13.4, *)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[261/267] Emitting module SwiftyUploader
/host/spi-builder-workspace/Sources/SwiftyUploader/Processors/IndexHtmlProcessor.swift:11:8: error: no such module 'UIKit'
 9 | import NIOCore
10 | import NIOHTTP1
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 |
13 | @available(iOS 13.4, *)
[262/267] Compiling SwiftyUploader HTTPHandler.swift
/host/spi-builder-workspace/Sources/SwiftyUploader/Processors/IndexHtmlProcessor.swift:11:8: error: no such module 'UIKit'
 9 | import NIOCore
10 | import NIOHTTP1
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 |
13 | @available(iOS 13.4, *)
[263/267] Compiling SwiftyUploader DataResourceProcessor.swift
/host/spi-builder-workspace/Sources/SwiftyUploader/Processors/IndexHtmlProcessor.swift:11:8: error: no such module 'UIKit'
 9 | import NIOCore
10 | import NIOHTTP1
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 |
13 | @available(iOS 13.4, *)
[264/267] Compiling SwiftyUploader FileMoveProcessor.swift
/host/spi-builder-workspace/Sources/SwiftyUploader/Processors/IndexHtmlProcessor.swift:11:8: error: no such module 'UIKit'
 9 | import NIOCore
10 | import NIOHTTP1
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 |
13 | @available(iOS 13.4, *)
[265/267] Compiling SwiftyUploader IndexHtmlProcessor.swift
/host/spi-builder-workspace/Sources/SwiftyUploader/Processors/IndexHtmlProcessor.swift:11:8: error: no such module 'UIKit'
 9 | import NIOCore
10 | import NIOHTTP1
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 |
13 | @available(iOS 13.4, *)
[266/267] Compiling SwiftyUploader TextResourceProcessor.swift
/host/spi-builder-workspace/Sources/SwiftyUploader/Processors/IndexHtmlProcessor.swift:11:8: error: no such module 'UIKit'
 9 | import NIOCore
10 | import NIOHTTP1
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 |
13 | @available(iOS 13.4, *)
[267/267] Compiling SwiftyUploader Responder.swift
/host/spi-builder-workspace/Sources/SwiftyUploader/Processors/IndexHtmlProcessor.swift:11:8: error: no such module 'UIKit'
 9 | import NIOCore
10 | import NIOHTTP1
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 |
13 | @available(iOS 13.4, *)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/46] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/46] Compiling Atomics OptionalRawRepresentable.swift
[4/46] Compiling Atomics RawRepresentable.swift
[5/47] Emitting module _NIOBase64
[6/47] Compiling Atomics AtomicMemoryOrderings.swift
[7/47] Compiling Atomics DoubleWord.swift
[8/49] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[9/49] Compiling _NIOBase64 Base64.swift
[10/50] Compiling Atomics AtomicStorage.swift
[11/50] Compiling Atomics AtomicValue.swift
[12/50] Compiling Atomics AtomicOptionalWrappable.swift
[13/50] Compiling Atomics AtomicReference.swift
[15/50] Compiling Atomics ManagedAtomic.swift
[16/50] Compiling Atomics ManagedAtomicLazyReference.swift
[17/50] Compiling Atomics UnsafeAtomic.swift
[18/50] Compiling Atomics UnsafeAtomicLazyReference.swift
[19/50] Compiling Atomics AtomicBool.swift
[20/50] Compiling Atomics IntegerConformances.swift
[21/50] Compiling NIOConcurrencyHelpers lock.swift
[22/50] Compiling _NIODataStructures PriorityQueue.swift
[23/50] Emitting module _NIODataStructures
[24/50] Compiling _NIODataStructures Heap.swift
[25/50] Compiling _NIODataStructures _TinyArray.swift
[26/50] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[27/51] Compiling Atomics IntegerOperations.swift
[28/51] Compiling Atomics Unmanaged extensions.swift
[29/51] Emitting module InternalCollectionsUtilities
[31/51] Compiling Atomics Primitives.shims.swift
[32/51] Compiling Atomics AtomicInteger.swift
[37/51] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[38/51] Compiling NIOConcurrencyHelpers atomics.swift
[39/51] Compiling NIOConcurrencyHelpers NIOLock.swift
[45/51] Compiling Atomics PointerConformances.swift
[46/51] Compiling Atomics Primitives.native.swift
[47/52] Emitting module NIOConcurrencyHelpers
[50/68] Compiling DequeModule _DequeBuffer.swift
[51/68] Compiling DequeModule _DequeBufferHeader.swift
[52/70] Compiling DequeModule Deque+CustomReflectable.swift
[53/70] Compiling DequeModule Deque+Descriptions.swift
[54/70] Compiling DequeModule Deque+Testing.swift
[55/70] Compiling DequeModule Deque._Storage.swift
[56/70] Compiling DequeModule Deque+Equatable.swift
[57/70] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[58/70] Emitting module Atomics
[59/70] Compiling DequeModule _DequeSlot.swift
[60/70] Compiling DequeModule _UnsafeWrappedBuffer.swift
[61/70] Compiling DequeModule Deque._UnsafeHandle.swift
[62/70] Compiling DequeModule Deque.swift
[63/70] Compiling DequeModule Deque+Extras.swift
[64/70] Compiling DequeModule Deque+Hashable.swift
[65/70] Compiling DequeModule Deque+Codable.swift
[66/70] Compiling DequeModule Deque+Collection.swift
[67/70] Emitting module DequeModule
[73/132] Compiling NIOCore MulticastChannel.swift
[74/132] Compiling NIOCore NIOAny.swift
[75/132] Compiling NIOCore NIOCloseOnErrorHandler.swift
[76/132] Compiling NIOCore NIOLoopBound.swift
[77/132] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[78/132] Compiling NIOCore NIOScheduledCallback.swift
[79/132] Compiling NIOCore NIOSendable.swift
[80/132] Compiling NIOCore RecvByteBufferAllocator.swift
[81/140] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[82/140] Compiling NIOCore EventLoopFuture+Deprecated.swift
[83/140] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[84/140] Compiling NIOCore EventLoopFuture.swift
[85/140] Compiling NIOCore FileDescriptor.swift
[86/140] Compiling NIOCore FileHandle.swift
[87/140] Compiling NIOCore FileRegion.swift
[88/140] Compiling NIOCore GlobalSingletons.swift
[89/140] Compiling NIOCore IO.swift
[90/140] Compiling NIOCore IOData.swift
[91/140] Compiling NIOCore IPProtocol.swift
[92/140] Compiling NIOCore IntegerBitPacking.swift
[93/140] Compiling NIOCore IntegerTypes.swift
[94/140] Compiling NIOCore Interfaces.swift
[95/140] Compiling NIOCore Linux.swift
[96/140] Compiling NIOCore MarkedCircularBuffer.swift
[97/140] Compiling NIOCore CircularBuffer.swift
[98/140] Compiling NIOCore Codec.swift
[99/140] Compiling NIOCore ConvenienceOptionSupport.swift
[100/140] Compiling NIOCore DeadChannel.swift
[101/140] Compiling NIOCore DispatchQueue+WithFuture.swift
[102/140] Compiling NIOCore EventLoop+Deprecated.swift
[103/140] Compiling NIOCore EventLoop+SerialExecutor.swift
[104/140] Compiling NIOCore EventLoop.swift
[105/140] Compiling NIOCore AddressedEnvelope.swift
[106/140] Compiling NIOCore AsyncAwaitSupport.swift
[107/140] Compiling NIOCore AsyncChannel.swift
[108/140] Compiling NIOCore AsyncChannelHandler.swift
[109/140] Compiling NIOCore AsyncChannelInboundStream.swift
[110/140] Compiling NIOCore AsyncChannelOutboundWriter.swift
[111/140] Compiling NIOCore NIOAsyncSequenceProducer.swift
[112/140] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[113/140] Compiling NIOCore NIOAsyncWriter.swift
[114/140] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[115/140] Compiling NIOCore BSDSocketAPI.swift
[116/140] Compiling NIOCore ByteBuffer-aux.swift
[117/140] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[118/140] Compiling NIOCore ByteBuffer-conversions.swift
[119/140] Compiling NIOCore ByteBuffer-core.swift
[120/140] Compiling NIOCore ByteBuffer-hex.swift
[121/140] Compiling NIOCore ByteBuffer-int.swift
[122/140] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[123/140] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[124/140] Compiling NIOCore SocketAddresses.swift
[125/140] Compiling NIOCore SocketOptionProvider.swift
[126/140] Compiling NIOCore SystemCallHelpers.swift
[127/140] Compiling NIOCore TimeAmount+Duration.swift
[128/140] Compiling NIOCore TypeAssistedChannelHandler.swift
[129/140] Compiling NIOCore UniversalBootstrapSupport.swift
[130/140] Compiling NIOCore Utilities.swift
[131/140] Emitting module NIOCore
[132/140] Compiling NIOCore ByteBuffer-multi-int.swift
[133/140] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[134/140] Compiling NIOCore ByteBuffer-views.swift
[135/140] Compiling NIOCore Channel.swift
[136/140] Compiling NIOCore ChannelHandler.swift
[137/140] Compiling NIOCore ChannelHandlers.swift
[138/140] Compiling NIOCore ChannelInvoker.swift
[139/140] Compiling NIOCore ChannelOption.swift
[140/140] Compiling NIOCore ChannelPipeline.swift
[142/191] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[143/191] Emitting module NIOEmbedded
[144/191] Compiling NIOEmbedded AsyncTestingChannel.swift
[145/191] Compiling NIOEmbedded Embedded.swift
[147/192] Compiling NIOPosix Pool.swift
[148/192] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[149/192] Compiling NIOPosix PosixSingletons.swift
[150/192] Compiling NIOPosix RawSocketBootstrap.swift
[151/192] Compiling NIOPosix Resolver.swift
[152/192] Compiling NIOPosix Selectable.swift
[153/198] Emitting module NIOPosix
[154/198] Compiling NIOPosix ThreadPosix.swift
[155/198] Compiling NIOPosix ThreadWindows.swift
[156/198] Compiling NIOPosix UnsafeTransfer.swift
[157/198] Compiling NIOPosix Utilities.swift
[158/198] Compiling NIOPosix VsockAddress.swift
[159/198] Compiling NIOPosix VsockChannelEvents.swift
[160/198] Compiling NIOPosix SelectableChannel.swift
[161/198] Compiling NIOPosix SelectableEventLoop.swift
[162/198] Compiling NIOPosix SelectorEpoll.swift
[163/198] Compiling NIOPosix SelectorGeneric.swift
[164/198] Compiling NIOPosix SelectorKqueue.swift
[165/198] Compiling NIOPosix SelectorUring.swift
[166/198] Compiling NIOPosix Bootstrap.swift
[167/198] Compiling NIOPosix ControlMessage.swift
[168/198] Compiling NIOPosix DatagramVectorReadManager.swift
[169/198] Compiling NIOPosix Errors+Any.swift
[170/198] Compiling NIOPosix FileDescriptor.swift
[171/198] Compiling NIOPosix GetaddrinfoResolver.swift
[172/198] Compiling NIOPosix HappyEyeballs.swift
[173/198] Compiling NIOPosix BSDSocketAPICommon.swift
[174/198] Compiling NIOPosix BSDSocketAPIPosix.swift
[175/198] Compiling NIOPosix BSDSocketAPIWindows.swift
[176/198] Compiling NIOPosix BaseSocket.swift
[177/198] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[178/198] Compiling NIOPosix BaseSocketChannel.swift
[179/198] Compiling NIOPosix BaseStreamSocketChannel.swift
[180/198] Compiling NIOPosix ServerSocket.swift
[181/198] Compiling NIOPosix Socket.swift
[182/198] Compiling NIOPosix SocketChannel.swift
[183/198] Compiling NIOPosix SocketProtocols.swift
[184/198] Compiling NIOPosix System.swift
[185/198] Compiling NIOPosix Thread.swift
[186/198] Compiling NIOPosix IO.swift
[187/198] Compiling NIOPosix IntegerBitPacking.swift
[188/198] Compiling NIOPosix IntegerTypes.swift
[189/198] Compiling NIOPosix Linux.swift
[190/198] Compiling NIOPosix LinuxCPUSet.swift
[191/198] Compiling NIOPosix LinuxUring.swift
[192/198] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[193/198] Compiling NIOPosix NIOThreadPool.swift
[194/198] Compiling NIOPosix NonBlockingFileIO.swift
[195/198] Compiling NIOPosix PendingDatagramWritesManager.swift
[196/198] Compiling NIOPosix PendingWritesManager.swift
[197/198] Compiling NIOPosix PipeChannel.swift
[198/198] Compiling NIOPosix PipePair.swift
[200/201] Compiling NIO Exports.swift
[201/201] Emitting module NIO
[203/218] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[204/218] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[205/220] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[206/220] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[207/220] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[208/220] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[209/220] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[210/220] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[211/220] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[212/220] Compiling NIOHTTP1 HTTPTypes.swift
[213/220] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[214/220] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[215/220] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[216/220] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[217/220] Compiling NIOHTTP1 ByteCollectionUtils.swift
[218/220] Compiling NIOHTTP1 HTTPDecoder.swift
[219/220] Compiling NIOHTTP1 HTTPEncoder.swift
[220/220] Emitting module NIOHTTP1
[222/235] Compiling SwiftyUploader SwiftyUploader.swift
/host/spi-builder-workspace/Sources/SwiftyUploader/Processors/IndexHtmlProcessor.swift:11:8: error: no such module 'UIKit'
 9 | import NIOCore
10 | import NIOHTTP1
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 |
13 | @available(iOS 13.4, *)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[223/236] Emitting module SwiftyUploader
/host/spi-builder-workspace/Sources/SwiftyUploader/Processors/IndexHtmlProcessor.swift:11:8: error: no such module 'UIKit'
 9 | import NIOCore
10 | import NIOHTTP1
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 |
13 | @available(iOS 13.4, *)
[224/236] Compiling SwiftyUploader HTTPHandler.swift
/host/spi-builder-workspace/Sources/SwiftyUploader/Processors/IndexHtmlProcessor.swift:11:8: error: no such module 'UIKit'
 9 | import NIOCore
10 | import NIOHTTP1
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 |
13 | @available(iOS 13.4, *)
[225/236] Compiling SwiftyUploader DataResourceProcessor.swift
/host/spi-builder-workspace/Sources/SwiftyUploader/Processors/IndexHtmlProcessor.swift:11:8: error: no such module 'UIKit'
 9 | import NIOCore
10 | import NIOHTTP1
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 |
13 | @available(iOS 13.4, *)
[226/236] Compiling SwiftyUploader FileCreatetProcessor.swift
/host/spi-builder-workspace/Sources/SwiftyUploader/Processors/IndexHtmlProcessor.swift:11:8: error: no such module 'UIKit'
 9 | import NIOCore
10 | import NIOHTTP1
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 |
13 | @available(iOS 13.4, *)
[227/236] Compiling SwiftyUploader FileDeleteProcessor.swift
/host/spi-builder-workspace/Sources/SwiftyUploader/Processors/IndexHtmlProcessor.swift:11:8: error: no such module 'UIKit'
 9 | import NIOCore
10 | import NIOHTTP1
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 |
13 | @available(iOS 13.4, *)
[228/236] Compiling SwiftyUploader FileDownloadProcessor.swift
/host/spi-builder-workspace/Sources/SwiftyUploader/Processors/IndexHtmlProcessor.swift:11:8: error: no such module 'UIKit'
 9 | import NIOCore
10 | import NIOHTTP1
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 |
13 | @available(iOS 13.4, *)
[229/236] Compiling SwiftyUploader FileListProcessor.swift
/host/spi-builder-workspace/Sources/SwiftyUploader/Processors/IndexHtmlProcessor.swift:11:8: error: no such module 'UIKit'
 9 | import NIOCore
10 | import NIOHTTP1
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 |
13 | @available(iOS 13.4, *)
[230/236] Compiling SwiftyUploader resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/SwiftyUploader/Processors/IndexHtmlProcessor.swift:11:8: error: no such module 'UIKit'
 9 | import NIOCore
10 | import NIOHTTP1
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 |
13 | @available(iOS 13.4, *)
[231/236] Compiling SwiftyUploader MultipartFormDataParser.swift
/host/spi-builder-workspace/Sources/SwiftyUploader/Processors/IndexHtmlProcessor.swift:11:8: error: no such module 'UIKit'
 9 | import NIOCore
10 | import NIOHTTP1
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 |
13 | @available(iOS 13.4, *)
[232/236] Compiling SwiftyUploader Processor.swift
/host/spi-builder-workspace/Sources/SwiftyUploader/Processors/IndexHtmlProcessor.swift:11:8: error: no such module 'UIKit'
 9 | import NIOCore
10 | import NIOHTTP1
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 |
13 | @available(iOS 13.4, *)
[233/236] Compiling SwiftyUploader FileMoveProcessor.swift
/host/spi-builder-workspace/Sources/SwiftyUploader/Processors/IndexHtmlProcessor.swift:11:8: error: no such module 'UIKit'
 9 | import NIOCore
10 | import NIOHTTP1
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 |
13 | @available(iOS 13.4, *)
[234/236] Compiling SwiftyUploader IndexHtmlProcessor.swift
/host/spi-builder-workspace/Sources/SwiftyUploader/Processors/IndexHtmlProcessor.swift:11:8: error: no such module 'UIKit'
 9 | import NIOCore
10 | import NIOHTTP1
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 |
13 | @available(iOS 13.4, *)
[235/236] Compiling SwiftyUploader TextResourceProcessor.swift
/host/spi-builder-workspace/Sources/SwiftyUploader/Processors/IndexHtmlProcessor.swift:11:8: error: no such module 'UIKit'
 9 | import NIOCore
10 | import NIOHTTP1
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 |
13 | @available(iOS 13.4, *)
[236/236] Compiling SwiftyUploader Responder.swift
/host/spi-builder-workspace/Sources/SwiftyUploader/Processors/IndexHtmlProcessor.swift:11:8: error: no such module 'UIKit'
 9 | import NIOCore
10 | import NIOHTTP1
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 |
13 | @available(iOS 13.4, *)
BUILD FAILURE 6.1 android