Build Information
Failed to build HName 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/hadycodes/HName.git
Reference: main
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/hadycodes/HName
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c5029cd Add cocoapod support
Cloned https://github.com/hadycodes/HName.git
Revision (git rev-parse @):
c5029cd5549f06ce96497264e00949a2bfcba6cd
SUCCESS checkout https://github.com/hadycodes/HName.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $workDir
https://github.com/hadycodes/HName.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/6] Compiling HName HName.swift
/host/spi-builder-workspace/Sources/HName/HName.swift:3:2: error: Objective-C interoperability is disabled
@objc public class HName: NSObject, ExpressibleByStringLiteral, Codable {
~^~~~~
/host/spi-builder-workspace/Sources/HName/HName.swift:10:55: error: missing argument for parameter 'coder' in call
let formatter = PersonNameComponentsFormatter()
^
coder: <#NSCoder#>
Foundation.PersonNameComponentsFormatter:4:21: note: 'init(coder:)' declared here
required public init?(coder: NSCoder)
^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/6] Emitting module HName
/host/spi-builder-workspace/Sources/HName/HName+Formatters.swift:18:6: error: Objective-C interoperability is disabled
@objc func formatted(_ style: NameStyle = .default) -> String? {
~^~~~~
/host/spi-builder-workspace/Sources/HName/HName+Getters.swift:10:2: error: Objective-C interoperability is disabled
@objc public extension HName {
~^~~~~
/host/spi-builder-workspace/Sources/HName/HName+Getters.swift:11:6: error: Objective-C interoperability is disabled
@objc var firstName: String? {
~^~~~~
/host/spi-builder-workspace/Sources/HName/HName+Getters.swift:15:6: error: Objective-C interoperability is disabled
@objc var lastName: String? {
~^~~~~
/host/spi-builder-workspace/Sources/HName/HName+Getters.swift:19:6: error: Objective-C interoperability is disabled
@objc var namePrefix: String? {
~^~~~~
/host/spi-builder-workspace/Sources/HName/HName+Getters.swift:23:6: error: Objective-C interoperability is disabled
@objc var abbrivation: String? {
~^~~~~
/host/spi-builder-workspace/Sources/HName/HName+Getters.swift:27:6: error: Objective-C interoperability is disabled
@objc var fullName: String? {
~^~~~~
/host/spi-builder-workspace/Sources/HName/HName.swift:3:2: error: Objective-C interoperability is disabled
@objc public class HName: NSObject, ExpressibleByStringLiteral, Codable {
~^~~~~
[5/6] Compiling HName HName+Getters.swift
/host/spi-builder-workspace/Sources/HName/HName+Getters.swift:10:2: error: Objective-C interoperability is disabled
@objc public extension HName {
~^~~~~
/host/spi-builder-workspace/Sources/HName/HName+Getters.swift:11:6: error: Objective-C interoperability is disabled
@objc var firstName: String? {
~^~~~~
/host/spi-builder-workspace/Sources/HName/HName+Getters.swift:15:6: error: Objective-C interoperability is disabled
@objc var lastName: String? {
~^~~~~
/host/spi-builder-workspace/Sources/HName/HName+Getters.swift:19:6: error: Objective-C interoperability is disabled
@objc var namePrefix: String? {
~^~~~~
/host/spi-builder-workspace/Sources/HName/HName+Getters.swift:23:6: error: Objective-C interoperability is disabled
@objc var abbrivation: String? {
~^~~~~
/host/spi-builder-workspace/Sources/HName/HName+Getters.swift:27:6: error: Objective-C interoperability is disabled
@objc var fullName: String? {
~^~~~~
/host/spi-builder-workspace/Sources/HName/HName+Getters.swift:31:55: error: missing argument for parameter 'coder' in call
let formatter = PersonNameComponentsFormatter()
^
coder: <#NSCoder#>
Foundation.PersonNameComponentsFormatter:4:21: note: 'init(coder:)' declared here
required public init?(coder: NSCoder)
^
/host/spi-builder-workspace/Sources/HName/HName+Getters.swift:32:28: error: cannot infer contextual base in reference to member 'default'
formatter.style = .default
~^~~~~~~
[6/6] Compiling HName HName+Formatters.swift
/host/spi-builder-workspace/Sources/HName/HName+Formatters.swift:18:6: error: Objective-C interoperability is disabled
@objc func formatted(_ style: NameStyle = .default) -> String? {
~^~~~~
/host/spi-builder-workspace/Sources/HName/HName+Formatters.swift:22:55: error: missing argument for parameter 'coder' in call
let formatter = PersonNameComponentsFormatter()
^
coder: <#NSCoder#>
Foundation.PersonNameComponentsFormatter:4:21: note: 'init(coder:)' declared here
required public init?(coder: NSCoder)
^
error: fatalError
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/5] Emitting module HName
/host/spi-builder-workspace/Sources/HName/HName+Formatters.swift:18:6: error: Objective-C interoperability is disabled
@objc func formatted(_ style: NameStyle = .default) -> String? {
~^~~~~
/host/spi-builder-workspace/Sources/HName/HName+Getters.swift:10:2: error: Objective-C interoperability is disabled
@objc public extension HName {
~^~~~~
/host/spi-builder-workspace/Sources/HName/HName+Getters.swift:11:6: error: Objective-C interoperability is disabled
@objc var firstName: String? {
~^~~~~
/host/spi-builder-workspace/Sources/HName/HName+Getters.swift:15:6: error: Objective-C interoperability is disabled
@objc var lastName: String? {
~^~~~~
/host/spi-builder-workspace/Sources/HName/HName+Getters.swift:19:6: error: Objective-C interoperability is disabled
@objc var namePrefix: String? {
~^~~~~
/host/spi-builder-workspace/Sources/HName/HName+Getters.swift:23:6: error: Objective-C interoperability is disabled
@objc var abbrivation: String? {
~^~~~~
/host/spi-builder-workspace/Sources/HName/HName+Getters.swift:27:6: error: Objective-C interoperability is disabled
@objc var fullName: String? {
~^~~~~
/host/spi-builder-workspace/Sources/HName/HName.swift:3:2: error: Objective-C interoperability is disabled
@objc public class HName: NSObject, ExpressibleByStringLiteral, Codable {
~^~~~~
[3/5] Compiling HName HName.swift
/host/spi-builder-workspace/Sources/HName/HName.swift:3:2: error: Objective-C interoperability is disabled
@objc public class HName: NSObject, ExpressibleByStringLiteral, Codable {
~^~~~~
/host/spi-builder-workspace/Sources/HName/HName.swift:10:55: error: missing argument for parameter 'coder' in call
let formatter = PersonNameComponentsFormatter()
^
coder: <#NSCoder#>
Foundation.PersonNameComponentsFormatter:4:21: note: 'init(coder:)' declared here
required public init?(coder: NSCoder)
^
[4/5] Compiling HName HName+Getters.swift
/host/spi-builder-workspace/Sources/HName/HName+Getters.swift:10:2: error: Objective-C interoperability is disabled
@objc public extension HName {
~^~~~~
/host/spi-builder-workspace/Sources/HName/HName+Getters.swift:11:6: error: Objective-C interoperability is disabled
@objc var firstName: String? {
~^~~~~
/host/spi-builder-workspace/Sources/HName/HName+Getters.swift:15:6: error: Objective-C interoperability is disabled
@objc var lastName: String? {
~^~~~~
/host/spi-builder-workspace/Sources/HName/HName+Getters.swift:19:6: error: Objective-C interoperability is disabled
@objc var namePrefix: String? {
~^~~~~
/host/spi-builder-workspace/Sources/HName/HName+Getters.swift:23:6: error: Objective-C interoperability is disabled
@objc var abbrivation: String? {
~^~~~~
/host/spi-builder-workspace/Sources/HName/HName+Getters.swift:27:6: error: Objective-C interoperability is disabled
@objc var fullName: String? {
~^~~~~
/host/spi-builder-workspace/Sources/HName/HName+Getters.swift:31:55: error: missing argument for parameter 'coder' in call
let formatter = PersonNameComponentsFormatter()
^
coder: <#NSCoder#>
Foundation.PersonNameComponentsFormatter:4:21: note: 'init(coder:)' declared here
required public init?(coder: NSCoder)
^
/host/spi-builder-workspace/Sources/HName/HName+Getters.swift:32:28: error: cannot infer contextual base in reference to member 'default'
formatter.style = .default
~^~~~~~~
[5/5] Compiling HName HName+Formatters.swift
/host/spi-builder-workspace/Sources/HName/HName+Formatters.swift:18:6: error: Objective-C interoperability is disabled
@objc func formatted(_ style: NameStyle = .default) -> String? {
~^~~~~
/host/spi-builder-workspace/Sources/HName/HName+Formatters.swift:22:55: error: missing argument for parameter 'coder' in call
let formatter = PersonNameComponentsFormatter()
^
coder: <#NSCoder#>
Foundation.PersonNameComponentsFormatter:4:21: note: 'init(coder:)' declared here
required public init?(coder: NSCoder)
^
error: fatalError
BUILD FAILURE 5.10 linux