Build Information
Failed to build Veximoji with Swift 5.9 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.25.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/roz0n/Veximoji.git
Reference: 2.1.0
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/roz0n/Veximoji
* tag 2.1.0 -> FETCH_HEAD
HEAD is now at 704bef4 Release 2.1.0 (#6)
Cloned https://github.com/roz0n/Veximoji.git
Revision (git rev-parse @):
704bef490dc8c1d68c2afdc7fefc2faeafb00d95
SUCCESS checkout https://github.com/roz0n/Veximoji.git at 2.1.0
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD/checkout
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Building for debugging...
[1/2] Emitting module Veximoji
[2/2] Compiling Veximoji Veximoji.swift
/host/spi-builder-workspace/Sources/Veximoji/Veximoji.swift:146:14: error: cannot find 'CFLocaleCopyISOCountryCodes' in scope
return CFLocaleCopyISOCountryCodes() as! Array<String>
^~~~~~~~~~~~~~~~~~~~~~~~~~~
error: fatalError
[0/1] Planning build
Building for debugging...
[1/2] Emitting module Veximoji
[2/2] Compiling Veximoji Veximoji.swift
/host/spi-builder-workspace/Sources/Veximoji/Veximoji.swift:146:14: error: cannot find 'CFLocaleCopyISOCountryCodes' in scope
return CFLocaleCopyISOCountryCodes() as! Array<String>
^~~~~~~~~~~~~~~~~~~~~~~~~~~
error: fatalError
BUILD FAILURE 5.9 linux