Skip to content

Commit

Permalink
Remove @retroactive per vanilla swift toolchain limitation.
Browse files Browse the repository at this point in the history
  • Loading branch information
furby-tm committed Jul 2, 2024
1 parent 4f55abf commit a417c25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/OpenUSD/Extensions/Array.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import ArgumentParser
import Foundation

extension Array: @retroactive ExpressibleByArgument where Element: ExpressibleByArgument
extension Array: ExpressibleByArgument where Element: ExpressibleByArgument
{
public var defaultValueDescription: String
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

import Foundation

extension FileHandle: @retroactive TextOutputStream
extension FileHandle: TextOutputStream
{
public func write(_ string: String)
{
Expand Down

0 comments on commit a417c25

Please sign in to comment.