The Swift Package Index logo.Swift Package Index

Build Information

Successful build of multipart-kit with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/multipart-kit.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/vapor/multipart-kit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 60cf4b6 fix typo in README (#93)
Cloned https://github.com/vapor/multipart-kit.git
Revision (git rev-parse @):
60cf4b65fc2d9917ba8ebf687e11e8c57eb42530
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/vapor/multipart-kit.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/vapor/multipart-kit.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-collections.git
[1/13746] Fetching swift-collections
[13747/78269] Fetching swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (4.65s)
Fetched https://github.com/apple/swift-nio.git from cache (4.72s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.0 (1.27s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.63.0 (2.24s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1563] Fetching swift-atomics
[470/4546] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.37s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.37s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.2.1 (0.40s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.37s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.63.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.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.2.1
Building for debugging...
[0/30] Write sources
[16/30] Compiling CNIOWindows WSAStartup.c
[17/30] Compiling CNIOWindows shim.c
[18/30] Compiling _AtomicsShims.c
[19/30] Compiling CNIOLinux liburing_shims.c
[20/30] Compiling CNIOLLHTTP c_nio_http.c
[21/30] Write sources
[23/30] Compiling CNIODarwin shim.c
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOLinux/shim.c:203:9: warning: 'RENAME_NOREPLACE' macro redefined [-Wmacro-redefined]
#define RENAME_NOREPLACE 1
        ^
/usr/include/stdio.h:164:10: note: previous definition is here
# define RENAME_NOREPLACE (1 << 0)
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOLinux/shim.c:204:9: warning: 'RENAME_EXCHANGE' macro redefined [-Wmacro-redefined]
#define RENAME_EXCHANGE  2
        ^
/usr/include/stdio.h:165:10: note: previous definition is here
# define RENAME_EXCHANGE (1 << 1)
         ^
2 warnings generated.
[24/30] Compiling CNIOLinux shim.c
[25/30] Compiling CNIOLLHTTP c_nio_api.c
[26/30] Write swift-version-24593BA9C3E375BF.txt
[27/54] Compiling CNIOLLHTTP c_nio_llhttp.c
[29/72] Emitting module _CollectionsUtilities
[29/74] Compiling c-nioatomics.c
[30/74] Compiling c-atomics.c
[32/80] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[33/80] Emitting module Atomics
[34/80] Compiling _CollectionsUtilities UnsafeBufferPointer+Extras.swift
[35/80] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[36/82] Compiling Atomics AtomicOptionalWrappable.swift
[37/82] Compiling Atomics AtomicReference.swift
[40/82] Compiling Atomics UnsafeAtomic.swift
[41/82] Compiling Atomics UnsafeAtomicLazyReference.swift
[42/82] Compiling Atomics AtomicStorage.swift
[43/82] Compiling Atomics AtomicValue.swift
[44/82] Compiling Atomics ManagedAtomic.swift
[45/82] Compiling Atomics ManagedAtomicLazyReference.swift
[48/82] Compiling Atomics Primitives.shims.swift
[49/82] Compiling Atomics AtomicInteger.swift
[51/82] Compiling Atomics OptionalRawRepresentable.swift
[52/82] Compiling Atomics RawRepresentable.swift
[53/82] Compiling Atomics AtomicBool.swift
[56/82] Compiling _NIODataStructures _TinyArray.swift
[57/82] Compiling _NIODataStructures PriorityQueue.swift
[58/82] Compiling Atomics IntegerConformances.swift
[59/82] Compiling Atomics PointerConformances.swift
[60/82] Compiling Atomics Primitives.native.swift
[61/83] Emitting module _NIOBase64
[62/83] Compiling _NIOBase64 Base64.swift
[75/84] Compiling Atomics IntegerOperations.swift
[76/84] Compiling Atomics Unmanaged extensions.swift
[79/302] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[80/354] Compiling _RopeModule BigString+Hashing.swift
[81/354] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[82/362] Compiling HeapModule Heap+Descriptions.swift
[83/362] Compiling _RopeModule BigString+Equatable.swift
[84/362] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[85/362] Compiling _RopeModule BigString+Initializers.swift
[86/362] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[87/362] Emitting module HeapModule
[88/362] Compiling HeapModule Heap.swift
[89/362] Compiling HeapModule _HeapNode.swift
[90/362] Compiling HeapModule Heap+Invariants.swift
[91/362] Compiling HeapModule Heap+UnsafeHandle.swift
[93/363] Compiling DequeModule _DequeSlot.swift
[94/363] Compiling DequeModule _UnsafeWrappedBuffer.swift
[95/363] Compiling _RopeModule BigString+Chunk.swift
[96/363] Compiling _RopeModule BigString+BidirectionalCollection.swift
[97/363] Compiling HashTreeCollections TreeSet+Sequence.swift
[98/363] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[99/363] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[100/363] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[101/363] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[102/363] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[103/363] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[104/363] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[105/373] Compiling NIOConcurrencyHelpers lock.swift
[106/373] Emitting module _NIODataStructures
[107/373] Compiling NIOConcurrencyHelpers NIOLock.swift
[108/373] Emitting module NIOConcurrencyHelpers
[109/373] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[110/373] Compiling _NIODataStructures Heap.swift
[111/374] Compiling _RopeModule BigString+Index.swift
[112/374] Compiling _RopeModule BigString+Ingester.swift
[113/374] Compiling _RopeModule BigString+Invariants.swift
[114/374] Compiling _RopeModule BigString+Iterators.swift
[115/374] Compiling _RopeModule BigString+Metrics.swift
[116/374] Compiling _RopeModule BigString+Summary.swift
[117/374] Compiling _RopeModule BigString.swift
[118/374] Compiling _RopeModule _RopePath.swift
[119/374] Compiling _RopeModule _RopeVersion.swift
[120/374] Compiling _RopeModule Rope+Collection.swift
[121/374] Compiling _RopeModule Rope+Index.swift
[122/374] Compiling _RopeModule Rope+Sequence.swift
[123/374] Compiling _RopeModule Rope+Append.swift
[124/374] Compiling _RopeModule Rope+Extract.swift
[125/381] Compiling _RopeModule BigSubstring.swift
[126/381] Compiling _RopeModule Rope+Builder.swift
[127/381] Compiling _RopeModule Rope+Debugging.swift
[128/381] Compiling _RopeModule Rope+Invariants.swift
[129/381] Compiling _RopeModule Rope+_Node.swift
[130/381] Compiling _RopeModule BigString+Builder.swift
[131/381] Compiling _RopeModule BigString+Contents.swift
[133/388] Compiling _RopeModule BigString+Sequence.swift
[134/388] Compiling _RopeModule BigString+TextOutputStream.swift
[135/388] Compiling _RopeModule BigString+Append.swift
[138/388] Compiling _RopeModule BigString+Managing Breaks.swift
[139/388] Compiling _RopeModule BigString+RemoveSubrange.swift
[141/388] Compiling _RopeModule Rope+_Storage.swift
[142/388] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[143/388] Compiling _RopeModule Rope+_UnsafeHandle.swift
[144/388] Compiling _RopeModule Rope.swift
[145/388] Compiling _RopeModule RopeElement.swift
[146/388] Compiling _RopeModule RopeMetric.swift
[147/388] Compiling _RopeModule RopeSummary.swift
[148/388] Compiling _RopeModule _RopeItem.swift
[149/388] Compiling NIOConcurrencyHelpers atomics.swift
[164/389] Compiling _RopeModule BigString+Debugging.swift
[171/389] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[186/389] Compiling BitCollections BitSet.Index.swift
[187/389] Compiling BitCollections BitSet._UnsafeHandle.swift
[188/389] Compiling BitCollections BitSet.swift
[189/389] Compiling BitCollections Range+Utilities.swift
[190/389] Compiling BitCollections Slice+Utilities.swift
[191/389] Compiling BitCollections UInt+Tricks.swift
[192/389] Compiling BitCollections _Word.swift
[193/389] Compiling OrderedCollections OrderedSet.swift
[194/389] Compiling OrderedCollections _UnsafeBitset.swift
[195/389] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[196/389] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[197/389] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[198/389] Compiling _RopeModule BigString+Chunk+Splitting.swift
[200/389] Compiling _RopeModule Range+BigString.swift
[201/389] Compiling _RopeModule BigString+UTF16View.swift
[202/389] Compiling _RopeModule BigString+UTF8View.swift
[203/389] Compiling _RopeModule BigString+UnicodeScalarView.swift
[204/389] Compiling _RopeModule BigSubstring+UTF16View.swift
[205/389] Compiling _RopeModule BigSubstring+UTF8View.swift
[206/389] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[215/389] Compiling _RopeModule BigString+Comparable.swift
[216/389] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[217/389] Compiling _RopeModule BigString+CustomStringConvertible.swift
[218/389] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[219/389] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[220/389] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[221/389] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[222/389] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[223/389] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[224/389] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[225/389] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[226/389] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[227/389] Compiling HashTreeCollections TreeSet.swift
[228/389] Emitting module DequeModule
[230/390] Emitting module BitCollections
[255/447] Compiling NIOCore NIOLoopBound.swift
[256/447] Compiling NIOCore NIOSendable.swift
[257/447] Compiling NIOCore PointerHelpers.swift
[258/447] Compiling NIOCore RecvByteBufferAllocator.swift
[262/447] Compiling NIOCore ChannelPipeline.swift
[263/447] Compiling NIOCore CircularBuffer.swift
[264/447] Compiling NIOCore Codec.swift
[265/447] Compiling NIOCore ConvenienceOptionSupport.swift
[266/447] Compiling NIOCore DeadChannel.swift
[267/447] Compiling NIOCore DispatchQueue+WithFuture.swift
[268/447] Compiling NIOCore EventLoop+Deprecated.swift
[269/447] Compiling NIOCore GlobalSingletons.swift
[270/447] Compiling NIOCore IO.swift
[271/447] Compiling NIOCore IOData.swift
[272/447] Compiling NIOCore IPProtocol.swift
[273/448] Compiling NIOCore AddressedEnvelope.swift
[274/448] Compiling NIOCore AsyncAwaitSupport.swift
[275/448] Compiling NIOCore AsyncChannel.swift
[276/448] Compiling NIOCore AsyncChannelInboundStream.swift
[277/448] Compiling NIOCore AsyncChannelInboundStreamChannelHandler.swift
[278/448] Compiling NIOCore AsyncChannelOutboundWriter.swift
[279/448] Compiling NIOCore AsyncChannelOutboundWriterHandler.swift
[280/448] Compiling NIOCore NIOAsyncSequenceProducer.swift
[287/448] Compiling NIOCore IntegerBitPacking.swift
[288/448] Compiling NIOCore IntegerTypes.swift
[289/448] Compiling NIOCore Interfaces.swift
[290/448] Compiling NIOCore Linux.swift
[291/448] Compiling NIOCore MarkedCircularBuffer.swift
[292/448] Compiling NIOCore MulticastChannel.swift
[293/448] Compiling NIOCore NIOAny.swift
[294/448] Compiling NIOCore NIOCloseOnErrorHandler.swift
[300/457] Emitting module OrderedCollections
[317/466] Emitting module _RopeModule
[318/466] Compiling NIOCore ChannelHandlers.swift
[319/466] Compiling NIOCore ChannelInvoker.swift
[320/466] Compiling NIOCore EventLoop+SerialExecutor.swift
[321/466] Compiling NIOCore EventLoop.swift
[322/466] Compiling NIOCore EventLoopFuture+Deprecated.swift
[323/466] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[324/466] Compiling NIOCore EventLoopFuture.swift
[325/466] Compiling NIOCore FileDescriptor.swift
[326/466] Compiling NIOCore FileHandle.swift
[327/466] Compiling NIOCore FileRegion.swift
[328/466] Compiling NIOCore ChannelOption.swift
[329/466] Compiling NIOCore BSDSocketAPI.swift
[330/466] Compiling NIOCore ByteBuffer-aux.swift
[331/466] Compiling NIOCore ByteBuffer-conversions.swift
[332/466] Compiling NIOCore ByteBuffer-core.swift
[333/466] Compiling NIOCore ByteBuffer-hexdump.swift
[334/466] Compiling NIOCore ByteBuffer-int.swift
[335/466] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[336/466] Compiling NIOCore ByteBuffer-multi-int.swift
[337/466] Compiling NIOCore ByteBuffer-views.swift
[338/466] Compiling NIOCore Channel.swift
[339/466] Compiling NIOCore ChannelHandler.swift
[348/466] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[349/466] Compiling NIOCore NIOAsyncWriter.swift
[350/466] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[359/466] Compiling _RopeModule Rope+Join.swift
[360/466] Compiling _RopeModule Rope+MutatingForEach.swift
[361/466] Compiling _RopeModule Rope+Remove.swift
[362/466] Compiling _RopeModule Rope+RemoveSubrange.swift
[363/466] Compiling _RopeModule Rope+Split.swift
[364/466] Compiling _RopeModule Optional Utilities.swift
[365/466] Compiling _RopeModule String Utilities.swift
[366/466] Compiling _RopeModule String.Index+ABI.swift
[367/466] Compiling _RopeModule _CharacterRecognizer.swift
[368/466] Emitting module HashTreeCollections
[409/467] Compiling NIOCore SocketAddresses.swift
[410/467] Compiling NIOCore SocketOptionProvider.swift
[411/467] Compiling NIOCore SystemCallHelpers.swift
[412/467] Compiling NIOCore TimeAmount+Duration.swift
[413/467] Compiling NIOCore TypeAssistedChannelHandler.swift
[414/467] Compiling NIOCore UniversalBootstrapSupport.swift
[415/467] Compiling NIOCore Utilities.swift
[428/470] Emitting module Collections
[429/470] Compiling Collections Collections.swift
[431/471] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[471/471] Emitting module NIOCore
[473/523] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[474/523] Compiling NIOEmbedded Embedded.swift
[475/523] Compiling NIOEmbedded AsyncTestingChannel.swift
[476/523] Emitting module NIOEmbedded
[478/524] Compiling NIOPosix PooledRecvBufferAllocator.swift
[479/524] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[480/524] Compiling NIOPosix PosixSingletons.swift
[481/524] Compiling NIOPosix RawSocketBootstrap.swift
[482/524] Compiling NIOPosix Resolver.swift
[483/524] Compiling NIOPosix Selectable.swift
[484/530] Compiling NIOPosix ThreadPosix.swift
[485/530] Compiling NIOPosix ThreadWindows.swift
[486/530] Compiling NIOPosix UnsafeTransfer.swift
[487/530] Compiling NIOPosix Utilities.swift
[488/530] Compiling NIOPosix VsockAddress.swift
[489/530] Compiling NIOPosix VsockChannelEvents.swift
[490/530] Compiling NIOPosix ServerSocket.swift
[491/530] Compiling NIOPosix Socket.swift
[492/530] Compiling NIOPosix SocketChannel.swift
[493/530] Compiling NIOPosix SocketProtocols.swift
[494/530] Compiling NIOPosix System.swift
[495/530] Compiling NIOPosix Thread.swift
[496/530] Compiling NIOPosix SelectableChannel.swift
[497/530] Compiling NIOPosix SelectableEventLoop.swift
[498/530] Compiling NIOPosix SelectorEpoll.swift
[499/530] Compiling NIOPosix SelectorGeneric.swift
[500/530] Compiling NIOPosix SelectorKqueue.swift
[501/530] Compiling NIOPosix SelectorUring.swift
[502/530] Emitting module NIOPosix
[503/530] Compiling NIOPosix BSDSocketAPICommon.swift
[504/530] Compiling NIOPosix BSDSocketAPIPosix.swift
[505/530] Compiling NIOPosix BSDSocketAPIWindows.swift
[506/530] Compiling NIOPosix BaseSocket.swift
[507/530] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[508/530] Compiling NIOPosix BaseSocketChannel.swift
[509/530] Compiling NIOPosix BaseStreamSocketChannel.swift
[510/530] Compiling NIOPosix IntegerBitPacking.swift
[511/530] Compiling NIOPosix IntegerTypes.swift
[512/530] Compiling NIOPosix Linux.swift
[513/530] Compiling NIOPosix LinuxCPUSet.swift
[514/530] Compiling NIOPosix LinuxUring.swift
[515/530] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[516/530] Compiling NIOPosix NIOThreadPool.swift
[517/530] Compiling NIOPosix NonBlockingFileIO.swift
[518/530] Compiling NIOPosix PendingDatagramWritesManager.swift
[519/530] Compiling NIOPosix PendingWritesManager.swift
[520/530] Compiling NIOPosix PipeChannel.swift
[521/530] Compiling NIOPosix PipePair.swift
[522/530] Compiling NIOPosix PointerHelpers.swift
[523/530] Compiling NIOPosix Pool.swift
[524/530] Compiling NIOPosix Bootstrap.swift
[525/530] Compiling NIOPosix ControlMessage.swift
[526/530] Compiling NIOPosix DatagramVectorReadManager.swift
[527/530] Compiling NIOPosix FileDescriptor.swift
[528/530] Compiling NIOPosix GetaddrinfoResolver.swift
[529/530] Compiling NIOPosix HappyEyeballs.swift
[530/530] Compiling NIOPosix IO.swift
[532/533] Emitting module NIO
[533/533] Compiling NIO Exports.swift
[535/550] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[536/550] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[537/552] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[538/552] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[539/552] Emitting module NIOHTTP1
[540/552] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[541/552] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[542/552] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[543/552] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[544/552] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[545/552] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[546/552] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[547/552] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[548/552] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[549/552] Compiling NIOHTTP1 HTTPTypes.swift
[550/552] Compiling NIOHTTP1 ByteCollectionUtils.swift
[551/552] Compiling NIOHTTP1 HTTPDecoder.swift
[552/552] Compiling NIOHTTP1 HTTPEncoder.swift
[554/572] Emitting module MultipartKit
[555/574] Compiling MultipartKit FormDataEncoder.swift
[556/574] Compiling MultipartKit Storage.swift
[557/574] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[558/574] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[559/574] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[560/574] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[561/574] Compiling MultipartKit FormDataDecoder.swift
[562/574] Compiling MultipartKit FormDataEncoder.Encoder.swift
[563/574] Compiling MultipartKit MultipartFormData.swift
/host/spi-builder-workspace/Sources/MultipartKit/MultipartFormData.swift:1:17: remark: '@preconcurrency' attribute on module 'Collections' is unused
@preconcurrency import Collections
~~~~~~~~~~~~~~~~^
[564/574] Compiling MultipartKit MultipartParser.swift
/host/spi-builder-workspace/Sources/MultipartKit/MultipartFormData.swift:1:17: remark: '@preconcurrency' attribute on module 'Collections' is unused
@preconcurrency import Collections
~~~~~~~~~~~~~~~~^
[565/574] Compiling MultipartKit MultipartPart.swift
[566/574] Compiling MultipartKit MultipartPartConvertible.swift
[567/574] Compiling MultipartKit FormDataDecoder.Decoder.swift
[568/574] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[569/574] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[570/574] Compiling MultipartKit BasicCodingKey.swift
[571/574] Compiling MultipartKit MultipartError.swift
[572/574] Compiling MultipartKit Exports.swift
[573/574] Compiling MultipartKit MultipartSerializer.swift
[574/574] Compiling MultipartKit Utilities.swift
Build complete! (50.69s)
Build complete.
Done.

Build Machine: Linux 1