Build Information
Successful build of VDTransition, reference 2.0.2 (7500dc), with Swift 6.0 for macOS (SPM) on 28 Mar 2026 12:48:25 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dankinsoid/VDTransition.git
Reference: 2.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dankinsoid/VDTransition
* tag 2.0.2 -> FETCH_HEAD
HEAD is now at 7500dc3 Flatten SingleTransition array into single block/accessors/initialState
Cloned https://github.com/dankinsoid/VDTransition.git
Revision (git rev-parse @):
7500dc3d354a68b29a57af77cd307603a22dc244
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/dankinsoid/VDTransition.git at 2.0.2
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/dankinsoid/VDTransition.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/16] Compiling VDTransition TransitionDirection.swift
[6/17] Compiling VDTransition UITransition.swift
[7/17] Emitting module VDTransition
[8/17] Compiling VDTransition UIKitAnimation.swift
[9/17] Compiling VDTransition UITransition+UIStackView.swift
[10/17] Compiling VDTransition UITransition+match.swift
[11/17] Compiling VDTransition UITransition+UIView.swift
[12/17] Compiling VDTransition Transformable.swift
[13/17] Compiling VDTransition Transition+Color.swift
[14/17] Compiling VDTransition PropertyAccessor.swift
[15/17] Compiling VDTransition RelationValue.swift
[16/17] Compiling VDTransition UITransition+static.swift
[17/17] Compiling VDTransition UITransitionProgress.swift
Build complete! (22.42s)
Fetching https://github.com/apple/swift-docc-plugin
[1/2171] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.16s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (0.57s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3671] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.16s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.60s)
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
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "VDTransition",
"name" : "VDTransition",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "VDTransition",
"targets" : [
"VDTransition"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "VDTransitionTests",
"module_type" : "SwiftTarget",
"name" : "VDTransitionTests",
"path" : "Tests/VDTransitionTests",
"sources" : [
"UITransitionTests.swift"
],
"target_dependencies" : [
"VDTransition"
],
"type" : "test"
},
{
"c99name" : "VDTransition",
"module_type" : "SwiftTarget",
"name" : "VDTransition",
"path" : "Sources/VDTransition",
"product_memberships" : [
"VDTransition"
],
"sources" : [
"PropertyAccessor.swift",
"RelationValue.swift",
"Transformable.swift",
"Transition+Color.swift",
"TransitionDirection.swift",
"UIKitAnimation.swift",
"UITransition+UIStackView.swift",
"UITransition+UIView.swift",
"UITransition+match.swift",
"UITransition+static.swift",
"UITransition.swift",
"UITransitionProgress.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Done.