The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftyGif, reference master (c44e2b), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 13:02:25 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alexiscreuzot/SwiftyGif.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alexiscreuzot/SwiftyGif
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at c44e2b1 Merge pull request #207 from abbassabeti/url_callback
Cloned https://github.com/alexiscreuzot/SwiftyGif.git
Revision (git rev-parse @):
c44e2b19f80baa9df496d6415c81d12bac852d46
SUCCESS checkout https://github.com/alexiscreuzot/SwiftyGif.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swiftygif",
      "name": "SwiftyGif",
      "url": "https://github.com/alexiscreuzot/SwiftyGif.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftyGif",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/alexiscreuzot/SwiftyGif.git
[1/1291] Fetching swiftygif
Fetched https://github.com/alexiscreuzot/SwiftyGif.git from cache (8.23s)
Creating working copy for https://github.com/alexiscreuzot/SwiftyGif.git
Working copy of https://github.com/alexiscreuzot/SwiftyGif.git resolved at master (c44e2b1)
warning: '.resolve-product-dependencies': dependency 'swiftygif' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/alexiscreuzot/SwiftyGif.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Copying PrivacyInfo.xcprivacy
[1/5] Write sources
[2/5] Write swift-version--6988338F2F200930.txt
[4/14] Compiling SwiftyGif UIImage+SwiftyGif.swift
[5/14] Compiling SwiftyGif resource_bundle_accessor.swift
[6/14] Compiling SwiftyGif UIImageView+SwiftyGif.swift
[7/14] Compiling SwiftyGif SwiftyGifError.swift
[8/14] Compiling SwiftyGif SwiftyGifManager.swift
[9/14] Compiling SwiftyGif NSImage+SwiftyGif.swift
[10/14] Compiling SwiftyGif ObjcAssociatedWeakObject.swift
/Users/admin/builder/spi-builder-workspace/SwiftyGif/ObjcAssociatedWeakObject.swift:13:14: warning: weak variable 'weakValue' was never mutated; consider changing to 'let' constant [#WeakMutability]
11 |
12 | func objc_setAssociatedWeakObject(_ object: AnyObject, _ key: UnsafeRawPointer, _ value: AnyObject?) {
13 |     weak var weakValue = value
   |              `- warning: weak variable 'weakValue' was never mutated; consider changing to 'let' constant [#WeakMutability]
14 |     let block: (() -> AnyObject?)? = {
15 |         return weakValue
[#WeakMutability]: <https://docs.swift.org/compiler/documentation/diagnostics/weak-mutability>
[11/14] Compiling SwiftyGif NSImageView+SwiftyGif.swift
[12/14] Emitting module SwiftyGif
[12/14] Write Objects.LinkFileList
[13/14] Linking libSwiftyGif-Dynamic.dylib
Build complete! (8.95s)
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/SwiftyGif/Info.plist
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftyGif",
  "name" : "SwiftyGif",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "macos",
      "version" : "10.14"
    }
  ],
  "products" : [
    {
      "name" : "SwiftyGif",
      "targets" : [
        "SwiftyGif"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftyGif-Dynamic",
      "targets" : [
        "SwiftyGif"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftyGif",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyGif",
      "path" : "SwiftyGif",
      "product_memberships" : [
        "SwiftyGif",
        "SwiftyGif-Dynamic"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/SwiftyGif/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "NSImage+SwiftyGif.swift",
        "NSImageView+SwiftyGif.swift",
        "ObjcAssociatedWeakObject.swift",
        "SwiftyGifError.swift",
        "SwiftyGifManager.swift",
        "UIImage+SwiftyGif.swift",
        "UIImageView+SwiftyGif.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.