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 CBORCoding, reference main (434a23), with Swift 5.9 for macOS (SPM) on 2 Apr 2025 13:40:12 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SomeRandomiOSDev/CBORCoding.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SomeRandomiOSDev/CBORCoding
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 434a239 Merge pull request #33 from DanieleCeglia-EPR/main
Submodule path 'Half': checked out '14b1ab35ffdf62c999ef1016ec0f8e745a6feed5'
Submodule 'Half' (https://github.com/SomeRandomiOSDev/Half) registered for path 'Half'
Cloning into '/Users/admin/builder/spi-builder-workspace/Half'...
Cloned https://github.com/SomeRandomiOSDev/CBORCoding.git
Revision (git rev-parse @):
434a239fba3909bf957b36dbabac93626985a0d2
SUCCESS checkout https://github.com/SomeRandomiOSDev/CBORCoding.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/SomeRandomiOSDev/CBORCoding.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Compiling fp_extend.cpp
[0/3] Compiling fp_trunc.cpp
[2/3] Compiling half.c
[4/7] Compiling Half Half.swift
[5/7] Compiling Half Functions.swift
[6/7] Compiling Half Half+Coding.swift
[7/7] Emitting module Half
[8/15] Compiling CBORCoding Containers.swift
[9/15] Compiling CBORCoding CBORDecoder.swift
[10/15] Compiling CBORCoding CBOREncoder.swift
[11/15] Compiling CBORCoding CBOR.swift
[12/15] Compiling CBORCoding CBOR+Equatable.swift
[13/15] Compiling CBORCoding CBOR+Codable.swift
[14/15] Emitting module CBORCoding
[15/15] Compiling CBORCoding CBORParser.swift
Build complete! (12.22s)
Fetching https://github.com/SomeRandomiOSDev/Half
[1/630] Fetching half
Fetched https://github.com/SomeRandomiOSDev/Half (1.42s)
Computing version for https://github.com/SomeRandomiOSDev/Half
Computed https://github.com/SomeRandomiOSDev/Half at 1.4.2 (0.37s)
Creating working copy for https://github.com/SomeRandomiOSDev/Half
Working copy of https://github.com/SomeRandomiOSDev/Half resolved at 1.4.2
Build complete.
{
  "dependencies" : [
    {
      "identity" : "half",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SomeRandomiOSDev/Half"
    }
  ],
  "manifest_display_name" : "CBORCoding",
  "name" : "CBORCoding",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "CBORCoding",
      "targets" : [
        "CBORCoding"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CBORCodingTests",
      "module_type" : "SwiftTarget",
      "name" : "CBORCodingTests",
      "path" : "Tests/CBORCodingTests",
      "product_dependencies" : [
        "Half"
      ],
      "sources" : [
        "CBORDecoderTests.swift",
        "CBOREncoderTests.swift",
        "CBORParserTests.swift",
        "CBORTests.swift",
        "ContainersTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "CBORCoding"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CBORCoding",
      "module_type" : "SwiftTarget",
      "name" : "CBORCoding",
      "path" : "Sources/CBORCoding",
      "product_dependencies" : [
        "Half"
      ],
      "product_memberships" : [
        "CBORCoding"
      ],
      "sources" : [
        "CBOR+Codable.swift",
        "CBOR+Equatable.swift",
        "CBOR.swift",
        "CBORDecoder.swift",
        "CBOREncoder.swift",
        "CBORParser.swift",
        "Containers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.