The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Scry, reference 1.1.0 (ccfe51), with Swift 6.1 for Wasm on 5 Apr 2026 11:33:43 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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 2>&1

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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/loopwerk/Scry.git
https://github.com/loopwerk/Scry.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Scry",
  "name" : "Scry",
  "path" : "/host/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" : "/host/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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/10] Compiling Scry EXIFTags.swift
[4/11] Compiling Scry EXIFError.swift
[5/11] Compiling Scry Scry.swift
[6/11] Compiling Scry JPEGContainer.swift
[7/11] Compiling Scry PNGContainer.swift
[8/11] Emitting module Scry
[9/11] Compiling Scry TIFFParser.swift
[10/11] Compiling Scry WebPContainer.swift
[11/11] Compiling Scry ByteReader.swift
Build complete! (7.84s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Scry",
  "name" : "Scry",
  "path" : "/host/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" : "/host/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"
}
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
Done.