The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-ascii, reference main (97b77b), with Swift 6.1 for macOS (SPM) on 21 Jan 2026 05:56:26 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/CorvidLabs/swift-ascii.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CorvidLabs/swift-ascii
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 97b77b5 Update copyright year to 2026 (#1)
Cloned https://github.com/CorvidLabs/swift-ascii.git
Revision (git rev-parse @):
97b77b5a20e8d35671f08a2b0c78d317034099fe
SUCCESS checkout https://github.com/CorvidLabs/swift-ascii.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/CorvidLabs/swift-ascii.git
https://github.com/CorvidLabs/swift-ascii.git
{
  "dependencies" : [
    {
      "identity" : "swift-color",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/CorvidLabs/swift-color.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "swift-ascii",
  "name" : "swift-ascii",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "ASCIIPixelArt",
      "targets" : [
        "ASCIIPixelArt"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ascii-pixel-cli",
      "targets" : [
        "ascii-pixel-cli"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ascii_pixel_cli",
      "module_type" : "SwiftTarget",
      "name" : "ascii-pixel-cli",
      "path" : "Sources/ascii-pixel-cli",
      "product_memberships" : [
        "ascii-pixel-cli"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "ASCIIPixelArt"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ASCIIPixelArtTests",
      "module_type" : "SwiftTarget",
      "name" : "ASCIIPixelArtTests",
      "path" : "Tests/ASCIIPixelArtTests",
      "sources" : [
        "ASCIIPixelArtTests.swift"
      ],
      "target_dependencies" : [
        "ASCIIPixelArt"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ASCIIPixelArt",
      "module_type" : "SwiftTarget",
      "name" : "ASCIIPixelArt",
      "path" : "Sources/ASCIIPixelArt",
      "product_dependencies" : [
        "Color"
      ],
      "product_memberships" : [
        "ASCIIPixelArt",
        "ascii-pixel-cli"
      ],
      "sources" : [
        "ASCIIParser.swift",
        "LayerMerger.swift",
        "PixelGrid.swift",
        "SVGBuilder.swift",
        "SVGRenderer.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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/10] Write sources
[4/10] Write ascii-pixel-cli-entitlement.plist
[5/10] Write sources
[6/10] Write swift-version-2F0A5646E1D333AE.txt
[8/20] Compiling Color Color+Manipulation.swift
[9/20] Compiling Color Color+Accessibility.swift
[10/20] Emitting module Color
[11/20] Compiling Color Color+HSL.swift
[12/20] Compiling Color Color+HSV.swift
[13/20] Compiling Color Color.swift
[14/20] Compiling Color Color+Palette.swift
[15/20] Compiling Color NamedColor.swift
[16/20] Compiling Color Color+Hex.swift
[17/20] Compiling Color Color+LAB.swift
[18/26] Compiling ASCIIPixelArt PixelGrid.swift
[19/26] Compiling ASCIIPixelArt SVGBuilder.swift
[20/26] Compiling ASCIIPixelArt LayerMerger.swift
[21/26] Compiling ASCIIPixelArt ASCIIParser.swift
[22/26] Compiling ASCIIPixelArt SVGRenderer.swift
[23/26] Emitting module ASCIIPixelArt
[24/28] Emitting module ascii_pixel_cli
[25/28] Compiling ascii_pixel_cli main.swift
[25/28] Write Objects.LinkFileList
[26/28] Linking ascii-pixel-cli
[27/28] Applying ascii-pixel-cli
Build complete! (24.45s)
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetching https://github.com/CorvidLabs/swift-color.git
[1/426] Fetching swift-color
Fetched https://github.com/CorvidLabs/swift-color.git from cache (1.02s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.02s)
Computing version for https://github.com/CorvidLabs/swift-color.git
Computed https://github.com/CorvidLabs/swift-color.git at 0.1.0 (1.52s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (3.06s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.81s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.50s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/CorvidLabs/swift-color.git
Working copy of https://github.com/CorvidLabs/swift-color.git resolved at 0.1.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-color",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/CorvidLabs/swift-color.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "swift-ascii",
  "name" : "swift-ascii",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "ASCIIPixelArt",
      "targets" : [
        "ASCIIPixelArt"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ascii-pixel-cli",
      "targets" : [
        "ascii-pixel-cli"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ascii_pixel_cli",
      "module_type" : "SwiftTarget",
      "name" : "ascii-pixel-cli",
      "path" : "Sources/ascii-pixel-cli",
      "product_memberships" : [
        "ascii-pixel-cli"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "ASCIIPixelArt"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ASCIIPixelArtTests",
      "module_type" : "SwiftTarget",
      "name" : "ASCIIPixelArtTests",
      "path" : "Tests/ASCIIPixelArtTests",
      "sources" : [
        "ASCIIPixelArtTests.swift"
      ],
      "target_dependencies" : [
        "ASCIIPixelArt"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ASCIIPixelArt",
      "module_type" : "SwiftTarget",
      "name" : "ASCIIPixelArt",
      "path" : "Sources/ASCIIPixelArt",
      "product_dependencies" : [
        "Color"
      ],
      "product_memberships" : [
        "ASCIIPixelArt",
        "ascii-pixel-cli"
      ],
      "sources" : [
        "ASCIIParser.swift",
        "LayerMerger.swift",
        "PixelGrid.swift",
        "SVGBuilder.swift",
        "SVGRenderer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.