The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Chip8iEmulationCore, reference v1.5.0 (af92fb), with Swift 6.0 for Linux on 31 May 2025 22:15:33 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/danijelLoc/Chip8iEmulationCore.git
Reference: v1.5.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/danijelLoc/Chip8iEmulationCore
 * tag               v1.5.0     -> FETCH_HEAD
HEAD is now at af92fb6 Merge pull request #13 Swift 6 concurrency fixes, removed Combine
Cloned https://github.com/danijelLoc/Chip8iEmulationCore.git
Revision (git rev-parse @):
af92fb6e8e21ed8e5840e4c7662c388e383190d0
SUCCESS checkout https://github.com/danijelLoc/Chip8iEmulationCore.git at v1.5.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/danijelLoc/Chip8iEmulationCore.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:eaa733228b13fb63f7b48fc0ae9a4552a427b7215d37e5caded5aa10021734d9
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/17] Emitting module Chip8iEmulationCore
/host/spi-builder-workspace/Sources/Chip8iEmulationCore/Chip8EmulationCore.swift:9:8: error: no such module 'QuartzCore'
  7 |
  8 | import Foundation
  9 | import QuartzCore
    |        `- error: no such module 'QuartzCore'
 10 |
 11 | /// Emulation Core that should be used for starting emulation, sending inputs and subscribing to its screen and sound output. It also includes optional debug output info for advanced users.
[4/17] Compiling Chip8iEmulationCore Chip8EmulationCore.swift
/host/spi-builder-workspace/Sources/Chip8iEmulationCore/Chip8EmulationCore.swift:9:8: error: no such module 'QuartzCore'
  7 |
  8 | import Foundation
  9 | import QuartzCore
    |        `- error: no such module 'QuartzCore'
 10 |
 11 | /// Emulation Core that should be used for starting emulation, sending inputs and subscribing to its screen and sound output. It also includes optional debug output info for advanced users.
[5/17] Compiling Chip8iEmulationCore Chip8EmulationCoreProtocol.swift
/host/spi-builder-workspace/Sources/Chip8iEmulationCore/Chip8EmulationCore.swift:9:8: error: no such module 'QuartzCore'
  7 |
  8 | import Foundation
  9 | import QuartzCore
    |        `- error: no such module 'QuartzCore'
 10 |
 11 | /// Emulation Core that should be used for starting emulation, sending inputs and subscribing to its screen and sound output. It also includes optional debug output info for advanced users.
[6/19] Compiling Chip8iEmulationCore Chip8Program+Examples.swift
/host/spi-builder-workspace/Sources/Chip8iEmulationCore/Chip8EmulationCore.swift:9:8: error: no such module 'QuartzCore'
  7 |
  8 | import Foundation
  9 | import QuartzCore
    |        `- error: no such module 'QuartzCore'
 10 |
 11 | /// Emulation Core that should be used for starting emulation, sending inputs and subscribing to its screen and sound output. It also includes optional debug output info for advanced users.
[7/19] Compiling Chip8iEmulationCore Chip8Program.swift
/host/spi-builder-workspace/Sources/Chip8iEmulationCore/Chip8EmulationCore.swift:9:8: error: no such module 'QuartzCore'
  7 |
  8 | import Foundation
  9 | import QuartzCore
    |        `- error: no such module 'QuartzCore'
 10 |
 11 | /// Emulation Core that should be used for starting emulation, sending inputs and subscribing to its screen and sound output. It also includes optional debug output info for advanced users.
[8/19] Compiling Chip8iEmulationCore Chip8Operation.swift
/host/spi-builder-workspace/Sources/Chip8iEmulationCore/Chip8EmulationCore.swift:9:8: error: no such module 'QuartzCore'
  7 |
  8 | import Foundation
  9 | import QuartzCore
    |        `- error: no such module 'QuartzCore'
 10 |
 11 | /// Emulation Core that should be used for starting emulation, sending inputs and subscribing to its screen and sound output. It also includes optional debug output info for advanced users.
[9/19] Compiling Chip8iEmulationCore Chip8OperationParser.swift
/host/spi-builder-workspace/Sources/Chip8iEmulationCore/Chip8EmulationCore.swift:9:8: error: no such module 'QuartzCore'
  7 |
  8 | import Foundation
  9 | import QuartzCore
    |        `- error: no such module 'QuartzCore'
 10 |
 11 | /// Emulation Core that should be used for starting emulation, sending inputs and subscribing to its screen and sound output. It also includes optional debug output info for advanced users.
[10/19] Compiling Chip8iEmulationCore EmulationLogger.swift
/host/spi-builder-workspace/Sources/Chip8iEmulationCore/Chip8EmulationCore.swift:9:8: error: no such module 'QuartzCore'
  7 |
  8 | import Foundation
  9 | import QuartzCore
    |        `- error: no such module 'QuartzCore'
 10 |
 11 | /// Emulation Core that should be used for starting emulation, sending inputs and subscribing to its screen and sound output. It also includes optional debug output info for advanced users.
