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
6 changes: 3 additions & 3 deletions Sources/System/IORing/IOCompletion.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if compiler(>=6.2)
#if compiler(>=6.2) && $Lifetimes
#if os(Linux)

import CSystem
Expand Down Expand Up @@ -67,5 +67,5 @@ public extension IORing.Completion {
}
}
}
#endif
#endif
#endif // os(Linux)
#endif // compiler(>=6.2) && $Lifetimes
6 changes: 3 additions & 3 deletions Sources/System/IORing/IORequest.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if compiler(>=6.2)
#if compiler(>=6.2) && $Lifetimes
#if os(Linux)

import CSystem
Expand Down Expand Up @@ -493,5 +493,5 @@ extension IORing.Request {
return request
}
}
#endif
#endif
#endif // os(Linux)
#endif // compiler(>=6.2) && $Lifetimes
6 changes: 3 additions & 3 deletions Sources/System/IORing/IORing.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if compiler(>=6.2)
#if compiler(>=6.2) && $Lifetimes
#if os(Linux)

import CSystem
Expand Down Expand Up @@ -900,5 +900,5 @@ extension IORing.RegisteredBuffer {
return unsafe _overrideLifetime(span, borrowing: self)
}
}
#endif
#endif
#endif // os(Linux)
#endif // compiler(>=6.2) && $Lifetimes
6 changes: 3 additions & 3 deletions Sources/System/IORing/RawIORequest.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if compiler(>=6.2)
#if compiler(>=6.2) && $Lifetimes
#if os(Linux)

import CSystem
Expand Down Expand Up @@ -201,5 +201,5 @@ extension RawIORequest {
}
}
}
#endif
#endif
#endif // os(Linux)
#endif // compiler(>=6.2) && $Lifetimes
6 changes: 3 additions & 3 deletions Tests/SystemTests/IORequestTests.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if compiler(>=6.2)
#if compiler(>=6.2) && $Lifetimes
#if os(Linux)

import XCTest
Expand Down Expand Up @@ -30,5 +30,5 @@ final class IORequestTests: XCTestCase {
XCTAssertEqual(sourceBytes, .init(repeating: 0, count: 64))
}
}
#endif
#endif
#endif // os(Linux)
#endif // compiler(>=6.2) && $Lifetimes
6 changes: 3 additions & 3 deletions Tests/SystemTests/IORingTests.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if compiler(>=6.2)
#if compiler(>=6.2) && $Lifetimes
#if os(Linux)

import XCTest
Expand Down Expand Up @@ -128,5 +128,5 @@ final class IORingTests: XCTestCase {
rawBuffer.deallocate()
}
}
#endif
#endif
#endif // os(Linux)
#endif // compiler(>=6.2) && $Lifetimes