Build Information
Successful build of multipart-kit, reference 4.7.1 (3498e6
), with Swift 6.1 for Linux on 30 Apr 2025 03:55:55 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/multipart-kit.git
Reference: 4.7.1
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
* tag 4.7.1 -> FETCH_HEAD
HEAD is now at 3498e60 Exclude `docc` files from sources to avoid build warnings (#102)
Cloned https://github.com/vapor/multipart-kit.git
Revision (git rev-parse @):
3498e60218e6003894ff95192d756e238c01f44e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/multipart-kit.git at 4.7.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/vapor/multipart-kit.git
https://github.com/vapor/multipart-kit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.65.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
}
],
"manifest_display_name" : "multipart-kit",
"name" : "multipart-kit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "MultipartKit",
"targets" : [
"MultipartKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MultipartKitTests",
"module_type" : "SwiftTarget",
"name" : "MultipartKitTests",
"path" : "Tests/MultipartKitTests",
"sources" : [
"FormDataTests.swift",
"MultipartTests.swift"
],
"target_dependencies" : [
"MultipartKit"
],
"type" : "test"
},
{
"c99name" : "MultipartKit",
"module_type" : "SwiftTarget",
"name" : "MultipartKit",
"path" : "Sources/MultipartKit",
"product_dependencies" : [
"NIO",
"NIOHTTP1",
"Collections"
],
"product_memberships" : [
"MultipartKit"
],
"sources" : [
"BasicCodingKey.swift",
"Deprecated/MultipartError.swift",
"Exports.swift",
"FormDataDecoder/FormDataDecoder.Decoder.swift",
"FormDataDecoder/FormDataDecoder.KeyedContainer.swift",
"FormDataDecoder/FormDataDecoder.SingleValueContainer.swift",
"FormDataDecoder/FormDataDecoder.UnkeyedContainer.swift",
"FormDataDecoder/FormDataDecoder.swift",
"FormDataEncoder/FormDataEncoder.Encoder.swift",
"FormDataEncoder/FormDataEncoder.KeyedContainer.swift",
"FormDataEncoder/FormDataEncoder.SingleValueContainer.swift",
"FormDataEncoder/FormDataEncoder.UnkeyedContainer.swift",
"FormDataEncoder/FormDataEncoder.swift",
"FormDataEncoder/Storage.swift",
"MultipartFormData.swift",
"MultipartParser.swift",
"MultipartPart.swift",
"MultipartPartConvertible.swift",
"MultipartSerializer.swift",
"Utilities.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-collections.git
[1/16269] Fetching swift-collections
[1140/91830] Fetching swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (1.69s)
[49871/75561] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.26s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (7.30s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (0.81s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1705] Fetching swift-atomics
[325/6069] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.60s)
Fetched https://github.com/apple/swift-system.git from cache (0.61s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.51s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.85s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
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/31] Write sources
[16/31] Compiling CNIOWindows WSAStartup.c
[16/31] Compiling CNIOWASI CNIOWASI.c
[18/31] Compiling _AtomicsShims.c
[19/31] Compiling CNIOLinux liburing_shims.c
[20/31] Compiling CNIOWindows shim.c
[21/31] Compiling CNIOLLHTTP c_nio_http.c
[22/31] Write sources
[24/31] Compiling CNIODarwin shim.c
[25/31] Compiling CNIOLLHTTP c_nio_api.c
[26/31] Compiling CNIOLinux shim.c
[27/31] Write swift-version-24593BA9C3E375BF.txt
[28/31] Compiling CNIOLLHTTP c_nio_llhttp.c
[30/73] Emitting module _NIOBase64
[30/73] Compiling c-nioatomics.c
[32/73] Compiling Atomics IntegerConformances.swift
[33/73] Compiling Atomics PointerConformances.swift
[34/73] Compiling Atomics Primitives.shims.swift
[35/73] Compiling Atomics AtomicInteger.swift
[36/73] Compiling Atomics AtomicOptionalWrappable.swift
[37/77] Compiling Atomics UnsafeAtomic.swift
[38/77] Compiling Atomics UnsafeAtomicLazyReference.swift
[39/77] Compiling Atomics AtomicMemoryOrderings.swift
[40/77] Compiling Atomics DoubleWord.swift
[43/77] Emitting module Atomics
[44/77] Compiling _NIOBase64 Base64.swift
[45/77] Compiling Atomics AtomicReference.swift
[46/77] Compiling Atomics AtomicStorage.swift
[47/77] Compiling Atomics AtomicValue.swift
[48/77] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[49/77] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[56/77] Compiling _NIODataStructures _TinyArray.swift
[57/77] Compiling Atomics Primitives.native.swift
[60/77] Compiling _NIODataStructures PriorityQueue.swift
[61/78] Compiling Atomics OptionalRawRepresentable.swift
[62/78] Compiling Atomics RawRepresentable.swift
[63/78] Compiling Atomics AtomicBool.swift
[64/78] Emitting module InternalCollectionsUtilities
[65/78] Compiling c-atomics.c
[75/79] Compiling Atomics IntegerOperations.swift
[76/79] Compiling Atomics Unmanaged extensions.swift
[79/350] Compiling HeapModule Heap+Invariants.swift
[80/360] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[81/360] Emitting module _NIODataStructures
[82/360] Compiling _NIODataStructures Heap.swift
[83/361] Compiling HeapModule Heap+Descriptions.swift
[85/361] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[86/361] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[87/361] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[88/361] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[89/363] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[90/363] Compiling HashTreeCollections TreeDictionary+Filter.swift
[91/363] Compiling NIOConcurrencyHelpers NIOLock.swift
[92/363] Compiling HeapModule Heap.swift
[93/363] Compiling HeapModule _HeapNode.swift
[94/363] Compiling NIOConcurrencyHelpers lock.swift
[95/363] Compiling HeapModule Heap+UnsafeHandle.swift
[96/363] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[97/363] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[98/363] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[99/363] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[100/363] Compiling HashTreeCollections _HashNode+Storage.swift
[101/363] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[102/363] Compiling HashTreeCollections _HashNode+Structural filter.swift
[103/363] Emitting module HeapModule
[105/371] Compiling HashTreeCollections _HashNodeHeader.swift
[106/371] Compiling HashTreeCollections _HashSlot.swift
[107/371] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[108/371] Compiling HashTreeCollections _HashNode.swift
[109/371] Emitting module NIOConcurrencyHelpers
[110/371] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[111/371] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[112/371] Compiling NIOConcurrencyHelpers atomics.swift
[115/372] Compiling HashTreeCollections _HashNode+Structural union.swift
[116/372] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[120/372] Compiling DequeModule _DequeSlot.swift
[121/372] Compiling DequeModule _UnsafeWrappedBuffer.swift
[122/372] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[123/372] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[124/372] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[125/372] Compiling HashTreeCollections _HashNode+Structural merge.swift
[126/372] Compiling HashTreeCollections TreeDictionary.swift
[127/372] Compiling HashTreeCollections TreeSet+Codable.swift
[128/372] Compiling HashTreeCollections TreeSet+Collection.swift
[129/372] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[130/372] Compiling HashTreeCollections TreeSet+Debugging.swift
[131/372] Compiling HashTreeCollections TreeSet+Descriptions.swift
[132/372] Compiling HashTreeCollections TreeSet+Equatable.swift
[133/372] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[134/372] Compiling BitCollections BitSet.Index.swift
[135/372] Compiling BitCollections BitSet._UnsafeHandle.swift
[137/379] Emitting module BitCollections
[138/379] Compiling HashTreeCollections TreeSet+Hashable.swift
[139/379] Compiling HashTreeCollections TreeSet+Sendable.swift
[140/379] Compiling HashTreeCollections TreeSet+Sequence.swift
[141/379] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[142/379] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[143/379] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[144/379] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[145/379] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[146/379] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[147/379] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[148/389] Compiling HashTreeCollections _HashStack.swift
[149/389] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[150/389] Compiling HashTreeCollections TreeDictionary+Keys.swift
[151/389] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[152/389] Compiling HashTreeCollections TreeDictionary+Merge.swift
[153/389] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[154/389] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[155/389] Compiling HashTreeCollections TreeDictionary+Values.swift
[156/389] Compiling HashTreeCollections _HashTreeIterator.swift
[157/389] Compiling HashTreeCollections _HashTreeStatistics.swift
[158/389] Emitting module DequeModule
[168/390] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[169/390] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[175/390] Emitting module OrderedCollections
[185/390] Emitting module _RopeModule
[206/399] Compiling OrderedCollections OrderedSet+Sendable.swift
[207/399] Compiling OrderedCollections OrderedSet+SubSequence.swift
[208/399] Compiling OrderedCollections OrderedSet+Testing.swift
[209/399] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[210/399] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[211/399] Emitting module HashTreeCollections
[223/458] Compiling NIOCore Linux.swift
[224/458] Compiling NIOCore ChannelPipeline.swift
[225/458] Compiling NIOCore CircularBuffer.swift
[226/458] Compiling NIOCore Codec.swift
[227/458] Compiling NIOCore ConvenienceOptionSupport.swift
[228/458] Compiling NIOCore DeadChannel.swift
[229/458] Compiling NIOCore DispatchQueue+WithFuture.swift
[230/458] Compiling NIOCore EventLoop+Deprecated.swift
[231/458] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[232/458] Compiling NIOCore BSDSocketAPI.swift
[233/458] Compiling NIOCore ByteBuffer-aux.swift
[234/458] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[235/458] Compiling NIOCore ByteBuffer-conversions.swift
[236/458] Compiling NIOCore ByteBuffer-core.swift
[237/458] Compiling NIOCore ByteBuffer-hex.swift
[238/458] Compiling NIOCore ByteBuffer-int.swift
[239/458] Compiling NIOCore Interfaces.swift
[248/458] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[249/458] Compiling NIOCore GlobalSingletons.swift
[250/458] Compiling NIOCore IO.swift
[251/458] Compiling NIOCore IOData.swift
[252/458] Compiling NIOCore IPProtocol.swift
[253/458] Compiling NIOCore IntegerBitPacking.swift
[254/458] Compiling NIOCore IntegerTypes.swift
[255/458] Compiling NIOCore ChannelOption.swift
[263/458] Compiling NIOCore NIOLoopBound.swift
[264/458] Compiling NIOCore NIOScheduledCallback.swift
[265/458] Compiling NIOCore NIOSendable.swift
[266/458] Compiling NIOCore RecvByteBufferAllocator.swift
[268/458] Compiling OrderedCollections OrderedSet.swift
[269/458] Compiling OrderedCollections _UnsafeBitset.swift
[270/460] Compiling _RopeModule _CharacterRecognizer.swift
[271/460] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[272/460] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[273/460] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[274/460] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[275/460] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[276/460] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[277/460] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[278/460] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[279/460] Compiling HashTreeCollections TreeSet.swift
[282/460] Compiling NIOCore FileHandle.swift
[283/460] Compiling NIOCore FileRegion.swift
[284/460] Compiling NIOCore AddressedEnvelope.swift
[285/460] Compiling NIOCore AsyncAwaitSupport.swift
[286/460] Compiling NIOCore AsyncChannel.swift
[287/460] Compiling NIOCore AsyncChannelHandler.swift
[288/460] Compiling NIOCore AsyncChannelInboundStream.swift
[289/460] Compiling NIOCore AsyncChannelOutboundWriter.swift
[290/460] Compiling NIOCore NIOAsyncSequenceProducer.swift
[294/460] Compiling HashTreeCollections _HashNode+Initializers.swift
[295/460] Compiling HashTreeCollections _HashNode+Invariants.swift
[296/460] Compiling HashTreeCollections _HashNode+Lookups.swift
[297/460] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[310/460] Compiling NIOCore EventLoop+SerialExecutor.swift
[322/460] Compiling NIOCore ByteBuffer-multi-int.swift
[323/460] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[324/460] Compiling NIOCore ByteBuffer-views.swift
[325/460] Compiling NIOCore Channel.swift
[326/460] Compiling NIOCore ChannelHandler.swift
[327/460] Compiling NIOCore ChannelHandlers.swift
[328/460] Compiling NIOCore ChannelInvoker.swift
[333/460] Compiling NIOCore EventLoop.swift
[334/460] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[335/460] Compiling NIOCore EventLoopFuture+Deprecated.swift
[336/460] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[337/460] Compiling NIOCore EventLoopFuture.swift
[338/460] Compiling NIOCore FileDescriptor.swift
[365/461] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[366/461] Compiling NIOCore NIOAsyncWriter.swift
[367/461] Compiling NIOCore MarkedCircularBuffer.swift
[368/461] Compiling NIOCore MulticastChannel.swift
[369/461] Compiling NIOCore NIOAny.swift
[370/461] Compiling NIOCore NIOCloseOnErrorHandler.swift
[394/461] Compiling _RopeModule Rope+Join.swift
[395/461] Compiling _RopeModule Rope+MutatingForEach.swift
[396/461] Compiling _RopeModule Rope+Remove.swift
[397/461] Compiling _RopeModule Rope+RemoveSubrange.swift
[398/461] Compiling _RopeModule Rope+Split.swift
[399/461] Compiling _RopeModule Optional Utilities.swift
[400/461] Compiling _RopeModule String Utilities.swift
[401/461] Compiling _RopeModule String.Index+ABI.swift
[420/472] Emitting module Collections
[421/472] Compiling Collections Collections.swift
[423/473] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[424/473] Compiling NIOCore SocketAddresses.swift
[425/473] Compiling NIOCore SocketOptionProvider.swift
[426/473] Compiling NIOCore SystemCallHelpers.swift
[427/473] Compiling NIOCore TimeAmount+Duration.swift
[428/473] Compiling NIOCore TypeAssistedChannelHandler.swift
[429/473] Compiling NIOCore UniversalBootstrapSupport.swift
[430/473] Compiling NIOCore Utilities.swift
[473/473] Emitting module NIOCore
[475/525] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[476/525] Emitting module NIOEmbedded
[477/525] Compiling NIOEmbedded AsyncTestingChannel.swift
[478/525] Compiling NIOPosix PooledRecvBufferAllocator.swift
[479/525] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[480/525] Compiling NIOPosix PosixSingletons.swift
[481/525] Compiling NIOPosix RawSocketBootstrap.swift
[482/525] Compiling NIOPosix Resolver.swift
[483/525] Compiling NIOPosix Selectable.swift
[484/531] Compiling NIOEmbedded Embedded.swift
[486/532] Compiling NIOPosix IO.swift
[487/532] Compiling NIOPosix IntegerBitPacking.swift
[488/532] Compiling NIOPosix IntegerTypes.swift
[489/532] Compiling NIOPosix Linux.swift
[490/532] Compiling NIOPosix LinuxCPUSet.swift
[491/532] Compiling NIOPosix LinuxUring.swift
[492/532] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[493/532] Compiling NIOPosix ThreadPosix.swift
[494/532] Compiling NIOPosix ThreadWindows.swift
[495/532] Compiling NIOPosix UnsafeTransfer.swift
[496/532] Compiling NIOPosix Utilities.swift
[497/532] Compiling NIOPosix VsockAddress.swift
[498/532] Compiling NIOPosix VsockChannelEvents.swift
[499/532] Compiling NIOPosix SelectableChannel.swift
[500/532] Compiling NIOPosix SelectableEventLoop.swift
[501/532] Compiling NIOPosix SelectorEpoll.swift
[502/532] Compiling NIOPosix SelectorGeneric.swift
[503/532] Compiling NIOPosix SelectorKqueue.swift
[504/532] Compiling NIOPosix SelectorUring.swift
[505/532] Compiling NIOPosix ServerSocket.swift
[506/532] Compiling NIOPosix Socket.swift
[507/532] Compiling NIOPosix SocketChannel.swift
[508/532] Compiling NIOPosix SocketProtocols.swift
[509/532] Compiling NIOPosix System.swift
[510/532] Compiling NIOPosix Thread.swift
[511/532] Emitting module NIOPosix
[512/532] Compiling NIOPosix BSDSocketAPICommon.swift
[513/532] Compiling NIOPosix BSDSocketAPIPosix.swift
[514/532] Compiling NIOPosix BSDSocketAPIWindows.swift
[515/532] Compiling NIOPosix BaseSocket.swift
[516/532] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[517/532] Compiling NIOPosix BaseSocketChannel.swift
[518/532] Compiling NIOPosix BaseStreamSocketChannel.swift
[519/532] Compiling NIOPosix Bootstrap.swift
[520/532] Compiling NIOPosix ControlMessage.swift
[521/532] Compiling NIOPosix DatagramVectorReadManager.swift
[522/532] Compiling NIOPosix Errors+Any.swift
[523/532] Compiling NIOPosix FileDescriptor.swift
[524/532] Compiling NIOPosix GetaddrinfoResolver.swift
[525/532] Compiling NIOPosix HappyEyeballs.swift
[526/532] Compiling NIOPosix NIOThreadPool.swift
[527/532] Compiling NIOPosix NonBlockingFileIO.swift
[528/532] Compiling NIOPosix PendingDatagramWritesManager.swift
[529/532] Compiling NIOPosix PendingWritesManager.swift
[530/532] Compiling NIOPosix PipeChannel.swift
[531/532] Compiling NIOPosix PipePair.swift
[532/532] Compiling NIOPosix Pool.swift
[534/535] Compiling NIO Exports.swift
[535/535] Emitting module NIO
[537/552] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[538/552] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[539/554] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[540/554] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[541/554] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[542/554] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[543/554] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[544/554] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[545/554] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[546/554] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[547/554] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[548/554] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[549/554] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[550/554] Compiling NIOHTTP1 HTTPTypes.swift
[551/554] Compiling NIOHTTP1 ByteCollectionUtils.swift
[552/554] Compiling NIOHTTP1 HTTPDecoder.swift
[553/554] Compiling NIOHTTP1 HTTPEncoder.swift
[554/554] Emitting module NIOHTTP1
[556/574] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[557/574] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[558/574] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[559/576] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[560/576] Compiling MultipartKit FormDataDecoder.swift
[561/576] Compiling MultipartKit FormDataEncoder.Encoder.swift
[562/576] Compiling MultipartKit FormDataDecoder.Decoder.swift
[563/576] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[564/576] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[565/576] Emitting module MultipartKit
[566/576] Compiling MultipartKit BasicCodingKey.swift
[567/576] Compiling MultipartKit MultipartError.swift
[568/576] Compiling MultipartKit Exports.swift
[569/576] Compiling MultipartKit MultipartSerializer.swift
[570/576] Compiling MultipartKit Utilities.swift
[571/576] Compiling MultipartKit MultipartFormData.swift
[572/576] Compiling MultipartKit MultipartParser.swift
[573/576] Compiling MultipartKit FormDataEncoder.swift
[574/576] Compiling MultipartKit Storage.swift
[575/576] Compiling MultipartKit MultipartPart.swift
[576/576] Compiling MultipartKit MultipartPartConvertible.swift
Build complete! (98.72s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.65.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
}
],
"manifest_display_name" : "multipart-kit",
"name" : "multipart-kit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "MultipartKit",
"targets" : [
"MultipartKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MultipartKitTests",
"module_type" : "SwiftTarget",
"name" : "MultipartKitTests",
"path" : "Tests/MultipartKitTests",
"sources" : [
"FormDataTests.swift",
"MultipartTests.swift"
],
"target_dependencies" : [
"MultipartKit"
],
"type" : "test"
},
{
"c99name" : "MultipartKit",
"module_type" : "SwiftTarget",
"name" : "MultipartKit",
"path" : "Sources/MultipartKit",
"product_dependencies" : [
"NIO",
"NIOHTTP1",
"Collections"
],
"product_memberships" : [
"MultipartKit"
],
"sources" : [
"BasicCodingKey.swift",
"Deprecated/MultipartError.swift",
"Exports.swift",
"FormDataDecoder/FormDataDecoder.Decoder.swift",
"FormDataDecoder/FormDataDecoder.KeyedContainer.swift",
"FormDataDecoder/FormDataDecoder.SingleValueContainer.swift",
"FormDataDecoder/FormDataDecoder.UnkeyedContainer.swift",
"FormDataDecoder/FormDataDecoder.swift",
"FormDataEncoder/FormDataEncoder.Encoder.swift",
"FormDataEncoder/FormDataEncoder.KeyedContainer.swift",
"FormDataEncoder/FormDataEncoder.SingleValueContainer.swift",
"FormDataEncoder/FormDataEncoder.UnkeyedContainer.swift",
"FormDataEncoder/FormDataEncoder.swift",
"FormDataEncoder/Storage.swift",
"MultipartFormData.swift",
"MultipartParser.swift",
"MultipartPart.swift",
"MultipartPartConvertible.swift",
"MultipartSerializer.swift",
"Utilities.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.