The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Inflection with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4609320-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftDocOrg/Inflection.git
Reference: 0.0.1
Cloned https://github.com/SwiftDocOrg/Inflection.git into spi-builder-workspace
SUCCESS checkout https://github.com/SwiftDocOrg/Inflection.git at 0.0.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4609320-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Building for debugging...
[1/13] Compiling Inflection az.swift
[2/13] Compiling Inflection en.swift
[3/13] Compiling Inflection es.swift
[4/13] Compiling Inflection fr.swift
[5/13] Emitting module Inflection
[6/13] Compiling Inflection it.swift
[7/13] Compiling Inflection kk.swift
[8/13] Compiling Inflection StringProtocol+Extensions.swift
/host/spi-builder-workspace/Sources/Inflection/Inflector.swift:232:92: error: reference to property 'locale' in closure requires explicit use of 'self' to make capture semantics explicit
                term.replaceSubrange(resultRange, with: term[resultRange].lowercased(with: locale))
                                                                                           ^
/host/spi-builder-workspace/Sources/Inflection/Inflector.swift:232:92: note: reference 'self.' explicitly
                term.replaceSubrange(resultRange, with: term[resultRange].lowercased(with: locale))
                                                                                           ^
                                                                                           self.
/host/spi-builder-workspace/Sources/Inflection/Inflector.swift:227:125: note: capture 'self' explicitly to enable implicit 'self' in this closure
            regularExpression.enumerateMatches(in: term, options: [], range: NSRange(startIndex..<term.endIndex, in: term)) { (result, _, _) in
                                                                                                                            ^
                                                                                                                              [self]
/host/spi-builder-workspace/Sources/Inflection/Inflector.swift:252:36: error: reference to property 'acronyms' in closure requires explicit use of 'self' to make capture semantics explicit
                let replacement =  acronyms.contains(candidate) ? candidate : candidate.capitalized(with: locale)
                                   ^
/host/spi-builder-workspace/Sources/Inflection/Inflector.swift:252:36: note: reference 'self.' explicitly
                let replacement =  acronyms.contains(candidate) ? candidate : candidate.capitalized(with: locale)
                                   ^
                                   self.
/host/spi-builder-workspace/Sources/Inflection/Inflector.swift:244:130: note: capture 'self' explicitly to enable implicit 'self' in this closure
            regularExpression.enumerateMatches(in: term, options: [], range: NSRange(term.startIndex..<term.endIndex, in: term)) { (result, _, _) in
                                                                                                                                 ^
                                                                                                                                   [self]
/host/spi-builder-workspace/Sources/Inflection/Inflector.swift:252:107: error: reference to property 'locale' in closure requires explicit use of 'self' to make capture semantics explicit
                let replacement =  acronyms.contains(candidate) ? candidate : candidate.capitalized(with: locale)
                                                                                                          ^
/host/spi-builder-workspace/Sources/Inflection/Inflector.swift:252:107: note: reference 'self.' explicitly
                let replacement =  acronyms.contains(candidate) ? candidate : candidate.capitalized(with: locale)
                                                                                                          ^
                                                                                                          self.
/host/spi-builder-workspace/Sources/Inflection/Inflector.swift:244:130: note: capture 'self' explicitly to enable implicit 'self' in this closure
            regularExpression.enumerateMatches(in: term, options: [], range: NSRange(term.startIndex..<term.endIndex, in: term)) { (result, _, _) in
                                                                                                                                 ^
                                                                                                                                   [self]
/host/spi-builder-workspace/Sources/Inflection/Inflector.swift:545:9: warning: result of call to 'replaceMatches(in:options:range:withTemplate:)' is unused
        replaceMatches(in: mutableString, options: [], range: range, withTemplate: template)
        ^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[9/13] Compiling Inflection Inflector.swift
/host/spi-builder-workspace/Sources/Inflection/Inflector.swift:232:92: error: reference to property 'locale' in closure requires explicit use of 'self' to make capture semantics explicit
                term.replaceSubrange(resultRange, with: term[resultRange].lowercased(with: locale))
                                                                                           ^
/host/spi-builder-workspace/Sources/Inflection/Inflector.swift:232:92: note: reference 'self.' explicitly
                term.replaceSubrange(resultRange, with: term[resultRange].lowercased(with: locale))
                                                                                           ^
                                                                                           self.
/host/spi-builder-workspace/Sources/Inflection/Inflector.swift:227:125: note: capture 'self' explicitly to enable implicit 'self' in this closure
            regularExpression.enumerateMatches(in: term, options: [], range: NSRange(startIndex..<term.endIndex, in: term)) { (result, _, _) in
                                                                                                                            ^
                                                                                                                              [self]
/host/spi-builder-workspace/Sources/Inflection/Inflector.swift:252:36: error: reference to property 'acronyms' in closure requires explicit use of 'self' to make capture semantics explicit
                let replacement =  acronyms.contains(candidate) ? candidate : candidate.capitalized(with: locale)
                                   ^
/host/spi-builder-workspace/Sources/Inflection/Inflector.swift:252:36: note: reference 'self.' explicitly
                let replacement =  acronyms.contains(candidate) ? candidate : candidate.capitalized(with: locale)
                                   ^
                                   self.
/host/spi-builder-workspace/Sources/Inflection/Inflector.swift:244:130: note: capture 'self' explicitly to enable implicit 'self' in this closure
            regularExpression.enumerateMatches(in: term, options: [], range: NSRange(term.startIndex..<term.endIndex, in: term)) { (result, _, _) in
                                                                                                                                 ^
                                                                                                                                   [self]
/host/spi-builder-workspace/Sources/Inflection/Inflector.swift:252:107: error: reference to property 'locale' in closure requires explicit use of 'self' to make capture semantics explicit
                let replacement =  acronyms.contains(candidate) ? candidate : candidate.capitalized(with: locale)
                                                                                                          ^
/host/spi-builder-workspace/Sources/Inflection/Inflector.swift:252:107: note: reference 'self.' explicitly
                let replacement =  acronyms.contains(candidate) ? candidate : candidate.capitalized(with: locale)
                                                                                                          ^
                                                                                                          self.
/host/spi-builder-workspace/Sources/Inflection/Inflector.swift:244:130: note: capture 'self' explicitly to enable implicit 'self' in this closure
            regularExpression.enumerateMatches(in: term, options: [], range: NSRange(term.startIndex..<term.endIndex, in: term)) { (result, _, _) in
                                                                                                                                 ^
                                                                                                                                   [self]
/host/spi-builder-workspace/Sources/Inflection/Inflector.swift:545:9: warning: result of call to 'replaceMatches(in:options:range:withTemplate:)' is unused
        replaceMatches(in: mutableString, options: [], range: range, withTemplate: template)
        ^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[10/14] Compiling Inflection tr.swift
[11/14] Compiling Inflection pt-BR.swift
[12/14] Compiling Inflection se.swift
[13/14] Compiling Inflection la.swift
[14/14] Compiling Inflection nb.swift
error: fatalError
BUILD FAILURE 5.9 linux

Build Machine: Linux 2