The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwURL, reference master (4e7429), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 07:47:04 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/cmtrounce/SwURL
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 4e74292 Bump version to 0.6.0
Cloned https://github.com/cmtrounce/SwURL.git
Revision (git rev-parse @):
4e742922fe50a3d42c20853a2805761c45313b1c
SUCCESS checkout https://github.com/cmtrounce/SwURL.git at master
========================================
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 ImageCacheStrategy.swift
[6/20] Compiling SwURL SwURL.swift
[7/20] Compiling SwURL ImageLoader.swift
[8/20] Compiling SwURL RemoteImage.swift
[9/20] Compiling SwURL ImageProcessing.swift
[10/20] Compiling SwURL ImageCacheProvider.swift
[11/20] Compiling SwURL FileManager+Paths.swift
[12/20] Compiling SwURL Downloader.swift
[13/20] Emitting module SwURL
[14/20] Compiling SwURL InMemoryImageCache.swift
[15/20] Compiling SwURL NeverImageCache.swift
[16/20] Compiling SwURL PersistentImageCache.swift
[17/20] Compiling SwURL CGImage+Data.swift
[18/20] Compiling SwURL SwURLDebug.swift
[19/20] Compiling SwURL SwURLImage.swift
[20/20] Compiling SwURL ImageTransitionType.swift
Build complete! (22.19s)
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.17s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (1.67s)
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.24s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.78s)
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-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
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.