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 ImageScout, reference master (bf0826), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 18:18:53 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/kaishin/ImageScout.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kaishin/ImageScout
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at bf08266 Add SPM instructions
Cloned https://github.com/kaishin/ImageScout.git
Revision (git rev-parse @):
bf082663f1f19ca2d56358ef102fccff78ee131a
SUCCESS checkout https://github.com/kaishin/ImageScout.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/kaishin/ImageScout.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/7] Compiling ImageScout SessionDelegate.swift
[4/7] Compiling ImageScout ImageScout.swift
[5/7] Compiling ImageScout ScoutOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/ImageScout/ScoutOperation.swift:3:7: warning: class 'ScoutOperation' must restate inherited '@unchecked Sendable' conformance
 1 | import QuartzCore
 2 |
 3 | class ScoutOperation: Operation {
   |       `- warning: class 'ScoutOperation' must restate inherited '@unchecked Sendable' conformance
 4 |   var size = CGSize.zero
 5 |   var type = ScoutedImageType.unsupported
[6/7] Emitting module ImageScout
/Users/admin/builder/spi-builder-workspace/Sources/ImageScout/ScoutOperation.swift:3:7: warning: class 'ScoutOperation' must restate inherited '@unchecked Sendable' conformance
 1 | import QuartzCore
 2 |
 3 | class ScoutOperation: Operation {
   |       `- warning: class 'ScoutOperation' must restate inherited '@unchecked Sendable' conformance
 4 |   var size = CGSize.zero
 5 |   var type = ScoutedImageType.unsupported
[7/7] Compiling ImageScout ImageParser.swift
Build complete! (4.44s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ImageScout",
  "name" : "ImageScout",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ImageScout",
      "targets" : [
        "ImageScout"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ImageScout",
      "module_type" : "SwiftTarget",
      "name" : "ImageScout",
      "path" : "Sources/ImageScout",
      "product_memberships" : [
        "ImageScout"
      ],
      "sources" : [
        "ImageParser.swift",
        "ImageScout.swift",
        "ScoutOperation.swift",
        "SessionDelegate.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.