Build Information
Successful build of ImageMetadata, reference 0.1.2 (5c3afb
), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 14:35:30 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/designedbyclowns/ImageMetadata.git
Reference: 0.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/designedbyclowns/ImageMetadata
* tag 0.1.2 -> FETCH_HEAD
HEAD is now at 5c3afbe Merge pull request #1 from designedbyclowns/hishma/docc-plugin
Cloned https://github.com/designedbyclowns/ImageMetadata.git
Revision (git rev-parse @):
5c3afbeed85fd91355616c65ddeb7a1de9261403
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/designedbyclowns/ImageMetadata.git at 0.1.2
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/designedbyclowns/ImageMetadata.git
https://github.com/designedbyclowns/ImageMetadata.git
{
"default_localization" : "en-US",
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "1.5.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swift-numerics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-numerics"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "ImageMetadata",
"name" : "ImageMetadata",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "17.0"
}
],
"products" : [
{
"name" : "ImageMetadata",
"targets" : [
"ImageMetadata"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "imgmd",
"targets" : [
"imgmd"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "imgmdTests",
"module_type" : "SwiftTarget",
"name" : "imgmdTests",
"path" : "Tests/imgmdTests",
"sources" : [
"imgmdTests.swift"
],
"target_dependencies" : [
"imgmd"
],
"type" : "test"
},
{
"c99name" : "imgmd",
"module_type" : "SwiftTarget",
"name" : "imgmd",
"path" : "Sources/imgmd",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"imgmd"
],
"sources" : [
"imgmd.swift"
],
"target_dependencies" : [
"ImageMetadata"
],
"type" : "executable"
},
{
"c99name" : "ImageMetadataTests",
"module_type" : "SwiftTarget",
"name" : "ImageMetadataTests",
"path" : "Tests/ImageMetadataTests",
"product_dependencies" : [
"Numerics"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ImageMetadataTests/Resources/WindowAtLeGras.jpg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ImageMetadataTests/Resources/exif.jpg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ImageMetadataTests/Resources/hang-in.jpg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ImageMetadataTests/Resources/iptc.jpg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ImageMetadataTests/Resources/metadata-test.jpg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ImageMetadataTests/Resources/not-an-image.txt",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"EXIFTests.swift",
"IPTCTests.swift",
"ImageFileTests.swift",
"ImageMetadataTests.swift"
],
"target_dependencies" : [
"ImageMetadata"
],
"type" : "test"
},
{
"c99name" : "ImageMetadata",
"module_type" : "SwiftTarget",
"name" : "ImageMetadata",
"path" : "Sources/ImageMetadata",
"product_memberships" : [
"ImageMetadata",
"imgmd"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/ImageMetadata/Resources/Localizable.xcstrings",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"EXIF/Contrast.swift",
"EXIF/CustomRendered.swift",
"EXIF/EXIF.swift",
"EXIF/ExposureMode.swift",
"EXIF/ExposureProgram.swift",
"EXIF/LightSource.swift",
"EXIF/MeteringMode.swift",
"EXIF/Saturation.swift",
"EXIF/SceneCaptureType.swift",
"EXIF/SensingMethod.swift",
"EXIF/Sharpness.swift",
"EXIF/SubjectDistanceRange.swift",
"EXIF/WhiteBalance.swift",
"Extensions/CGImagePropertyOrientation+CustomStringConvertible.swift",
"GPS/GPS+CoreLocation.swift",
"GPS/GPS.swift",
"IPTC/CreatorContactKey.swift",
"IPTC/IPTC.swift",
"IPTC/NewsCode.swift",
"ImageFile.swift",
"ImageFileError.swift",
"ImageMetadata.swift",
"ImageOrientation.swift",
"Metadata.swift",
"MetadataError.swift",
"MetadataOptions.swift",
"TIFF.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/14] Write sources
[4/14] Write imgmd-entitlement.plist
[4/14] Write sources
[7/14] Copying Info.plist
[8/14] Copying Localizable.xcstrings
[10/14] Write swift-version-2F0A5646E1D333AE.txt
[12/43] Compiling ArgumentParserToolInfo ToolInfo.swift
[13/43] Emitting module ArgumentParserToolInfo
[14/81] Emitting module ArgumentParser
[15/85] Compiling ArgumentParser InputOrigin.swift
[16/85] Compiling ArgumentParser Name.swift
[17/85] Compiling ArgumentParser Parsed.swift
[18/85] Compiling ArgumentParser ParsedValues.swift
[19/85] Compiling ArgumentParser ArgumentHelp.swift
[20/85] Compiling ArgumentParser ArgumentVisibility.swift
[21/85] Compiling ArgumentParser CompletionKind.swift
[22/85] Compiling ArgumentParser Errors.swift
[23/85] Emitting module ImageMetadata
[24/87] Compiling ArgumentParser Flag.swift
[25/87] Compiling ArgumentParser NameSpecification.swift
[26/87] Compiling ArgumentParser Option.swift
[27/87] Compiling ArgumentParser OptionGroup.swift
[28/87] Compiling ArgumentParser ParsableArguments.swift
[29/87] Compiling ArgumentParser ParsableArgumentsValidation.swift
[30/87] Compiling ArgumentParser ParsableCommand.swift
[31/87] Compiling ArgumentParser ArgumentDecoder.swift
[32/87] Compiling ArgumentParser AsyncParsableCommand.swift
[33/87] Compiling ArgumentParser CommandConfiguration.swift
[34/87] Compiling ArgumentParser EnumerableFlag.swift
[35/87] Compiling ArgumentParser ExpressibleByArgument.swift
[36/87] Compiling ArgumentParser BashCompletionsGenerator.swift
[37/87] Compiling ArgumentParser CompletionsGenerator.swift
[38/87] Compiling ArgumentParser FishCompletionsGenerator.swift
[39/87] Compiling ArgumentParser ZshCompletionsGenerator.swift
[40/87] Compiling ArgumentParser Argument.swift
[41/87] Compiling ArgumentParser Platform.swift
[42/87] Compiling ArgumentParser SequenceExtensions.swift
[43/87] Compiling ArgumentParser StringExtensions.swift
[44/87] Compiling ArgumentParser Tree.swift
[47/87] Compiling ArgumentParser ParserError.swift
[48/87] Compiling ArgumentParser SplitArguments.swift
[49/87] Compiling ArgumentParser DumpHelpGenerator.swift
[50/87] Compiling ArgumentParser HelpCommand.swift
[51/87] Compiling ArgumentParser ArgumentDefinition.swift
[52/87] Compiling ArgumentParser ArgumentSet.swift
[53/87] Compiling ArgumentParser CommandParser.swift
[54/87] Compiling ArgumentParser InputKey.swift
[55/87] Compiling ArgumentParser HelpGenerator.swift
[56/87] Compiling ImageMetadata TIFF.swift
[57/87] Compiling ImageMetadata resource_bundle_accessor.swift
[58/87] Compiling ArgumentParser CollectionExtensions.swift
[85/89] Compiling imgmd imgmd.swift
[86/89] Emitting module imgmd
[86/89] Write Objects.LinkFileList
[87/89] Linking imgmd
[88/89] Applying imgmd
Build complete! (23.97s)
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-numerics from cache
Fetching https://github.com/apple/swift-argument-parser from cache
[1/2049] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.12s)
Fetched https://github.com/apple/swift-numerics from cache (1.13s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.13s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.4.0 (1.70s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (1.05s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.59s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.79s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.46s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.4.0
Build complete.
{
"default_localization" : "en-US",
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "1.5.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swift-numerics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-numerics"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "ImageMetadata",
"name" : "ImageMetadata",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "17.0"
}
],
"products" : [
{
"name" : "ImageMetadata",
"targets" : [
"ImageMetadata"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "imgmd",
"targets" : [
"imgmd"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "imgmdTests",
"module_type" : "SwiftTarget",
"name" : "imgmdTests",
"path" : "Tests/imgmdTests",
"sources" : [
"imgmdTests.swift"
],
"target_dependencies" : [
"imgmd"
],
"type" : "test"
},
{
"c99name" : "imgmd",
"module_type" : "SwiftTarget",
"name" : "imgmd",
"path" : "Sources/imgmd",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"imgmd"
],
"sources" : [
"imgmd.swift"
],
"target_dependencies" : [
"ImageMetadata"
],
"type" : "executable"
},
{
"c99name" : "ImageMetadataTests",
"module_type" : "SwiftTarget",
"name" : "ImageMetadataTests",
"path" : "Tests/ImageMetadataTests",
"product_dependencies" : [
"Numerics"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ImageMetadataTests/Resources/WindowAtLeGras.jpg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ImageMetadataTests/Resources/exif.jpg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ImageMetadataTests/Resources/hang-in.jpg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ImageMetadataTests/Resources/iptc.jpg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ImageMetadataTests/Resources/metadata-test.jpg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ImageMetadataTests/Resources/not-an-image.txt",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"EXIFTests.swift",
"IPTCTests.swift",
"ImageFileTests.swift",
"ImageMetadataTests.swift"
],
"target_dependencies" : [
"ImageMetadata"
],
"type" : "test"
},
{
"c99name" : "ImageMetadata",
"module_type" : "SwiftTarget",
"name" : "ImageMetadata",
"path" : "Sources/ImageMetadata",
"product_memberships" : [
"ImageMetadata",
"imgmd"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/ImageMetadata/Resources/Localizable.xcstrings",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"EXIF/Contrast.swift",
"EXIF/CustomRendered.swift",
"EXIF/EXIF.swift",
"EXIF/ExposureMode.swift",
"EXIF/ExposureProgram.swift",
"EXIF/LightSource.swift",
"EXIF/MeteringMode.swift",
"EXIF/Saturation.swift",
"EXIF/SceneCaptureType.swift",
"EXIF/SensingMethod.swift",
"EXIF/Sharpness.swift",
"EXIF/SubjectDistanceRange.swift",
"EXIF/WhiteBalance.swift",
"Extensions/CGImagePropertyOrientation+CustomStringConvertible.swift",
"GPS/GPS+CoreLocation.swift",
"GPS/GPS.swift",
"IPTC/CreatorContactKey.swift",
"IPTC/IPTC.swift",
"IPTC/NewsCode.swift",
"ImageFile.swift",
"ImageFileError.swift",
"ImageMetadata.swift",
"ImageOrientation.swift",
"Metadata.swift",
"MetadataError.swift",
"MetadataOptions.swift",
"TIFF.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.