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-4606859-0":/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: 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/yutomizutani/emojikit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
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-4606859-0":/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.24s)
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.21s)
Fetching https://github.com/apple/swift-argument-parser
[1/11426] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.12s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.0.5 (0.49s)
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)
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/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.0.5
Building for debugging...
[0/11] Write sources
[4/11] Write swift-version-24593BA9C3E375BF.txt
[6/43] Emitting module ArgumentParser
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/46] Compiling PythonKit NumpyConversion.swift
[8/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
          ^
[9/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
          ^
[10/46] Compiling ArgumentParser UsageGenerator.swift
[11/46] Compiling ArgumentParser StringExtensions.swift
[12/46] Compiling ArgumentParser Tree.swift
[13/46] Compiling ArgumentParser Argument.swift
[14/46] Compiling ArgumentParser ArgumentHelp.swift
[15/46] Compiling ArgumentParser Errors.swift
[16/46] Compiling ArgumentParser Flag.swift
[17/46] Compiling PythonKit PythonLibrary+Symbols.swift
[18/46] Compiling PythonKit PythonLibrary.swift
error: fatalError
[19/46] Compiling ArgumentParser ArgumentDecoder.swift
[20/46] Compiling ArgumentParser ArgumentDefinition.swift
[21/46] Compiling ArgumentParser ArgumentSet.swift
[22/46] Compiling ArgumentParser ArgumentSetSequence.swift
[23/46] Compiling ArgumentParser ExpressibleByArgument.swift
[24/46] Compiling ArgumentParser ParsableArguments.swift
[25/46] Compiling ArgumentParser ParsableArgumentsValidation.swift
[26/46] Compiling ArgumentParser ParsableCommand.swift
[27/46] Compiling ArgumentParser NameSpecification.swift
[28/46] Compiling ArgumentParser Option.swift
[29/46] Compiling ArgumentParser OptionGroup.swift
[30/46] Compiling ArgumentParser CommandConfiguration.swift
[31/46] Compiling ArgumentParser CommandParser.swift
[32/46] Compiling ArgumentParser InputOrigin.swift
[33/46] Compiling ArgumentParser Name.swift
[34/46] Compiling ArgumentParser Parsed.swift
[35/46] Compiling ArgumentParser ParsedValues.swift
[36/46] Compiling ArgumentParser ParserError.swift
[37/46] Compiling ArgumentParser SplitArguments.swift
[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/26] 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/26] 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
BUILD FAILURE 5.10 linux

Build Machine: Linux 1