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
4 changes: 2 additions & 2 deletions Sources/System/MachPort.swift
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*
This source file is part of the Swift System open source project

Copyright (c) 2022 Apple Inc. and the Swift System project authors
Copyright (c) 2022 - 2025 Apple Inc. and the Swift System project authors
Licensed under Apache License v2.0 with Runtime Library Exception

See https://swift.org/LICENSE.txt for license information
*/

#if swift(>=5.9) && SYSTEM_PACKAGE_DARWIN
#if SYSTEM_PACKAGE_DARWIN

import Darwin.Mach

Expand Down
4 changes: 2 additions & 2 deletions Tests/SystemTests/MachPortTests.swift
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*
This source file is part of the Swift System open source project

Copyright (c) 2022 Apple Inc. and the Swift System project authors
Copyright (c) 2022 - 2025 Apple Inc. and the Swift System project authors
Licensed under Apache License v2.0 with Runtime Library Exception

See https://swift.org/LICENSE.txt for license information
*/

#if swift(>=5.9) && SYSTEM_PACKAGE_DARWIN
#if SYSTEM_PACKAGE_DARWIN

import XCTest
import Darwin.Mach
Expand Down