// swift-interface-format-version: 1.0 // swift-compiler-version: Apple Swift version 6.3 (swiftlang-6.3.0.123.4 clang-2100.0.123.2) // swift-module-flags: -target arm64e-apple-ios26.4-macabi -enable-objc-interop -enable-library-evolution -module-link-name swift_DarwinFoundation3 -swift-version 6 -enforce-exclusivity=checked -O -library-level api -module-abi-name Darwin -enable-upcoming-feature MemberImportVisibility -enable-experimental-feature DebugDescriptionMacro -user-module-version 377.100.15 -module-name _DarwinFoundation3 // swift-module-flags-ignorable: -formal-cxx-interoperability-mode=off -interface-compiler-version 6.3 import Swift @_exported import _DarwinFoundation3 import _DarwinFoundation3._signal @_exported import _DarwinFoundation3.pthread import _DarwinFoundation3.unistd @available(macOS 10.9, iOS 7.0, watchOS 2.0, tvOS 9.0, visionOS 1.0, *) public var SIG_DFL: _DarwinFoundation3.sig_t? { get } @available(macOS 10.9, iOS 7.0, watchOS 2.0, tvOS 9.0, visionOS 1.0, *) public var SIG_IGN: _DarwinFoundation3.sig_t { get } @available(macOS 10.9, iOS 7.0, watchOS 2.0, tvOS 9.0, visionOS 1.0, *) public var SIG_ERR: _DarwinFoundation3.sig_t { get } @available(macOS 10.9, iOS 7.0, watchOS 2.0, tvOS 9.0, visionOS 1.0, *) public var SIG_HOLD: _DarwinFoundation3.sig_t { get } @available(*, unavailable, message: "Please use threads or posix_spawn*()") public func fork() -> Swift.Int32 @available(*, unavailable, message: "Please use threads or posix_spawn*()") public func vfork() -> Swift.Int32