Build Information
Successful build of Gravatar, reference 1.0.2 (f16b2d
), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 10:12:54 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/leomakkinje/Gravatar.git
Reference: 1.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/leomakkinje/Gravatar
* tag 1.0.2 -> FETCH_HEAD
HEAD is now at f16b2d1 Update Swift Package Index DocC URL
Cloned https://github.com/leomakkinje/Gravatar.git
Revision (git rev-parse @):
f16b2d1390ec7a9670c989dba9147960de10791c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/leomakkinje/Gravatar.git at 1.0.2
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/leomakkinje/Gravatar.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/9] Compiling Gravatar Style.swift
[4/9] Compiling Gravatar GravatarImage.swift
[5/9] Compiling Gravatar DefaultAvatar.swift
[6/9] Compiling Gravatar Gravatar.swift
[7/9] Emitting module Gravatar
[8/9] Compiling Gravatar Rating.swift
[9/9] Compiling Gravatar GravatarImageStyle.swift
Build complete! (8.15s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Gravatar",
"name" : "Gravatar",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "watchos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "Gravatar",
"targets" : [
"Gravatar"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GravatarTests",
"module_type" : "SwiftTarget",
"name" : "GravatarTests",
"path" : "Tests/GravatarTests",
"sources" : [
"GravatarImageStyleTests.swift",
"GravatarImageTests.swift",
"GravatarTests.swift",
"XCTestCaseExtensions.swift"
],
"target_dependencies" : [
"Gravatar"
],
"type" : "test"
},
{
"c99name" : "Gravatar",
"module_type" : "SwiftTarget",
"name" : "Gravatar",
"path" : "Sources/Gravatar",
"product_memberships" : [
"Gravatar"
],
"sources" : [
"Gravatar/DefaultAvatar.swift",
"Gravatar/Gravatar.swift",
"Gravatar/Rating.swift",
"GravatarImage/GravatarImage.swift",
"GravatarImage/GravatarImageStyle.swift",
"GravatarImage/Style.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.