Build Information
Successful build of swift-multipart-formdata, reference 1.4.0 (e80fcb
), with Swift 5.9 for Linux on 8 Sep 2024 22:15:51 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.52.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FelixHerrmann/swift-multipart-formdata.git
Reference: 1.4.0
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/FelixHerrmann/swift-multipart-formdata
* tag 1.4.0 -> FETCH_HEAD
HEAD is now at e80fcb3 Merge pull request #16 from FelixHerrmann/feature/sendable-conformances
Cloned https://github.com/FelixHerrmann/swift-multipart-formdata.git
Revision (git rev-parse @):
e80fcb39595796451791ba5e5d8598c60ba6bc9f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/FelixHerrmann/swift-multipart-formdata.git at 1.4.0
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/FelixHerrmann/swift-multipart-formdata.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:907758cf9691f0f77ca4e2d6f778ef6c038667a789e74bf575a4b60f864d6863
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Building for debugging...
[0/1] Copying PrivacyInfo.xcprivacy
[2/16] Compiling MultipartFormData MediaType.swift
[3/16] Compiling MultipartFormData MultipartFormData.swift
[4/16] Compiling MultipartFormData Subpart.swift
[5/16] Compiling MultipartFormData URLRequest+MultipartFormData.swift
[6/17] Emitting module MultipartFormData
[7/17] Compiling MultipartFormData Boundary.swift
[8/17] Compiling MultipartFormData BodyDataBuilder.swift
[9/17] Compiling MultipartFormData resource_bundle_accessor.swift
[10/17] Compiling MultipartFormData Data+helpers.swift
[11/17] Compiling MultipartFormData String+helpers.swift
[12/17] Compiling MultipartFormData HTTPHeaderBuilder.swift
[13/17] Compiling MultipartFormData MultipartFormDataBuilder.swift
[14/17] Compiling MultipartFormData ContentDisposition.swift
[15/17] Compiling MultipartFormData ContentType.swift
[16/17] Compiling MultipartFormData HTTPHeaderField.swift
[17/17] Compiling MultipartFormData HTTPHeaderParameter.swift
Build complete! (10.39s)
Build complete.
Done.