Build Information
Successful build of URLQueryItemCoder, reference main (0c3869
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 03:21:44 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kylehughes/URLQueryItemCoder.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kylehughes/URLQueryItemCoder
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 0c38698 Add Swift Package Index badges to README
Cloned https://github.com/kylehughes/URLQueryItemCoder.git
Revision (git rev-parse @):
0c386987301bccdb3fd70fee7b9e1222a54d6972
SUCCESS checkout https://github.com/kylehughes/URLQueryItemCoder.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/kylehughes/URLQueryItemCoder.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/30] Emitting module URLQueryItemCoder
[4/33] Compiling URLQueryItemCoder DecodingStrategies.swift
[5/33] Compiling URLQueryItemCoder KeyDecodingStrategy.swift
[6/33] Compiling URLQueryItemCoder NonConformingFloatDecodingStrategy.swift
[7/33] Compiling URLQueryItemCoder KeyEncodingStrategy.swift
[8/33] Compiling URLQueryItemCoder NonConformingFloatEncodingStrategy.swift
[9/33] Compiling URLQueryItemCoder URLQueryItemEncoder+OutputFormatting.swift
[10/33] Compiling URLQueryItemCoder LowLevelDecoder.swift
[11/33] Compiling URLQueryItemCoder DataDecodingStrategy.swift
[12/33] Compiling URLQueryItemCoder DateDecodingStrategy.swift
[13/33] Compiling URLQueryItemCoder DataEncodingStrategy.swift
[14/33] Compiling URLQueryItemCoder DateEncodingStrategy.swift
[15/33] Compiling URLQueryItemCoder EncodingStrategies.swift
[16/33] Compiling URLQueryItemCoder EncodingContainer+Keyed.swift
[17/33] Compiling URLQueryItemCoder EncodingContainer+SingleValue.swift
[18/33] Compiling URLQueryItemCoder EncodingContainer+Unkeyed.swift
[19/33] Compiling URLQueryItemCoder URLQueryItemEncoder.swift
[20/33] Compiling URLQueryItemCoder DecodingError+Context+Predefined.swift
[21/33] Compiling URLQueryItemCoder String+SnakeCase.swift
[22/33] Compiling URLQueryItemCoder EncodingContainer.swift
[23/33] Compiling URLQueryItemCoder EncodingPrimitiveValue.swift
[24/33] Compiling URLQueryItemCoder LowLevelEncoder.swift
[25/33] Compiling URLQueryItemCoder IntCodingKey.swift
[26/33] Compiling URLQueryItemCoder StringCodingKey.swift
[27/33] Compiling URLQueryItemCoder DecodingContainer+MultiValue.swift
[28/33] Compiling URLQueryItemCoder DecodingContainer+SingleValue.swift
[29/33] Compiling URLQueryItemCoder DecodingContainer.swift
[30/33] Compiling URLQueryItemCoder DecodingPrimitiveValue.swift
[31/33] Compiling URLQueryItemCoder StringlyKeyedDecodingContainerWrapper.swift
[32/33] Compiling URLQueryItemCoder URLQueryItemDecoder.swift
[33/33] Compiling URLQueryItemCoder EncodingContainer+Keyed+Wrapper.swift
Build complete! (3.97s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "URLQueryItemCoder",
"name" : "URLQueryItemCoder",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "URLQueryItemCoder",
"targets" : [
"URLQueryItemCoder"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "URLQueryItemCoderTests",
"module_type" : "SwiftTarget",
"name" : "URLQueryItemCoderTests",
"path" : "Tests/URLQueryItemCoderTests",
"sources" : [
"Decoder/AbstractTopLevelDecoderTests.swift",
"Decoder/URLQueryItemDecoderTests.swift",
"Encoder/AbstractTopLevelEncoderTests.swift",
"Encoder/URLQueryItemEncoderTests.swift",
"End to End/AbstractEndToEndTests.swift",
"End to End/URLQueryItemCoderEndToEndTests.swift",
"Support/CodableTestExpectation+URLQueryItems.swift",
"Support/CodableTestExpectation.swift",
"Support/CodableTestTypes.swift",
"Support/Extensions/Foundation/URLQueryItem+LosslessStringConvertible.swift",
"Support/Extensions/Standard Library/Global+FatalError.swift",
"Support/Extensions/Standard Library/RangeReplaceableCollection+Appending.swift",
"Support/Extensions/Standard Library/URLQueryItem+Optional.swift",
"Support/XCTAssertDecoder.swift",
"Support/XCTAssertEncoder.swift",
"Support/XCTAssertEndToEndCoding.swift"
],
"target_dependencies" : [
"URLQueryItemCoder"
],
"type" : "test"
},
{
"c99name" : "URLQueryItemCoder",
"module_type" : "SwiftTarget",
"name" : "URLQueryItemCoder",
"path" : "Sources/URLQueryItemCoder",
"product_memberships" : [
"URLQueryItemCoder"
],
"sources" : [
"Common/IntCodingKey.swift",
"Common/StringCodingKey.swift",
"Decoder/Generic Implementation/DecodingContainer+MultiValue.swift",
"Decoder/Generic Implementation/DecodingContainer+SingleValue.swift",
"Decoder/Generic Implementation/DecodingContainer.swift",
"Decoder/Generic Implementation/DecodingPrimitiveValue.swift",
"Decoder/Generic Implementation/LowLevelDecoder.swift",
"Decoder/Generic Implementation/Strategies/DataDecodingStrategy.swift",
"Decoder/Generic Implementation/Strategies/DateDecodingStrategy.swift",
"Decoder/Generic Implementation/Strategies/DecodingStrategies.swift",
"Decoder/Generic Implementation/Strategies/KeyDecodingStrategy.swift",
"Decoder/Generic Implementation/Strategies/NonConformingFloatDecodingStrategy.swift",
"Decoder/Generic Implementation/StringlyKeyedDecodingContainerWrapper.swift",
"Decoder/URLQueryItemDecoder.swift",
"Encoder/Generic Implementation/EncodingContainer+Keyed+Wrapper.swift",
"Encoder/Generic Implementation/EncodingContainer+Keyed.swift",
"Encoder/Generic Implementation/EncodingContainer+SingleValue.swift",
"Encoder/Generic Implementation/EncodingContainer+Unkeyed.swift",
"Encoder/Generic Implementation/EncodingContainer.swift",
"Encoder/Generic Implementation/EncodingPrimitiveValue.swift",
"Encoder/Generic Implementation/LowLevelEncoder.swift",
"Encoder/Generic Implementation/Strategies/DataEncodingStrategy.swift",
"Encoder/Generic Implementation/Strategies/DateEncodingStrategy.swift",
"Encoder/Generic Implementation/Strategies/EncodingStrategies.swift",
"Encoder/Generic Implementation/Strategies/KeyEncodingStrategy.swift",
"Encoder/Generic Implementation/Strategies/NonConformingFloatEncodingStrategy.swift",
"Encoder/URLQueryItemEncoder+OutputFormatting.swift",
"Encoder/URLQueryItemEncoder.swift",
"Extensions/Standard Library/DecodingError+Context+Predefined.swift",
"Extensions/Standard Library/String+SnakeCase.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.