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 MultipartFormDataParser, reference main (61e884), with Swift 5.10 for macOS (SPM) on 13 Dec 2025 01:37:54 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/417-72KI/MultipartFormDataParser.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/417-72KI/MultipartFormDataParser
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 61e884e Merge pull request #110 from 417-72KI/renovate/major-6-artifact-actions
Cloned https://github.com/417-72KI/MultipartFormDataParser.git
Revision (git rev-parse @):
61e884e4eb7abdfef3ad530b7ed54ff4fc18adf4
SUCCESS checkout https://github.com/417-72KI/MultipartFormDataParser.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/417-72KI/MultipartFormDataParser.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin SwiftLintBuildToolPlugin
[2/2] Compiling plugin SwiftLintCommandPlugin
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-33747A42983211AE.txt
[5/10] Compiling MultipartFormDataParser MultipartFormData.swift
[6/10] Compiling MultipartFormDataParser MultipartFormData+Sequence.swift
[7/10] Compiling MultipartFormDataParser Error.swift
[8/10] Compiling MultipartFormDataParser MultipartFormDataParser.swift
[9/10] Emitting module MultipartFormDataParser
[10/10] Compiling MultipartFormDataParser Data+Util.swift
Build complete! (19.03s)
Fetching https://github.com/SimplyDanny/SwiftLintPlugins
Fetching https://github.com/ishkawa/APIKit.git
Fetching https://github.com/Alamofire/Alamofire.git
[1/253] Fetching swiftlintplugins
[254/5817] Fetching swiftlintplugins, apikit
[3092/36336] Fetching swiftlintplugins, apikit, alamofire
Fetched https://github.com/SimplyDanny/SwiftLintPlugins from cache (1.70s)
[7701/36083] Fetching apikit, alamofire
Fetched https://github.com/ishkawa/APIKit.git from cache (3.33s)
Fetched https://github.com/Alamofire/Alamofire.git from cache (3.33s)
Computing version for https://github.com/ishkawa/APIKit.git
Computed https://github.com/ishkawa/APIKit.git at 5.4.0 (2.44s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.10.2 (0.39s)
Computing version for https://github.com/SimplyDanny/SwiftLintPlugins
Computed https://github.com/SimplyDanny/SwiftLintPlugins at 0.62.2 (0.39s)
Creating working copy for https://github.com/SimplyDanny/SwiftLintPlugins
Working copy of https://github.com/SimplyDanny/SwiftLintPlugins resolved at 0.62.2
Creating working copy for https://github.com/ishkawa/APIKit.git
Working copy of https://github.com/ishkawa/APIKit.git resolved at 5.4.0
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.10.2
[32750/71991460] Downloading https://github.com/realm/SwiftLint/releases/download/0.62.2/SwiftLintBinary.artifactbundle.zip
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.62.2/SwiftLintBinary.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.62.2/SwiftLintBinary.artifactbundle.zip (3.70s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftlintplugins",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.57.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SimplyDanny/SwiftLintPlugins"
    },
    {
      "identity" : "alamofire",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.7.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Alamofire/Alamofire.git"
    },
    {
      "identity" : "apikit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.4.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ishkawa/APIKit.git"
    }
  ],
  "manifest_display_name" : "MultipartFormDataParser",
  "name" : "MultipartFormDataParser",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "MultipartFormDataParser",
      "targets" : [
        "MultipartFormDataParser"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MultipartFormDataParserTests",
      "module_type" : "SwiftTarget",
      "name" : "MultipartFormDataParserTests",
      "path" : "Tests/MultipartFormDataParserTests",
      "product_dependencies" : [
        "Alamofire",
        "APIKit",
        "SwiftLintBuildToolPlugin"
      ],
      "sources" : [
        "MultipartFormDataParserTests.swift",
        "_Extension/NSImage+Util.swift",
        "_Extension/URLSession+Linux.swift",
        "_Extension/XCTest+Activity.swift",
        "_TestFunctions/TestFunction_APIKit.swift",
        "_TestFunctions/TestFunction_Alamofire.swift",
        "_TestFunctions/TestFunction_URLSession.swift",
        "_Util/Constants.swift",
        "_Util/LinuxImage.swift",
        "_Util/StubURLProtocol.swift",
        "_Util/TestEntity.swift",
        "_Util/TestResource.swift",
        "_Util/TestStub.swift"
      ],
      "target_dependencies" : [
        "MultipartFormDataParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MultipartFormDataParser",
      "module_type" : "SwiftTarget",
      "name" : "MultipartFormDataParser",
      "path" : "Sources/MultipartFormDataParser",
      "product_dependencies" : [
        "SwiftLintBuildToolPlugin"
      ],
      "product_memberships" : [
        "MultipartFormDataParser"
      ],
      "sources" : [
        "Error.swift",
        "Extensions/Data+Util.swift",
        "MultipartFormData+Sequence.swift",
        "MultipartFormData.swift",
        "MultipartFormDataParser.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.