The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CBOR, reference main (c15a11), with Swift 6.1 for macOS (SPM) on 9 Dec 2025 05:34:52 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wendylabsinc/cbor.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/wendylabsinc/cbor
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c15a114 Fix documentation link to use Swift Package Index
Cloned https://github.com/wendylabsinc/cbor.git
Revision (git rev-parse @):
c15a114524c9502925162dc4a9c7e1aa226ee44a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/wendylabsinc/cbor.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/wendylabsinc/cbor.git
https://github.com/wendylabsinc/cbor.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CBOR",
  "name" : "CBOR",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CBOR",
      "targets" : [
        "CBOR"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CBORTests",
      "module_type" : "SwiftTarget",
      "name" : "CBORTests",
      "path" : "Tests/CBORTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CBORTests/TestPlan.md",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "CBORCodableTests.swift",
        "CBORContainerTests.swift",
        "CBORErrorTests.swift",
        "CBORPrimitiveTests.swift",
        "CBORTaggedAndErrorTests.swift"
      ],
      "target_dependencies" : [
        "CBOR"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CBOR",
      "module_type" : "SwiftTarget",
      "name" : "CBOR",
      "path" : "Sources/CBOR",
      "product_memberships" : [
        "CBOR"
      ],
      "sources" : [
        "CBOR.swift",
        "CBORError.swift",
        "CBORReader.swift",
        "Codable/CBORCodable.swift",
        "Codable/CBORDecoder.swift",
        "Codable/CBOREncoder.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/9] Compiling CBOR CBOREncoder.swift
[4/9] Compiling CBOR CBORReader.swift
[5/9] Compiling CBOR CBORDecoder.swift
[6/9] Compiling CBOR CBORError.swift
[7/9] Emitting module CBOR
[8/9] Compiling CBOR CBORCodable.swift
[9/9] Compiling CBOR CBOR.swift
Build complete! (4.83s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CBOR",
  "name" : "CBOR",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CBOR",
      "targets" : [
        "CBOR"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CBORTests",
      "module_type" : "SwiftTarget",
      "name" : "CBORTests",
      "path" : "Tests/CBORTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CBORTests/TestPlan.md",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "CBORCodableTests.swift",
        "CBORContainerTests.swift",
        "CBORErrorTests.swift",
        "CBORPrimitiveTests.swift",
        "CBORTaggedAndErrorTests.swift"
      ],
      "target_dependencies" : [
        "CBOR"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CBOR",
      "module_type" : "SwiftTarget",
      "name" : "CBOR",
      "path" : "Sources/CBOR",
      "product_memberships" : [
        "CBOR"
      ],
      "sources" : [
        "CBOR.swift",
        "CBORError.swift",
        "CBORReader.swift",
        "Codable/CBORCodable.swift",
        "Codable/CBORDecoder.swift",
        "Codable/CBOREncoder.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.