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 Assetizer, reference 0.2.0 (fe5c96), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 07:37:59 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jkmathew/assetizer.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jkmathew/assetizer
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at fe5c964 Readme updated
Cloned https://github.com/jkmathew/assetizer.git
Revision (git rev-parse @):
fe5c964031b06f8f688b7855b46e9bcb098552ce
SUCCESS checkout https://github.com/jkmathew/assetizer.git at 0.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/jkmathew/assetizer.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[0/8] Write assetize-entitlement.plist
[3/8] Write sources
[4/8] Write swift-version-1EA4D86E10B52AF.txt
[6/23] Compiling Commander Group.swift
[7/23] Compiling Commander ArgumentParser.swift
[8/23] Compiling Commander Command.swift
[9/23] Compiling Commander CommandRunner.swift
[10/23] Compiling Commander ArgumentConvertible.swift
[11/23] Compiling Commander CommandType.swift
[12/23] Emitting module Commander
[13/23] Compiling Commander Error.swift
[14/23] Compiling Commander ArgumentDescription.swift
[15/23] Compiling Commander Commands.swift
[16/23] Compiling Assetizer DeviceIdiom.swift
[17/23] Compiling Assetizer URLConvertible.swift
[18/23] Compiling Assetizer Error.swift
[19/23] Emitting module Assetizer
[20/23] Compiling Assetizer AssetWriter.swift
[21/26] Compiling assetize main.swift
[22/26] Emitting module assetize
/Users/admin/builder/spi-builder-workspace/Sources/assetize/ArgumentConvertibles.swift:12:1: warning: extension declares a conformance of imported type 'CGSize' to imported protocols 'ArgumentConvertible', 'CustomStringConvertible'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
10 | import Foundation
11 |
12 | extension CGSize: ArgumentConvertible {
   | |- warning: extension declares a conformance of imported type 'CGSize' to imported protocols 'ArgumentConvertible', 'CustomStringConvertible'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
13 |   public var description: String {
14 |     return "{width: \(width), height: \(height)}"
/Users/admin/builder/spi-builder-workspace/Sources/assetize/ArgumentConvertibles.swift:33:1: warning: extension declares a conformance of imported type 'DeviceIdiom' to imported protocols 'ArgumentConvertible', 'CustomStringConvertible'; this will not behave correctly if the owners of 'Assetizer' introduce this conformance in the future
31 | }
32 |
33 | extension DeviceIdiom: ArgumentConvertible {
   | |- warning: extension declares a conformance of imported type 'DeviceIdiom' to imported protocols 'ArgumentConvertible', 'CustomStringConvertible'; this will not behave correctly if the owners of 'Assetizer' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
34 |   public var description: String {
35 |     return rawValue
[23/26] Compiling assetize ArgumentConvertibles.swift
/Users/admin/builder/spi-builder-workspace/Sources/assetize/ArgumentConvertibles.swift:12:1: warning: extension declares a conformance of imported type 'CGSize' to imported protocols 'ArgumentConvertible', 'CustomStringConvertible'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
10 | import Foundation
11 |
12 | extension CGSize: ArgumentConvertible {
   | |- warning: extension declares a conformance of imported type 'CGSize' to imported protocols 'ArgumentConvertible', 'CustomStringConvertible'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
13 |   public var description: String {
14 |     return "{width: \(width), height: \(height)}"
/Users/admin/builder/spi-builder-workspace/Sources/assetize/ArgumentConvertibles.swift:33:1: warning: extension declares a conformance of imported type 'DeviceIdiom' to imported protocols 'ArgumentConvertible', 'CustomStringConvertible'; this will not behave correctly if the owners of 'Assetizer' introduce this conformance in the future
31 | }
32 |
33 | extension DeviceIdiom: ArgumentConvertible {
   | |- warning: extension declares a conformance of imported type 'DeviceIdiom' to imported protocols 'ArgumentConvertible', 'CustomStringConvertible'; this will not behave correctly if the owners of 'Assetizer' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
34 |   public var description: String {
35 |     return rawValue
[23/26] Write Objects.LinkFileList
[24/26] Linking assetize
[25/26] Applying assetize
Build complete! (11.65s)
Fetching https://github.com/kylef/Commander.git
[1/1588] Fetching commander
Fetched https://github.com/kylef/Commander.git from cache (0.77s)
Computing version for https://github.com/kylef/Commander.git
Computed https://github.com/kylef/Commander.git at 0.9.2 (1.28s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.82s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (2.76s)
Creating working copy for https://github.com/kylef/Commander.git
Working copy of https://github.com/kylef/Commander.git resolved at 0.9.2
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "commander",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.8.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylef/Commander.git"
    }
  ],
  "manifest_display_name" : "Assetizer",
  "name" : "Assetizer",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Assetizer",
      "targets" : [
        "Assetizer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "assetize",
      "targets" : [
        "assetize"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "assetize",
      "module_type" : "SwiftTarget",
      "name" : "assetize",
      "path" : "Sources/assetize",
      "product_dependencies" : [
        "Commander"
      ],
      "product_memberships" : [
        "assetize"
      ],
      "sources" : [
        "ArgumentConvertibles.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "Assetizer"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Assetizer",
      "module_type" : "SwiftTarget",
      "name" : "Assetizer",
      "path" : "Sources/Assetizer",
      "product_memberships" : [
        "Assetizer",
        "assetize"
      ],
      "sources" : [
        "AssetWriter.swift",
        "DeviceIdiom.swift",
        "Error.swift",
        "URLConvertible.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.