The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of multipart-kit, reference 5.0.0-alpha.5 (481a44), with Swift 6.1 for Android on 30 May 2025 02:37:08 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/multipart-kit.git
Reference: 5.0.0-alpha.5
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               5.0.0-alpha.5 -> FETCH_HEAD
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 5.0.0-alpha.5
========================================
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"
    }
  ],
  "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-1":/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 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-collections.git
Fetching https://github.com/apple/swift-http-types.git
[1/904] Fetching swift-http-types
[905/17495] Fetching swift-http-types, swift-collections
Fetched https://github.com/apple/swift-http-types.git from cache (1.20s)
Fetched https://github.com/apple/swift-collections.git from cache (1.22s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.81s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.71s)
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.4.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.2.0
Building for debugging...
[0/11] Write sources
[10/11] Write swift-version-24593BA9C3E375BF.txt
[12/33] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[13/34] Compiling HTTPTypes HTTPRequest.swift
[14/34] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[15/34] Compiling InternalCollectionsUtilities Debugging.swift
[16/35] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[17/35] Compiling InternalCollectionsUtilities _SortedCollection.swift
[18/35] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[19/35] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[20/35] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[21/35] Compiling InternalCollectionsUtilities UInt+reversed.swift
[22/35] Compiling InternalCollectionsUtilities Descriptions.swift
[23/35] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[24/35] Compiling HTTPTypes HTTPParsedFields.swift
[25/35] Compiling HTTPTypes HTTPResponse.swift
[26/35] Compiling HTTPTypes ISOLatin1String.swift
[27/35] Emitting module InternalCollectionsUtilities
[28/35] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[29/35] Compiling InternalCollectionsUtilities Integer rank.swift
[30/35] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[32/36] Compiling HTTPTypes NIOLock.swift
[33/310] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[34/310] Compiling HeapModule Heap.swift
[35/310] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[36/310] Compiling HashTreeCollections _HashNode+Storage.swift
[37/312] Compiling HeapModule Heap+Descriptions.swift
[38/312] Compiling HeapModule _HeapNode.swift
[39/312] Compiling HeapModule Heap+Invariants.swift
[40/312] Compiling HeapModule Heap+UnsafeHandle.swift
[41/312] Compiling HashTreeCollections _HashNode+Structural union.swift
[42/312] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[43/312] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[44/312] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[45/312] Compiling _RopeModule RopeSummary.swift
[46/312] Compiling _RopeModule _RopeItem.swift
[47/312] Compiling _RopeModule _RopePath.swift
[48/312] Compiling _RopeModule _RopeVersion.swift
[49/312] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[50/312] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[51/312] Compiling _RopeModule Rope+Sequence.swift
[52/312] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[53/312] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[54/312] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[55/312] Compiling HashTreeCollections TreeDictionary.swift
[56/312] Compiling HashTreeCollections TreeSet+Codable.swift
[57/312] Compiling HashTreeCollections TreeSet+Collection.swift
[58/312] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[59/312] Compiling HashTreeCollections TreeSet+Debugging.swift
[60/312] Compiling HashTreeCollections TreeSet+Descriptions.swift
[61/312] Compiling HashTreeCollections TreeSet+Equatable.swift
[62/312] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[63/312] Compiling HashTreeCollections TreeSet+Extras.swift
[64/312] Compiling HashTreeCollections TreeSet+Filter.swift
[65/322] Compiling DequeModule _DequeSlot.swift
[66/322] Compiling DequeModule _UnsafeWrappedBuffer.swift
[67/322] Emitting module HeapModule
[69/323] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[70/323] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[71/323] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[72/323] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[73/323] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[74/323] Compiling HashTreeCollections _HashNode+Structural merge.swift
[75/330] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[76/330] Compiling HashTreeCollections _HashTreeIterator.swift
[77/330] Compiling HashTreeCollections _HashTreeStatistics.swift
[78/330] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[79/330] Compiling HashTreeCollections _RawHashNode.swift
[80/330] Compiling HashTreeCollections _UnmanagedHashNode.swift
[81/330] Compiling HashTreeCollections _UnsafePath.swift
[82/330] Compiling HashTreeCollections TreeDictionary+Codable.swift
[83/330] Compiling HashTreeCollections TreeDictionary+Collection.swift
[84/330] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[85/330] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[86/330] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[87/330] Compiling _RopeModule BigSubstring.swift
[88/330] Compiling _RopeModule Rope+Builder.swift
[89/330] Compiling _RopeModule Rope+Debugging.swift
[90/330] Compiling _RopeModule Rope+Invariants.swift
[91/330] Compiling _RopeModule Rope+_Node.swift
[92/330] Compiling _RopeModule Rope+_Storage.swift
[93/330] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[94/330] Compiling _RopeModule Rope+_UnsafeHandle.swift
[95/330] Compiling BitCollections BitSet.Index.swift
[96/330] Compiling BitCollections BitSet._UnsafeHandle.swift
[97/337] Compiling HashTreeCollections _HashNodeHeader.swift
[98/337] Compiling HashTreeCollections _HashSlot.swift
[99/337] Compiling HashTreeCollections _HashStack.swift
[100/337] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[101/337] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[102/337] Compiling HashTreeCollections _HashNode.swift
[104/337] Compiling HashTreeCollections _AncestorHashSlots.swift
[105/337] Compiling HashTreeCollections _Bitmap.swift
[106/337] Compiling HashTreeCollections _Bucket.swift
[107/337] Compiling HashTreeCollections _Hash.swift
[108/337] Compiling HashTreeCollections _HashLevel.swift
[109/337] Compiling HashTreeCollections _HashNode+Builder.swift
[110/337] Compiling HashTreeCollections _HashNode+Debugging.swift
[118/337] Compiling HashTreeCollections _HashNode+Initializers.swift
[119/337] Compiling HashTreeCollections _HashNode+Invariants.swift
[120/337] Compiling HashTreeCollections _HashNode+Lookups.swift
[126/337] Emitting module BitCollections
[145/337] Compiling OrderedCollections OrderedSet+Sendable.swift
[146/337] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[147/337] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[156/337] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[157/337] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[158/337] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[159/337] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[160/337] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[161/337] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[162/337] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[163/337] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[164/337] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[165/337] Compiling HashTreeCollections TreeSet.swift
[166/337] Emitting module DequeModule
[171/338] Compiling OrderedCollections OrderedSet+SubSequence.swift
[172/338] Compiling OrderedCollections OrderedSet+Testing.swift
[173/338] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[174/338] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[231/339] Compiling OrderedCollections OrderedSet.swift
[232/339] Compiling OrderedCollections _UnsafeBitset.swift
[251/348] Emitting module OrderedCollections
[286/349] Emitting module _RopeModule
[287/349] Emitting module HashTreeCollections
[289/350] Compiling _RopeModule Rope+Join.swift
[290/350] Compiling _RopeModule Rope+MutatingForEach.swift
[291/350] Compiling _RopeModule Rope+Remove.swift
[292/350] Compiling _RopeModule Rope+RemoveSubrange.swift
[293/350] Compiling _RopeModule Rope+Split.swift
[294/350] Compiling _RopeModule Optional Utilities.swift
[295/350] Compiling _RopeModule String Utilities.swift
[296/350] Compiling _RopeModule String.Index+ABI.swift
[297/350] Compiling _RopeModule _CharacterRecognizer.swift
[348/353] Compiling HTTPTypes HTTPFieldName.swift
[349/353] Compiling HTTPTypes HTTPField.swift
[350/353] Emitting module HTTPTypes
[351/353] Compiling HTTPTypes HTTPFields.swift
[352/354] Emitting module Collections
[353/354] Compiling Collections Collections.swift
[356/377] Compiling MultipartKit MultipartPartConvertible.swift
[357/377] Compiling MultipartKit MultipartSection.swift
[358/377] Compiling MultipartKit MultipartSerializer.swift
[359/380] Compiling MultipartKit MultipartParserAsyncSequence.swift
[360/380] Compiling MultipartKit MultipartParserError.swift
[361/380] Compiling MultipartKit MultipartPart.swift
[362/380] Compiling MultipartKit FormDataEncoder+UnkeyedContainer.swift
[363/380] Compiling MultipartKit FormDataEncoder.swift
[364/380] Compiling MultipartKit Storage.swift
[365/380] Compiling MultipartKit FormDataEncoder+Encoder.swift
[366/380] Compiling MultipartKit FormDataEncoder+KeyedContainer.swift
[367/380] Compiling MultipartKit FormDataEncoder+SingleValueContainer.swift
[368/380] Emitting module MultipartKit
[369/380] Compiling MultipartKit FormDataDecoder+SingleValueContainer.swift
[370/380] Compiling MultipartKit FormDataDecoder+UnkeyedContainer.swift
[371/380] Compiling MultipartKit FormDataDecoder.swift
[372/380] Compiling MultipartKit BasicCodingKey.swift
[373/380] Compiling MultipartKit FormDataDecoder+Decoder.swift
[374/380] Compiling MultipartKit FormDataDecoder+KeyedContainer.swift
[375/380] Compiling MultipartKit MultipartFormData.swift
[376/380] Compiling MultipartKit MultipartParser+parse.swift
[377/380] Compiling MultipartKit MultipartParser.swift
[378/380] Compiling MultipartKit StreamingMultipartParserAsyncSequence+Isolation.swift
[379/380] Compiling MultipartKit StreamingMultipartParserAsyncSequence.swift
[380/380] Compiling MultipartKit Utilities.swift
Build complete! (56.29s)
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"
}
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
Done.