-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
514 changed files
with
532 additions
and
532 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Sources/PackageDSL/SwiftSettings/UnsafeFlags/ApplicationExtension.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/// Passes the flag `-application-extension` | ||
/// Restrict code to those available for App Extensions | ||
struct ApplicationExtension: UnsafeFlag { } | ||
public struct ApplicationExtension: UnsafeFlag { } |
2 changes: 1 addition & 1 deletion
2
Sources/PackageDSL/SwiftSettings/UnsafeFlags/ApplicationExtensionLibrary.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/// Passes the flag `-application-extension-library` | ||
/// Restrict code to those available for App Extension Libraries | ||
struct ApplicationExtensionLibrary: UnsafeFlag { } | ||
public struct ApplicationExtensionLibrary: UnsafeFlag { } |
2 changes: 1 addition & 1 deletion
2
Sources/PackageDSL/SwiftSettings/UnsafeFlags/AssumeSingleThreaded.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/// Passes the flag `-assume-single-threaded` | ||
/// Assume that code will be executed in a single-threaded environment | ||
struct AssumeSingleThreaded: UnsafeFlag { } | ||
public struct AssumeSingleThreaded: UnsafeFlag { } |
2 changes: 1 addition & 1 deletion
2
Sources/PackageDSL/SwiftSettings/UnsafeFlags/AutolinkForceLoad.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/// Passes the flag `-autolink-force-load` | ||
/// Force ld to link against this module even if no symbols are used | ||
struct AutolinkForceLoad: UnsafeFlag { } | ||
public struct AutolinkForceLoad: UnsafeFlag { } |
2 changes: 1 addition & 1 deletion
2
Sources/PackageDSL/SwiftSettings/UnsafeFlags/AvoidEmitModuleSourceInfo.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/// Passes the flag `-avoid-emit-module-source-info` | ||
/// don't emit Swift source info file | ||
struct AvoidEmitModuleSourceInfo: UnsafeFlag { } | ||
public struct AvoidEmitModuleSourceInfo: UnsafeFlag { } |
2 changes: 1 addition & 1 deletion
2
Sources/PackageDSL/SwiftSettings/UnsafeFlags/CacheCompileJob.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/// Passes the flag `-cache-compile-job` | ||
/// Enable compiler caching | ||
struct CacheCompileJob: UnsafeFlag { } | ||
public struct CacheCompileJob: UnsafeFlag { } |
2 changes: 1 addition & 1 deletion
2
Sources/PackageDSL/SwiftSettings/UnsafeFlags/CacheDisableReplay.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/// Passes the flag `-cache-disable-replay` | ||
/// Skip loading the compilation result from cache | ||
struct CacheDisableReplay: UnsafeFlag { } | ||
public struct CacheDisableReplay: UnsafeFlag { } |
2 changes: 1 addition & 1 deletion
2
Sources/PackageDSL/SwiftSettings/UnsafeFlags/CheckApiAvailabilityOnly.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/// Passes the flag `-check-api-availability-only` | ||
/// Deprecated, has no effect | ||
struct CheckApiAvailabilityOnly: UnsafeFlag { } | ||
public struct CheckApiAvailabilityOnly: UnsafeFlag { } |
2 changes: 1 addition & 1 deletion
2
Sources/PackageDSL/SwiftSettings/UnsafeFlags/ColorDiagnostics.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/// Passes the flag `-color-diagnostics` | ||
/// Print diagnostics in color | ||
struct ColorDiagnostics: UnsafeFlag { } | ||
public struct ColorDiagnostics: UnsafeFlag { } |
2 changes: 1 addition & 1 deletion
2
Sources/PackageDSL/SwiftSettings/UnsafeFlags/ContinueBuildingAfterErrors.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/// Passes the flag `-continue-building-after-errors` | ||
/// Continue building, even after errors are encountered | ||
struct ContinueBuildingAfterErrors: UnsafeFlag { } | ||
public struct ContinueBuildingAfterErrors: UnsafeFlag { } |
2 changes: 1 addition & 1 deletion
2
Sources/PackageDSL/SwiftSettings/UnsafeFlags/CrossModuleOptimization.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/// Passes the flag `-cross-module-optimization` | ||
/// Perform cross-module optimization | ||
struct CrossModuleOptimization: UnsafeFlag { } | ||
public struct CrossModuleOptimization: UnsafeFlag { } |
2 changes: 1 addition & 1 deletion
2
Sources/PackageDSL/SwiftSettings/UnsafeFlags/DebugDiagnosticNames.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/// Passes the flag `-debug-diagnostic-names` | ||
/// Include diagnostic names when printing | ||
struct DebugDiagnosticNames: UnsafeFlag { } | ||
public struct DebugDiagnosticNames: UnsafeFlag { } |
2 changes: 1 addition & 1 deletion
2
Sources/PackageDSL/SwiftSettings/UnsafeFlags/DebugInfoStoreInvocation.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/// Passes the flag `-debug-info-store-invocation` | ||
/// Emit the compiler invocation in the debug info. | ||
struct DebugInfoStoreInvocation: UnsafeFlag { } | ||
public struct DebugInfoStoreInvocation: UnsafeFlag { } |
2 changes: 1 addition & 1 deletion
2
Sources/PackageDSL/SwiftSettings/UnsafeFlags/DisableActorDataRaceChecks.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/// Passes the flag `-disable-actor-data-race-checks` | ||
/// Disable runtime checks for actor data races | ||
struct DisableActorDataRaceChecks: UnsafeFlag { } | ||
public struct DisableActorDataRaceChecks: UnsafeFlag { } |
2 changes: 1 addition & 1 deletion
2
Sources/PackageDSL/SwiftSettings/UnsafeFlags/DisableAutolinkingRuntimeCompatibility.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/// Passes the flag `-disable-autolinking-runtime-compatibility` | ||
/// Do not use autolinking for runtime compatibility libraries | ||
struct DisableAutolinkingRuntimeCompatibility: UnsafeFlag { } | ||
public struct DisableAutolinkingRuntimeCompatibility: UnsafeFlag { } |
2 changes: 1 addition & 1 deletion
2
...kageDSL/SwiftSettings/UnsafeFlags/DisableAutolinkingRuntimeCompatibilityConcurrency.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/// Passes the flag `-disable-autolinking-runtime-compatibility-concurrency` | ||
/// Do not use autolinking for the concurrency runtime compatibility library | ||
struct DisableAutolinkingRuntimeCompatibilityConcurrency: UnsafeFlag { } | ||
public struct DisableAutolinkingRuntimeCompatibilityConcurrency: UnsafeFlag { } |
2 changes: 1 addition & 1 deletion
2
...SwiftSettings/UnsafeFlags/DisableAutolinkingRuntimeCompatibilityDynamicReplacements.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/// Passes the flag `-disable-autolinking-runtime-compatibility-dynamic-replacements` | ||
/// Do not use autolinking for the dynamic replacement runtime compatibility library | ||
struct DisableAutolinkingRuntimeCompatibilityDynamicReplacements: UnsafeFlag { } | ||
public struct DisableAutolinkingRuntimeCompatibilityDynamicReplacements: UnsafeFlag { } |
2 changes: 1 addition & 1 deletion
2
Sources/PackageDSL/SwiftSettings/UnsafeFlags/DisableBatchMode.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/// Passes the flag `-disable-batch-mode` | ||
/// Disable combining frontend jobs into batches | ||
struct DisableBatchMode: UnsafeFlag { } | ||
public struct DisableBatchMode: UnsafeFlag { } |
2 changes: 1 addition & 1 deletion
2
Sources/PackageDSL/SwiftSettings/UnsafeFlags/DisableBridgingPch.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/// Passes the flag `-disable-bridging-pch` | ||
/// Disable automatic generation of bridging PCH files | ||
struct DisableBridgingPch: UnsafeFlag { } | ||
public struct DisableBridgingPch: UnsafeFlag { } |
2 changes: 1 addition & 1 deletion
2
Sources/PackageDSL/SwiftSettings/UnsafeFlags/DisableClangTarget.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/// Passes the flag `-disable-clang-target` | ||
/// Disable a separately specified target triple for Clang instance to use | ||
struct DisableClangTarget: UnsafeFlag { } | ||
public struct DisableClangTarget: UnsafeFlag { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/// Passes the flag `-disable-cmo` | ||
/// Disable cross-module optimization | ||
struct DisableCmo: UnsafeFlag { } | ||
public struct DisableCmo: UnsafeFlag { } |
2 changes: 1 addition & 1 deletion
2
Sources/PackageDSL/SwiftSettings/UnsafeFlags/DisableDynamicActorIsolation.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/// Passes the flag `-disable-dynamic-actor-isolation` | ||
/// Disable dynamic actor isolation checks | ||
struct DisableDynamicActorIsolation: UnsafeFlag { } | ||
public struct DisableDynamicActorIsolation: UnsafeFlag { } |
2 changes: 1 addition & 1 deletion
2
Sources/PackageDSL/SwiftSettings/UnsafeFlags/DisableIncrementalImports.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/// Passes the flag `-disable-incremental-imports` | ||
/// Disable cross-module incremental build metadata and driver scheduling for Swift modules | ||
struct DisableIncrementalImports: UnsafeFlag { } | ||
public struct DisableIncrementalImports: UnsafeFlag { } |
2 changes: 1 addition & 1 deletion
2
Sources/PackageDSL/SwiftSettings/UnsafeFlags/DisableMigratorFixits.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/// Passes the flag `-disable-migrator-fixits` | ||
/// Disable the Migrator phase which automatically applies fix-its | ||
struct DisableMigratorFixits: UnsafeFlag { } | ||
public struct DisableMigratorFixits: UnsafeFlag { } |
2 changes: 1 addition & 1 deletion
2
Sources/PackageDSL/SwiftSettings/UnsafeFlags/DisableOnlyOneDependencyFile.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/// Passes the flag `-disable-only-one-dependency-file` | ||
/// Disables incremental build optimization that only produces one dependencies file | ||
struct DisableOnlyOneDependencyFile: UnsafeFlag { } | ||
public struct DisableOnlyOneDependencyFile: UnsafeFlag { } |
2 changes: 1 addition & 1 deletion
2
Sources/PackageDSL/SwiftSettings/UnsafeFlags/DisableSandbox.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/// Passes the flag `-disable-sandbox` | ||
/// Disable using the sandbox when executing subprocesses | ||
struct DisableSandbox: UnsafeFlag { } | ||
public struct DisableSandbox: UnsafeFlag { } |
2 changes: 1 addition & 1 deletion
2
Sources/PackageDSL/SwiftSettings/UnsafeFlags/DisableSwiftBridgeAttr.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/// Passes the flag `-disable-swift-bridge-attr` | ||
/// Disable using the swift bridge attribute | ||
struct DisableSwiftBridgeAttr: UnsafeFlag { } | ||
public struct DisableSwiftBridgeAttr: UnsafeFlag { } |
2 changes: 1 addition & 1 deletion
2
Sources/PackageDSL/SwiftSettings/UnsafeFlags/DisallowUseNewDriver.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/// Passes the flag `-disallow-use-new-driver` | ||
/// Disable using new swift-driver | ||
struct DisallowUseNewDriver: UnsafeFlag { } | ||
public struct DisallowUseNewDriver: UnsafeFlag { } |
2 changes: 1 addition & 1 deletion
2
Sources/PackageDSL/SwiftSettings/UnsafeFlags/DriverAlwaysRebuildDependents.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/// Passes the flag `-driver-always-rebuild-dependents` | ||
/// Always rebuild dependents of files that have been modified | ||
struct DriverAlwaysRebuildDependents: UnsafeFlag { } | ||
public struct DriverAlwaysRebuildDependents: UnsafeFlag { } |
2 changes: 1 addition & 1 deletion
2
...SL/SwiftSettings/UnsafeFlags/DriverEmitFineGrainedDependencyDotFileAfterEveryImport.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/// Passes the flag `-driver-emit-fine-grained-dependency-dot-file-after-every-import` | ||
/// Emit dot files every time driver imports an fine-grained swiftdeps file. | ||
struct DriverEmitFineGrainedDependencyDotFileAfterEveryImport: UnsafeFlag { } | ||
public struct DriverEmitFineGrainedDependencyDotFileAfterEveryImport: UnsafeFlag { } |
2 changes: 1 addition & 1 deletion
2
Sources/PackageDSL/SwiftSettings/UnsafeFlags/DriverForceResponseFiles.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/// Passes the flag `-driver-force-response-files` | ||
/// Force the use of response files for testing | ||
struct DriverForceResponseFiles: UnsafeFlag { } | ||
public struct DriverForceResponseFiles: UnsafeFlag { } |
2 changes: 1 addition & 1 deletion
2
Sources/PackageDSL/SwiftSettings/UnsafeFlags/DriverPrintActions.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/// Passes the flag `-driver-print-actions` | ||
/// Dump list of actions to perform | ||
struct DriverPrintActions: UnsafeFlag { } | ||
public struct DriverPrintActions: UnsafeFlag { } |
2 changes: 1 addition & 1 deletion
2
Sources/PackageDSL/SwiftSettings/UnsafeFlags/DriverPrintBindings.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/// Passes the flag `-driver-print-bindings` | ||
/// Dump list of job inputs and outputs | ||
struct DriverPrintBindings: UnsafeFlag { } | ||
public struct DriverPrintBindings: UnsafeFlag { } |
2 changes: 1 addition & 1 deletion
2
Sources/PackageDSL/SwiftSettings/UnsafeFlags/DriverPrintDerivedOutputFileMap.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/// Passes the flag `-driver-print-derived-output-file-map` | ||
/// Dump the contents of the derived output file map | ||
struct DriverPrintDerivedOutputFileMap: UnsafeFlag { } | ||
public struct DriverPrintDerivedOutputFileMap: UnsafeFlag { } |
2 changes: 1 addition & 1 deletion
2
Sources/PackageDSL/SwiftSettings/UnsafeFlags/DriverPrintGraphviz.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/// Passes the flag `-driver-print-graphviz` | ||
/// Write the job graph as a graphviz file | ||
struct DriverPrintGraphviz: UnsafeFlag { } | ||
public struct DriverPrintGraphviz: UnsafeFlag { } |
Oops, something went wrong.