The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of ImageMetadata, reference main (5c3afb), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 14:35:45 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/designedbyclowns/ImageMetadata
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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
[5/14] Copying Localizable.xcstrings
[5/14] Write sources
[7/14] Write imgmd-entitlement.plist
[8/14] Copying Info.plist
[10/14] Write swift-version-2F0A5646E1D333AE.txt
[12/43] Emitting module ArgumentParserToolInfo
[13/43] Compiling ArgumentParserToolInfo ToolInfo.swift
[14/81] Compiling ArgumentParser ArgumentHelp.swift
[15/81] Compiling ArgumentParser ArgumentVisibility.swift
[16/81] Compiling ArgumentParser CompletionKind.swift
[17/81] Compiling ArgumentParser Errors.swift
[18/85] Emitting module ArgumentParser
[19/85] Emitting module ImageMetadata
[20/87] Compiling ArgumentParser AsyncParsableCommand.swift
[21/87] Compiling ImageMetadata TIFF.swift
[22/87] Compiling ImageMetadata resource_bundle_accessor.swift
[23/87] Compiling ArgumentParser ExpressibleByArgument.swift
[24/87] Compiling ArgumentParser InputOrigin.swift
[25/87] Compiling ArgumentParser Name.swift
[26/87] Compiling ArgumentParser Parsed.swift
[27/87] Compiling ArgumentParser ParsedValues.swift
[28/87] Compiling ArgumentParser BashCompletionsGenerator.swift
[29/87] Compiling ArgumentParser CompletionsGenerator.swift
[30/87] Compiling ArgumentParser FishCompletionsGenerator.swift
[31/87] Compiling ArgumentParser ZshCompletionsGenerator.swift
[32/87] Compiling ArgumentParser Argument.swift
[33/87] Compiling ArgumentParser ArgumentDefinition.swift
[34/87] Compiling ArgumentParser ArgumentSet.swift
[35/87] Compiling ArgumentParser CommandParser.swift
[36/87] Compiling ArgumentParser InputKey.swift
[37/87] Compiling ArgumentParser ParsableArguments.swift
[38/87] Compiling ArgumentParser ParsableArgumentsValidation.swift
[39/87] Compiling ArgumentParser ParsableCommand.swift
[40/87] Compiling ArgumentParser ArgumentDecoder.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 Flag.swift
[48/87] Compiling ArgumentParser NameSpecification.swift
[49/87] Compiling ArgumentParser Option.swift
[50/87] Compiling ArgumentParser OptionGroup.swift
[51/87] Compiling ArgumentParser ParserError.swift
[52/87] Compiling ArgumentParser SplitArguments.swift
[53/87] Compiling ArgumentParser DumpHelpGenerator.swift
[54/87] Compiling ArgumentParser HelpCommand.swift
[55/87] Compiling ArgumentParser HelpGenerator.swift
[56/87] Compiling ArgumentParser MessageInfo.swift
[57/87] Compiling ArgumentParser UsageGenerator.swift
[58/87] Compiling ArgumentParser CollectionExtensions.swift
[85/89] Emitting module imgmd
[86/89] Compiling imgmd imgmd.swift
[86/89] Write Objects.LinkFileList
[87/89] Linking imgmd
[88/89] Applying imgmd
Build complete! (23.27s)
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.25s)
Fetched https://github.com/apple/swift-numerics from cache (1.25s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.26s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.4.0 (1.76s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (0.91s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.55s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.87s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.51s)
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
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
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.