The Swift Package Index logo.Swift Package Index

Build Information

Failed to build EmealKit with Swift 5.8 for Linux.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.22.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kiliankoe/EmealKit.git
Reference: 0.10.1
Cloned https://github.com/kiliankoe/EmealKit.git into spi-builder-workspace
SPI manifest file found: spi-builder-workspace/.spi.yml
SUCCESS checkout https://github.com/kiliankoe/EmealKit.git at 0.10.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4606859-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Fetching https://github.com/sharplet/Regex.git
Fetching https://github.com/alexaubry/HTMLString.git
[1/1254] Fetching regex
[603/2885] Fetching regex, htmlstring
Fetched https://github.com/alexaubry/HTMLString.git (0.58s)
Fetched https://github.com/sharplet/Regex.git (0.59s)
Computing version for https://github.com/sharplet/Regex.git
Computed https://github.com/sharplet/Regex.git at 2.1.1 (0.85s)
Computing version for https://github.com/alexaubry/HTMLString.git
Computed https://github.com/alexaubry/HTMLString.git at 5.0.0 (0.88s)
Creating working copy for https://github.com/sharplet/Regex.git
Working copy of https://github.com/sharplet/Regex.git resolved at 2.1.1
Creating working copy for https://github.com/alexaubry/HTMLString.git
Working copy of https://github.com/alexaubry/HTMLString.git resolved at 5.0.0
Building for debugging...
[1/11] Compiling Regex Regex.swift
[2/11] Compiling Regex Options.swift
[3/11] Compiling Regex MatchResult.swift
[4/11] Compiling HTMLString NSString+HTMLString.swift
[5/11] Compiling HTMLString Mappings.swift
[6/11] Compiling Regex ThreadLocal.swift
[7/11] Compiling Regex String+ReplaceMatching.swift
[8/11] Emitting module HTMLString
[9/11] Compiling HTMLString HTMLString.swift
[10/12] Emitting module Regex
[11/12] Compiling Regex Foundation+Ranges.swift
[16/31] Compiling EmealKit CardserviceError.swift
/host/spi-builder-workspace/Sources/EmealKit/Cardservice/Cardservice.swift:2:8: error: no such module 'os.log'
import os.log
       ^
[17/31] Compiling EmealKit LoginResponse.swift
/host/spi-builder-workspace/Sources/EmealKit/Cardservice/Cardservice.swift:2:8: error: no such module 'os.log'
import os.log
       ^
[18/31] Compiling EmealKit EmealDelegate.swift
/host/spi-builder-workspace/Sources/EmealKit/Cardservice/Cardservice.swift:2:8: error: no such module 'os.log'
import os.log
       ^
[19/31] Compiling EmealKit LocalizedEmealStrings.swift
/host/spi-builder-workspace/Sources/EmealKit/Cardservice/Cardservice.swift:2:8: error: no such module 'os.log'
import os.log
       ^
[20/31] Compiling EmealKit Transaction.swift
/host/spi-builder-workspace/Sources/EmealKit/Cardservice/Cardservice.swift:2:8: error: no such module 'os.log'
import os.log
       ^
[21/31] Compiling EmealKit Date+short.swift
/host/spi-builder-workspace/Sources/EmealKit/Cardservice/Cardservice.swift:2:8: error: no such module 'os.log'
import os.log
       ^
[22/31] Compiling EmealKit Logger.swift
/host/spi-builder-workspace/Sources/EmealKit/Cardservice/Cardservice.swift:2:8: error: no such module 'os.log'
import os.log
       ^
[23/31] Compiling EmealKit Canteen.swift
/host/spi-builder-workspace/Sources/EmealKit/Cardservice/Cardservice.swift:2:8: error: no such module 'os.log'
import os.log
       ^
[24/31] Compiling EmealKit Double+euroString.swift
/host/spi-builder-workspace/Sources/EmealKit/Cardservice/Cardservice.swift:2:8: error: no such module 'os.log'
import os.log
       ^
[25/31] Compiling EmealKit Emeal.swift
/host/spi-builder-workspace/Sources/EmealKit/Cardservice/Cardservice.swift:2:8: error: no such module 'os.log'
import os.log
       ^
[26/33] Compiling EmealKit ObservableEmeal.swift
/host/spi-builder-workspace/Sources/EmealKit/Cardservice/Cardservice.swift:2:8: error: no such module 'os.log'
import os.log
       ^
[27/33] Compiling EmealKit EmealError.swift
/host/spi-builder-workspace/Sources/EmealKit/Cardservice/Cardservice.swift:2:8: error: no such module 'os.log'
import os.log
       ^
[28/33] Compiling EmealKit CardData.swift
/host/spi-builder-workspace/Sources/EmealKit/Cardservice/Cardservice.swift:2:8: error: no such module 'os.log'
import os.log
       ^
[29/33] Compiling EmealKit Cardservice.swift
/host/spi-builder-workspace/Sources/EmealKit/Cardservice/Cardservice.swift:2:8: error: no such module 'os.log'
import os.log
       ^
[30/33] Compiling EmealKit CardserviceAPI.swift
/host/spi-builder-workspace/Sources/EmealKit/Cardservice/Cardservice.swift:2:8: error: no such module 'os.log'
import os.log
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[31/33] Emitting module EmealKit
/host/spi-builder-workspace/Sources/EmealKit/Cardservice/Cardservice.swift:2:8: error: no such module 'os.log'
import os.log
       ^
[32/33] Compiling EmealKit Meal.swift
/host/spi-builder-workspace/Sources/EmealKit/Cardservice/Cardservice.swift:2:8: error: no such module 'os.log'
import os.log
       ^
[33/33] Compiling EmealKit MensaAPI.swift
/host/spi-builder-workspace/Sources/EmealKit/Cardservice/Cardservice.swift:2:8: error: no such module 'os.log'
import os.log
       ^
BUILD FAILURE 5.8 linux

Build Machine: Linux 1