Build Information
Successful build of multipart-kit, reference main (6a93d5), with Swift 6.1 for Android on 11 Nov 2025 15:22:17 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.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 6a93d5c Add `Content-Disposition` type (#139)
Cloned https://github.com/vapor/multipart-kit.git
Revision (git rev-parse @):
6a93d5c650180c353f538ab688a8d0296f7a10d2
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/multipart-kit.git at main
========================================
Build
========================================
Selected platform: android
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-http-types",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-http-types.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"
},
{
"identity" : "swift-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-algorithms.git"
}
],
"manifest_display_name" : "multipart-kit",
"name" : "multipart-kit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "MultipartKit",
"targets" : [
"MultipartKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MultipartKitTests",
"module_type" : "SwiftTarget",
"name" : "MultipartKitTests",
"path" : "Tests/MultipartKitTests",
"sources" : [
"ContentDispositionTests.swift",
"FormDataDecodingTests.swift",
"FormDataEncodingTests.swift",
"ParserTests.swift",
"Utilities/File.swift",
"Utilities/MultipartSection+Equatable.swift",
"WriterTests.swift"
],
"target_dependencies" : [
"MultipartKit"
],
"type" : "test"
},
{
"c99name" : "MultipartKit",
"module_type" : "SwiftTarget",
"name" : "MultipartKit",
"path" : "Sources/MultipartKit",
"product_dependencies" : [
"HTTPTypes",
"Collections",
"Algorithms"
],
"product_memberships" : [
"MultipartKit"
],
"sources" : [
"BasicCodingKey.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",
"MultipartPart.swift",
"MultipartPartConvertible.swift",
"MultipartSection.swift",
"Parser/MultipartParser+parse.swift",
"Parser/MultipartParser.swift",
"Parser/MultipartParserAsyncSequence.swift",
"Parser/MultipartParserError.swift",
"Parser/StreamingMultipartParserAsyncSequence+Isolation.swift",
"Parser/StreamingMultipartParserAsyncSequence.swift",
"Utilities.swift",
"Writer/BufferedMultipartWriter.swift",
"Writer/MemoryMultipartWriter.swift",
"Writer/MultipartWriter.swift",
"Writer/MultipartWriterAsyncSequence+Isolation.swift",
"Writer/MultipartWriterAsyncSequence.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-algorithms.git
[1/939] Fetching swift-http-types
[940/6968] Fetching swift-http-types, swift-algorithms
[3834/25282] Fetching swift-http-types, swift-algorithms, swift-collections
Fetched https://github.com/apple/swift-http-types.git from cache (0.80s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.80s)
[4762/18314] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.13s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (6.18s)
Fetching https://github.com/apple/swift-numerics.git
[1/6380] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.72s)
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.71s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.01s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.38s)
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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Building for debugging...
[0/14] Write sources
[12/14] Compiling _NumericsShims _NumericsShims.c
[13/14] Write swift-version-24593BA9C3E375BF.txt
[15/50] Emitting module InternalCollectionsUtilities
[16/52] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[17/52] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[18/52] Compiling RealModule Float80+Real.swift
[19/52] Compiling RealModule Float16+Real.swift
[20/53] Compiling RealModule RealFunctions.swift
[21/53] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[22/53] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[23/53] Compiling InternalCollectionsUtilities _SortedCollection.swift
[24/53] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[25/53] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[26/53] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[27/53] Compiling HTTPTypes HTTPField.swift
[28/53] Compiling HTTPTypes HTTPFieldName.swift
[29/53] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[30/53] Compiling InternalCollectionsUtilities UInt+reversed.swift
[31/53] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[32/53] Compiling RealModule Real.swift
[33/53] Compiling RealModule RelaxedArithmetic.swift
[38/53] Emitting module RealModule
[41/54] Compiling InternalCollectionsUtilities Debugging.swift
[42/54] Compiling InternalCollectionsUtilities Descriptions.swift
[43/54] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[44/54] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[47/283] Compiling HTTPTypes ISOLatin1String.swift
[48/355] Compiling HeapModule Heap+Descriptions.swift
[49/355] Compiling HashTreeCollections _AncestorHashSlots.swift
[50/355] Compiling HashTreeCollections _Bitmap.swift
[51/357] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[52/357] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[53/357] Compiling HeapModule _HeapNode.swift
[54/357] Compiling HashTreeCollections _HashNode+Invariants.swift
[55/357] Compiling HashTreeCollections _HashNode+Lookups.swift
[56/357] Compiling HeapModule Heap.swift
[57/357] Compiling HashTreeCollections _HashLevel.swift
[58/357] Compiling HashTreeCollections _HashNode+Builder.swift
[59/357] Compiling HashTreeCollections _HashNode+Debugging.swift
[60/357] Compiling HashTreeCollections _HashNode+Initializers.swift
[61/357] Compiling HeapModule Heap+Invariants.swift
[62/357] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[63/357] Compiling HeapModule Heap+UnsafeHandle.swift
[64/357] Emitting module HeapModule
[65/358] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[66/358] Compiling HashTreeCollections _HashNode+Storage.swift
[68/358] Compiling HashTreeCollections _RawHashNode.swift
[69/358] Compiling HashTreeCollections _UnmanagedHashNode.swift
[70/358] Compiling HashTreeCollections _UnsafePath.swift
[71/358] Compiling HashTreeCollections TreeDictionary+Codable.swift
[72/358] Compiling HashTreeCollections TreeDictionary+Collection.swift
[73/358] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[74/358] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[75/365] Compiling DequeModule _DequeSlot.swift
[76/365] Compiling DequeModule _UnsafeWrappedBuffer.swift
[77/365] Compiling HashTreeCollections TreeSet+Hashable.swift
[78/365] Compiling HashTreeCollections TreeSet+Sendable.swift
[79/365] Compiling HashTreeCollections TreeSet+Sequence.swift
[80/365] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[81/365] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[82/365] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[83/365] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[84/365] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[85/365] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[86/365] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[87/375] Emitting module BitCollections
[89/382] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[90/382] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[91/382] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[92/382] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[93/382] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[94/382] Compiling HashTreeCollections _HashNode+Structural merge.swift
[95/382] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[96/382] Compiling HTTPTypes NIOLock.swift
[97/382] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[98/382] Compiling HashTreeCollections TreeDictionary+Merge.swift
[99/382] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[100/382] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[101/382] Compiling HashTreeCollections TreeDictionary+Values.swift
[102/382] Compiling HashTreeCollections _HashTreeIterator.swift
[103/382] Compiling HashTreeCollections _HashTreeStatistics.swift
[104/382] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[105/382] Compiling HashTreeCollections _Bucket.swift
[106/382] Compiling HashTreeCollections _Hash.swift
[107/382] Emitting module HTTPTypes
[108/382] Compiling HashTreeCollections _HashNode+Structural union.swift
[109/382] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[110/382] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[111/382] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[112/382] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[113/382] Compiling HashTreeCollections _HashNode.swift
[114/382] Compiling HashTreeCollections _HashNodeHeader.swift
[115/382] Compiling HTTPTypes HTTPRequest.swift
[116/382] Compiling HTTPTypes HTTPResponse.swift
[117/382] Compiling HashTreeCollections _HashSlot.swift
[118/382] Compiling HashTreeCollections _HashStack.swift
[119/382] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[120/382] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[121/382] Compiling HashTreeCollections TreeDictionary+Filter.swift
[122/382] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[123/382] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[127/385] Compiling HashTreeCollections TreeDictionary+Keys.swift
[146/385] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[147/385] Compiling BitCollections Range+Utilities.swift
[148/385] Compiling BitCollections Slice+Utilities.swift
[149/385] Compiling BitCollections UInt+Tricks.swift
[150/385] Compiling BitCollections _Word.swift
[151/385] Compiling OrderedCollections OrderedSet.swift
[152/385] Compiling OrderedCollections _UnsafeBitset.swift
[153/385] Compiling HashTreeCollections TreeSet+Equatable.swift
[154/385] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[155/385] Compiling HashTreeCollections TreeSet+Extras.swift
[156/385] Compiling HashTreeCollections TreeSet+Filter.swift
[192/385] Emitting module DequeModule
[201/386] Compiling Algorithms Trim.swift
[202/386] Compiling Algorithms Unique.swift
[203/386] Compiling Algorithms Windows.swift
[210/386] Compiling BitCollections BitSet.Index.swift
[211/386] Compiling BitCollections BitSet._UnsafeHandle.swift
[212/386] Compiling BitCollections BitSet.swift
[225/395] Compiling _RopeModule _CharacterRecognizer.swift
[226/395] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[227/395] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[228/395] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[229/395] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[230/395] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[231/395] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[232/395] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[233/395] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[234/395] Compiling HashTreeCollections TreeSet.swift
[338/396] Emitting module OrderedCollections
[362/397] Compiling HTTPTypes HTTPParsedFields.swift
[363/397] Compiling HTTPTypes HTTPRequest+URL.swift
[364/397] Emitting module _RopeModule
[365/397] Emitting module Algorithms
[367/398] Compiling _RopeModule Rope+Join.swift
[368/398] Compiling _RopeModule Rope+MutatingForEach.swift
[369/398] Compiling _RopeModule Rope+Remove.swift
[370/398] Compiling _RopeModule Rope+RemoveSubrange.swift
[371/398] Compiling _RopeModule Rope+Split.swift
[372/398] Compiling _RopeModule Optional Utilities.swift
[373/398] Compiling _RopeModule String Utilities.swift
[374/398] Compiling _RopeModule String.Index+ABI.swift
[376/398] Emitting module HashTreeCollections
[398/402] Emitting module Collections
[399/402] Compiling Collections Collections.swift
[403/403] Compiling HTTPTypes HTTPFields.swift
[405/430] Compiling MultipartKit MultipartParserError.swift
[406/430] Compiling MultipartKit StreamingMultipartParserAsyncSequence+Isolation.swift
[407/430] Compiling MultipartKit StreamingMultipartParserAsyncSequence.swift
[408/430] Compiling MultipartKit FormDataEncoder+SingleValueContainer.swift
[409/430] Compiling MultipartKit FormDataEncoder+UnkeyedContainer.swift
[410/430] Compiling MultipartKit FormDataEncoder.swift
[411/430] Compiling MultipartKit Storage.swift
[412/433] Compiling MultipartKit FormDataDecoder+UnkeyedContainer.swift
[413/433] Compiling MultipartKit FormDataDecoder.swift
[414/433] Compiling MultipartKit FormDataEncoder+Encoder.swift
[415/433] Compiling MultipartKit FormDataEncoder+KeyedContainer.swift
[416/433] Compiling MultipartKit BasicCodingKey.swift
[417/433] Compiling MultipartKit FormDataDecoder+Decoder.swift
[418/433] Compiling MultipartKit FormDataDecoder+KeyedContainer.swift
[419/433] Compiling MultipartKit FormDataDecoder+SingleValueContainer.swift
[420/433] Emitting module MultipartKit
[421/433] Compiling MultipartKit MultipartParser+parse.swift
[422/433] Compiling MultipartKit MultipartParser.swift
[423/433] Compiling MultipartKit MultipartParserAsyncSequence.swift
[424/433] Compiling MultipartKit MultipartWriter.swift
[425/433] Compiling MultipartKit MultipartWriterAsyncSequence+Isolation.swift
[426/433] Compiling MultipartKit MultipartWriterAsyncSequence.swift
[427/433] Compiling MultipartKit Utilities.swift
[428/433] Compiling MultipartKit BufferedMultipartWriter.swift
[429/433] Compiling MultipartKit MemoryMultipartWriter.swift
[430/433] Compiling MultipartKit MultipartFormData.swift
[431/433] Compiling MultipartKit MultipartPart.swift
[432/433] Compiling MultipartKit MultipartPartConvertible.swift
[433/433] Compiling MultipartKit MultipartSection.swift
Build complete! (43.53s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-http-types",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-http-types.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"
},
{
"identity" : "swift-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-algorithms.git"
}
],
"manifest_display_name" : "multipart-kit",
"name" : "multipart-kit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "MultipartKit",
"targets" : [
"MultipartKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MultipartKitTests",
"module_type" : "SwiftTarget",
"name" : "MultipartKitTests",
"path" : "Tests/MultipartKitTests",
"sources" : [
"ContentDispositionTests.swift",
"FormDataDecodingTests.swift",
"FormDataEncodingTests.swift",
"ParserTests.swift",
"Utilities/File.swift",
"Utilities/MultipartSection+Equatable.swift",
"WriterTests.swift"
],
"target_dependencies" : [
"MultipartKit"
],
"type" : "test"
},
{
"c99name" : "MultipartKit",
"module_type" : "SwiftTarget",
"name" : "MultipartKit",
"path" : "Sources/MultipartKit",
"product_dependencies" : [
"HTTPTypes",
"Collections",
"Algorithms"
],
"product_memberships" : [
"MultipartKit"
],
"sources" : [
"BasicCodingKey.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",
"MultipartPart.swift",
"MultipartPartConvertible.swift",
"MultipartSection.swift",
"Parser/MultipartParser+parse.swift",
"Parser/MultipartParser.swift",
"Parser/MultipartParserAsyncSequence.swift",
"Parser/MultipartParserError.swift",
"Parser/StreamingMultipartParserAsyncSequence+Isolation.swift",
"Parser/StreamingMultipartParserAsyncSequence.swift",
"Utilities.swift",
"Writer/BufferedMultipartWriter.swift",
"Writer/MemoryMultipartWriter.swift",
"Writer/MultipartWriter.swift",
"Writer/MultipartWriterAsyncSequence+Isolation.swift",
"Writer/MultipartWriterAsyncSequence.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.