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 PhotoEditorSDK, reference main (36924b), with Swift 6.0 for macOS (SPM) on 15 Oct 2024 02:38:39 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.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.55.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/imgly/pesdk-ios-build.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/imgly/pesdk-ios-build
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 36924be Add version 11.10.2
Cloned https://github.com/imgly/pesdk-ios-build.git
Revision (git rev-parse @):
36924be1e42962420e5c0d2dc49461a3ded87a94
SUCCESS checkout https://github.com/imgly/pesdk-ios-build.git at main
Fetching https://github.com/imgly/imglykit-sp.git
[1/151] Fetching imglykit-sp
Fetched https://github.com/imgly/imglykit-sp.git from cache (0.72s)
Computing version for https://github.com/imgly/imglykit-sp.git
Computed https://github.com/imgly/imglykit-sp.git at 11.10.2 (0.63s)
Creating working copy for https://github.com/imgly/imglykit-sp.git
Working copy of https://github.com/imgly/imglykit-sp.git resolved at 11.10.2
[1336/122729274] Downloading https://releases.photoeditorsdk.com/ios/ImglyKit-11.10.2.xcframework.zip
Downloading binary artifact https://releases.photoeditorsdk.com/ios/ImglyKit-11.10.2.xcframework.zip
Downloaded https://releases.photoeditorsdk.com/ios/ImglyKit-11.10.2.xcframework.zip (6.97s)
========================================
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": "pesdk-ios-build",
      "name": "PhotoEditorSDK",
      "url": "https://github.com/imgly/pesdk-ios-build.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/pesdk-ios-build",
      "dependencies": [
        {
          "identity": "imglykit-sp",
          "name": "ImglyKit",
          "url": "https://github.com/imgly/imglykit-sp.git",
          "version": "11.10.2",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/imglykit-sp",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/imgly/pesdk-ios-build.git
[1/680] Fetching pesdk-ios-build
Fetched https://github.com/imgly/pesdk-ios-build.git from cache (0.88s)
Fetching https://github.com/imgly/imglykit-sp.git from cache
Fetched https://github.com/imgly/imglykit-sp.git from cache (0.47s)
Computing version for https://github.com/imgly/imglykit-sp.git
Computed https://github.com/imgly/imglykit-sp.git at 11.10.2 (0.02s)
Creating working copy for https://github.com/imgly/imglykit-sp.git
Working copy of https://github.com/imgly/imglykit-sp.git resolved at 11.10.2
Creating working copy for https://github.com/imgly/pesdk-ios-build.git
Working copy of https://github.com/imgly/pesdk-ios-build.git resolved at main (36924be)
Fetching binary artifact https://releases.photoeditorsdk.com/ios/ImglyKit-11.10.2.xcframework.zip from cache
Fetched https://releases.photoeditorsdk.com/ios/ImglyKit-11.10.2.xcframework.zip from cache (5.81s)
warning: '.resolve-product-dependencies': dependency 'pesdk-ios-build' is not used by any target
Found 1 product dependencies
  - ImglyKit
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/imgly/pesdk-ios-build.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.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/1] Compiling PhotoEditorSDK PhotoEditorSDK.m
Build complete! (0.78s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "imglykit-sp",
      "requirement" : {
        "exact" : [
          "11.10.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/imgly/imglykit-sp.git"
    }
  ],
  "manifest_display_name" : "PhotoEditorSDK",
  "name" : "PhotoEditorSDK",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "PhotoEditorSDK",
      "targets" : [
        "PhotoEditorSDK"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PhotoEditorSDK",
      "module_type" : "ClangTarget",
      "name" : "PhotoEditorSDK",
      "path" : "Source",
      "product_dependencies" : [
        "ImglyKit"
      ],
      "product_memberships" : [
        "PhotoEditorSDK"
      ],
      "sources" : [
        "PhotoEditorSDK.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.