[11/19] Compiling Chip8iEmulationCore EmulationState.swift
/host/spi-builder-workspace/Sources/Chip8iEmulationCore/Chip8EmulationCore.swift:9:8: error: no such module 'QuartzCore'
  7 |
  8 | import Foundation
  9 | import QuartzCore
    |        `- error: no such module 'QuartzCore'
 10 |
 11 | /// Emulation Core that should be used for starting emulation, sending inputs and subscribing to its screen and sound output. It also includes optional debug output info for advanced users.
[12/19] Compiling Chip8iEmulationCore ExtensionsAndConstants.swift
/host/spi-builder-workspace/Sources/Chip8iEmulationCore/Chip8EmulationCore.swift:9:8: error: no such module 'QuartzCore'
  7 |
  8 | import Foundation
  9 | import QuartzCore
    |        `- error: no such module 'QuartzCore'
 10 |
 11 | /// Emulation Core that should be used for starting emulation, sending inputs and subscribing to its screen and sound output. It also includes optional debug output info for advanced users.
[13/19] Compiling Chip8iEmulationCore PlayingInfo.swift
/host/spi-builder-workspace/Sources/Chip8iEmulationCore/Chip8EmulationCore.swift:9:8: error: no such module 'QuartzCore'
  7 |
  8 | import Foundation
  9 | import QuartzCore
    |        `- error: no such module 'QuartzCore'
 10 |
 11 | /// Emulation Core that should be used for starting emulation, sending inputs and subscribing to its screen and sound output. It also includes optional debug output info for advanced users.
[14/19] Compiling Chip8iEmulationCore EmulationControls.swift
/host/spi-builder-workspace/Sources/Chip8iEmulationCore/Chip8EmulationCore.swift:9:8: error: no such module 'QuartzCore'
  7 |
  8 | import Foundation
  9 | import QuartzCore
    |        `- error: no such module 'QuartzCore'
 10 |
 11 | /// Emulation Core that should be used for starting emulation, sending inputs and subscribing to its screen and sound output. It also includes optional debug output info for advanced users.
[15/19] Compiling Chip8iEmulationCore EmulationError.swift
/host/spi-builder-workspace/Sources/Chip8iEmulationCore/Chip8EmulationCore.swift:9:8: error: no such module 'QuartzCore'
  7 |
  8 | import Foundation
  9 | import QuartzCore
    |        `- error: no such module 'QuartzCore'
 10 |
 11 | /// Emulation Core that should be used for starting emulation, sending inputs and subscribing to its screen and sound output. It also includes optional debug output info for advanced users.
[16/19] Compiling Chip8iEmulationCore Chip8System.swift
/host/spi-builder-workspace/Sources/Chip8iEmulationCore/Chip8EmulationCore.swift:9:8: error: no such module 'QuartzCore'
  7 |
  8 | import Foundation
  9 | import QuartzCore
    |        `- error: no such module 'QuartzCore'
 10 |
 11 | /// Emulation Core that should be used for starting emulation, sending inputs and subscribing to its screen and sound output. It also includes optional debug output info for advanced users.
[17/19] Compiling Chip8iEmulationCore Chip8SystemState.swift
/host/spi-builder-workspace/Sources/Chip8iEmulationCore/Chip8EmulationCore.swift:9:8: error: no such module 'QuartzCore'
  7 |
  8 | import Foundation
  9 | import QuartzCore
    |        `- error: no such module 'QuartzCore'
 10 |
 11 | /// Emulation Core that should be used for starting emulation, sending inputs and subscribing to its screen and sound output. It also includes optional debug output info for advanced users.
[18/19] Compiling Chip8iEmulationCore PrerecordedSoundHandler.swift
/host/spi-builder-workspace/Sources/Chip8iEmulationCore/Chip8EmulationCore.swift:9:8: error: no such module 'QuartzCore'
  7 |
  8 | import Foundation
  9 | import QuartzCore
    |        `- error: no such module 'QuartzCore'
 10 |
 11 | /// Emulation Core that should be used for starting emulation, sending inputs and subscribing to its screen and sound output. It also includes optional debug output info for advanced users.
[19/19] Compiling Chip8iEmulationCore SoundHandlerProtocol.swift
/host/spi-builder-workspace/Sources/Chip8iEmulationCore/Chip8EmulationCore.swift:9:8: error: no such module 'QuartzCore'
  7 |
  8 | import Foundation
  9 | import QuartzCore
    |        `- error: no such module 'QuartzCore'
 10 |
 11 | /// Emulation Core that should be used for starting emulation, sending inputs and subscribing to its screen and sound output. It also includes optional debug output info for advanced users.
BUILD FAILURE 6.0 linux