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 Spine, reference master (3411b9), with Swift 6.0 for Linux on 1 Dec 2024 22:23:39 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" 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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/maxgribov/Spine.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/maxgribov/Spine
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 3411b99 Fix package platforms versions to support `Identifiable` protocol (#66)
Cloned https://github.com/maxgribov/Spine.git
Revision (git rev-parse @):
3411b998dc5ded9e258ffefd1bba466880242f61
SUCCESS checkout https://github.com/maxgribov/Spine.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/maxgribov/Spine.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" 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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
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/62] Emitting module Spine
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[4/70] Compiling Spine CurveModel.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[5/70] Compiling Spine SpineNameKey.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[6/70] Compiling Spine Defaultable.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[7/70] Compiling Spine Prefixable.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[8/70] Compiling Spine Skeleton.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[9/70] Compiling Spine Skin.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[10/70] Compiling Spine Slot.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[11/70] Compiling Spine SpineError.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[12/70] Compiling Spine RegionAttachementModel.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[13/70] Compiling Spine SkinModel.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[14/70] Compiling Spine SlotModel.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[15/70] Compiling Spine SpineModel.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[16/70] Compiling Spine BezierCurveModel.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[17/70] Compiling Spine BezierCurveSolver.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[18/70] Compiling Spine ColorModel.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[19/70] Compiling Spine Constants.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[20/70] Compiling Spine TransformConstraintAnimationModel.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[21/70] Compiling Spine BoneModel.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[22/70] Compiling Spine IKConstraintModel.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[23/70] Compiling Spine PathConstraintModel.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[24/70] Compiling Spine TransformConstraintModel.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[25/70] Compiling Spine EventModel.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[26/70] Compiling Spine SpineDecodableArray.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[27/70] Compiling Spine SpineDecodableDictionary.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[28/70] Compiling Spine SkeletonModel.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[29/70] Compiling Spine AttachmentModel.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[30/70] Compiling Spine BoundingBoxAttachmentModel.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[31/70] Compiling Spine ClippingAttachmentModel.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[32/70] Compiling Spine LinkedMeshAttachmentModel.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[33/70] Compiling Spine MeshAttachmentModel.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[34/70] Compiling Spine PathAttachmentModel.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[35/70] Compiling Spine PointAttachmentModel.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[36/70] Compiling Spine Animation.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[37/70] Compiling Spine Attachment.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[38/70] Compiling Spine Bone.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[39/70] Compiling Spine Skeleton+Animations.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[40/70] Compiling Spine Skeleton+Atlases.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[41/70] Compiling Spine Skeleton+Nodes.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[42/70] Compiling Spine Skeleton+Physics.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[43/70] Compiling Spine Skeleton+Points.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[44/70] Compiling Spine Skeleton+Skins.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[45/70] Compiling Spine DeformKeyframeModel.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[46/70] Compiling Spine DrawOrderKeyframeModel.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[47/70] Compiling Spine EventKeyfarameModel.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[48/70] Compiling Spine KeyframeModel.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[49/70] Compiling Spine SlotKeyframeAttachmentModel.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[50/70] Compiling Spine SlotKeyframeColorDarkModel.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[51/70] Compiling Spine SlotKeyframeColorModel.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[52/70] Compiling Spine SlotAnimationModel.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[53/70] Compiling Spine SpineModel+Atlases.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[54/70] Compiling Spine CGPath+Extensions.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[55/70] Compiling Spine Collection+Extensions.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[56/70] Compiling Spine Float+Extensions.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[57/70] Compiling Spine RangeReplaceableCollection+Extensions.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[58/70] Compiling Spine SKAction+Extensions.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[59/70] Compiling Spine SKColor+Extensions.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[60/70] Compiling Spine SKNode+Extensions.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[61/70] Compiling Spine AnimationModel.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[62/70] Compiling Spine BoneAnimationModel.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[63/70] Compiling Spine DeformSkinAnimationModel.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[64/70] Compiling Spine IKConstraintAnimationModel.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[65/70] Compiling Spine BoneKeyframeRotateModel.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[66/70] Compiling Spine BoneKeyframeScaleModel.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[67/70] Compiling Spine BoneKeyframeShearModel.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[68/70] Compiling Spine BoneKeyframeTranslateModel.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[69/70] Compiling Spine IKConstraintKeyframeModel.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
[70/70] Compiling Spine TransformConstraintKeyframeModel.swift
/host/spi-builder-workspace/Sources/Spine/Animation.swift:9:8: error: no such module 'SpriteKit'
  7 | //
  8 |
  9 | import SpriteKit
    |        `- error: no such module 'SpriteKit'
 10 |
 11 | struct Animation {
BUILD FAILURE 6.0 linux