This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build EmealKit with Swift 6.0 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kiliankoe/EmealKit.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/kiliankoe/EmealKit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 3228f1a use more sensible log levels
Cloned https://github.com/kiliankoe/EmealKit.git
Revision (git rev-parse @):
3228f1a1feb4f3283e6162df74527523f7c56dd7
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/kiliankoe/EmealKit.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $workDir
https://github.com/kiliankoe/EmealKit.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Fetching https://github.com/sharplet/Regex.git
Fetching https://github.com/alexaubry/HTMLString.git
[1/1254] Fetching regex
[277/2885] Fetching regex, htmlstring
Fetched https://github.com/alexaubry/HTMLString.git from cache (0.54s)
Fetched https://github.com/sharplet/Regex.git from cache (0.55s)
Computing version for https://github.com/sharplet/Regex.git
Computed https://github.com/sharplet/Regex.git at 2.1.1 (1.05s)
Computing version for https://github.com/alexaubry/HTMLString.git
Computed https://github.com/alexaubry/HTMLString.git at 5.0.0 (1.06s)
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...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/15] Compiling Regex Options.swift
[6/15] Compiling Regex ThreadLocal.swift
[7/15] Emitting module Regex
[8/15] Compiling Regex Foundation+Ranges.swift
[9/15] Compiling Regex MatchResult.swift
[10/15] Compiling Regex String+ReplaceMatching.swift
[11/15] Compiling Regex Regex.swift
[12/16] Compiling HTMLString NSString+HTMLString.swift
[13/16] Compiling HTMLString HTMLString.swift
[14/16] Emitting module HTMLString
[15/16] Compiling HTMLString Mappings.swift
[18/33] Compiling EmealKit EmealDelegate.swift
/host/spi-builder-workspace/Sources/EmealKit/Cardservice/Cardservice.swift:2:8: error: no such module 'os.log'
  1 | import Foundation
  2 | import os.log
    |        `- error: no such module 'os.log'
  3 |
  4 | public struct Cardservice {
[19/33] Compiling EmealKit LocalizedEmealStrings.swift
/host/spi-builder-workspace/Sources/EmealKit/Cardservice/Cardservice.swift:2:8: error: no such module 'os.log'
  1 | import Foundation
  2 | import os.log
    |        `- error: no such module 'os.log'
  3 |
  4 | public struct Cardservice {
[20/35] Compiling EmealKit ObservableEmeal.swift
/host/spi-builder-workspace/Sources/EmealKit/Cardservice/Cardservice.swift:2:8: error: no such module 'os.log'
  1 | import Foundation
  2 | import os.log
    |        `- error: no such module 'os.log'
  3 |
  4 | public struct Cardservice {
[21/35] Compiling EmealKit EmealError.swift
/host/spi-builder-workspace/Sources/EmealKit/Cardservice/Cardservice.swift:2:8: error: no such module 'os.log'
  1 | import Foundation
  2 | import os.log
    |        `- error: no such module 'os.log'
  3 |
  4 | public struct Cardservice {
[22/35] Compiling EmealKit Logger.swift
/host/spi-builder-workspace/Sources/EmealKit/Cardservice/Cardservice.swift:2:8: error: no such module 'os.log'
  1 | import Foundation
  2 | import os.log
    |        `- error: no such module 'os.log'
  3 |
  4 | public struct Cardservice {
[23/35] Compiling EmealKit Canteen.swift
/host/spi-builder-workspace/Sources/EmealKit/Cardservice/Cardservice.swift:2:8: error: no such module 'os.log'
  1 | import Foundation
  2 | import os.log
    |        `- error: no such module 'os.log'
  3 |
  4 | public struct Cardservice {
[24/35] Compiling EmealKit Double+euroString.swift
/host/spi-builder-workspace/Sources/EmealKit/Cardservice/Cardservice.swift:2:8: error: no such module 'os.log'
  1 | import Foundation
  2 | import os.log
    |        `- error: no such module 'os.log'
  3 |
  4 | public struct Cardservice {
[25/35] Compiling EmealKit Emeal.swift
/host/spi-builder-workspace/Sources/EmealKit/Cardservice/Cardservice.swift:2:8: error: no such module 'os.log'
  1 | import Foundation
  2 | import os.log
    |        `- error: no such module 'os.log'
  3 |
  4 | public struct Cardservice {
[26/35] Compiling EmealKit CardserviceError.swift
/host/spi-builder-workspace/Sources/EmealKit/Cardservice/Cardservice.swift:2:8: error: no such module 'os.log'
  1 | import Foundation
  2 | import os.log
    |        `- error: no such module 'os.log'
  3 |
  4 | public struct Cardservice {
[27/35] Compiling EmealKit LoginResponse.swift
/host/spi-builder-workspace/Sources/EmealKit/Cardservice/Cardservice.swift:2:8: error: no such module 'os.log'
  1 | import Foundation
  2 | import os.log
    |        `- error: no such module 'os.log'
  3 |
  4 | public struct Cardservice {
[28/35] Compiling EmealKit Transaction.swift
/host/spi-builder-workspace/Sources/EmealKit/Cardservice/Cardservice.swift:2:8: error: no such module 'os.log'
  1 | import Foundation
  2 | import os.log
    |        `- error: no such module 'os.log'
  3 |
  4 | public struct Cardservice {
[29/35] Compiling EmealKit Date+short.swift
/host/spi-builder-workspace/Sources/EmealKit/Cardservice/Cardservice.swift:2:8: error: no such module 'os.log'
  1 | import Foundation
  2 | import os.log
    |        `- error: no such module 'os.log'
  3 |
  4 | public struct Cardservice {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[30/35] Emitting module EmealKit
/host/spi-builder-workspace/Sources/EmealKit/Cardservice/Cardservice.swift:2:8: error: no such module 'os.log'
  1 | import Foundation
  2 | import os.log
    |        `- error: no such module 'os.log'
  3 |
  4 | public struct Cardservice {
[31/35] Compiling EmealKit CardData.swift
/host/spi-builder-workspace/Sources/EmealKit/Cardservice/Cardservice.swift:2:8: error: no such module 'os.log'
  1 | import Foundation
  2 | import os.log
    |        `- error: no such module 'os.log'
  3 |
  4 | public struct Cardservice {
[32/35] Compiling EmealKit Cardservice.swift
/host/spi-builder-workspace/Sources/EmealKit/Cardservice/Cardservice.swift:2:8: error: no such module 'os.log'
  1 | import Foundation
  2 | import os.log
    |        `- error: no such module 'os.log'
  3 |
  4 | public struct Cardservice {
[33/35] Compiling EmealKit CardserviceAPI.swift
/host/spi-builder-workspace/Sources/EmealKit/Cardservice/Cardservice.swift:2:8: error: no such module 'os.log'
  1 | import Foundation
  2 | import os.log
    |        `- error: no such module 'os.log'
  3 |
  4 | public struct Cardservice {
[34/35] Compiling EmealKit Meal.swift
/host/spi-builder-workspace/Sources/EmealKit/Cardservice/Cardservice.swift:2:8: error: no such module 'os.log'
  1 | import Foundation
  2 | import os.log
    |        `- error: no such module 'os.log'
  3 |
  4 | public struct Cardservice {
[35/35] Compiling EmealKit MensaAPI.swift
/host/spi-builder-workspace/Sources/EmealKit/Cardservice/Cardservice.swift:2:8: error: no such module 'os.log'
  1 | import Foundation
  2 | import os.log
    |        `- error: no such module 'os.log'
  3 |
  4 | public struct Cardservice {
BUILD FAILURE 6.0 linux
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.