Build Information
Successful build of SlidableImage, reference 5.1.0 (ad2705), with Swift 6.2 for macOS (SPM) on 14 Mar 2026 16:37:00 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.69.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/quver/SlidableImage.git
Reference: 5.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/quver/SlidableImage
* tag 5.1.0 -> FETCH_HEAD
HEAD is now at ad27055 feat: vertical slider (#41)
Cloned https://github.com/quver/SlidableImage.git
Revision (git rev-parse @):
ad27055db14cf613cbd75a70424583a50e1259e8
SUCCESS checkout https://github.com/quver/SlidableImage.git at 5.1.0
Fetching https://github.com/swiftlang/swift-docc-symbolkit
Fetching https://github.com/apple/swift-docc-plugin
[1/2171] Fetching swift-docc-plugin
[219/5840] Fetching swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-plugin from cache (1.29s)
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.29s)
Creating working copy for https://github.com/apple/swift-docc-plugin
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
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
========================================
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",
"dependencies": [
{
"identity": "slidableimage",
"name": "SlidableImage",
"url": "https://github.com/quver/SlidableImage.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SlidableImage",
"dependencies": [
]
}
]
}
Fetching https://github.com/quver/SlidableImage.git
[1/891] Fetching slidableimage
Fetched https://github.com/quver/SlidableImage.git from cache (2.71s)
Creating working copy for https://github.com/quver/SlidableImage.git
Working copy of https://github.com/quver/SlidableImage.git resolved at 5.1.0 (ad27055)
warning: '.resolve-product-dependencies': dependency 'slidableimage' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/quver/SlidableImage.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.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-49B95AFC49DCD68C.txt
[5/9] Compiling SlidableImage SlidableImage.swift
[6/9] Emitting module SlidableImage
[7/9] Compiling SlidableImage Arrows.swift
[8/9] Compiling SlidableImage Constants.swift
[9/9] Compiling SlidableImage Triangle.swift
Build complete! (17.13s)
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" : "SlidableImage",
"name" : "SlidableImage",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "SlidableImage",
"targets" : [
"SlidableImage"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SlidableImageTests",
"module_type" : "SwiftTarget",
"name" : "SlidableImageTests",
"path" : "Tests/SlidableImageTests",
"sources" : [
"SlidableImageTests.swift",
"TriangleTests.swift"
],
"target_dependencies" : [
"SlidableImage"
],
"type" : "test"
},
{
"c99name" : "SlidableImage",
"module_type" : "SwiftTarget",
"name" : "SlidableImage",
"path" : "Sources/SlidableImage",
"product_memberships" : [
"SlidableImage"
],
"sources" : [
"Arrows.swift",
"Constants.swift",
"SlidableImage.swift",
"Triangle.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Done.