The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Scry, reference 1.1.0 (ccfe51), with Swift 6.0 for macOS (SPM) on 5 Apr 2026 11:33:53 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/loopwerk/Scry.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/loopwerk/Scry
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at ccfe51c feat: Do no load the entire image into memory just to read EXIF data
Cloned https://github.com/loopwerk/Scry.git
Revision (git rev-parse @):
ccfe51c4d05711cf6cd8bff892568d34133faa3b
SUCCESS checkout https://github.com/loopwerk/Scry.git at 1.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/loopwerk/Scry.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/11] Emitting module Scry
[4/11] Compiling Scry EXIFTags.swift
[5/11] Compiling Scry EXIFError.swift
[6/11] Compiling Scry JPEGContainer.swift
[7/11] Compiling Scry WebPContainer.swift
[8/11] Compiling Scry PNGContainer.swift
[9/11] Compiling Scry ByteReader.swift
[10/11] Compiling Scry Scry.swift
[11/11] Compiling Scry TIFFParser.swift
Build complete! (5.42s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Scry",
  "name" : "Scry",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Scry",
      "targets" : [
        "Scry"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ScryTests",
      "module_type" : "SwiftTarget",
      "name" : "ScryTests",
      "path" : "Tests/ScryTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/ScryTests/Fixtures",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ScryTests.swift"
      ],
      "target_dependencies" : [
        "Scry"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Scry",
      "module_type" : "SwiftTarget",
      "name" : "Scry",
      "path" : "Sources/Scry",
      "product_memberships" : [
        "Scry"
      ],
      "sources" : [
        "ByteReader.swift",
        "Containers/JPEGContainer.swift",
        "Containers/PNGContainer.swift",
        "Containers/WebPContainer.swift",
        "EXIFError.swift",
        "EXIFTags.swift",
        "Scry.swift",
        "TIFFParser.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.