Build Information
Successful build of URLEncodedForm with Swift 5.10 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.38.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/forXifLess/URLEncodedForm.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/forXifLess/URLEncodedForm
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at cd690e9 fix: Delete Extension Methods
Cloned https://github.com/forXifLess/URLEncodedForm.git
Revision (git rev-parse @):
cd690e95f0df333293ec3f9fa9c2c7322ef54bbf
SUCCESS checkout https://github.com/forXifLess/URLEncodedForm.git at main
Fetching https://github.com/airbnb/swift from cache
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/airbnb/swift from cache (0.27s)
Computing version for https://github.com/airbnb/swift
Fetched https://github.com/apple/swift-argument-parser from cache (0.34s)
Computed https://github.com/airbnb/swift at 1.0.7 (0.61s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.3.1 (0.04s)
Creating working copy for https://github.com/airbnb/swift
Working copy of https://github.com/airbnb/swift resolved at 1.0.7
warning: /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/swift-argument-parser-54a11a8d is not valid git repository for 'https://github.com/apple/swift-argument-parser', will fetch again.
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (0.46s)
warning: /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/swift-argument-parser-54a11a8d is not valid git repository for 'https://github.com/apple/swift-argument-parser', will fetch again.
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (0.24s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.3.1
Fetching binary artifact https://github.com/calda/SwiftFormat/releases/download/0.54-beta-5/SwiftFormat.artifactbundle.zip from cache
Fetching binary artifact https://github.com/realm/SwiftLint/releases/download/0.53.0/SwiftLintBinary-macos.artifactbundle.zip from cache
Fetched https://github.com/calda/SwiftFormat/releases/download/0.54-beta-5/SwiftFormat.artifactbundle.zip from cache (0.33s)
Fetched https://github.com/realm/SwiftLint/releases/download/0.53.0/SwiftLintBinary-macos.artifactbundle.zip from cache (0.55s)
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "urlencodedform",
"name": "URLEncodedForm",
"url": "https://github.com/forXifLess/URLEncodedForm.git",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/URLEncodedForm",
"dependencies": [
]
}
]
}
Fetching https://github.com/forXifLess/URLEncodedForm.git
[1/102] Fetching urlencodedform
Fetched https://github.com/forXifLess/URLEncodedForm.git from cache (0.23s)
Creating working copy for https://github.com/forXifLess/URLEncodedForm.git
Working copy of https://github.com/forXifLess/URLEncodedForm.git resolved at main (cd690e9)
warning: '.resolve-product-dependencies': dependency 'urlencodedform' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/forXifLess/URLEncodedForm.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin FormatSwift
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-6044DDE57671499D.txt
[5/19] Compiling URLEncodedForm Byte+Control.swift
[6/19] Compiling URLEncodedForm Bytes.swift
[7/19] Compiling URLEncodedForm DataDecoder.swift
[8/19] Compiling URLEncodedForm DataEncoder.swift
[9/21] Compiling URLEncodedForm NestedData.swift
[10/21] Compiling URLEncodedForm URLEncodedFormError.swift
[11/21] Compiling URLEncodedForm URLEncodedFormSerializer.swift
[12/21] Compiling URLEncodedForm URLEncodedForm.swift
[13/21] Compiling URLEncodedForm URLEncodedFormDataConvertible.swift
[14/21] Compiling URLEncodedForm URLEncodedFormParser.swift
[15/21] Compiling URLEncodedForm URLEncodedFormDecoder.swift
[16/21] Compiling URLEncodedForm URLEncodedFormEncoder.swift
[17/21] Emitting module URLEncodedForm
[18/21] Compiling URLEncodedForm URLEncodedFormData.swift
[19/21] Compiling URLEncodedForm URLEncodedFormDataContext.swift
[20/21] Compiling URLEncodedForm BasicKey.swift
[21/21] Compiling URLEncodedForm LosslessDataConvertible.swift
Build complete! (7.57s)
Build complete.
Done.