The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CommandCougar with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hypertalk/CommandCougar.git
Reference: 1.1.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/hypertalk/CommandCougar
 * tag               1.1.1      -> FETCH_HEAD
HEAD is now at 33b0211 Merge branch 'regexident-help-option'
Cloned https://github.com/hypertalk/CommandCougar.git
Revision (git rev-parse @):
33b0211120d2a4bd41c683516ec78cecc7c614cc
SUCCESS checkout https://github.com/hypertalk/CommandCougar.git at 1.1.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/hypertalk/CommandCougar.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/13] Compiling CommandCougar Parameter.swift
[4/14] Compiling CommandCougar FlagIndexable.swift
/host/spi-builder-workspace/Sources/CommandCougar/FlagIndexable.swift:42:2: warning: 'public' modifier is redundant for subscript declared in a public extension
        public subscript (flagName: String) -> Element? {
        ^~~~~~~

/host/spi-builder-workspace/Sources/CommandCougar/FlagIndexable.swift:60:2: warning: 'public' modifier is redundant for subscript declared in a public extension
        public subscript (flag: Option.Flag) -> Element? {
        ^~~~~~~

/host/spi-builder-workspace/Sources/CommandCougar/FlagIndexable.swift:77:2: warning: 'public' modifier is redundant for subscript declared in a public extension
        public subscript (option: FlagIndexable) -> Element? {
        ^~~~~~~

/host/spi-builder-workspace/Sources/CommandCougar/FlagIndexable.swift:88:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func contains(_ element: FlagIndexable) -> Bool {
        ^~~~~~~

[5/14] Compiling CommandCougar Option.swift
[6/14] Compiling CommandCougar OptionEvaluation.swift
[7/14] Compiling CommandCougar Extensions.swift
/host/spi-builder-workspace/Sources/CommandCougar/Extensions.swift:31:2: warning: 'internal' modifier is redundant for property declared in an internal extension
        internal var asString: String {
        ^~~~~~~~~

/host/spi-builder-workspace/Sources/CommandCougar/Extensions.swift:39:2: warning: 'internal' modifier is redundant for property declared in an internal extension
        internal var asString: String {
        ^~~~~~~~~

/host/spi-builder-workspace/Sources/CommandCougar/Extensions.swift:47:2: warning: 'internal' modifier is redundant for property declared in an internal extension
        internal var second: Self.Iterator.Element? {
        ^~~~~~~~~

/host/spi-builder-workspace/Sources/CommandCougar/Extensions.swift:54:2: warning: 'internal' modifier is redundant for property declared in an internal extension
        internal var third: Self.Iterator.Element? {
        ^~~~~~~~~

/host/spi-builder-workspace/Sources/CommandCougar/Flag.swift:35:2: warning: 'public' modifier is redundant for enum declared in a public extension
        public enum Flag: Equatable, CustomStringConvertible {
        ^~~~~~~

[8/14] Compiling CommandCougar Flag.swift
/host/spi-builder-workspace/Sources/CommandCougar/Extensions.swift:31:2: warning: 'internal' modifier is redundant for property declared in an internal extension
        internal var asString: String {
        ^~~~~~~~~

/host/spi-builder-workspace/Sources/CommandCougar/Extensions.swift:39:2: warning: 'internal' modifier is redundant for property declared in an internal extension
        internal var asString: String {
        ^~~~~~~~~

/host/spi-builder-workspace/Sources/CommandCougar/Extensions.swift:47:2: warning: 'internal' modifier is redundant for property declared in an internal extension
        internal var second: Self.Iterator.Element? {
        ^~~~~~~~~

/host/spi-builder-workspace/Sources/CommandCougar/Extensions.swift:54:2: warning: 'internal' modifier is redundant for property declared in an internal extension
        internal var third: Self.Iterator.Element? {
        ^~~~~~~~~

/host/spi-builder-workspace/Sources/CommandCougar/Flag.swift:35:2: warning: 'public' modifier is redundant for enum declared in a public extension
        public enum Flag: Equatable, CustomStringConvertible {
        ^~~~~~~

[9/14] Emitting module CommandCougar
/host/spi-builder-workspace/Sources/CommandCougar/CommandIndexable.swift:34:2: warning: 'public' modifier is redundant for subscript declared in a public extension
        public subscript(commandName: String) -> Element? {
        ^~~~~~~

/host/spi-builder-workspace/Sources/CommandCougar/Extensions.swift:31:2: warning: 'internal' modifier is redundant for property declared in an internal extension
        internal var asString: String {
        ^~~~~~~~~

/host/spi-builder-workspace/Sources/CommandCougar/Extensions.swift:39:2: warning: 'internal' modifier is redundant for property declared in an internal extension
        internal var asString: String {
        ^~~~~~~~~

/host/spi-builder-workspace/Sources/CommandCougar/Extensions.swift:47:2: warning: 'internal' modifier is redundant for property declared in an internal extension
        internal var second: Self.Iterator.Element? {
        ^~~~~~~~~

/host/spi-builder-workspace/Sources/CommandCougar/Extensions.swift:54:2: warning: 'internal' modifier is redundant for property declared in an internal extension
        internal var third: Self.Iterator.Element? {
        ^~~~~~~~~

/host/spi-builder-workspace/Sources/CommandCougar/Flag.swift:35:2: warning: 'public' modifier is redundant for enum declared in a public extension
        public enum Flag: Equatable, CustomStringConvertible {
        ^~~~~~~

/host/spi-builder-workspace/Sources/CommandCougar/FlagIndexable.swift:42:2: warning: 'public' modifier is redundant for subscript declared in a public extension
        public subscript (flagName: String) -> Element? {
        ^~~~~~~

/host/spi-builder-workspace/Sources/CommandCougar/FlagIndexable.swift:60:2: warning: 'public' modifier is redundant for subscript declared in a public extension
        public subscript (flag: Option.Flag) -> Element? {
        ^~~~~~~

/host/spi-builder-workspace/Sources/CommandCougar/FlagIndexable.swift:77:2: warning: 'public' modifier is redundant for subscript declared in a public extension
        public subscript (option: FlagIndexable) -> Element? {
        ^~~~~~~

/host/spi-builder-workspace/Sources/CommandCougar/FlagIndexable.swift:88:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func contains(_ element: FlagIndexable) -> Bool {
        ^~~~~~~

[10/14] Compiling CommandCougar CommandEvaluation.swift
/host/spi-builder-workspace/Sources/CommandCougar/CommandIndexable.swift:34:2: warning: 'public' modifier is redundant for subscript declared in a public extension
        public subscript(commandName: String) -> Element? {
        ^~~~~~~

[11/14] Compiling CommandCougar CommandIndexable.swift
/host/spi-builder-workspace/Sources/CommandCougar/CommandIndexable.swift:34:2: warning: 'public' modifier is redundant for subscript declared in a public extension
        public subscript(commandName: String) -> Element? {
        ^~~~~~~

[12/14] Compiling CommandCougar Command.swift
[13/14] Compiling CommandCougar CommandCougar.swift
[14/14] Compiling CommandCougar ParameterEvaluation.swift
Build complete! (10.20s)
Build complete.
Done.

Build Machine: Linux 2