Build Information
Successful build of URLEncodedForm, reference main (62b628), with Swift 6.2 for macOS (SPM) on 24 Apr 2026 02:43:39 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/forXifLess/URLEncodedForm.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/forXifLess/URLEncodedForm
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 62b6280 Merge pull request #1 from nathreed/patch-1
Cloned https://github.com/forXifLess/URLEncodedForm.git
Revision (git rev-parse @):
62b628013be138cc2136b0f7323f7658cdc84c10
SUCCESS checkout https://github.com/forXifLess/URLEncodedForm.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/forXifLess/URLEncodedForm.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin FormatSwift
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/5] Write sources
[4/5] Write swift-version--3CB7CFEC50E0D141.txt
[6/21] Compiling URLEncodedForm Byte+Control.swift
[7/21] Compiling URLEncodedForm URLEncodedFormDataConvertible.swift
[8/21] Compiling URLEncodedForm URLEncodedFormParser.swift
[9/21] Compiling URLEncodedForm URLEncodedFormData.swift
[10/21] Compiling URLEncodedForm URLEncodedFormDataContext.swift
[11/21] Compiling URLEncodedForm BasicKey.swift
[12/21] Compiling URLEncodedForm URLEncodedFormSerializer.swift
[13/21] Compiling URLEncodedForm URLEncodedForm.swift
[14/21] Compiling URLEncodedForm DataDecoder.swift
[15/21] Compiling URLEncodedForm DataEncoder.swift
[16/21] Compiling URLEncodedForm Bytes.swift
[17/22] Emitting module URLEncodedForm
[18/22] Compiling URLEncodedForm NestedData.swift
[19/22] Compiling URLEncodedForm URLEncodedFormError.swift
[20/22] Compiling URLEncodedForm URLEncodedFormDecoder.swift
[21/22] Compiling URLEncodedForm URLEncodedFormEncoder.swift
[22/22] Compiling URLEncodedForm LosslessDataConvertible.swift
Build complete! (21.49s)
Fetching https://github.com/airbnb/swift
[1/5064] Fetching swift
Fetched https://github.com/airbnb/swift from cache (2.60s)
Computing version for https://github.com/airbnb/swift
Computed https://github.com/airbnb/swift at 1.2.0 (5.34s)
Fetching https://github.com/apple/swift-argument-parser
[1/17464] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.56s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (2.16s)
Creating working copy for https://github.com/airbnb/swift
Working copy of https://github.com/airbnb/swift resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.55.1/SwiftLintBinary-macos.artifactbundle.zip
Downloading binary artifact https://github.com/calda/SwiftFormat-nightly/releases/download/2025-12-20/SwiftFormat.artifactbundle.zip
[32750/11034045] Downloading https://github.com/realm/SwiftLint/releases/download/0.55.1/SwiftLintBinary-macos.artifactbundle.zip
[11050420/57305396] Downloading https://github.com/realm/SwiftLint/releases/download/0.55.1/SwiftLintBinary-macos.artifactbundle.zip, https://github.com/calda/SwiftFormat-nightly/releases/download/2025-12-20/SwiftFormat.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.55.1/SwiftLintBinary-macos.artifactbundle.zip (1.17s)
Downloaded https://github.com/calda/SwiftFormat-nightly/releases/download/2025-12-20/SwiftFormat.artifactbundle.zip (2.75s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.5",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/airbnb/swift"
}
],
"manifest_display_name" : "URLEncodedForm",
"name" : "URLEncodedForm",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "URLEncodedForm",
"targets" : [
"URLEncodedForm"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "URLEncodedFormTests",
"module_type" : "SwiftTarget",
"name" : "URLEncodedFormTests",
"path" : "Tests/URLEncodedFormTests",
"sources" : [
"URLEncodedFormTests.swift"
],
"target_dependencies" : [
"URLEncodedForm"
],
"type" : "test"
},
{
"c99name" : "URLEncodedForm",
"module_type" : "SwiftTarget",
"name" : "URLEncodedForm",
"path" : "Sources/URLEncodedForm",
"product_memberships" : [
"URLEncodedForm"
],
"sources" : [
"Codable/URLEncodedFormDecoder.swift",
"Codable/URLEncodedFormEncoder.swift",
"Core/DataDecoder.swift",
"Core/DataEncoder.swift",
"Core/NestedData.swift",
"Core/URLEncodedFormError.swift",
"Data/URLEncodedFormData.swift",
"Data/URLEncodedFormDataContext.swift",
"Data/URLEncodedFormDataConvertible.swift",
"Data/URLEncodedFormParser.swift",
"Data/URLEncodedFormSerializer.swift",
"URLEncodedForm.swift",
"Util/Bytes/Byte+Control.swift",
"Util/Bytes/Bytes.swift",
"Util/CodingKey/BasicKey.swift",
"Util/LosslessDataConvertible.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Done.