Skip to content

Commit

Permalink
Commented-out the "FullTypedThrows" option, as not only does it tend …
Browse files Browse the repository at this point in the history
…to trip up on compiler bugs, but in recent Xcode 15 betas the compiler goes out of its way to refuse to even accept it, failing the build entirely. 😠
  • Loading branch information
wadetregaskis committed Aug 10, 2024
1 parent 2e016de commit e62d07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let enables = ["AccessLevelOnImport",
"DynamicActorIsolation",
"ExistentialAny",
"ForwardTrailingClosures",
"FullTypedThrows",
//"FullTypedThrows", // Not ready yet, in Swift 6. https://forums.swift.org/t/where-is-fulltypedthrows/72346/15
"GlobalConcurrency",
"ImplicitOpenExistentials",
"ImportObjcForwardDeclarations",
Expand Down

0 comments on commit e62d07e

Please sign in to comment.