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 Encoding, reference master (f04cfa), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 15:59:22 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/std-swift/Encoding
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
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 StreamEncoder.swift
[4/8] Compiling Encoding StreamDecoder.swift
[5/8] Compiling Encoding FixedWidthInteger+Bytes.swift
[6/8] Compiling Encoding Collection+HexString.swift
[7/8] Emitting module Encoding
[8/8] Compiling Encoding Array+BitPacking.swift
Build complete! (0.71s)
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.