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 bytes, reference 1.4.0 (9444da), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 14:30: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/tbointeractive/bytes.git
Reference: 1.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tbointeractive/bytes
 * tag               1.4.0      -> FETCH_HEAD
HEAD is now at 9444dab update changelog (#57)
Cloned https://github.com/tbointeractive/bytes.git
Revision (git rev-parse @):
9444dab5f7e3c40c099ea34beb0fa4761dfb908a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/tbointeractive/bytes.git at 1.4.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/tbointeractive/bytes.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/32] Compiling bytes UIColor+Components.swift
[6/32] Compiling bytes UIColor+Hex.swift
[7/32] Compiling bytes UIImage+Color.swift
[8/35] Compiling bytes Double+TimeInterval.swift
[9/35] Compiling bytes Int+Random.swift
[10/35] Compiling bytes NumberFormatter+Preconfigured.swift
[11/35] Compiling bytes UserDefaults+Sets.swift
[12/35] Compiling bytes IconFont.swift
[13/35] Compiling bytes SemanticVersion.swift
[14/35] Compiling bytes UIImage+Transformations.swift
[15/35] Compiling bytes UIView+Constraints.swift
[16/35] Compiling bytes UIView+Nib.swift
[17/35] Compiling bytes UIView+Rendering.swift
[18/35] Compiling bytes UIViewController+Hierarchie.swift
[19/35] Compiling bytes URL+QueryItems.swift
[20/35] Compiling bytes DiscardTouchView.swift
[21/35] Compiling bytes Bool+Random.swift
[22/35] Compiling bytes ByteCountFormatter+Preconfigured.swift
[23/35] Emitting module bytes
[24/35] Compiling bytes Collection+JoinNSAttributedString.swift
[25/35] Compiling bytes Collection+Randomizing.swift
[26/35] Compiling bytes DateComponentsFormatter+Preconfigured.swift
[27/35] Compiling bytes DateFormatter+Preconfigured.swift
[28/35] Compiling bytes Dictionary+Diff.swift
[29/35] Compiling bytes Dictionary+Merge.swift
[30/35] Compiling bytes Application.swift
[31/35] Compiling bytes AsyncViewController.swift
[32/35] Compiling bytes Device.swift
[33/35] Compiling bytes String+Hashes.swift
[34/35] Compiling bytes String+Localizable.swift
[35/35] Compiling bytes String+Random.swift
Build complete! (17.92s)
Fetching https://github.com/apple/swift-docc-plugin
[1/2082] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.17s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (1.71s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3413] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.21s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.76s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "bytes",
  "name" : "bytes",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "bytes",
      "targets" : [
        "bytes"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "bytesTests",
      "module_type" : "SwiftTarget",
      "name" : "bytesTests",
      "path" : "Tests/bytesTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/bytesTests/Resources/en.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/bytesTests/Resources/en.lproj/More.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        }
      ],
      "sources" : [
        "Dictionary+DiffTests.swift",
        "Strings+LocalizableTests.swift",
        "UserDefault+SetsTests.swift"
      ],
      "target_dependencies" : [
        "bytes"
      ],
      "type" : "test"
    },
    {
      "c99name" : "bytes",
      "module_type" : "SwiftTarget",
      "name" : "bytes",
      "path" : "Sources",
      "product_memberships" : [
        "bytes"
      ],
      "sources" : [
        "bytes/Application.swift",
        "bytes/AsyncViewController.swift",
        "bytes/Device.swift",
        "bytes/DiscardTouchView.swift",
        "bytes/Extensions/Bool+Random.swift",
        "bytes/Extensions/ByteCountFormatter+Preconfigured.swift",
        "bytes/Extensions/Collection+JoinNSAttributedString.swift",
        "bytes/Extensions/Collection+Randomizing.swift",
        "bytes/Extensions/DateComponentsFormatter+Preconfigured.swift",
        "bytes/Extensions/DateFormatter+Preconfigured.swift",
        "bytes/Extensions/Dictionary+Diff.swift",
        "bytes/Extensions/Dictionary+Merge.swift",
        "bytes/Extensions/Double+TimeInterval.swift",
        "bytes/Extensions/Int+Random.swift",
        "bytes/Extensions/NumberFormatter+Preconfigured.swift",
        "bytes/Extensions/String+Hashes.swift",
        "bytes/Extensions/String+Localizable.swift",
        "bytes/Extensions/String+Random.swift",
        "bytes/Extensions/UIColor+Components.swift",
        "bytes/Extensions/UIColor+Hex.swift",
        "bytes/Extensions/UIImage+Color.swift",
        "bytes/Extensions/UIImage+Transformations.swift",
        "bytes/Extensions/UIView+Constraints.swift",
        "bytes/Extensions/UIView+Nib.swift",
        "bytes/Extensions/UIView+Rendering.swift",
        "bytes/Extensions/UIViewController+Hierarchie.swift",
        "bytes/Extensions/URL+QueryItems.swift",
        "bytes/Extensions/UserDefaults+Sets.swift",
        "bytes/IconFont.swift",
        "bytes/SemanticVersion.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.