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 KYImageProcessor, reference main (d20d27), with Swift 6.1 for macOS (SPM) on 28 Apr 2025 06:56:54 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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kjuly/KYImageProcessor.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Kjuly/KYImageProcessor
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d20d27e bump version to 2.3.0
Cloned https://github.com/Kjuly/KYImageProcessor.git
Revision (git rev-parse @):
d20d27e798e66e88de0380237ba29facd6f0a82a
SUCCESS checkout https://github.com/Kjuly/KYImageProcessor.git at main
========================================
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": "kyimageprocessor",
      "name": "KYImageProcessor",
      "url": "https://github.com/Kjuly/KYImageProcessor.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/KYImageProcessor",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Kjuly/KYImageProcessor.git
[1/268] Fetching kyimageprocessor
Fetched https://github.com/Kjuly/KYImageProcessor.git from cache (0.64s)
Creating working copy for https://github.com/Kjuly/KYImageProcessor.git
Working copy of https://github.com/Kjuly/KYImageProcessor.git resolved at main (d20d27e)
warning: '.resolve-product-dependencies': dependency 'kyimageprocessor' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Kjuly/KYImageProcessor.git
https://github.com/Kjuly/KYImageProcessor.git
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "KYImageProcessor",
  "name" : "KYImageProcessor",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.5"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "KYImageProcessor",
      "targets" : [
        "KYImageProcessor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KYImageProcessorTests",
      "module_type" : "SwiftTarget",
      "name" : "KYImageProcessorTests",
      "path" : "KYImageProcessorTests",
      "sources" : [
        "KYImageConfiguration/KYImageConfigurationTests.swift",
        "KYImageConfiguration/KYImageThumbnailTests.swift",
        "KYImageConfiguration/KYImageViewRatioTests.swift",
        "KYImageProcessor/KYImageProcessorTests.swift",
        "KYImageProcessor/KYImageProcessor_CropTests.swift",
        "KYImageProcessor/KYImageProcessor_TransformTests.swift"
      ],
      "target_dependencies" : [
        "KYImageProcessor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KYImageProcessor",
      "module_type" : "SwiftTarget",
      "name" : "KYImageProcessor",
      "path" : "KYImageProcessor/Sources",
      "product_memberships" : [
        "KYImageProcessor"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/KYImageProcessor/Sources/Resources/en.lproj/KYImageProcessorLocalizations.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/KYImageProcessor/Sources/Resources/zh-Hans.lproj/KYImageProcessorLocalizations.strings",
          "rule" : {
            "process" : {
              "localization" : "zh-hans"
            }
          }
        }
      ],
      "sources" : [
        "Debug/KYIPLogger.swift",
        "KYImageConfiguration/KYImageConfiguration.swift",
        "KYImageConfiguration/KYImageThumbnail.swift",
        "KYImageConfiguration/KYImageViewRatio.swift",
        "KYImagePreviewView/KYImagePreviewView.swift",
        "KYImageProcessor/KYImageProcessor+Crop.swift",
        "KYImageProcessor/KYImageProcessor+Transform.swift",
        "KYImageProcessor/KYImageProcessor.swift",
        "Localizations/KYImageProcessorLocalizations.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/5] Write sources
[0/5] Copying Info.plist
[2/5] Copying KYImageProcessorLocalizations.strings
[4/5] Write swift-version-2F0A5646E1D333AE.txt
[6/15] Compiling KYImageProcessor KYImageProcessorLocalizations.swift
[7/15] Compiling KYImageProcessor KYImageViewRatio.swift
[8/15] Compiling KYImageProcessor KYImageProcessor.swift
[9/15] Compiling KYImageProcessor KYImageProcessor+Crop.swift
[10/15] Compiling KYImageProcessor KYImageProcessor+Transform.swift
[11/15] Compiling KYImageProcessor KYImagePreviewView.swift
[12/15] Compiling KYImageProcessor KYImageThumbnail.swift
[13/15] Emitting module KYImageProcessor
[14/15] Compiling KYImageProcessor KYIPLogger.swift
[15/15] Compiling KYImageProcessor KYImageConfiguration.swift
[16/16] Compiling KYImageProcessor resource_bundle_accessor.swift
Build complete! (5.79s)
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "KYImageProcessor",
  "name" : "KYImageProcessor",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.5"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "KYImageProcessor",
      "targets" : [
        "KYImageProcessor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KYImageProcessorTests",
      "module_type" : "SwiftTarget",
      "name" : "KYImageProcessorTests",
      "path" : "KYImageProcessorTests",
      "sources" : [
        "KYImageConfiguration/KYImageConfigurationTests.swift",
        "KYImageConfiguration/KYImageThumbnailTests.swift",
        "KYImageConfiguration/KYImageViewRatioTests.swift",
        "KYImageProcessor/KYImageProcessorTests.swift",
        "KYImageProcessor/KYImageProcessor_CropTests.swift",
        "KYImageProcessor/KYImageProcessor_TransformTests.swift"
      ],
      "target_dependencies" : [
        "KYImageProcessor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KYImageProcessor",
      "module_type" : "SwiftTarget",
      "name" : "KYImageProcessor",
      "path" : "KYImageProcessor/Sources",
      "product_memberships" : [
        "KYImageProcessor"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/KYImageProcessor/Sources/Resources/en.lproj/KYImageProcessorLocalizations.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/KYImageProcessor/Sources/Resources/zh-Hans.lproj/KYImageProcessorLocalizations.strings",
          "rule" : {
            "process" : {
              "localization" : "zh-hans"
            }
          }
        }
      ],
      "sources" : [
        "Debug/KYIPLogger.swift",
        "KYImageConfiguration/KYImageConfiguration.swift",
        "KYImageConfiguration/KYImageThumbnail.swift",
        "KYImageConfiguration/KYImageViewRatio.swift",
        "KYImagePreviewView/KYImagePreviewView.swift",
        "KYImageProcessor/KYImageProcessor+Crop.swift",
        "KYImageProcessor/KYImageProcessor+Transform.swift",
        "KYImageProcessor/KYImageProcessor.swift",
        "Localizations/KYImageProcessorLocalizations.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.