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 DataDecoder, reference 5.0.0 (8ca8ae), with Swift 6.0 for macOS (SPM) on 30 Oct 2024 23:49:16 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/FitnessKit/DataDecoder.git
Reference: 5.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/FitnessKit/DataDecoder
 * tag               5.0.0      -> FETCH_HEAD
HEAD is now at 8ca8aef readme
Cloned https://github.com/FitnessKit/DataDecoder.git
Revision (git rev-parse @):
8ca8aefc505833d3ca67e6070169472a7103594e
SUCCESS checkout https://github.com/FitnessKit/DataDecoder.git at 5.0.0
========================================
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": "datadecoder",
      "name": "DataDecoder",
      "url": "https://github.com/FitnessKit/DataDecoder.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DataDecoder",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/FitnessKit/DataDecoder.git
[1/417] Fetching datadecoder
Fetched https://github.com/FitnessKit/DataDecoder.git from cache (0.78s)
Creating working copy for https://github.com/FitnessKit/DataDecoder.git
Working copy of https://github.com/FitnessKit/DataDecoder.git resolved at 5.0.0 (8ca8aef)
warning: '.resolve-product-dependencies': dependency 'datadecoder' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/FitnessKit/DataDecoder.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/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/8] Compiling DataDecoder Nibble.swift
[4/8] Compiling DataDecoder ANTToggleByte.swift
[5/8] Compiling DataDecoder Decoder.swift
[6/8] Emitting module DataDecoder
[7/8] Compiling DataDecoder DataExtension.swift
[8/8] Compiling DataDecoder MACAddress.swift
Build complete! (7.87s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DataDecoder",
  "name" : "DataDecoder",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    }
  ],
  "products" : [
    {
      "name" : "DataDecoder",
      "targets" : [
        "DataDecoder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DataDecoderTests",
      "module_type" : "SwiftTarget",
      "name" : "DataDecoderTests",
      "path" : "Tests/DataDecoderTests",
      "sources" : [
        "DataDecoderTests.swift"
      ],
      "target_dependencies" : [
        "DataDecoder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DataDecoder",
      "module_type" : "SwiftTarget",
      "name" : "DataDecoder",
      "path" : "Sources/DataDecoder",
      "product_memberships" : [
        "DataDecoder"
      ],
      "sources" : [
        "Decoder.swift",
        "Extensions/DataExtension.swift",
        "Types/ANTToggleByte.swift",
        "Types/MACAddress.swift",
        "Types/Nibble.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.