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 CoreOSC with Swift 5.9 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sammysmallman/CoreOSC.git
Reference: 2.0.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/sammysmallman/CoreOSC
 * tag               2.0.0      -> FETCH_HEAD
HEAD is now at 20581ab 2.0.0 (#15)
Cloned https://github.com/sammysmallman/CoreOSC.git
Revision (git rev-parse @):
20581ab989c36617ffee528d0e2b24b14141d31b
SUCCESS checkout https://github.com/sammysmallman/CoreOSC.git at 2.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $workDir
https://github.com/sammysmallman/CoreOSC.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Building for debugging...
[0/3] Copying Localizable.strings
[0/3] Copying Info.plist
[2/3] Copying LICENSE.md
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/27] Emitting module CoreOSC
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[5/30] Compiling CoreOSC OSCRefractingAddress.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[6/30] Compiling CoreOSC OSCTimeTag.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[7/30] Compiling CoreOSC resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[8/30] Compiling CoreOSC CoreOSC.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[9/30] Compiling CoreOSC Character.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[10/30] Compiling CoreOSC Numeric.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[11/30] Compiling CoreOSC String.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[12/30] Compiling CoreOSC OSCArgument.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[13/30] Compiling CoreOSC OSCArgumentError.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[14/30] Compiling CoreOSC OSCBundle.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[15/30] Compiling CoreOSC UInt32.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[16/30] Compiling CoreOSC OSCAddress.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[17/30] Compiling CoreOSC OSCAddressError.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[18/30] Compiling CoreOSC OSCAddressFilter.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[19/30] Compiling CoreOSC OSCParser.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[20/30] Compiling CoreOSC OSCParserError.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[21/30] Compiling CoreOSC OSCPatternMatch.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[22/30] Compiling CoreOSC OSCFilterAddress.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[23/30] Compiling CoreOSC OSCFilterMethod.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[24/30] Compiling CoreOSC OSCMatch.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[25/30] Compiling CoreOSC OSCAddressPattern.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[26/30] Compiling CoreOSC OSCAddressSpace.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[27/30] Compiling CoreOSC OSCAnnotation.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[28/30] Compiling CoreOSC OSCMessage.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[29/30] Compiling CoreOSC OSCMethod.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[30/30] Compiling CoreOSC OSCPacket.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
error: fatalError
BUILD FAILURE 5.9 linux