The Swift Package Index logo.Swift Package Index

Build Information

Successful build of TOONDecoder, reference 0.1.0 (a2eaff), with Swift 6.2 for macOS (SPM) on 1 Dec 2025 16:11:43 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.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: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alexey1312/TOONDecoder
 * tag               0.1.0      -> FETCH_HEAD
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 0.1.0
Fetching https://github.com/mattt/TOONEncoder
[1/103] Fetching toonencoder
Fetched https://github.com/mattt/TOONEncoder from cache (0.79s)
Computing version for https://github.com/mattt/TOONEncoder
Computed https://github.com/mattt/TOONEncoder at 0.2.0 (1.39s)
Creating working copy for https://github.com/mattt/TOONEncoder
Working copy of https://github.com/mattt/TOONEncoder resolved at 0.2.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": "toondecoder",
      "name": "TOONDecoder",
      "url": "https://github.com/alexey1312/TOONDecoder.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/TOONDecoder",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/alexey1312/TOONDecoder.git
[1/20] Fetching toondecoder
Fetched https://github.com/alexey1312/TOONDecoder.git from cache (0.64s)
Creating working copy for https://github.com/alexey1312/TOONDecoder.git
Working copy of https://github.com/alexey1312/TOONDecoder.git resolved at 0.1.0 (a2eaffe)
warning: '.resolve-product-dependencies': dependency 'toondecoder' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/alexey1312/TOONDecoder.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/4] Compiling TOONDecoder TOONDecoder.swift
[4/4] Emitting module TOONDecoder
Build complete! (5.64s)
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.