The Swift Package Index logo.Swift Package Index

Build Information

Successful build of URLImageModule, reference main (ad0cbd), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 02:12:41 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftui-packages/url-image-module.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swiftui-packages/url-image-module
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ad0cbd7 initial commit 🚀
Cloned https://github.com/swiftui-packages/url-image-module.git
Revision (git rev-parse @):
ad0cbd7119c94b8d81fad8713c4fc1f2d7afd181
SUCCESS checkout https://github.com/swiftui-packages/url-image-module.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/swiftui-packages/url-image-module.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/6] Compiling URLImageModule URLImage.swift
[4/6] Compiling URLImageModule Interfaces.swift
[5/6] Compiling URLImageModule Demo.swift
[6/6] Emitting module URLImageModule
Build complete! (7.62s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "URLImageModule",
  "name" : "URLImageModule",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "URLImageModule",
      "targets" : [
        "URLImageModule"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "URLImageModuleTests",
      "module_type" : "SwiftTarget",
      "name" : "URLImageModuleTests",
      "path" : "Tests/URLImageModuleTests",
      "sources" : [
        "URLImageModuleTests.swift"
      ],
      "target_dependencies" : [
        "URLImageModule"
      ],
      "type" : "test"
    },
    {
      "c99name" : "URLImageModule",
      "module_type" : "SwiftTarget",
      "name" : "URLImageModule",
      "path" : "Sources/URLImageModule",
      "product_memberships" : [
        "URLImageModule"
      ],
      "sources" : [
        "Demo.swift",
        "Interfaces.swift",
        "URLImage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.