Build Information
Successful build of Prch, reference 0.2.1 (600b49
), with Swift 6.2 (beta) for Linux on 19 Jun 2025 14:12:26 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brightdigit/Prch.git
Reference: 0.2.1
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/brightdigit/Prch
* tag 0.2.1 -> FETCH_HEAD
HEAD is now at 600b49c Version 0.2.1
Cloned https://github.com/brightdigit/Prch.git
Revision (git rev-parse @):
600b49cc7a77271ea3d2a9f9e449be081562a087
SUCCESS checkout https://github.com/brightdigit/Prch.git at 0.2.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/brightdigit/Prch.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/44] Compiling Prch Response.swift
[4/44] Compiling Prch ResponseResult.swift
[5/44] Compiling Prch Result.swift
[6/44] Compiling Prch Authentication.swift
[7/44] Compiling Prch BasicAuthentication.swift
[8/44] Compiling Prch Session.swift
[9/44] Compiling Prch Task.swift
[10/44] Compiling Prch URL.swift
[11/44] Compiling Prch URLSession.swift
[12/44] Compiling Prch URLSessionResponse.swift
[13/44] Compiling Prch Request.swift
[14/49] Compiling Prch SecurityRequirement.swift
[15/49] Compiling Prch Service.swift
[16/49] Compiling Prch ServiceRequest.swift
[17/49] Compiling Prch StatusCodeProvider.swift
[18/49] Compiling Prch SuccessModel.swift
[19/49] Emitting module Prch
[20/49] Compiling Prch API.swift
[21/49] Compiling Prch AnyCodable.Codable.swift
[22/49] Compiling Prch AnyCodable.Equatable.swift
[23/49] Compiling Prch AnyCodable.Expressible.swift
[24/49] Compiling Prch AnyCodable.StringConverable.swift
[25/49] Compiling Prch AnyCodable.swift
[26/49] Compiling Prch BasicResponse.swift
[27/49] Compiling Prch BodyRequest.swift
[28/49] Compiling Prch Client.swift
[29/49] Compiling Prch ClientError.swift
[30/49] Compiling Prch ClientResult.swift
[31/49] Compiling Prch Coding.swift
[32/49] Compiling Prch Model.swift
[33/49] Compiling Prch DateDay.swift
[34/49] Compiling Prch File.swift
[35/49] Compiling Prch ID.swift
[36/49] Compiling Prch UploadFile.swift
[37/49] Compiling Prch ResponseComponents.swift
[38/49] Compiling Prch StringCodingKey.swift
[39/49] Compiling Prch DateEncodingContainer.swift
[40/49] Compiling Prch DeprecatedRequest.swift
[41/49] Compiling Prch DeprecatedResponse.swift
[42/49] Compiling Prch DeprecatedResponseResult.swift
[43/49] Compiling Prch TypeAliases.swift
[44/49] Compiling Prch DateFormatter.swift
[45/49] Compiling Prch DecodingError.swift
[46/49] Compiling Prch KeyedDecodingContainer.swift
[47/49] Compiling Prch KeyedEncodingContainer.swift
[48/49] Compiling Prch RequestEncoder.swift
[49/49] Compiling Prch ResponseDecoder.swift
Build complete! (19.67s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Prch",
"name" : "Prch",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "10.0"
},
{
"name" : "watchos",
"version" : "3.0"
}
],
"products" : [
{
"name" : "Prch",
"targets" : [
"Prch"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PrchTests",
"module_type" : "SwiftTarget",
"name" : "PrchTests",
"path" : "Tests/PrchTests",
"sources" : [
"PrchTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Prch"
],
"type" : "test"
},
{
"c99name" : "Prch",
"module_type" : "SwiftTarget",
"name" : "Prch",
"path" : "Sources/Prch",
"product_memberships" : [
"Prch"
],
"sources" : [
"API.swift",
"AnyCodable/AnyCodable.Codable.swift",
"AnyCodable/AnyCodable.Equatable.swift",
"AnyCodable/AnyCodable.Expressible.swift",
"AnyCodable/AnyCodable.StringConverable.swift",
"AnyCodable/AnyCodable.swift",
"BasicResponse.swift",
"BodyRequest.swift",
"Client.swift",
"ClientError.swift",
"ClientResult.swift",
"Coding/Coding.swift",
"Coding/DateFormatter.swift",
"Coding/DecodingError.swift",
"Coding/KeyedDecodingContainer.swift",
"Coding/KeyedEncodingContainer.swift",
"Coding/RequestEncoder.swift",
"Coding/ResponseDecoder.swift",
"Coding/StringCodingKey.swift",
"DateEncodingContainer.swift",
"Deprecated/DeprecatedRequest.swift",
"Deprecated/DeprecatedResponse.swift",
"Deprecated/DeprecatedResponseResult.swift",
"Deprecated/TypeAliases.swift",
"Model.swift",
"Models/DateDay.swift",
"Models/File.swift",
"Models/ID.swift",
"Models/UploadFile.swift",
"Networking/ResponseComponents.swift",
"Networking/Session.swift",
"Networking/Task.swift",
"Networking/URL.swift",
"Networking/URLSession.swift",
"Networking/URLSessionResponse.swift",
"Request.swift",
"Response.swift",
"ResponseResult.swift",
"Result.swift",
"Security/Authentication.swift",
"Security/BasicAuthentication.swift",
"Security/SecurityRequirement.swift",
"Service.swift",
"ServiceRequest.swift",
"StatusCodeProvider.swift",
"SuccessModel.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.