The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ToonFormat, reference 0.4.0 (b519ed), with Swift 6.1 for macOS (SPM) on 6 Feb 2026 18:34:38 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/toon-format/toon-swift.git
Reference: 0.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/toon-format/toon-swift
 * tag               0.4.0      -> FETCH_HEAD
HEAD is now at b519ede Add numeric normalization strategies (#24)
Cloned https://github.com/toon-format/toon-swift.git
Revision (git rev-parse @):
b519ede235854489e1fbfe05d171c69a3bf558e5
SUCCESS checkout https://github.com/toon-format/toon-swift.git at 0.4.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/toon-format/toon-swift.git
https://github.com/toon-format/toon-swift.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ToonFormat",
  "name" : "ToonFormat",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "ToonFormat",
      "targets" : [
        "ToonFormat"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ToonFormatTests",
      "module_type" : "SwiftTarget",
      "name" : "ToonFormatTests",
      "path" : "Tests/ToonFormatTests",
      "sources" : [
        "DecoderTests.swift",
        "EncoderTests.swift",
        "RoundTripTests.swift"
      ],
      "target_dependencies" : [
        "ToonFormat"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ToonFormat",
      "module_type" : "SwiftTarget",
      "name" : "ToonFormat",
      "path" : "Sources/ToonFormat",
      "product_memberships" : [
        "ToonFormat"
      ],
      "sources" : [
        "Decoder.swift",
        "Encoder.swift",
        "Value.swift",
        "Version.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/7] Compiling ToonFormat Value.swift
[4/7] Compiling ToonFormat Version.swift
[5/7] Compiling ToonFormat Encoder.swift
[6/7] Compiling ToonFormat Decoder.swift
[7/7] Emitting module ToonFormat
Build complete! (4.63s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ToonFormat",
  "name" : "ToonFormat",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "ToonFormat",
      "targets" : [
        "ToonFormat"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ToonFormatTests",
      "module_type" : "SwiftTarget",
      "name" : "ToonFormatTests",
      "path" : "Tests/ToonFormatTests",
      "sources" : [
        "DecoderTests.swift",
        "EncoderTests.swift",
        "RoundTripTests.swift"
      ],
      "target_dependencies" : [
        "ToonFormat"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ToonFormat",
      "module_type" : "SwiftTarget",
      "name" : "ToonFormat",
      "path" : "Sources/ToonFormat",
      "product_memberships" : [
        "ToonFormat"
      ],
      "sources" : [
        "Decoder.swift",
        "Encoder.swift",
        "Value.swift",
        "Version.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.