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-4606859-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: master
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
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 2f209d1 Merge pull request #7 from mrlynn/master
Cloned https://github.com/hypertalk/CommandCougar.git
Revision (git rev-parse @):
2f209d174f07f9c19e80413d53e952a67b4c40eb
SUCCESS checkout https://github.com/hypertalk/CommandCougar.git at master
========================================
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-4606859-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 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 {
        ^~~~~~~

[4/14] Compiling CommandCougar Parameter.swift
[5/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 {
        ^~~~~~~

[6/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 {
        ^~~~~~~

[7/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? {
        ^~~~~~~

[8/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? {
        ^~~~~~~

[9/14] Compiling CommandCougar Command.swift
[10/14] Compiling CommandCougar CommandCougar.swift
[11/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 {
        ^~~~~~~

[12/14] Compiling CommandCougar ParameterEvaluation.swift
[13/14] Compiling CommandCougar Option.swift
[14/14] Compiling CommandCougar OptionEvaluation.swift
Build complete! (9.48s)
Build complete.
Done.

Build Machine: Linux 1