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-Beta.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Appsaurus/Avatars.git
Reference: 1.0.1
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/Appsaurus/Avatars
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at f9d00e4 Swift 4.2 WIP (Still waiting on dependency to update)
Cloned https://github.com/Appsaurus/Avatars.git into spi-builder-workspace
f9d00e4cc330dfc86c0bf92092249ab84ef82287
SUCCESS checkout https://github.com/Appsaurus/Avatars.git at 1.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Fetching https://github.com/Appsaurus/SwiftTestUtils from cache
Fetched https://github.com/Appsaurus/SwiftTestUtils (0.18s)
Computing version for https://github.com/Appsaurus/SwiftTestUtils
Computed https://github.com/Appsaurus/SwiftTestUtils at 1.0.1 (0.38s)
Creating working copy for https://github.com/Appsaurus/SwiftTestUtils
Working copy of https://github.com/Appsaurus/SwiftTestUtils resolved at 1.0.1
Building for debugging...
[1/6] Emitting module Avatars
[2/6] Compiling Avatars AvatarImageURLBuilder.swift
[3/6] Compiling Avatars AvatarExtensions.swift
[4/6] Compiling Avatars GravatarImageURLProvider.swift
[5/6] Compiling Avatars AdorableAvatarImageURLProvider.swift
[6/6] Compiling Avatars MD5.swift
/Users/builder/builds/TDmZkXJm/1/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
Build complete! (5.03s)
Build complete.
Done.