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, reference main (9b3d4a), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 19:10:35 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.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
Fetching https://github.com/0xLet/WTV
Fetching https://github.com/0xLet/SURL
Fetching https://github.com/0xLet/SwiftFu
[5/149] Fetching swiftfu
[150/194] Fetching swiftfu, surl
[195/246] Fetching swiftfu, surl, wtv
Fetched https://github.com/0xLet/WTV from cache (0.70s)
Fetched https://github.com/0xLet/SwiftFu from cache (0.70s)
Fetched https://github.com/0xLet/SURL from cache (0.70s)
Computing version for https://github.com/0xLet/SwiftFu
Computed https://github.com/0xLet/SwiftFu at 1.0.1 (0.66s)
Computing version for https://github.com/0xLet/WTV
Computed https://github.com/0xLet/WTV at 0.1.1 (0.64s)
Computing version for https://github.com/0xLet/SURL
Computed https://github.com/0xLet/SURL at 0.1.1 (0.65s)
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
========================================
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": "dataobject",
      "name": "DataObject",
      "url": "https://github.com/0xLet/DataObject.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DataObject",
      "dependencies": [
        {
          "identity": "wtv",
          "name": "WTV",
          "url": "https://github.com/0xLet/WTV",
          "version": "0.1.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/WTV",
          "dependencies": [
          ]
        },
        {
          "identity": "surl",
          "name": "SURL",
          "url": "https://github.com/0xLet/SURL",
          "version": "0.1.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SURL",
          "dependencies": [
          ]
        },
        {
          "identity": "swiftfu",
          "name": "SwiftFu",
          "url": "https://github.com/0xLet/SwiftFu",
          "version": "1.0.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftFu",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/0xLet/DataObject.git
[1/93] Fetching dataobject
Fetched https://github.com/0xLet/DataObject.git from cache (0.66s)
Fetching https://github.com/0xLet/WTV from cache
Fetching https://github.com/0xLet/SwiftFu from cache
Fetching https://github.com/0xLet/SURL from cache
Fetched https://github.com/0xLet/SwiftFu from cache (0.49s)
Fetched https://github.com/0xLet/SURL from cache (0.49s)
Fetched https://github.com/0xLet/WTV from cache (0.49s)
Computing version for https://github.com/0xLet/SwiftFu
Computed https://github.com/0xLet/SwiftFu at 1.0.1 (0.02s)
Computing version for https://github.com/0xLet/WTV
Computed https://github.com/0xLet/WTV at 0.1.1 (0.02s)
Computing version for https://github.com/0xLet/SURL
Computed https://github.com/0xLet/SURL at 0.1.1 (0.02s)
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/DataObject.git
Working copy of https://github.com/0xLet/DataObject.git resolved at main (9b3d4ac)
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/SwiftFu
Working copy of https://github.com/0xLet/SwiftFu resolved at 1.0.1
warning: '.resolve-product-dependencies': dependency 'dataobject' is not used by any target
Found 3 product dependencies
  - WTV
  - SURL
  - SwiftFu
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/0xLet/DataObject.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun 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--7754E27361AE5C74.txt
[6/24] Compiling SwiftFu SwiftFu+.swift
[7/25] Compiling SwiftFu Tuplable.swift
[8/25] Compiling SwiftFu Modifiable.swift
[9/25] Compiling SwiftFu Printable.swift
[10/25] Compiling SwiftFu Fuable.swift
[11/25] Compiling SwiftFu Functionable.swift
[12/25] Compiling SwiftFu Boolable.swift
[13/25] Compiling SwiftFu Configurable.swift
[14/25] Compiling SwiftFu Switch+.swift
[15/25] Emitting module WTV
[16/25] Compiling WTV WTV.swift
[17/25] Compiling SwiftFu BinaryInteger+.swift
[18/25] Compiling SwiftFu Assertable.swift
[19/25] Emitting module SwiftFu
[20/25] Compiling SwiftFu Foundation+SwiftFu.swift
[21/25] Compiling SwiftFu BinaryFloatingPoint+.swift
[22/25] Compiling SURL URL+.swift
[23/25] Compiling SURL URLRequest+.swift
[24/25] Compiling SURL String+.swift
[25/25] Emitting module SURL
[26/33] Compiling DataObject Encodable+DataObject.swift
[27/33] Compiling DataObject DataObject+WTV.swift
[28/33] Compiling DataObject DataObject+Hashable.swift
[29/33] Compiling DataObject DataObject+CustomStringConvertible.swift
[30/33] Compiling DataObject SURL+DataObject.swift
[31/33] Compiling DataObject DataObject.swift
[32/33] Emitting module DataObject
[33/33] Compiling DataObject Data+DataObject.swift
Build complete! (19.45s)
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.