Skip to content

Commit f889c1b

Browse files
authored
Use the new @SendablePropertyUnchecked macro (apple#332)
Changes in this PR require merging apple/containerization#212 in containerization and creating a new tag.
1 parent c41a888 commit f889c1b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import PackageDescription
2222

2323
let releaseVersion = ProcessInfo.processInfo.environment["RELEASE_VERSION"] ?? "0.0.0"
2424
let gitCommit = ProcessInfo.processInfo.environment["GIT_COMMIT"] ?? "unspecified"
25-
let scVersion = "0.4.0"
25+
let scVersion = "0.4.1"
2626
let builderShimVersion = "0.3.0"
2727

2828
let package = Package(

Sources/Services/ContainerNetworkService/ReservedVmnetNetwork.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import vmnet
2929
/// Creates a vmnet network with reservation APIs.
3030
@available(macOS 26, *)
3131
public final class ReservedVmnetNetwork: Network {
32-
@SendableProperty
32+
@SendablePropertyUnchecked
3333
private var _state: NetworkState
3434
private let log: Logger
3535

0 commit comments

Comments
 (0)