This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of DataObject with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.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.0
Building package at path:  $workDir
https://github.com/0xLet/DataObject.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-6F35C1178C84523A.txt
[6/24] Compiling SwiftFu Tuplable.swift
[7/24] Compiling SwiftFu Printable.swift
[8/24] Compiling SwiftFu SwiftFu+.swift
[9/25] Compiling SwiftFu Functionable.swift
[10/25] Compiling SwiftFu Modifiable.swift
[11/25] Compiling SwiftFu Switch+.swift
[12/25] Compiling WTV WTV.swift
[13/25] Emitting module WTV
[14/25] Compiling SURL String+.swift
[15/25] Compiling SURL URL+.swift
[16/25] Emitting module SURL
[17/25] Compiling SURL URLRequest+.swift
[18/25] Compiling SwiftFu Fuable.swift
[19/25] Compiling SwiftFu BinaryInteger+.swift
[20/25] Compiling SwiftFu Assertable.swift
[21/25] Compiling SwiftFu Boolable.swift
[22/25] Compiling SwiftFu Configurable.swift
[23/25] Compiling SwiftFu Foundation+SwiftFu.swift
[24/25] Compiling SwiftFu BinaryFloatingPoint+.swift
[25/25] Emitting module SwiftFu
[26/33] Compiling DataObject DataObject+WTV.swift
[27/33] Compiling DataObject DataObject+Hashable.swift
[28/33] Compiling DataObject Data+DataObject.swift
[29/33] Compiling DataObject DataObject+CustomStringConvertible.swift
[30/33] Compiling DataObject Encodable+DataObject.swift
[31/33] Compiling DataObject SURL+DataObject.swift
[32/33] Emitting module DataObject
[33/33] Compiling DataObject DataObject.swift
Build complete! (29.45s)
Fetching https://github.com/0xLet/WTV
Fetching https://github.com/0xLet/SURL
Fetching https://github.com/0xLet/SwiftFu
[1/52] Fetching wtv
[53/201] Fetching wtv, swiftfu
[202/246] Fetching wtv, swiftfu, surl
Fetched https://github.com/0xLet/SURL from cache (0.75s)
Fetched https://github.com/0xLet/WTV from cache (0.75s)
Fetched https://github.com/0xLet/SwiftFu from cache (0.75s)
Computing version for https://github.com/0xLet/SwiftFu
Computed https://github.com/0xLet/SwiftFu at 1.0.1 (0.67s)
Computing version for https://github.com/0xLet/WTV
Computed https://github.com/0xLet/WTV at 0.1.1 (0.66s)
Computing version for https://github.com/0xLet/SURL
Computed https://github.com/0xLet/SURL at 0.1.1 (0.67s)
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.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.