The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of VDTransition, reference main (585876), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 15:46:09 UTC.

Swift 6 data race errors: 6

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dankinsoid/VDTransition.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dankinsoid/VDTransition
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 585876f (no commit message provided)
Cloned https://github.com/dankinsoid/VDTransition.git
Revision (git rev-parse @):
585876f31ee392996f2a4cd2b7ab23f93b58f9c8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/dankinsoid/VDTransition.git at main
Fetching https://github.com/apple/swift-docc-plugin
[1/2049] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.15s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (1.77s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.90s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.52s)
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.3
========================================
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": "vdtransition",
      "name": "VDTransition",
      "url": "https://github.com/dankinsoid/VDTransition.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/VDTransition",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/dankinsoid/VDTransition.git
[1/3939] Fetching vdtransition
Fetched https://github.com/dankinsoid/VDTransition.git from cache (1.61s)
Creating working copy for https://github.com/dankinsoid/VDTransition.git
Working copy of https://github.com/dankinsoid/VDTransition.git resolved at main (585876f)
warning: '.resolve-product-dependencies': dependency 'vdtransition' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/dankinsoid/VDTransition.git
https://github.com/dankinsoid/VDTransition.git
{
  "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" : [
        "VDTransitionTests.swift"
      ],
      "target_dependencies" : [
        "VDTransition"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VDTransition",
      "module_type" : "SwiftTarget",
      "name" : "VDTransition",
      "path" : "Sources/VDTransition",
      "product_memberships" : [
        "VDTransition"
      ],
      "sources" : [
        "RelationValue.swift",
        "Transformable.swift",
        "Transition+Color.swift",
        "TransitionDirection.swift",
        "TransitionModifier.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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
[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-2F0A5646E1D333AE.txt
[5/16] Compiling VDTransition UITransition.swift
[6/17] Compiling VDTransition UITransitionProgress.swift
[7/17] Compiling VDTransition UITransition+static.swift
[8/17] Compiling VDTransition TransitionModifier.swift
[9/17] Compiling VDTransition UITransition+UIView.swift
[10/17] Compiling VDTransition UITransition+UIStackView.swift
[11/17] Compiling VDTransition UIKitAnimation.swift
[12/17] Compiling VDTransition UITransition+match.swift
[13/17] Compiling VDTransition Transition+Color.swift
[14/17] Compiling VDTransition TransitionDirection.swift
[15/17] Compiling VDTransition RelationValue.swift
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:129:18: warning: main actor-isolated property 'frame' cannot be used to satisfy nonisolated requirement from protocol 'Transformable'; this is an error in the Swift 6 language mode
127 | - (void)setFrameOrigin:(NSPoint)newOrigin;
128 | - (void)setFrameSize:(NSSize)newSize;
129 | @property NSRect frame;
    |                  `- warning: main actor-isolated property 'frame' cannot be used to satisfy nonisolated requirement from protocol 'Transformable'; this is an error in the Swift 6 language mode
130 | @property CGFloat frameRotation;
131 | @property CGFloat frameCenterRotation API_AVAILABLE(macos(10.5));
/Users/admin/builder/spi-builder-workspace/Sources/VDTransition/Transformable.swift:46:19: note: add '@preconcurrency' to the 'Transformable' conformance to defer isolation checking to run time
 3 | public protocol Transformable {
 4 |
 5 |     var frame: CGRect { get nonmutating set }
   |         `- note: requirement 'frame' declared here
 6 |     var bounds: CGRect { get nonmutating set }
 7 |     var anchorPoint: CGPoint { get nonmutating set }
   :
44 |
45 | #if canImport(Cocoa)
46 | extension NSView: Transformable {
   |                   `- note: add '@preconcurrency' to the 'Transformable' conformance to defer isolation checking to run time
47 |
48 |     public var anchorPoint: CGPoint {
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:139:18: warning: main actor-isolated property 'bounds' cannot be used to satisfy nonisolated requirement from protocol 'Transformable'; this is an error in the Swift 6 language mode
137 | - (void)scaleUnitSquareToSize:(NSSize)newUnitSize;
138 | - (void)rotateByAngle:(CGFloat)angle;
139 | @property NSRect bounds;
    |                  `- warning: main actor-isolated property 'bounds' cannot be used to satisfy nonisolated requirement from protocol 'Transformable'; this is an error in the Swift 6 language mode
140 |
141 | @property (getter=isFlipped, readonly) BOOL flipped;
/Users/admin/builder/spi-builder-workspace/Sources/VDTransition/Transformable.swift:6:9: note: requirement 'bounds' declared here
 4 |
 5 |     var frame: CGRect { get nonmutating set }
 6 |     var bounds: CGRect { get nonmutating set }
   |         `- note: requirement 'bounds' declared here
 7 |     var anchorPoint: CGPoint { get nonmutating set }
 8 |     var affineTransform: CGAffineTransform { get nonmutating set }
/Users/admin/builder/spi-builder-workspace/Sources/VDTransition/Transformable.swift:48:16: warning: main actor-isolated property 'anchorPoint' cannot be used to satisfy nonisolated requirement from protocol 'Transformable'; this is an error in the Swift 6 language mode
 5 |     var frame: CGRect { get nonmutating set }
 6 |     var bounds: CGRect { get nonmutating set }
 7 |     var anchorPoint: CGPoint { get nonmutating set }
   |         `- note: requirement 'anchorPoint' declared here
 8 |     var affineTransform: CGAffineTransform { get nonmutating set }
 9 |     var isLtrDirection: Bool { get }
   :
46 | extension NSView: Transformable {
47 |
48 |     public var anchorPoint: CGPoint {
   |                `- warning: main actor-isolated property 'anchorPoint' cannot be used to satisfy nonisolated requirement from protocol 'Transformable'; this is an error in the Swift 6 language mode
49 |         get { layer?.anchorPoint ?? .zero }
50 |         set { layer?.anchorPoint = newValue }
/Users/admin/builder/spi-builder-workspace/Sources/VDTransition/Transformable.swift:53:16: warning: main actor-isolated property 'affineTransform' cannot be used to satisfy nonisolated requirement from protocol 'Transformable'; this is an error in the Swift 6 language mode
 6 |     var bounds: CGRect { get nonmutating set }
 7 |     var anchorPoint: CGPoint { get nonmutating set }
 8 |     var affineTransform: CGAffineTransform { get nonmutating set }
   |         `- note: requirement 'affineTransform' declared here
 9 |     var isLtrDirection: Bool { get }
10 |     func convert(_ frame: CGRect, to: Self?) -> CGRect
   :
51 |     }
52 |
53 |     public var affineTransform: CGAffineTransform {
   |                `- warning: main actor-isolated property 'affineTransform' cannot be used to satisfy nonisolated requirement from protocol 'Transformable'; this is an error in the Swift 6 language mode
54 |         get {
55 |             layer?.affineTransform() ?? .identity
/Users/admin/builder/spi-builder-workspace/Sources/VDTransition/Transformable.swift:62:16: warning: main actor-isolated property 'isLtrDirection' cannot be used to satisfy nonisolated requirement from protocol 'Transformable'; this is an error in the Swift 6 language mode
 7 |     var anchorPoint: CGPoint { get nonmutating set }
 8 |     var affineTransform: CGAffineTransform { get nonmutating set }
 9 |     var isLtrDirection: Bool { get }
   |         `- note: requirement 'isLtrDirection' declared here
10 |     func convert(_ frame: CGRect, to: Self?) -> CGRect
11 | }
   :
60 |     }
61 |
62 |     public var isLtrDirection: Bool {
   |                `- warning: main actor-isolated property 'isLtrDirection' cannot be used to satisfy nonisolated requirement from protocol 'Transformable'; this is an error in the Swift 6 language mode
63 |         userInterfaceLayoutDirection == .leftToRight
64 |     }
AppKit.NSView.convert:2:22: warning: main actor-isolated instance method 'convert(_:to:)' cannot be used to satisfy nonisolated requirement from protocol 'Transformable'; this is an error in the Swift 6 language mode
1 | class NSView {
2 | @MainActor open func convert(_ rect: NSRect, to view: NSView?) -> NSRect}
  |                      |- warning: main actor-isolated instance method 'convert(_:to:)' cannot be used to satisfy nonisolated requirement from protocol 'Transformable'; this is an error in the Swift 6 language mode
  |                      `- note: add 'nonisolated' to 'convert(_:to:)' to make this instance method not isolated to the actor
3 |
/Users/admin/builder/spi-builder-workspace/Sources/VDTransition/Transformable.swift:10:10: note: mark the protocol requirement 'convert(_:to:)' 'async' to allow actor-isolated conformances
 8 |     var affineTransform: CGAffineTransform { get nonmutating set }
 9 |     var isLtrDirection: Bool { get }
10 |     func convert(_ frame: CGRect, to: Self?) -> CGRect
   |          `- note: mark the protocol requirement 'convert(_:to:)' 'async' to allow actor-isolated conformances
11 | }
12 |
[16/17] Compiling VDTransition Transformable.swift
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:129:18: warning: main actor-isolated property 'frame' cannot be used to satisfy nonisolated requirement from protocol 'Transformable'; this is an error in the Swift 6 language mode
127 | - (void)setFrameOrigin:(NSPoint)newOrigin;
128 | - (void)setFrameSize:(NSSize)newSize;
129 | @property NSRect frame;
    |                  `- warning: main actor-isolated property 'frame' cannot be used to satisfy nonisolated requirement from protocol 'Transformable'; this is an error in the Swift 6 language mode
130 | @property CGFloat frameRotation;
131 | @property CGFloat frameCenterRotation API_AVAILABLE(macos(10.5));
/Users/admin/builder/spi-builder-workspace/Sources/VDTransition/Transformable.swift:46:19: note: add '@preconcurrency' to the 'Transformable' conformance to defer isolation checking to run time
 3 | public protocol Transformable {
 4 |
 5 |     var frame: CGRect { get nonmutating set }
   |         `- note: requirement 'frame' declared here
 6 |     var bounds: CGRect { get nonmutating set }
 7 |     var anchorPoint: CGPoint { get nonmutating set }
   :
44 |
45 | #if canImport(Cocoa)
46 | extension NSView: Transformable {
   |                   `- note: add '@preconcurrency' to the 'Transformable' conformance to defer isolation checking to run time
47 |
48 |     public var anchorPoint: CGPoint {
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:139:18: warning: main actor-isolated property 'bounds' cannot be used to satisfy nonisolated requirement from protocol 'Transformable'; this is an error in the Swift 6 language mode
137 | - (void)scaleUnitSquareToSize:(NSSize)newUnitSize;
138 | - (void)rotateByAngle:(CGFloat)angle;
139 | @property NSRect bounds;
    |                  `- warning: main actor-isolated property 'bounds' cannot be used to satisfy nonisolated requirement from protocol 'Transformable'; this is an error in the Swift 6 language mode
140 |
141 | @property (getter=isFlipped, readonly) BOOL flipped;
/Users/admin/builder/spi-builder-workspace/Sources/VDTransition/Transformable.swift:6:9: note: requirement 'bounds' declared here
 4 |
 5 |     var frame: CGRect { get nonmutating set }
 6 |     var bounds: CGRect { get nonmutating set }
   |         `- note: requirement 'bounds' declared here
 7 |     var anchorPoint: CGPoint { get nonmutating set }
 8 |     var affineTransform: CGAffineTransform { get nonmutating set }
/Users/admin/builder/spi-builder-workspace/Sources/VDTransition/Transformable.swift:48:16: warning: main actor-isolated property 'anchorPoint' cannot be used to satisfy nonisolated requirement from protocol 'Transformable'; this is an error in the Swift 6 language mode
 5 |     var frame: CGRect { get nonmutating set }
 6 |     var bounds: CGRect { get nonmutating set }
 7 |     var anchorPoint: CGPoint { get nonmutating set }
   |         `- note: requirement 'anchorPoint' declared here
 8 |     var affineTransform: CGAffineTransform { get nonmutating set }
 9 |     var isLtrDirection: Bool { get }
   :
46 | extension NSView: Transformable {
47 |
48 |     public var anchorPoint: CGPoint {
   |                `- warning: main actor-isolated property 'anchorPoint' cannot be used to satisfy nonisolated requirement from protocol 'Transformable'; this is an error in the Swift 6 language mode
49 |         get { layer?.anchorPoint ?? .zero }
50 |         set { layer?.anchorPoint = newValue }
/Users/admin/builder/spi-builder-workspace/Sources/VDTransition/Transformable.swift:53:16: warning: main actor-isolated property 'affineTransform' cannot be used to satisfy nonisolated requirement from protocol 'Transformable'; this is an error in the Swift 6 language mode
 6 |     var bounds: CGRect { get nonmutating set }
 7 |     var anchorPoint: CGPoint { get nonmutating set }
 8 |     var affineTransform: CGAffineTransform { get nonmutating set }
   |         `- note: requirement 'affineTransform' declared here
 9 |     var isLtrDirection: Bool { get }
10 |     func convert(_ frame: CGRect, to: Self?) -> CGRect
   :
51 |     }
52 |
53 |     public var affineTransform: CGAffineTransform {
   |                `- warning: main actor-isolated property 'affineTransform' cannot be used to satisfy nonisolated requirement from protocol 'Transformable'; this is an error in the Swift 6 language mode
54 |         get {
55 |             layer?.affineTransform() ?? .identity
/Users/admin/builder/spi-builder-workspace/Sources/VDTransition/Transformable.swift:62:16: warning: main actor-isolated property 'isLtrDirection' cannot be used to satisfy nonisolated requirement from protocol 'Transformable'; this is an error in the Swift 6 language mode
 7 |     var anchorPoint: CGPoint { get nonmutating set }
 8 |     var affineTransform: CGAffineTransform { get nonmutating set }
 9 |     var isLtrDirection: Bool { get }
   |         `- note: requirement 'isLtrDirection' declared here
10 |     func convert(_ frame: CGRect, to: Self?) -> CGRect
11 | }
   :
60 |     }
61 |
62 |     public var isLtrDirection: Bool {
   |                `- warning: main actor-isolated property 'isLtrDirection' cannot be used to satisfy nonisolated requirement from protocol 'Transformable'; this is an error in the Swift 6 language mode
63 |         userInterfaceLayoutDirection == .leftToRight
64 |     }
AppKit.NSView.convert:2:22: warning: main actor-isolated instance method 'convert(_:to:)' cannot be used to satisfy nonisolated requirement from protocol 'Transformable'; this is an error in the Swift 6 language mode
1 | class NSView {
2 | @MainActor open func convert(_ rect: NSRect, to view: NSView?) -> NSRect}
  |                      |- warning: main actor-isolated instance method 'convert(_:to:)' cannot be used to satisfy nonisolated requirement from protocol 'Transformable'; this is an error in the Swift 6 language mode
  |                      `- note: add 'nonisolated' to 'convert(_:to:)' to make this instance method not isolated to the actor
3 |
/Users/admin/builder/spi-builder-workspace/Sources/VDTransition/Transformable.swift:10:10: note: mark the protocol requirement 'convert(_:to:)' 'async' to allow actor-isolated conformances
 8 |     var affineTransform: CGAffineTransform { get nonmutating set }
 9 |     var isLtrDirection: Bool { get }
10 |     func convert(_ frame: CGRect, to: Self?) -> CGRect
   |          `- note: mark the protocol requirement 'convert(_:to:)' 'async' to allow actor-isolated conformances
11 | }
12 |
[17/17] Emitting module VDTransition
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:129:18: warning: main actor-isolated property 'frame' cannot be used to satisfy nonisolated requirement from protocol 'Transformable'; this is an error in the Swift 6 language mode
127 | - (void)setFrameOrigin:(NSPoint)newOrigin;
128 | - (void)setFrameSize:(NSSize)newSize;
129 | @property NSRect frame;
    |                  `- warning: main actor-isolated property 'frame' cannot be used to satisfy nonisolated requirement from protocol 'Transformable'; this is an error in the Swift 6 language mode
130 | @property CGFloat frameRotation;
131 | @property CGFloat frameCenterRotation API_AVAILABLE(macos(10.5));
/Users/admin/builder/spi-builder-workspace/Sources/VDTransition/Transformable.swift:46:19: note: add '@preconcurrency' to the 'Transformable' conformance to defer isolation checking to run time
 3 | public protocol Transformable {
 4 |
 5 |     var frame: CGRect { get nonmutating set }
   |         `- note: requirement 'frame' declared here
 6 |     var bounds: CGRect { get nonmutating set }
 7 |     var anchorPoint: CGPoint { get nonmutating set }
   :
44 |
45 | #if canImport(Cocoa)
46 | extension NSView: Transformable {
   |                   `- note: add '@preconcurrency' to the 'Transformable' conformance to defer isolation checking to run time
47 |
48 |     public var anchorPoint: CGPoint {
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:139:18: warning: main actor-isolated property 'bounds' cannot be used to satisfy nonisolated requirement from protocol 'Transformable'; this is an error in the Swift 6 language mode
137 | - (void)scaleUnitSquareToSize:(NSSize)newUnitSize;
138 | - (void)rotateByAngle:(CGFloat)angle;
139 | @property NSRect bounds;
    |                  `- warning: main actor-isolated property 'bounds' cannot be used to satisfy nonisolated requirement from protocol 'Transformable'; this is an error in the Swift 6 language mode
140 |
141 | @property (getter=isFlipped, readonly) BOOL flipped;
/Users/admin/builder/spi-builder-workspace/Sources/VDTransition/Transformable.swift:6:9: note: requirement 'bounds' declared here
 4 |
 5 |     var frame: CGRect { get nonmutating set }
 6 |     var bounds: CGRect { get nonmutating set }
   |         `- note: requirement 'bounds' declared here
 7 |     var anchorPoint: CGPoint { get nonmutating set }
 8 |     var affineTransform: CGAffineTransform { get nonmutating set }
/Users/admin/builder/spi-builder-workspace/Sources/VDTransition/Transformable.swift:48:16: warning: main actor-isolated property 'anchorPoint' cannot be used to satisfy nonisolated requirement from protocol 'Transformable'; this is an error in the Swift 6 language mode
 5 |     var frame: CGRect { get nonmutating set }
 6 |     var bounds: CGRect { get nonmutating set }
 7 |     var anchorPoint: CGPoint { get nonmutating set }
   |         `- note: requirement 'anchorPoint' declared here
 8 |     var affineTransform: CGAffineTransform { get nonmutating set }
 9 |     var isLtrDirection: Bool { get }
   :
46 | extension NSView: Transformable {
47 |
48 |     public var anchorPoint: CGPoint {
   |                `- warning: main actor-isolated property 'anchorPoint' cannot be used to satisfy nonisolated requirement from protocol 'Transformable'; this is an error in the Swift 6 language mode
49 |         get { layer?.anchorPoint ?? .zero }
50 |         set { layer?.anchorPoint = newValue }
/Users/admin/builder/spi-builder-workspace/Sources/VDTransition/Transformable.swift:53:16: warning: main actor-isolated property 'affineTransform' cannot be used to satisfy nonisolated requirement from protocol 'Transformable'; this is an error in the Swift 6 language mode
 6 |     var bounds: CGRect { get nonmutating set }
 7 |     var anchorPoint: CGPoint { get nonmutating set }
 8 |     var affineTransform: CGAffineTransform { get nonmutating set }
   |         `- note: requirement 'affineTransform' declared here
 9 |     var isLtrDirection: Bool { get }
10 |     func convert(_ frame: CGRect, to: Self?) -> CGRect
   :
51 |     }
52 |
53 |     public var affineTransform: CGAffineTransform {
   |                `- warning: main actor-isolated property 'affineTransform' cannot be used to satisfy nonisolated requirement from protocol 'Transformable'; this is an error in the Swift 6 language mode
54 |         get {
55 |             layer?.affineTransform() ?? .identity
/Users/admin/builder/spi-builder-workspace/Sources/VDTransition/Transformable.swift:62:16: warning: main actor-isolated property 'isLtrDirection' cannot be used to satisfy nonisolated requirement from protocol 'Transformable'; this is an error in the Swift 6 language mode
 7 |     var anchorPoint: CGPoint { get nonmutating set }
 8 |     var affineTransform: CGAffineTransform { get nonmutating set }
 9 |     var isLtrDirection: Bool { get }
   |         `- note: requirement 'isLtrDirection' declared here
10 |     func convert(_ frame: CGRect, to: Self?) -> CGRect
11 | }
   :
60 |     }
61 |
62 |     public var isLtrDirection: Bool {
   |                `- warning: main actor-isolated property 'isLtrDirection' cannot be used to satisfy nonisolated requirement from protocol 'Transformable'; this is an error in the Swift 6 language mode
63 |         userInterfaceLayoutDirection == .leftToRight
64 |     }
AppKit.NSView.convert:2:22: warning: main actor-isolated instance method 'convert(_:to:)' cannot be used to satisfy nonisolated requirement from protocol 'Transformable'; this is an error in the Swift 6 language mode
1 | class NSView {
2 | @MainActor open func convert(_ rect: NSRect, to view: NSView?) -> NSRect}
  |                      |- warning: main actor-isolated instance method 'convert(_:to:)' cannot be used to satisfy nonisolated requirement from protocol 'Transformable'; this is an error in the Swift 6 language mode
  |                      `- note: add 'nonisolated' to 'convert(_:to:)' to make this instance method not isolated to the actor
3 |
/Users/admin/builder/spi-builder-workspace/Sources/VDTransition/Transformable.swift:10:10: note: mark the protocol requirement 'convert(_:to:)' 'async' to allow actor-isolated conformances
 8 |     var affineTransform: CGAffineTransform { get nonmutating set }
 9 |     var isLtrDirection: Bool { get }
10 |     func convert(_ frame: CGRect, to: Self?) -> CGRect
   |          `- note: mark the protocol requirement 'convert(_:to:)' 'async' to allow actor-isolated conformances
11 | }
12 |
Build complete! (17.89s)
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" : [
        "VDTransitionTests.swift"
      ],
      "target_dependencies" : [
        "VDTransition"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VDTransition",
      "module_type" : "SwiftTarget",
      "name" : "VDTransition",
      "path" : "Sources/VDTransition",
      "product_memberships" : [
        "VDTransition"
      ],
      "sources" : [
        "RelationValue.swift",
        "Transformable.swift",
        "Transition+Color.swift",
        "TransitionDirection.swift",
        "TransitionModifier.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"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/dankinsoid/vdtransition/main
Repository:               dankinsoid/VDTransition
Swift version used:       6.1
        .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0")
Target:                   VDTransition
Extracting symbol information for 'VDTransition'...
Finished extracting symbol information for 'VDTransition'. (5.86s)
Building documentation for 'VDTransition'...
Finished building documentation for 'VDTransition' (0.16s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/dankinsoid/vdtransition/main
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Emitting module Snippets
[7/53] Compiling Snippets Snippet.swift
[8/53] Compiling Snippets SnippetParser.swift
[9/53] Compiling SymbolKit Relationship.swift
[10/53] Compiling SymbolKit RelationshipKind.swift
[11/53] Compiling SymbolKit SourceOrigin.swift
[12/53] Compiling SymbolKit GenericConstraints.swift
[13/53] Compiling SymbolKit Swift.swift
[14/57] Emitting module SymbolKit
[15/57] Compiling SymbolKit GenericConstraint.swift
[16/57] Compiling SymbolKit GenericParameter.swift
[17/57] Compiling SymbolKit Generics.swift
[18/57] Compiling SymbolKit Namespace.swift
[19/57] Compiling SymbolKit SourceRange.swift
[20/57] Compiling SymbolKit Metadata.swift
[21/57] Compiling SymbolKit Module.swift
[22/57] Compiling SymbolKit OperatingSystem.swift
[23/57] Compiling SymbolKit Platform.swift
[24/57] Compiling SymbolKit Mixin+Equals.swift
[25/57] Compiling SymbolKit Mixin+Hash.swift
[26/57] Compiling SymbolKit Mixin.swift
[27/57] Compiling SymbolKit LineList.swift
[28/57] Compiling SymbolKit Position.swift
[29/57] Compiling SymbolKit Identifier.swift
[30/57] Compiling SymbolKit KindIdentifier.swift
[31/57] Compiling SymbolKit Location.swift
[32/57] Compiling SymbolKit Mutability.swift
[33/57] Compiling SymbolKit Names.swift
[34/57] Compiling SymbolKit SPI.swift
[35/57] Compiling SymbolKit Snippet.swift
[36/57] Compiling SymbolKit Extension.swift
[37/57] Compiling SymbolKit DeclarationFragments.swift
[38/57] Compiling SymbolKit Fragment.swift
[39/57] Compiling SymbolKit FragmentKind.swift
[40/57] Compiling SymbolKit FunctionParameter.swift
[41/57] Compiling SymbolKit FunctionSignature.swift
[42/57] Compiling SymbolKit SemanticVersion.swift
[43/57] Compiling SymbolKit AccessControl.swift
[44/57] Compiling SymbolKit Availability.swift
[45/57] Compiling SymbolKit AvailabilityItem.swift
[46/57] Compiling SymbolKit Domain.swift
[47/57] Compiling SymbolKit Symbol.swift
[48/57] Compiling SymbolKit SymbolKind.swift
[49/57] Compiling SymbolKit SymbolGraph.swift
[50/57] Compiling SymbolKit GraphCollector.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.39s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/13] Compiling VDTransition UITransition.swift
[3/14] Compiling VDTransition UIKitAnimation.swift
[4/14] Compiling VDTransition UITransition+UIView.swift
[5/14] Compiling VDTransition UITransition+match.swift
[6/14] Compiling VDTransition UITransition+UIStackView.swift
[7/14] Compiling VDTransition TransitionModifier.swift
[8/14] Compiling VDTransition RelationValue.swift
[9/14] Compiling VDTransition Transformable.swift
[10/14] Compiling VDTransition Transition+Color.swift
[11/14] Compiling VDTransition TransitionDirection.swift
[12/14] Emitting module VDTransition
[13/14] Compiling VDTransition UITransition+static.swift
[14/14] Compiling VDTransition UITransitionProgress.swift
Build of target: 'VDTransition' complete! (2.11s)
     347
4	/Users/admin/builder/spi-builder-workspace/.docs/dankinsoid/vdtransition/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/dankinsoid/vdtransition/main
File count: 347
Doc size:   4.0MB
Preparing doc bundle ...
Uploading prod-dankinsoid-vdtransition-main-1c2cc1b9.zip to s3://spi-docs-inbox/prod-dankinsoid-vdtransition-main-1c2cc1b9.zip
Copying... [13%]
Copying... [21%]
Copying... [34%]
Copying... [43%]
Copying... [51%]
Copying... [64%]
Copying... [72%]
Copying... [81%]
Copying... [94%]
Copying... [100%]
Done.