Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ let package = Package(
"_Testing_CoreGraphics",
],
path: "Sources/Overlays/_Testing_AppKit",
swiftSettings: .packageSettings
swiftSettings: .packageSettings + .enableLibraryEvolution()
),
.target(
name: "_Testing_CoreGraphics",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#if SWT_TARGET_OS_APPLE && canImport(AppKit)
public import AppKit
@_spi(ForSwiftTestingOnly) @_spi(Experimental) public import _Testing_CoreGraphics
@_spi(Experimental) public import _Testing_CoreGraphics
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess there were not any package declarations needed currently?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right.


@_spi(Experimental)
extension NSImage: AttachableAsCGImage {
Expand Down