Build Information
Successful build of multipart-kit, reference main (481a44
), with Swift 6.0 for Linux on 13 Mar 2025 13:14:08 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
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 481a446 Add back `MultipartPartConvertible` (#130)
Cloned https://github.com/vapor/multipart-kit.git
Revision (git rev-parse @):
481a44661dae96a609fc30f6ddad8d6f35c51947
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/multipart-kit.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
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"
}
],
"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" : [
"FormDataDecodingTests.swift",
"FormDataEncodingTests.swift",
"ParserTests.swift",
"SerializerTests.swift",
"Utilities/File.swift",
"Utilities/MultipartSection+Equatable.swift"
],
"target_dependencies" : [
"MultipartKit"
],
"type" : "test"
},
{
"c99name" : "MultipartKit",
"module_type" : "SwiftTarget",
"name" : "MultipartKit",
"path" : "Sources/MultipartKit",
"product_dependencies" : [
"HTTPTypes",
"Collections"
],
"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",
"MultipartParser+parse.swift",
"MultipartParser.swift",
"MultipartParserAsyncSequence.swift",
"MultipartParserError.swift",
"MultipartPart.swift",
"MultipartPartConvertible.swift",
"MultipartSection.swift",
"MultipartSerializer.swift",
"StreamingMultipartParserAsyncSequence+Isolation.swift",
"StreamingMultipartParserAsyncSequence.swift",
"Utilities.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-collections.git
[1/877] Fetching swift-http-types
[878/16772] Fetching swift-http-types, swift-collections
Fetched https://github.com/apple/swift-http-types.git from cache (0.25s)
[636/15895] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.10s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.3.1 (2.24s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.24s)
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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.3.1
Building for debugging...
[0/11] Write sources
[10/11] Write swift-version-24593BA9C3E375BF.txt
[12/36] Emitting module InternalCollectionsUtilities
[13/38] Emitting module HTTPTypes
[14/39] Compiling HTTPTypes ISOLatin1String.swift
[15/39] Compiling HTTPTypes HTTPParsedFields.swift
[16/39] Compiling HTTPTypes HTTPFieldName.swift
[17/39] Compiling HTTPTypes HTTPField.swift
[18/39] Compiling HTTPTypes HTTPRequest.swift
[19/39] Compiling HTTPTypes HTTPResponse.swift
[20/39] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[21/39] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[22/39] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[23/39] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[24/39] Compiling InternalCollectionsUtilities Debugging.swift
[25/39] Compiling InternalCollectionsUtilities Descriptions.swift
[26/39] Compiling InternalCollectionsUtilities _SortedCollection.swift
[27/39] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[28/39] Compiling InternalCollectionsUtilities UInt+reversed.swift
[29/39] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[30/39] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[31/39] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[32/39] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[33/39] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[34/39] Compiling InternalCollectionsUtilities Integer rank.swift
[35/39] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[36/39] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[37/39] Compiling InternalCollectionsUtilities Specialize.swift
[39/314] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[40/314] Compiling HeapModule Heap+Descriptions.swift
[41/314] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[42/314] Compiling HashTreeCollections _HashNode+Storage.swift
[43/316] Compiling HeapModule _HeapNode.swift
[44/316] Compiling HashTreeCollections _HashLevel.swift
[45/316] Compiling HashTreeCollections _HashNode+Builder.swift
[46/316] Compiling HashTreeCollections _Bucket.swift
[47/316] Compiling HashTreeCollections _Hash.swift
[48/316] Compiling HeapModule Heap.swift
[49/316] Compiling HTTPTypes NIOLock.swift
[50/316] Compiling HeapModule Heap+UnsafeHandle.swift
[51/316] Compiling HeapModule Heap+Invariants.swift
[52/316] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[53/316] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[54/316] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[55/316] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[56/316] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[57/316] Compiling HashTreeCollections _HashNode+Structural merge.swift
[58/316] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[59/322] Compiling HashTreeCollections _HashNode+Debugging.swift
[60/322] Compiling HashTreeCollections _HashNode+Initializers.swift
[61/323] Emitting module HeapModule
[63/324] Compiling DequeModule _DequeSlot.swift
[64/324] Compiling DequeModule _UnsafeWrappedBuffer.swift
[65/324] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[66/324] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[67/324] Compiling HashTreeCollections TreeDictionary+Keys.swift
[68/324] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[69/324] Compiling HashTreeCollections TreeDictionary+Merge.swift
[70/324] Compiling BitCollections BitSet.Index.swift
[71/324] Compiling BitCollections BitSet._UnsafeHandle.swift
[72/324] Compiling HashTreeCollections TreeDictionary+Collection.swift
[73/324] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[74/324] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[75/324] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[76/324] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[77/324] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[78/324] Compiling HashTreeCollections TreeDictionary+Filter.swift
[79/331] Compiling HashTreeCollections _HashNode+Invariants.swift
[80/331] Compiling HashTreeCollections _HashNode+Lookups.swift
[81/331] Compiling HashTreeCollections TreeSet+Hashable.swift
[82/331] Compiling HashTreeCollections TreeSet+Sendable.swift
[83/331] Compiling HashTreeCollections TreeSet+Sequence.swift
[84/331] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[85/331] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[86/331] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[87/331] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[88/331] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[89/331] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[90/331] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[91/331] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[92/331] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[100/341] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[101/341] Compiling OrderedCollections OrderedSet+SubSequence.swift
[102/341] Compiling OrderedCollections OrderedSet+Testing.swift
[103/341] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[104/341] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[105/341] Compiling OrderedCollections OrderedSet.swift
[106/341] Compiling OrderedCollections _UnsafeBitset.swift
[107/341] Compiling HashTreeCollections TreeSet+Equatable.swift
[108/341] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[109/341] Compiling HashTreeCollections TreeSet+Extras.swift
[110/341] Compiling HashTreeCollections TreeSet+Filter.swift
[111/341] Compiling HashTreeCollections _HashSlot.swift
[112/341] Compiling HashTreeCollections _HashStack.swift
[113/341] Compiling HashTreeCollections _HashTreeIterator.swift
[114/341] Compiling HashTreeCollections _HashTreeStatistics.swift
[115/341] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[116/341] Compiling HashTreeCollections _RawHashNode.swift
[117/341] Compiling HashTreeCollections _UnmanagedHashNode.swift
[118/341] Compiling HashTreeCollections _UnsafePath.swift
[119/341] Compiling HashTreeCollections TreeDictionary+Codable.swift
[132/341] Compiling HashTreeCollections _HashNode+Structural union.swift
[133/341] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[134/341] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[135/341] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[136/341] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[137/341] Compiling HashTreeCollections _HashNode.swift
[138/341] Compiling HashTreeCollections _HashNodeHeader.swift
[166/341] Compiling OrderedCollections OrderedSet+Sendable.swift
[167/341] Compiling HashTreeCollections _AncestorHashSlots.swift
[168/341] Compiling HashTreeCollections _Bitmap.swift
[169/341] Emitting module BitCollections
[178/341] Emitting module DequeModule
[204/343] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[205/343] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[206/343] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[207/343] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[208/343] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[209/343] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[210/343] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[211/343] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[212/343] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[213/343] Compiling HashTreeCollections TreeSet.swift
[271/352] Compiling HTTPTypes HTTPFields.swift
[291/353] Emitting module OrderedCollections
[315/354] Emitting module _RopeModule
[316/354] Compiling _RopeModule Rope+Join.swift
[317/354] Compiling _RopeModule Rope+MutatingForEach.swift
[318/354] Compiling _RopeModule Rope+Remove.swift
[319/354] Compiling _RopeModule Rope+RemoveSubrange.swift
[320/354] Compiling _RopeModule Rope+Split.swift
[321/354] Compiling _RopeModule Optional Utilities.swift
[322/354] Compiling _RopeModule String Utilities.swift
[323/354] Compiling _RopeModule String.Index+ABI.swift
[324/354] Compiling _RopeModule _CharacterRecognizer.swift
[325/354] Emitting module HashTreeCollections
[357/358] Emitting module Collections
[358/358] Compiling Collections Collections.swift
[360/381] Compiling MultipartKit MultipartParserAsyncSequence.swift
[361/381] Compiling MultipartKit MultipartParserError.swift
[362/381] Compiling MultipartKit MultipartPart.swift
[363/384] Compiling MultipartKit FormDataEncoder+UnkeyedContainer.swift
[364/384] Compiling MultipartKit FormDataEncoder.swift
[365/384] Compiling MultipartKit Storage.swift
[366/384] Emitting module MultipartKit
[367/384] Compiling MultipartKit BasicCodingKey.swift
[368/384] Compiling MultipartKit FormDataDecoder+Decoder.swift
[369/384] Compiling MultipartKit FormDataDecoder+KeyedContainer.swift
[370/384] Compiling MultipartKit FormDataDecoder+SingleValueContainer.swift
[371/384] Compiling MultipartKit FormDataDecoder+UnkeyedContainer.swift
[372/384] Compiling MultipartKit FormDataDecoder.swift
[373/384] Compiling MultipartKit MultipartFormData.swift
[374/384] Compiling MultipartKit MultipartParser+parse.swift
[375/384] Compiling MultipartKit MultipartParser.swift
[376/384] Compiling MultipartKit FormDataEncoder+Encoder.swift
[377/384] Compiling MultipartKit FormDataEncoder+KeyedContainer.swift
[378/384] Compiling MultipartKit FormDataEncoder+SingleValueContainer.swift
[379/384] Compiling MultipartKit MultipartPartConvertible.swift
[380/384] Compiling MultipartKit MultipartSection.swift
[381/384] Compiling MultipartKit MultipartSerializer.swift
[382/384] Compiling MultipartKit StreamingMultipartParserAsyncSequence+Isolation.swift
[383/384] Compiling MultipartKit StreamingMultipartParserAsyncSequence.swift
[384/384] Compiling MultipartKit Utilities.swift
Build complete! (36.08s)
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"
}
],
"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" : [
"FormDataDecodingTests.swift",
"FormDataEncodingTests.swift",
"ParserTests.swift",
"SerializerTests.swift",
"Utilities/File.swift",
"Utilities/MultipartSection+Equatable.swift"
],
"target_dependencies" : [
"MultipartKit"
],
"type" : "test"
},
{
"c99name" : "MultipartKit",
"module_type" : "SwiftTarget",
"name" : "MultipartKit",
"path" : "Sources/MultipartKit",
"product_dependencies" : [
"HTTPTypes",
"Collections"
],
"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",
"MultipartParser+parse.swift",
"MultipartParser.swift",
"MultipartParserAsyncSequence.swift",
"MultipartParserError.swift",
"MultipartPart.swift",
"MultipartPartConvertible.swift",
"MultipartSection.swift",
"MultipartSerializer.swift",
"StreamingMultipartParserAsyncSequence+Isolation.swift",
"StreamingMultipartParserAsyncSequence.swift",
"Utilities.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.