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 DataObject, reference main (9b3d4a), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 01:26:04 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/0xLet/DataObject.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xLet/DataObject
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9b3d4ac Merge pull request #4 from 0xLet/develop
Cloned https://github.com/0xLet/DataObject.git
Revision (git rev-parse @):
9b3d4ac019db5d1d313b92f281697b1c8665fc41
SUCCESS checkout https://github.com/0xLet/DataObject.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/0xLet/DataObject.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-1EA4D86E10B52AF.txt
[6/24] Compiling SwiftFu Printable.swift
[7/24] Compiling SwiftFu SwiftFu+.swift
[8/24] Compiling SwiftFu Tuplable.swift
[9/24] Compiling SwiftFu Modifiable.swift
[10/25] Compiling SwiftFu Functionable.swift
[11/25] Compiling SwiftFu Switch+.swift
[12/25] Compiling SwiftFu Fuable.swift
[13/25] Emitting module SwiftFu
[14/25] Compiling SwiftFu BinaryInteger+.swift
[15/25] Compiling SwiftFu Assertable.swift
[16/25] Compiling SwiftFu Boolable.swift
[17/25] Compiling SwiftFu Configurable.swift
[18/25] Compiling SwiftFu Foundation+SwiftFu.swift
[19/25] Compiling SwiftFu BinaryFloatingPoint+.swift
[20/25] Compiling SURL URLRequest+.swift
[21/25] Compiling SURL String+.swift
[22/25] Emitting module SURL
[23/25] Compiling SURL URL+.swift
[24/25] Compiling WTV WTV.swift
[25/25] Emitting module WTV
[26/33] Compiling DataObject DataObject+WTV.swift
[27/33] Compiling DataObject Encodable+DataObject.swift
[28/33] Compiling DataObject DataObject+CustomStringConvertible.swift
[29/33] Compiling DataObject Data+DataObject.swift
[30/33] Compiling DataObject SURL+DataObject.swift
[31/33] Compiling DataObject DataObject+Hashable.swift
[32/33] Emitting module DataObject
[33/33] Compiling DataObject DataObject.swift
Build complete! (8.57s)
Fetching https://github.com/0xLet/SwiftFu
Fetching https://github.com/0xLet/WTV
Fetching https://github.com/0xLet/SURL
[1/149] Fetching swiftfu
[150/201] Fetching swiftfu, wtv
Fetched https://github.com/0xLet/SwiftFu from cache (0.65s)
[1/45] Fetching surl
Fetched https://github.com/0xLet/SURL from cache (0.67s)
Fetched https://github.com/0xLet/WTV from cache (0.67s)
Computing version for https://github.com/0xLet/SwiftFu
Computed https://github.com/0xLet/SwiftFu at 1.0.1 (1.23s)
Computing version for https://github.com/0xLet/WTV
Computed https://github.com/0xLet/WTV at 0.1.1 (0.51s)
Computing version for https://github.com/0xLet/SURL
Computed https://github.com/0xLet/SURL at 0.1.1 (0.49s)
Creating working copy for https://github.com/0xLet/WTV
Working copy of https://github.com/0xLet/WTV resolved at 0.1.1
Creating working copy for https://github.com/0xLet/SURL
Working copy of https://github.com/0xLet/SURL resolved at 0.1.1
Creating working copy for https://github.com/0xLet/SwiftFu
Working copy of https://github.com/0xLet/SwiftFu resolved at 1.0.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "wtv",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/0xLet/WTV"
    },
    {
      "identity" : "surl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/0xLet/SURL"
    },
    {
      "identity" : "swiftfu",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/0xLet/SwiftFu"
    }
  ],
  "manifest_display_name" : "DataObject",
  "name" : "DataObject",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "DataObject",
      "targets" : [
        "DataObject"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DataObjectTests",
      "module_type" : "SwiftTarget",
      "name" : "DataObjectTests",
      "path" : "Tests/DataObjectTests",
      "product_dependencies" : [
        "WTV",
        "SURL",
        "SwiftFu"
      ],
      "sources" : [
        "DataObjectTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "DataObject"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DataObject",
      "module_type" : "SwiftTarget",
      "name" : "DataObject",
      "path" : "Sources/DataObject",
      "product_dependencies" : [
        "WTV",
        "SURL",
        "SwiftFu"
      ],
      "product_memberships" : [
        "DataObject"
      ],
      "sources" : [
        "DataObject.swift",
        "Extensions/Data+DataObject.swift",
        "Extensions/DataObject+CustomStringConvertible.swift",
        "Extensions/DataObject+Hashable.swift",
        "Extensions/DataObject+WTV.swift",
        "Extensions/Encodable+DataObject.swift",
        "Extensions/SURL+DataObject.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.