The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SmartBinaryCodable, reference main (f1e368), with Swift 6.2 for macOS (SPM) on 6 Feb 2026 07:14:37 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/noworrieseh/SmartBinaryCodable.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/noworrieseh/SmartBinaryCodable
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f1e368d Merge branch 'main' of github.com:noworrieseh/SmartBinaryCodable
Cloned https://github.com/noworrieseh/SmartBinaryCodable.git
Revision (git rev-parse @):
f1e368dc9225df9bbd03a7528a2729cd33f94418
SUCCESS checkout https://github.com/noworrieseh/SmartBinaryCodable.git at main
========================================
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",
  "dependencies": [
    {
      "identity": "smartbinarycodable",
      "name": "SmartBinaryCodable",
      "url": "https://github.com/noworrieseh/SmartBinaryCodable.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SmartBinaryCodable",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/noworrieseh/SmartBinaryCodable.git
[1/30] Fetching smartbinarycodable
Fetched https://github.com/noworrieseh/SmartBinaryCodable.git from cache (0.67s)
Creating working copy for https://github.com/noworrieseh/SmartBinaryCodable.git
Working copy of https://github.com/noworrieseh/SmartBinaryCodable.git resolved at main (f1e368d)
warning: '.resolve-product-dependencies': dependency 'smartbinarycodable' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/noworrieseh/SmartBinaryCodable.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/6] Compiling SmartBinaryCodable SmartBinaryIO.swift
[4/6] Compiling SmartBinaryCodable ByteOrder.swift
[5/6] Emitting module SmartBinaryCodable
[6/6] Compiling SmartBinaryCodable SmartBinaryCodable.swift
Build complete! (4.11s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SmartBinaryCodable",
  "name" : "SmartBinaryCodable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SmartBinaryCodable",
      "targets" : [
        "SmartBinaryCodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SmartBinaryCodableTests",
      "module_type" : "SwiftTarget",
      "name" : "SmartBinaryCodableTests",
      "path" : "Tests/SmartBinaryCodableTests",
      "sources" : [
        "SmartBinaryCodableTests.swift"
      ],
      "target_dependencies" : [
        "SmartBinaryCodable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SmartBinaryCodable",
      "module_type" : "SwiftTarget",
      "name" : "SmartBinaryCodable",
      "path" : "Sources/SmartBinaryCodable",
      "product_memberships" : [
        "SmartBinaryCodable"
      ],
      "sources" : [
        "ByteOrder.swift",
        "SmartBinaryCodable.swift",
        "SmartBinaryIO.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Done.