The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ImageMetadata, reference main (21e5e8), with Swift 6.3 for Wasm on 27 Apr 2026 07:34:47 UTC.

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.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/designedbyclowns/ImageMetadata.git
Reference: main
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/designedbyclowns/ImageMetadata
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 21e5e82 Merge pull request #14 from designedbyclowns/drop-format-flags
Cloned https://github.com/designedbyclowns/ImageMetadata.git
Revision (git rev-parse @):
21e5e82ddcd0fe41d47252b7afc406630bd5d93f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/designedbyclowns/ImageMetadata.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/designedbyclowns/ImageMetadata.git
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.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/apple/swift-numerics
Fetching https://github.com/apple/swift-argument-parser
[1/6416] Fetching swift-numerics
[6417/23880] Fetching swift-numerics, swift-argument-parser
Fetched https://github.com/apple/swift-numerics from cache (1.20s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.21s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (2.23s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (0.53s)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/23] Copying Localizable.xcstrings
[2/23] Copying Info.plist
[4/23] Copying not-an-image.txt
[5/23] Copying metadata-test.jpg
[5/23] Copying iptc.jpg
[5/23] Copying hang-in.jpg
[8/23] Copying WindowAtLeGras.jpg
[9/23] Copying exif.jpg
[10/23] Copying Info.plist
[11/23] Write sources
[16/23] Write swift-version-24593BA9C3E375BF.txt
[18/76] Emitting module Shared
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/76] Emitting module ImageMetadata
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[20/82] Emitting module ArgumentParserToolInfo
[21/82] Compiling ArgumentParserToolInfo ToolInfo.swift
[23/83] Compiling ImageMetadata DNG+Encodable.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[24/83] Compiling ImageMetadata DNG.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[25/83] Compiling ImageMetadata ColorSpace.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[26/83] Compiling ImageMetadata CompositeImage.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[27/83] Compiling ImageMetadata Contrast.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[28/83] Compiling ImageMetadata CustomRendered.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[29/83] Compiling ImageMetadata EXIF+Encodable.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[30/83] Compiling ImageMetadata PNG.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[31/83] Compiling ImageMetadata TIFF+Encodable.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[32/83] Compiling ImageMetadata TIFF.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[33/83] Compiling ImageMetadata WebP+Encodable.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[34/83] Compiling ImageMetadata WebP.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[35/83] Compiling ImageMetadata resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[36/83] Compiling Shared Shared.swift
[37/83] Compiling Shared resource_bundle_accessor.swift
[39/84] Compiling ImageMetadata EXIF.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[40/84] Compiling ImageMetadata ExposureMode.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[41/84] Compiling ImageMetadata ExposureProgram.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[42/84] Compiling ImageMetadata LightSource.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[43/84] Compiling ImageMetadata MeteringMode.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[44/84] Compiling ImageMetadata Saturation.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[45/84] Compiling ImageMetadata SceneCaptureType.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[46/84] Compiling ImageMetadata JFIF.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[47/84] Compiling ImageMetadata Metadata+Helpers.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[48/84] Compiling ImageMetadata Metadata.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[49/84] Compiling ImageMetadata MetadataError.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[50/84] Compiling ImageMetadata MetadataOptions.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[51/84] Compiling ImageMetadata PNG+Encodable.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[52/84] Compiling ImageMetadata SensingMethod.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[53/84] Compiling ImageMetadata Sharpness.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[54/84] Compiling ImageMetadata SubjectDistanceRange.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[55/84] Compiling ImageMetadata WhiteBalance.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[56/84] Compiling ImageMetadata EightBIM+Encodable.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[57/84] Compiling ImageMetadata EightBIM.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[58/84] Compiling ImageMetadata CGImagePropertyOrientation.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[59/84] Compiling ImageMetadata HEIC+Encodable.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[60/84] Compiling ImageMetadata HEIC.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[61/84] Compiling ImageMetadata CreatorContactKey.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[62/84] Compiling ImageMetadata IPTC+Encodable.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[63/84] Compiling ImageMetadata IPTC.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[64/84] Compiling ImageMetadata NewsCode.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[65/84] Compiling ImageMetadata ImageFile+Encodable.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[66/84] Compiling ImageMetadata Calendar.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[67/84] Compiling ImageMetadata TimeZone.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[68/84] Compiling ImageMetadata GIF+Encodable.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[69/84] Compiling ImageMetadata GIF.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[70/84] Compiling ImageMetadata GPS+CoreLocation.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[71/84] Compiling ImageMetadata GPS+Encodable.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[72/84] Compiling ImageMetadata GPS.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[73/84] Compiling ImageMetadata ImageFile.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[74/84] Compiling ImageMetadata ImageFileError.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[75/84] Compiling ImageMetadata ImageMetadata+Encodable.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[76/84] Compiling ImageMetadata ImageMetadata.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[77/84] Compiling ImageMetadata ImageOrientation.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[78/84] Compiling ImageMetadata JFIF+Encodable.swift
/host/spi-builder-workspace/Sources/ImageMetadata/DNG/DNG.swift:2:8: error: no such module 'ImageIO'
  1 | public import Foundation
  2 | import ImageIO
    |        `- error: no such module 'ImageIO'
  3 |
  4 | /// Digital Negative (DNG)
[78/84] Wrapping AST for ArgumentParserToolInfo for debugging
error: cancelled
error: cancelled
error: cancelled
error: cancelled
error: cancelled
error: cancelled
error: cancelled
error: cancelled
error: cancelled
BUILD FAILURE 6.3 wasm