Skip to content

Instantly share code, notes, and snippets.

@twof
Created October 10, 2019 22:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save twof/5501a4c16659f9eacf5e05fc372a9d39 to your computer and use it in GitHub Desktop.
Save twof/5501a4c16659f9eacf5e05fc372a9d39 to your computer and use it in GitHub Desktop.
$ swift build
Updating https://github.com/apple/swift-nio-extras.git
Updating https://github.com/vapor/open-crypto.git
Updating https://github.com/vapor/async-kit.git
Updating https://github.com/vapor/console-kit.git
Updating https://github.com/vapor/fluent-kit.git
Updating https://github.com/vapor/sql-kit.git
Updating https://github.com/apple/swift-nio.git
Updating https://github.com/vapor/vapor.git
Updating https://github.com/vapor/fluent.git
Updating https://github.com/apple/swift-log.git
Updating https://github.com/apple/swift-nio-http2.git
Updating https://github.com/vapor/routing-kit.git
Updating https://github.com/swift-server/async-http-client.git
Updating https://github.com/apple/swift-nio-ssl.git
Completed resolution in 9.80s
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Argument.swift:26:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Flag.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:39:6: error: unknown attribute 'Flag'
@Flag(name: "no", short: "n", help: "Automatically answers no to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:42:6: error: unknown attribute 'Flag'
@Flag(name: "yes", short: "y", help: "Automatically answers yes to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:45:6: error: unknown attribute 'Flag'
@Flag(name: "help", short: "h", help: "Displays instructions for the supplied command")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:48:6: error: unknown attribute 'Flag'
@Flag(name: "autocomplete", help: "Produces output for bash autocomplete")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Argument.swift:26:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Flag.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:39:6: error: unknown attribute 'Flag'
@Flag(name: "no", short: "n", help: "Automatically answers no to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:42:6: error: unknown attribute 'Flag'
@Flag(name: "yes", short: "y", help: "Automatically answers yes to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:45:6: error: unknown attribute 'Flag'
@Flag(name: "help", short: "h", help: "Displays instructions for the supplied command")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:48:6: error: unknown attribute 'Flag'
@Flag(name: "autocomplete", help: "Produces output for bash autocomplete")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Argument.swift:26:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Flag.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:39:6: error: unknown attribute 'Flag'
@Flag(name: "no", short: "n", help: "Automatically answers no to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:42:6: error: unknown attribute 'Flag'
@Flag(name: "yes", short: "y", help: "Automatically answers yes to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:45:6: error: unknown attribute 'Flag'
@Flag(name: "help", short: "h", help: "Displays instructions for the supplied command")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:48:6: error: unknown attribute 'Flag'
@Flag(name: "autocomplete", help: "Produces output for bash autocomplete")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Argument.swift:26:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Flag.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:39:6: error: unknown attribute 'Flag'
@Flag(name: "no", short: "n", help: "Automatically answers no to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:42:6: error: unknown attribute 'Flag'
@Flag(name: "yes", short: "y", help: "Automatically answers yes to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:45:6: error: unknown attribute 'Flag'
@Flag(name: "help", short: "h", help: "Displays instructions for the supplied command")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:48:6: error: unknown attribute 'Flag'
@Flag(name: "autocomplete", help: "Produces output for bash autocomplete")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Argument.swift:26:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Flag.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:39:6: error: unknown attribute 'Flag'
@Flag(name: "no", short: "n", help: "Automatically answers no to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:42:6: error: unknown attribute 'Flag'
@Flag(name: "yes", short: "y", help: "Automatically answers yes to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:45:6: error: unknown attribute 'Flag'
@Flag(name: "help", short: "h", help: "Displays instructions for the supplied command")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:48:6: error: unknown attribute 'Flag'
@Flag(name: "autocomplete", help: "Produces output for bash autocomplete")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Argument.swift:26:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Flag.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:39:6: error: unknown attribute 'Flag'
@Flag(name: "no", short: "n", help: "Automatically answers no to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:42:6: error: unknown attribute 'Flag'
@Flag(name: "yes", short: "y", help: "Automatically answers yes to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:45:6: error: unknown attribute 'Flag'
@Flag(name: "help", short: "h", help: "Displays instructions for the supplied command")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:48:6: error: unknown attribute 'Flag'
@Flag(name: "autocomplete", help: "Produces output for bash autocomplete")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Argument.swift:26:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Flag.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:39:6: error: unknown attribute 'Flag'
@Flag(name: "no", short: "n", help: "Automatically answers no to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:42:6: error: unknown attribute 'Flag'
@Flag(name: "yes", short: "y", help: "Automatically answers yes to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:45:6: error: unknown attribute 'Flag'
@Flag(name: "help", short: "h", help: "Displays instructions for the supplied command")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:48:6: error: unknown attribute 'Flag'
@Flag(name: "autocomplete", help: "Produces output for bash autocomplete")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Argument.swift:26:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Flag.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:39:6: error: unknown attribute 'Flag'
@Flag(name: "no", short: "n", help: "Automatically answers no to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:42:6: error: unknown attribute 'Flag'
@Flag(name: "yes", short: "y", help: "Automatically answers yes to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:45:6: error: unknown attribute 'Flag'
@Flag(name: "help", short: "h", help: "Displays instructions for the supplied command")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:48:6: error: unknown attribute 'Flag'
@Flag(name: "autocomplete", help: "Produces output for bash autocomplete")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Argument.swift:26:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Flag.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:39:6: error: unknown attribute 'Flag'
@Flag(name: "no", short: "n", help: "Automatically answers no to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:42:6: error: unknown attribute 'Flag'
@Flag(name: "yes", short: "y", help: "Automatically answers yes to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:45:6: error: unknown attribute 'Flag'
@Flag(name: "help", short: "h", help: "Displays instructions for the supplied command")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:48:6: error: unknown attribute 'Flag'
@Flag(name: "autocomplete", help: "Produces output for bash autocomplete")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Argument.swift:26:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Flag.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:39:6: error: unknown attribute 'Flag'
@Flag(name: "no", short: "n", help: "Automatically answers no to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:42:6: error: unknown attribute 'Flag'
@Flag(name: "yes", short: "y", help: "Automatically answers yes to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:45:6: error: unknown attribute 'Flag'
@Flag(name: "help", short: "h", help: "Displays instructions for the supplied command")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:48:6: error: unknown attribute 'Flag'
@Flag(name: "autocomplete", help: "Produces output for bash autocomplete")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Argument.swift:26:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Flag.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:39:6: error: unknown attribute 'Flag'
@Flag(name: "no", short: "n", help: "Automatically answers no to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:42:6: error: unknown attribute 'Flag'
@Flag(name: "yes", short: "y", help: "Automatically answers yes to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:45:6: error: unknown attribute 'Flag'
@Flag(name: "help", short: "h", help: "Displays instructions for the supplied command")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:48:6: error: unknown attribute 'Flag'
@Flag(name: "autocomplete", help: "Produces output for bash autocomplete")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Argument.swift:26:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Flag.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:39:6: error: unknown attribute 'Flag'
@Flag(name: "no", short: "n", help: "Automatically answers no to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:42:6: error: unknown attribute 'Flag'
@Flag(name: "yes", short: "y", help: "Automatically answers yes to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:45:6: error: unknown attribute 'Flag'
@Flag(name: "help", short: "h", help: "Displays instructions for the supplied command")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:48:6: error: unknown attribute 'Flag'
@Flag(name: "autocomplete", help: "Produces output for bash autocomplete")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Argument.swift:26:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Flag.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:39:6: error: unknown attribute 'Flag'
@Flag(name: "no", short: "n", help: "Automatically answers no to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:42:6: error: unknown attribute 'Flag'
@Flag(name: "yes", short: "y", help: "Automatically answers yes to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:45:6: error: unknown attribute 'Flag'
@Flag(name: "help", short: "h", help: "Displays instructions for the supplied command")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:48:6: error: unknown attribute 'Flag'
@Flag(name: "autocomplete", help: "Produces output for bash autocomplete")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Argument.swift:26:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Flag.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:39:6: error: unknown attribute 'Flag'
@Flag(name: "no", short: "n", help: "Automatically answers no to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:42:6: error: unknown attribute 'Flag'
@Flag(name: "yes", short: "y", help: "Automatically answers yes to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:45:6: error: unknown attribute 'Flag'
@Flag(name: "help", short: "h", help: "Displays instructions for the supplied command")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:48:6: error: unknown attribute 'Flag'
@Flag(name: "autocomplete", help: "Produces output for bash autocomplete")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Argument.swift:26:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Flag.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:39:6: error: unknown attribute 'Flag'
@Flag(name: "no", short: "n", help: "Automatically answers no to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:42:6: error: unknown attribute 'Flag'
@Flag(name: "yes", short: "y", help: "Automatically answers yes to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:45:6: error: unknown attribute 'Flag'
@Flag(name: "help", short: "h", help: "Displays instructions for the supplied command")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:48:6: error: unknown attribute 'Flag'
@Flag(name: "autocomplete", help: "Produces output for bash autocomplete")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Argument.swift:26:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Flag.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:39:6: error: unknown attribute 'Flag'
@Flag(name: "no", short: "n", help: "Automatically answers no to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:42:6: error: unknown attribute 'Flag'
@Flag(name: "yes", short: "y", help: "Automatically answers yes to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:45:6: error: unknown attribute 'Flag'
@Flag(name: "help", short: "h", help: "Displays instructions for the supplied command")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:48:6: error: unknown attribute 'Flag'
@Flag(name: "autocomplete", help: "Produces output for bash autocomplete")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Argument.swift:26:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Flag.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:39:6: error: unknown attribute 'Flag'
@Flag(name: "no", short: "n", help: "Automatically answers no to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:42:6: error: unknown attribute 'Flag'
@Flag(name: "yes", short: "y", help: "Automatically answers yes to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:45:6: error: unknown attribute 'Flag'
@Flag(name: "help", short: "h", help: "Displays instructions for the supplied command")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:48:6: error: unknown attribute 'Flag'
@Flag(name: "autocomplete", help: "Produces output for bash autocomplete")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Argument.swift:26:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Flag.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:39:6: error: unknown attribute 'Flag'
@Flag(name: "no", short: "n", help: "Automatically answers no to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:42:6: error: unknown attribute 'Flag'
@Flag(name: "yes", short: "y", help: "Automatically answers yes to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:45:6: error: unknown attribute 'Flag'
@Flag(name: "help", short: "h", help: "Displays instructions for the supplied command")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:48:6: error: unknown attribute 'Flag'
@Flag(name: "autocomplete", help: "Produces output for bash autocomplete")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Argument.swift:26:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Flag.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:39:6: error: unknown attribute 'Flag'
@Flag(name: "no", short: "n", help: "Automatically answers no to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:42:6: error: unknown attribute 'Flag'
@Flag(name: "yes", short: "y", help: "Automatically answers yes to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:45:6: error: unknown attribute 'Flag'
@Flag(name: "help", short: "h", help: "Displays instructions for the supplied command")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:48:6: error: unknown attribute 'Flag'
@Flag(name: "autocomplete", help: "Produces output for bash autocomplete")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Argument.swift:26:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Flag.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:39:6: error: unknown attribute 'Flag'
@Flag(name: "no", short: "n", help: "Automatically answers no to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:42:6: error: unknown attribute 'Flag'
@Flag(name: "yes", short: "y", help: "Automatically answers yes to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:45:6: error: unknown attribute 'Flag'
@Flag(name: "help", short: "h", help: "Displays instructions for the supplied command")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:48:6: error: unknown attribute 'Flag'
@Flag(name: "autocomplete", help: "Produces output for bash autocomplete")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Argument.swift:26:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Flag.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:39:6: error: unknown attribute 'Flag'
@Flag(name: "no", short: "n", help: "Automatically answers no to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:42:6: error: unknown attribute 'Flag'
@Flag(name: "yes", short: "y", help: "Automatically answers yes to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:45:6: error: unknown attribute 'Flag'
@Flag(name: "help", short: "h", help: "Displays instructions for the supplied command")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:48:6: error: unknown attribute 'Flag'
@Flag(name: "autocomplete", help: "Produces output for bash autocomplete")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Argument.swift:26:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Flag.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:39:6: error: unknown attribute 'Flag'
@Flag(name: "no", short: "n", help: "Automatically answers no to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:42:6: error: unknown attribute 'Flag'
@Flag(name: "yes", short: "y", help: "Automatically answers yes to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:45:6: error: unknown attribute 'Flag'
@Flag(name: "help", short: "h", help: "Displays instructions for the supplied command")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:48:6: error: unknown attribute 'Flag'
@Flag(name: "autocomplete", help: "Produces output for bash autocomplete")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Argument.swift:26:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Flag.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:39:6: error: unknown attribute 'Flag'
@Flag(name: "no", short: "n", help: "Automatically answers no to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:42:6: error: unknown attribute 'Flag'
@Flag(name: "yes", short: "y", help: "Automatically answers yes to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:45:6: error: unknown attribute 'Flag'
@Flag(name: "help", short: "h", help: "Displays instructions for the supplied command")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:48:6: error: unknown attribute 'Flag'
@Flag(name: "autocomplete", help: "Produces output for bash autocomplete")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Argument.swift:26:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Flag.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:39:6: error: unknown attribute 'Flag'
@Flag(name: "no", short: "n", help: "Automatically answers no to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:42:6: error: unknown attribute 'Flag'
@Flag(name: "yes", short: "y", help: "Automatically answers yes to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:45:6: error: unknown attribute 'Flag'
@Flag(name: "help", short: "h", help: "Displays instructions for the supplied command")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:48:6: error: unknown attribute 'Flag'
@Flag(name: "autocomplete", help: "Produces output for bash autocomplete")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Argument.swift:26:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Flag.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:39:6: error: unknown attribute 'Flag'
@Flag(name: "no", short: "n", help: "Automatically answers no to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:42:6: error: unknown attribute 'Flag'
@Flag(name: "yes", short: "y", help: "Automatically answers yes to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:45:6: error: unknown attribute 'Flag'
@Flag(name: "help", short: "h", help: "Displays instructions for the supplied command")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:48:6: error: unknown attribute 'Flag'
@Flag(name: "autocomplete", help: "Produces output for bash autocomplete")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Argument.swift:26:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Flag.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:39:6: error: unknown attribute 'Flag'
@Flag(name: "no", short: "n", help: "Automatically answers no to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:42:6: error: unknown attribute 'Flag'
@Flag(name: "yes", short: "y", help: "Automatically answers yes to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:45:6: error: unknown attribute 'Flag'
@Flag(name: "help", short: "h", help: "Displays instructions for the supplied command")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:48:6: error: unknown attribute 'Flag'
@Flag(name: "autocomplete", help: "Produces output for bash autocomplete")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Argument.swift:26:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Flag.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:39:6: error: unknown attribute 'Flag'
@Flag(name: "no", short: "n", help: "Automatically answers no to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:42:6: error: unknown attribute 'Flag'
@Flag(name: "yes", short: "y", help: "Automatically answers yes to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:45:6: error: unknown attribute 'Flag'
@Flag(name: "help", short: "h", help: "Displays instructions for the supplied command")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:48:6: error: unknown attribute 'Flag'
@Flag(name: "autocomplete", help: "Produces output for bash autocomplete")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Argument.swift:26:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Flag.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:39:6: error: unknown attribute 'Flag'
@Flag(name: "no", short: "n", help: "Automatically answers no to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:42:6: error: unknown attribute 'Flag'
@Flag(name: "yes", short: "y", help: "Automatically answers yes to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:45:6: error: unknown attribute 'Flag'
@Flag(name: "help", short: "h", help: "Displays instructions for the supplied command")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:48:6: error: unknown attribute 'Flag'
@Flag(name: "autocomplete", help: "Produces output for bash autocomplete")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Argument.swift:26:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:39:6: error: unknown attribute 'Flag'
@Flag(name: "no", short: "n", help: "Automatically answers no to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:42:6: error: unknown attribute 'Flag'
@Flag(name: "yes", short: "y", help: "Automatically answers yes to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:45:6: error: unknown attribute 'Flag'
@Flag(name: "help", short: "h", help: "Displays instructions for the supplied command")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:48:6: error: unknown attribute 'Flag'
@Flag(name: "autocomplete", help: "Produces output for bash autocomplete")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Flag.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Argument.swift:26:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:39:6: error: unknown attribute 'Flag'
@Flag(name: "no", short: "n", help: "Automatically answers no to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:42:6: error: unknown attribute 'Flag'
@Flag(name: "yes", short: "y", help: "Automatically answers yes to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:45:6: error: unknown attribute 'Flag'
@Flag(name: "help", short: "h", help: "Displays instructions for the supplied command")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:48:6: error: unknown attribute 'Flag'
@Flag(name: "autocomplete", help: "Produces output for bash autocomplete")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Flag.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Argument.swift:26:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:39:6: error: unknown attribute 'Flag'
@Flag(name: "no", short: "n", help: "Automatically answers no to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:42:6: error: unknown attribute 'Flag'
@Flag(name: "yes", short: "y", help: "Automatically answers yes to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:45:6: error: unknown attribute 'Flag'
@Flag(name: "help", short: "h", help: "Displays instructions for the supplied command")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:48:6: error: unknown attribute 'Flag'
@Flag(name: "autocomplete", help: "Produces output for bash autocomplete")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Flag.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Argument.swift:26:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:39:6: error: unknown attribute 'Flag'
@Flag(name: "no", short: "n", help: "Automatically answers no to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:42:6: error: unknown attribute 'Flag'
@Flag(name: "yes", short: "y", help: "Automatically answers yes to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:45:6: error: unknown attribute 'Flag'
@Flag(name: "help", short: "h", help: "Displays instructions for the supplied command")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:48:6: error: unknown attribute 'Flag'
@Flag(name: "autocomplete", help: "Produces output for bash autocomplete")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Flag.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Argument.swift:26:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:39:6: error: unknown attribute 'Flag'
@Flag(name: "no", short: "n", help: "Automatically answers no to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:42:6: error: unknown attribute 'Flag'
@Flag(name: "yes", short: "y", help: "Automatically answers yes to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:45:6: error: unknown attribute 'Flag'
@Flag(name: "help", short: "h", help: "Displays instructions for the supplied command")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:48:6: error: unknown attribute 'Flag'
@Flag(name: "autocomplete", help: "Produces output for bash autocomplete")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Flag.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Argument.swift:26:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:39:6: error: unknown attribute 'Flag'
@Flag(name: "no", short: "n", help: "Automatically answers no to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:42:6: error: unknown attribute 'Flag'
@Flag(name: "yes", short: "y", help: "Automatically answers yes to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:45:6: error: unknown attribute 'Flag'
@Flag(name: "help", short: "h", help: "Displays instructions for the supplied command")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:48:6: error: unknown attribute 'Flag'
@Flag(name: "autocomplete", help: "Produces output for bash autocomplete")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Flag.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Argument.swift:26:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:39:6: error: unknown attribute 'Flag'
@Flag(name: "no", short: "n", help: "Automatically answers no to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:42:6: error: unknown attribute 'Flag'
@Flag(name: "yes", short: "y", help: "Automatically answers yes to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:45:6: error: unknown attribute 'Flag'
@Flag(name: "help", short: "h", help: "Displays instructions for the supplied command")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:48:6: error: unknown attribute 'Flag'
@Flag(name: "autocomplete", help: "Produces output for bash autocomplete")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Flag.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Argument.swift:26:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Flag.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:39:6: error: unknown attribute 'Flag'
@Flag(name: "no", short: "n", help: "Automatically answers no to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:42:6: error: unknown attribute 'Flag'
@Flag(name: "yes", short: "y", help: "Automatically answers yes to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:45:6: error: unknown attribute 'Flag'
@Flag(name: "help", short: "h", help: "Displays instructions for the supplied command")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:48:6: error: unknown attribute 'Flag'
@Flag(name: "autocomplete", help: "Produces output for bash autocomplete")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Argument.swift:26:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Flag.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:39:6: error: unknown attribute 'Flag'
@Flag(name: "no", short: "n", help: "Automatically answers no to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:42:6: error: unknown attribute 'Flag'
@Flag(name: "yes", short: "y", help: "Automatically answers yes to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:45:6: error: unknown attribute 'Flag'
@Flag(name: "help", short: "h", help: "Displays instructions for the supplied command")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:48:6: error: unknown attribute 'Flag'
@Flag(name: "autocomplete", help: "Produces output for bash autocomplete")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Argument.swift:26:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Flag.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:39:6: error: unknown attribute 'Flag'
@Flag(name: "no", short: "n", help: "Automatically answers no to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:42:6: error: unknown attribute 'Flag'
@Flag(name: "yes", short: "y", help: "Automatically answers yes to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:45:6: error: unknown attribute 'Flag'
@Flag(name: "help", short: "h", help: "Displays instructions for the supplied command")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:48:6: error: unknown attribute 'Flag'
@Flag(name: "autocomplete", help: "Produces output for bash autocomplete")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Argument.swift:26:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Flag.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:39:6: error: unknown attribute 'Flag'
@Flag(name: "no", short: "n", help: "Automatically answers no to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:42:6: error: unknown attribute 'Flag'
@Flag(name: "yes", short: "y", help: "Automatically answers yes to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:45:6: error: unknown attribute 'Flag'
@Flag(name: "help", short: "h", help: "Displays instructions for the supplied command")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:48:6: error: unknown attribute 'Flag'
@Flag(name: "autocomplete", help: "Produces output for bash autocomplete")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Argument.swift:26:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Flag.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:39:6: error: unknown attribute 'Flag'
@Flag(name: "no", short: "n", help: "Automatically answers no to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:42:6: error: unknown attribute 'Flag'
@Flag(name: "yes", short: "y", help: "Automatically answers yes to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:45:6: error: unknown attribute 'Flag'
@Flag(name: "help", short: "h", help: "Displays instructions for the supplied command")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:48:6: error: unknown attribute 'Flag'
@Flag(name: "autocomplete", help: "Produces output for bash autocomplete")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Argument.swift:26:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Flag.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:39:6: error: unknown attribute 'Flag'
@Flag(name: "no", short: "n", help: "Automatically answers no to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:42:6: error: unknown attribute 'Flag'
@Flag(name: "yes", short: "y", help: "Automatically answers yes to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:45:6: error: unknown attribute 'Flag'
@Flag(name: "help", short: "h", help: "Displays instructions for the supplied command")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:48:6: error: unknown attribute 'Flag'
@Flag(name: "autocomplete", help: "Produces output for bash autocomplete")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Argument.swift:26:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Flag.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:5:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:39:6: error: unknown attribute 'Flag'
@Flag(name: "no", short: "n", help: "Automatically answers no to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:42:6: error: unknown attribute 'Flag'
@Flag(name: "yes", short: "y", help: "Automatically answers yes to all confirmations")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:45:6: error: unknown attribute 'Flag'
@Flag(name: "help", short: "h", help: "Displays instructions for the supplied command")
^
/mnt/mydata/macOSFluentTest/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Console+Run.swift:48:6: error: unknown attribute 'Flag'
@Flag(name: "autocomplete", help: "Produces output for bash autocomplete")
^
[98/521] Compiling ssl_transcript.cc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment