The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Encoding, reference master (f04cfa), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 17:17:32 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "encoding",
      "name": "Encoding",
      "url": "https://github.com/std-swift/Encoding.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Encoding",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/std-swift/Encoding.git
[1/108] Fetching encoding
Fetched https://github.com/std-swift/Encoding.git from cache (0.66s)
Creating working copy for https://github.com/std-swift/Encoding.git
Working copy of https://github.com/std-swift/Encoding.git resolved at master (f04cfaf)
warning: '.resolve-product-dependencies': dependency 'encoding' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/std-swift/Encoding.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/8] Compiling Encoding StreamEncoder.swift
[4/8] Compiling Encoding StreamDecoder.swift
[5/8] Compiling Encoding Array+BitPacking.swift
[6/8] Compiling Encoding FixedWidthInteger+Bytes.swift
[7/8] Emitting module Encoding
[8/8] Compiling Encoding Collection+HexString.swift
Build complete! (0.77s)
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.