The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SwURL, reference 0.6.0 (a30311), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 07:46:57 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/cmtrounce/SwURL.git
Reference: 0.6.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/cmtrounce/SwURL
 * tag               0.6.0      -> FETCH_HEAD
HEAD is now at a303115 Fixed docc reference to function.
Cloned https://github.com/cmtrounce/SwURL.git
Revision (git rev-parse @):
a3031159fde503989b3d83b514d24293d606b89d
SUCCESS checkout https://github.com/cmtrounce/SwURL.git at 0.6.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/cmtrounce/SwURL.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/19] Compiling SwURL ImageProcessing.swift
[6/19] Compiling SwURL ImageCacheProvider.swift
[7/19] Compiling SwURL ImageTransitionType.swift
[8/19] Compiling SwURL ImageCacheStrategy.swift
[9/19] Compiling SwURL FileManager+Paths.swift
[10/19] Compiling SwURL Downloader.swift
[11/20] Emitting module SwURL
[12/20] Compiling SwURL PersistentImageCache.swift
[13/20] Compiling SwURL CGImage+Data.swift
[14/20] Compiling SwURL ImageLoader.swift
[15/20] Compiling SwURL RemoteImage.swift
[16/20] Compiling SwURL SwURLDebug.swift
[17/20] Compiling SwURL InMemoryImageCache.swift
[18/20] Compiling SwURL NeverImageCache.swift
[19/20] Compiling SwURL SwURLImage.swift
[20/20] Compiling SwURL SwURL.swift
Build complete! (22.44s)
Fetching https://github.com/apple/swift-docc-plugin
[1/2082] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.20s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (1.75s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3413] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.25s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.85s)
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.4
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
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/SwURL/Documentation.docc
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "SwURL",
  "name" : "SwURL",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "SwURL",
      "targets" : [
        "SwURL"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwURLTests",
      "module_type" : "SwiftTarget",
      "name" : "SwURLTests",
      "path" : "Tests/SwURLTests",
      "sources" : [
        "SwURLTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SwURL"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwURL",
      "module_type" : "SwiftTarget",
      "name" : "SwURL",
      "path" : "Sources/SwURL",
      "product_memberships" : [
        "SwURL"
      ],
      "sources" : [
        "Internal/Caching/InMemoryImageCache.swift",
        "Internal/Caching/NeverImageCache.swift",
        "Internal/Caching/PersistentImageCache.swift",
        "Internal/RemoteImage/Model/CGImage+Data.swift",
        "Internal/RemoteImage/Model/Cache/FileManager+Paths.swift",
        "Internal/RemoteImage/Model/Downloader.swift",
        "Internal/RemoteImage/Model/ImageLoader.swift",
        "Internal/RemoteImage/Model/RemoteImage.swift",
        "Internal/RemoteImage/View/ImageProcessing.swift",
        "Public/Caching/ImageCacheProvider.swift",
        "Public/Caching/ImageCacheStrategy.swift",
        "Public/Logging/SwURLDebug.swift",
        "Public/View/ImageTransitionType.swift",
        "Public/View/SwURLImage.swift",
        "SwURL.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.