The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ImageScout, reference master (bf0826), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 14:33:07 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "imagescout",
      "name": "ImageScout",
      "url": "https://github.com/kaishin/ImageScout.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ImageScout",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/kaishin/ImageScout.git
[1/597] Fetching imagescout
Fetched https://github.com/kaishin/ImageScout.git from cache (1.01s)
Creating working copy for https://github.com/kaishin/ImageScout.git
Working copy of https://github.com/kaishin/ImageScout.git resolved at master (bf08266)
warning: '.resolve-product-dependencies': dependency 'imagescout' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/kaishin/ImageScout.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/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
[4/7] Compiling ImageScout ImageParser.swift
[5/7] Compiling ImageScout ImageScout.swift
[6/7] Compiling ImageScout SessionDelegate.swift
[7/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
Build complete! (5.04s)
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.