The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Avatars with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Appsaurus/Avatars.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/Appsaurus/Avatars
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at f9d00e4 Swift 4.2 WIP (Still waiting on dependency to update)
Cloned https://github.com/Appsaurus/Avatars.git
Revision (git rev-parse @):
f9d00e4cc330dfc86c0bf92092249ab84ef82287
SUCCESS checkout https://github.com/Appsaurus/Avatars.git at master
Fetching https://github.com/Appsaurus/SwiftTestUtils from cache
Fetched https://github.com/Appsaurus/SwiftTestUtils (0.39s)
Computing version for https://github.com/Appsaurus/SwiftTestUtils
Computed https://github.com/Appsaurus/SwiftTestUtils at 1.0.1 (1.36s)
Creating working copy for https://github.com/Appsaurus/SwiftTestUtils
Working copy of https://github.com/Appsaurus/SwiftTestUtils resolved at 1.0.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "avatars",
      "name": "Avatars",
      "url": "https://github.com/Appsaurus/Avatars.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Avatars",
      "dependencies": [
        {
          "identity": "swifttestutils",
          "name": "SwiftTestUtils",
          "url": "https://github.com/Appsaurus/SwiftTestUtils",
          "version": "1.0.1",
          "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftTestUtils",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/Appsaurus/Avatars.git
[2/163] Fetching avatars
Fetched https://github.com/Appsaurus/Avatars.git (0.28s)
Fetching https://github.com/Appsaurus/SwiftTestUtils from cache
Fetched https://github.com/Appsaurus/SwiftTestUtils (0.20s)
Computing version for https://github.com/Appsaurus/SwiftTestUtils
Computed https://github.com/Appsaurus/SwiftTestUtils at 1.0.1 (0.03s)
Creating working copy for https://github.com/Appsaurus/SwiftTestUtils
Working copy of https://github.com/Appsaurus/SwiftTestUtils resolved at 1.0.1
Creating working copy for https://github.com/Appsaurus/Avatars.git
Working copy of https://github.com/Appsaurus/Avatars.git resolved at master
warning: '.resolve-product-dependencies': dependency 'avatars' is not used by any target
Found 1 product dependencies
  - SwiftTestUtils
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/6] Compiling Avatars GravatarImageURLProvider.swift
[2/6] Compiling Avatars AvatarExtensions.swift
[3/6] Compiling Avatars AdorableAvatarImageURLProvider.swift
[4/6] Compiling Avatars AvatarImageURLBuilder.swift
[5/6] Compiling Avatars MD5.swift
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Shared/MD5.swift:220:8: warning: variable 'M' was never mutated; consider changing to 'let' constant
                        var M = toUInt32Array(chunk)
                        ~~~ ^
                        let
[6/6] Emitting module Avatars
Build complete! (7.95s)
Build complete.
Done.