The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Encoding, reference 3.0.0 (f04cfa), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 15:59:17 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/std-swift/Encoding.git
Reference: 3.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/std-swift/Encoding
 * tag               3.0.0      -> FETCH_HEAD
HEAD is now at f04cfaf Specify input not element type on En/Decoders
Cloned https://github.com/std-swift/Encoding.git
Revision (git rev-parse @):
f04cfaf25d40bb04db4ebf3c5bc5664ad6ca5ff1
SUCCESS checkout https://github.com/std-swift/Encoding.git at 3.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/std-swift/Encoding.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/8] Compiling Encoding Collection+HexString.swift
[4/8] Compiling Encoding StreamDecoder.swift
[5/8] Compiling Encoding FixedWidthInteger+Bytes.swift
[6/8] Compiling Encoding StreamEncoder.swift
[7/8] Compiling Encoding Array+BitPacking.swift
[8/8] Emitting module Encoding
Build complete! (0.73s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Encoding",
  "name" : "Encoding",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Encoding",
      "targets" : [
        "Encoding"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EncodingTests",
      "module_type" : "SwiftTarget",
      "name" : "EncodingTests",
      "path" : "Tests/EncodingTests",
      "sources" : [
        "BitPackingTests.swift",
        "HexConversionTests.swift",
        "StreamCodingTests.swift"
      ],
      "target_dependencies" : [
        "Encoding"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Encoding",
      "module_type" : "SwiftTarget",
      "name" : "Encoding",
      "path" : "Sources/Encoding",
      "product_memberships" : [
        "Encoding"
      ],
      "sources" : [
        "Array+BitPacking.swift",
        "Collection+HexString.swift",
        "FixedWidthInteger+Bytes.swift",
        "StreamDecoder.swift",
        "StreamEncoder.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.