The Swift Package Index logo.Swift Package Index

Build Information

Failed to build EmojiKit 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/yutomizutani/emojikit.git
Reference: 1.2.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/yutomizutani/emojikit
 * tag               1.2.0      -> FETCH_HEAD
HEAD is now at 29f53f0 Add CLI tool with emojigen command #4
Cloned https://github.com/yutomizutani/emojikit.git
Revision (git rev-parse @):
29f53f08d901297e7a385389acca05643e2b3ee0
SUCCESS checkout https://github.com/yutomizutani/emojikit.git at 1.2.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/yutomizutani/emojikit.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
Fetching https://github.com/pvieito/PythonKit.git
[1/1579] Fetching pythonkit
Fetched https://github.com/pvieito/PythonKit.git from cache (0.26s)
Fetching https://github.com/pvieito/CommandLineKit.git
[1/1075] Fetching commandlinekit
Fetched https://github.com/pvieito/CommandLineKit.git from cache (0.23s)
Fetching https://github.com/pvieito/LoggerKit.git
[1/525] Fetching loggerkit
Fetched https://github.com/pvieito/LoggerKit.git from cache (0.22s)
Fetching https://github.com/apple/swift-argument-parser
[1/11426] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.76s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.0.5 (0.48s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.0.5
Creating working copy for https://github.com/pvieito/LoggerKit.git
Working copy of https://github.com/pvieito/LoggerKit.git resolved at master (04b90d5)
Creating working copy for https://github.com/pvieito/PythonKit.git
Working copy of https://github.com/pvieito/PythonKit.git resolved at swift-5.1 (db33cef)
Creating working copy for https://github.com/pvieito/CommandLineKit.git
Working copy of https://github.com/pvieito/CommandLineKit.git resolved at master (383b1c6)
Building for debugging...
[0/11] Write sources
[4/11] Write swift-version-24593BA9C3E375BF.txt
[6/43] Compiling ArgumentParser CommandParser.swift
[7/43] Compiling ArgumentParser InputOrigin.swift
[8/43] Compiling ArgumentParser Name.swift
[9/43] Compiling ArgumentParser Parsed.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/46] Emitting module PythonKit
/host/spi-builder-workspace/.build/checkouts/PythonKit/PythonKit/Python.swift:40:15: error: type referenced from a stored property in a '@frozen' struct must be '@usableFromInline' or public
  private var pointer: OwnedPyObjectPointer
              ^        ~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/PythonKit/PythonKit/Python.swift:28:11: note: type declared here
typealias OwnedPyObjectPointer = PyObjectPointer
          ^
[11/46] Compiling ArgumentParser ArgumentDecoder.swift
[12/46] Compiling ArgumentParser ArgumentDefinition.swift
[13/46] Compiling ArgumentParser ArgumentSet.swift
[14/46] Compiling ArgumentParser ArgumentSetSequence.swift
[15/46] Compiling ArgumentParser NameSpecification.swift
[16/46] Compiling ArgumentParser Option.swift
[17/46] Compiling ArgumentParser OptionGroup.swift
[18/46] Compiling ArgumentParser CommandConfiguration.swift
[19/46] Compiling ArgumentParser ExpressibleByArgument.swift
[20/46] Compiling ArgumentParser ParsableArguments.swift
[21/46] Compiling ArgumentParser ParsableArgumentsValidation.swift
[22/46] Compiling ArgumentParser ParsableCommand.swift
[23/46] Emitting module ArgumentParser
[24/46] Compiling ArgumentParser Argument.swift
[25/46] Compiling ArgumentParser ArgumentHelp.swift
[26/46] Compiling ArgumentParser Errors.swift
[27/46] Compiling ArgumentParser Flag.swift
[28/46] Compiling PythonKit PythonLibrary+Symbols.swift
[29/46] Compiling PythonKit NumpyConversion.swift
[30/46] Compiling PythonKit PythonLibrary.swift
[31/46] Compiling PythonKit Python.swift
/host/spi-builder-workspace/.build/checkouts/PythonKit/PythonKit/Python.swift:40:15: error: type referenced from a stored property in a '@frozen' struct must be '@usableFromInline' or public
  private var pointer: OwnedPyObjectPointer
              ^        ~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/PythonKit/PythonKit/Python.swift:28:11: note: type declared here
typealias OwnedPyObjectPointer = PyObjectPointer
          ^
error: fatalError
[0/1] Planning build
Building for debugging...
[0/7] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/18] Emitting module PythonKit
/host/spi-builder-workspace/.build/checkouts/PythonKit/PythonKit/Python.swift:40:15: error: type referenced from a stored property in a '@frozen' struct must be '@usableFromInline' or public
  private var pointer: OwnedPyObjectPointer
              ^        ~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/PythonKit/PythonKit/Python.swift:28:11: note: type declared here
typealias OwnedPyObjectPointer = PyObjectPointer
          ^
[3/18] Compiling PythonKit Python.swift
/host/spi-builder-workspace/.build/checkouts/PythonKit/PythonKit/Python.swift:40:15: error: type referenced from a stored property in a '@frozen' struct must be '@usableFromInline' or public
  private var pointer: OwnedPyObjectPointer
              ^        ~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/PythonKit/PythonKit/Python.swift:28:11: note: type declared here
typealias OwnedPyObjectPointer = PyObjectPointer
          ^
[4/18] Compiling ArgumentParser StringExtensions.swift
error: fatalError
BUILD FAILURE 5.10 linux

Build Machine: Linux 2