The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of URLQueryItemCoder, reference 1.0.0 (a828b3), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 03:22:28 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: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kylehughes/URLQueryItemCoder
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at a828b3b Initial commit
Cloned https://github.com/kylehughes/URLQueryItemCoder.git
Revision (git rev-parse @):
a828b3bb5b273adf85a3ca95d9705987cb2de7c7
SUCCESS checkout https://github.com/kylehughes/URLQueryItemCoder.git at 1.0.0
========================================
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 EncodingContainer+Keyed.swift
[5/33] Compiling URLQueryItemCoder EncodingContainer+SingleValue.swift
[6/33] Compiling URLQueryItemCoder EncodingContainer+Unkeyed.swift
[7/33] Compiling URLQueryItemCoder IntCodingKey.swift
[8/33] Compiling URLQueryItemCoder StringCodingKey.swift
[9/33] Compiling URLQueryItemCoder DecodingContainer+MultiValue.swift
[10/33] Compiling URLQueryItemCoder KeyEncodingStrategy.swift
[11/33] Compiling URLQueryItemCoder NonConformingFloatEncodingStrategy.swift
[12/33] Compiling URLQueryItemCoder URLQueryItemEncoder+OutputFormatting.swift
[13/33] Compiling URLQueryItemCoder StringlyKeyedDecodingContainerWrapper.swift
[14/33] Compiling URLQueryItemCoder URLQueryItemDecoder.swift
[15/33] Compiling URLQueryItemCoder EncodingContainer+Keyed+Wrapper.swift
[16/33] Compiling URLQueryItemCoder DecodingStrategies.swift
[17/33] Compiling URLQueryItemCoder KeyDecodingStrategy.swift
[18/33] Compiling URLQueryItemCoder NonConformingFloatDecodingStrategy.swift
[19/33] Compiling URLQueryItemCoder LowLevelDecoder.swift
[20/33] Compiling URLQueryItemCoder DataDecodingStrategy.swift
[21/33] Compiling URLQueryItemCoder DateDecodingStrategy.swift
[22/33] Compiling URLQueryItemCoder URLQueryItemEncoder.swift
[23/33] Compiling URLQueryItemCoder DecodingError+Context+Predefined.swift
[24/33] Compiling URLQueryItemCoder String+SnakeCase.swift
[25/33] Compiling URLQueryItemCoder EncodingContainer.swift
[26/33] Compiling URLQueryItemCoder EncodingPrimitiveValue.swift
[27/33] Compiling URLQueryItemCoder LowLevelEncoder.swift
[28/33] Compiling URLQueryItemCoder DataEncodingStrategy.swift
[29/33] Compiling URLQueryItemCoder DateEncodingStrategy.swift
[30/33] Compiling URLQueryItemCoder EncodingStrategies.swift
[31/33] Compiling URLQueryItemCoder DecodingContainer+SingleValue.swift
[32/33] Compiling URLQueryItemCoder DecodingContainer.swift
[33/33] Compiling URLQueryItemCoder DecodingPrimitiveValue.swift
Build complete! (4.29s)
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.