The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of TOONDecoder, reference main (a2eaff), with Swift 6.0 for macOS (SPM) on 1 Dec 2025 12:06:00 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alexey1312/TOONDecoder.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alexey1312/TOONDecoder
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a2eaffe Initial commit
Cloned https://github.com/alexey1312/TOONDecoder.git
Revision (git rev-parse @):
a2eaffec5d9b57c52e9dfcc7f64d607c1af8f200
SUCCESS checkout https://github.com/alexey1312/TOONDecoder.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/alexey1312/TOONDecoder.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/4] Emitting module TOONDecoder
[4/4] Compiling TOONDecoder TOONDecoder.swift
Build complete! (6.94s)
Fetching https://github.com/mattt/TOONEncoder
[1/103] Fetching toonencoder
Fetched https://github.com/mattt/TOONEncoder from cache (0.81s)
Computing version for https://github.com/mattt/TOONEncoder
Computed https://github.com/mattt/TOONEncoder at 0.2.0 (0.45s)
Creating working copy for https://github.com/mattt/TOONEncoder
Working copy of https://github.com/mattt/TOONEncoder resolved at 0.2.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "toonencoder",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattt/TOONEncoder"
    }
  ],
  "manifest_display_name" : "TOONDecoder",
  "name" : "TOONDecoder",
  "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" : "TOONDecoder",
      "targets" : [
        "TOONDecoder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TOONDecoderTests",
      "module_type" : "SwiftTarget",
      "name" : "TOONDecoderTests",
      "path" : "Tests/TOONDecoderTests",
      "product_dependencies" : [
        "TOONEncoder"
      ],
      "sources" : [
        "TOONDecoderTests.swift"
      ],
      "target_dependencies" : [
        "TOONDecoder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TOONDecoder",
      "module_type" : "SwiftTarget",
      "name" : "TOONDecoder",
      "path" : "Sources/TOONDecoder",
      "product_memberships" : [
        "TOONDecoder"
      ],
      "sources" : [
        "TOONDecoder.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.