mirror of
https://github.com/apple/swift.git
synced 2025-12-25 12:15:36 +01:00
144 lines
2.0 KiB
Plaintext
144 lines
2.0 KiB
Plaintext
module script {
|
|
header "script.h"
|
|
}
|
|
|
|
module AvailabilityExtras {
|
|
header "AvailabilityExtras.h"
|
|
export *
|
|
}
|
|
|
|
module CFAndObjC {
|
|
header "CFAndObjC.h"
|
|
export *
|
|
}
|
|
|
|
module ClangModuleUser {
|
|
header "ClangModuleUser.h"
|
|
export *
|
|
}
|
|
|
|
module ClangModuleWithAdapter {
|
|
link "UnderlyingClangLibrary"
|
|
}
|
|
|
|
module CoreData {
|
|
header "NSManagedObject.h"
|
|
export *
|
|
}
|
|
|
|
module CoreCooling {
|
|
header "CoreCooling.h"
|
|
export *
|
|
}
|
|
|
|
module ctypes_bits_exported {
|
|
header "ctypes_bits_exported.h"
|
|
export *
|
|
}
|
|
|
|
module ExternIntX { header "x.h" }
|
|
|
|
module HasSubmodule {
|
|
link framework "HasSubmodule"
|
|
module Submodule {
|
|
header "Submodule.h"
|
|
}
|
|
}
|
|
|
|
module ImportsMissingHeader {
|
|
header "ImportsMissingHeader.h"
|
|
export *
|
|
}
|
|
|
|
module IndirectFramework {
|
|
link framework "Indirect"
|
|
}
|
|
|
|
module IndirectFrameworkImporter {
|
|
header "IndirectFrameworkImporter.h"
|
|
export IndirectFramework
|
|
}
|
|
|
|
module LinkMusket {
|
|
link "Lock"
|
|
link "Stock"
|
|
link framework "Barrel"
|
|
}
|
|
|
|
module MissingHeader {
|
|
header "this-header-does-not-exist.h"
|
|
}
|
|
|
|
module ObjCIRExtras {
|
|
header "ObjCIRExtras.h"
|
|
export *
|
|
}
|
|
|
|
module ObjCParseExtras {
|
|
header "ObjCParseExtras.h"
|
|
export *
|
|
}
|
|
|
|
module ObjCParseExtrasToo {
|
|
header "ObjCParseExtrasToo.h"
|
|
export *
|
|
}
|
|
|
|
module ObjCParseExtrasTooHelper {
|
|
header "ObjCParseExtrasTooHelper.h"
|
|
export *
|
|
}
|
|
|
|
module ObjCParseExtrasSystem [system] {
|
|
header "ObjCParseExtrasSystem.h"
|
|
export *
|
|
}
|
|
|
|
module ObjCSubscripts {
|
|
header "ObjCSubscripts.h"
|
|
export *
|
|
}
|
|
|
|
module ProtoWithInitializer {
|
|
header "ProtoWithInitializer.h"
|
|
export *
|
|
}
|
|
|
|
module Redeclaration {
|
|
header "Redeclaration.h"
|
|
export *
|
|
}
|
|
|
|
module SwiftPrivateAttr {
|
|
header "SwiftPrivateAttr.h"
|
|
}
|
|
|
|
module TestProtocols { header "Protocols.h" }
|
|
|
|
module TypeAndValue {
|
|
header "TypeAndValue.h"
|
|
export *
|
|
}
|
|
|
|
module UsesSubmodule {
|
|
header "UsesSubmodule.h"
|
|
export *
|
|
}
|
|
|
|
module Requires {
|
|
module Swift { requires swift }
|
|
module NotSwift { requires !swift }
|
|
}
|
|
|
|
module SwiftName {
|
|
header "SwiftName.h"
|
|
}
|
|
|
|
module MacrosRedefA {
|
|
header "MacrosRedefA.h"
|
|
}
|
|
|
|
module MacrosRedefB {
|
|
header "MacrosRedefB.h"
|
|
}
|