The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Assetizer, reference 0.2.0 (fe5c96), with Swift 6.0 for macOS (SPM) on 31 Oct 2024 20:01:26 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.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
Fetching https://github.com/kylef/Spectre.git
Fetching https://github.com/kylef/Commander.git
[1/1021] Fetching spectre
[165/2609] Fetching spectre, commander
Fetched https://github.com/kylef/Spectre.git from cache (0.96s)
Fetched https://github.com/kylef/Commander.git from cache (0.96s)
Computing version for https://github.com/kylef/Commander.git
Computed https://github.com/kylef/Commander.git at 0.8.0 (0.69s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.8.0 (0.69s)
Creating working copy for https://github.com/kylef/Commander.git
Working copy of https://github.com/kylef/Commander.git resolved at 0.8.0
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.8.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": "assetizer",
      "name": "Assetizer",
      "url": "https://github.com/jkmathew/assetizer.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/assetizer",
      "dependencies": [
        {
          "identity": "commander",
          "name": "Commander",
          "url": "https://github.com/kylef/Commander.git",
          "version": "0.9.2",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Commander",
          "dependencies": [
            {
              "identity": "spectre",
              "name": "Spectre",
              "url": "https://github.com/kylef/Spectre.git",
              "version": "0.10.1",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Spectre",
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/jkmathew/assetizer.git
[1/99] Fetching assetizer
Fetched https://github.com/jkmathew/assetizer.git from cache (0.67s)
Fetching https://github.com/kylef/Commander.git from cache
Fetched https://github.com/kylef/Commander.git from cache (0.50s)
Computing version for https://github.com/kylef/Commander.git
Computed https://github.com/kylef/Commander.git at 0.9.2 (0.62s)
Fetching https://github.com/kylef/Spectre.git from cache
Fetched https://github.com/kylef/Spectre.git from cache (0.45s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (2.70s)
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/jkmathew/assetizer.git
Working copy of https://github.com/jkmathew/assetizer.git resolved at 0.2.0 (fe5c964)
Creating working copy for https://github.com/kylef/Commander.git
Working copy of https://github.com/kylef/Commander.git resolved at 0.9.2
Found 1 product dependencies
  - Commander
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/jkmathew/assetizer.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/8] Write sources
[2/8] Write assetize-entitlement.plist
[4/8] Write swift-version--7754E27361AE5C74.txt
[6/23] Compiling Commander Group.swift
[7/23] Compiling Commander Error.swift
[8/23] Compiling Commander ArgumentDescription.swift
[9/23] Compiling Commander CommandType.swift
[10/23] Compiling Commander CommandRunner.swift
[11/23] Compiling Commander ArgumentParser.swift
[12/23] Emitting module Commander
[13/23] Compiling Commander Command.swift
[14/23] Compiling Commander Commands.swift
[15/23] Compiling Commander ArgumentConvertible.swift
[16/23] Emitting module Assetizer
[17/23] Compiling Assetizer URLConvertible.swift
[18/23] Compiling Assetizer Error.swift
[19/23] Compiling Assetizer DeviceIdiom.swift
[20/23] Compiling Assetizer AssetWriter.swift
[21/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
[22/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] Compiling assetize main.swift
[23/26] Write Objects.LinkFileList
[24/26] Linking assetize
[25/26] Applying assetize
Build complete! (15.32s)
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.