Build Information
Failed to build Spine, reference 3.0.5 (3411b9
), with Swift 6.1 for Linux on 29 Apr 2025 12:08:24 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/maxgribov/Spine.git
Reference: 3.0.5
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
* tag 3.0.5 -> FETCH_HEAD
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 3.0.5
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/maxgribov/Spine.git
https://github.com/maxgribov/Spine.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "Spine",
"name" : "Spine",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Spine",
"targets" : [
"Spine"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SpineTests",
"module_type" : "SwiftTarget",
"name" : "SpineTests",
"path" : "Tests/SpineTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/SpineTests/Resources/bones.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/SpineTests/Resources/drawOrderKeyframes.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/SpineTests/Resources/eventKeyframes.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/SpineTests/Resources/events.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/SpineTests/Resources/rotateBoneKeyframes.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/SpineTests/Resources/skeleton.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/SpineTests/Resources/skins.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/SpineTests/Resources/slotAttachmentKeyframes.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/SpineTests/Resources/slotColorKeyframes.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/SpineTests/Resources/slots.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/SpineTests/Resources/spineboy-ess.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/SpineTests/Resources/translateBoneKeyframes.json",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"CGPathExtensionTests.swift",
"ColorTests.swift",
"Extensions/SKColorExtensionsTests.swift",
"Model/BezierCurveModelTests.swift",
"Model/BonesModelTests.swift",
"Model/CurveModelTests.swift",
"Model/EventModelTests.swift",
"Model/KeyframeModelTests.swift",
"Model/KeyframesTests.swift",
"Model/SkeletonModelTests.swift",
"Model/SkinsModelTests.swift",
"Model/SlotsModelTests.swift",
"Model/SpineModelTests.swift",
"SkinTests.swift"
],
"target_dependencies" : [
"Spine"
],
"type" : "test"
},
{
"c99name" : "Spine",
"module_type" : "SwiftTarget",
"name" : "Spine",
"path" : "Sources/Spine",
"product_memberships" : [
"Spine"
],
"sources" : [
"Animation.swift",
"Attachment.swift",
"Bone.swift",
"Extensions Public/Skeleton+Animations.swift",
"Extensions Public/Skeleton+Atlases.swift",
"Extensions Public/Skeleton+Nodes.swift",
"Extensions Public/Skeleton+Physics.swift",
"Extensions Public/Skeleton+Points.swift",
"Extensions Public/Skeleton+Skins.swift",
"Extensions Public/SpineModel+Atlases.swift",
"Extensions/CGPath+Extensions.swift",
"Extensions/Collection+Extensions.swift",
"Extensions/Float+Extensions.swift",
"Extensions/RangeReplaceableCollection+Extensions.swift",
"Extensions/SKAction+Extensions.swift",
"Extensions/SKColor+Extensions.swift",
"Extensions/SKNode+Extensions.swift",
"Model/Animation/AnimationModel.swift",
"Model/Animation/BoneAnimationModel.swift",
"Model/Animation/DeformSkinAnimationModel.swift",
"Model/Animation/IKConstraintAnimationModel.swift",
"Model/Animation/Keyframes/Bone/BoneKeyframeRotateModel.swift",
"Model/Animation/Keyframes/Bone/BoneKeyframeScaleModel.swift",
"Model/Animation/Keyframes/Bone/BoneKeyframeShearModel.swift",
"Model/Animation/Keyframes/Bone/BoneKeyframeTranslateModel.swift",
"Model/Animation/Keyframes/Constraint/IKConstraintKeyframeModel.swift",
"Model/Animation/Keyframes/Constraint/TransformConstraintKeyframeModel.swift",
"Model/Animation/Keyframes/DeformKeyframeModel.swift",
"Model/Animation/Keyframes/DrawOrderKeyframeModel.swift",
"Model/Animation/Keyframes/EventKeyfarameModel.swift",
"Model/Animation/Keyframes/KeyframeModel.swift",
"Model/Animation/Keyframes/Slot/SlotKeyframeAttachmentModel.swift",
"Model/Animation/Keyframes/Slot/SlotKeyframeColorDarkModel.swift",
"Model/Animation/Keyframes/Slot/SlotKeyframeColorModel.swift",
"Model/Animation/SlotAnimationModel.swift",
"Model/Animation/TransformConstraintAnimationModel.swift",
"Model/BoneModel.swift",
"Model/Constraints/IKConstraintModel.swift",
"Model/Constraints/PathConstraintModel.swift",
"Model/Constraints/TransformConstraintModel.swift",
"Model/EventModel.swift",
"Model/Protocols/SpineDecodableArray.swift",
"Model/Protocols/SpineDecodableDictionary.swift",
"Model/SkeletonModel.swift",
"Model/Skin/Attachments/AttachmentModel.swift",
"Model/Skin/Attachments/BoundingBoxAttachmentModel.swift",
"Model/Skin/Attachments/ClippingAttachmentModel.swift",
"Model/Skin/Attachments/LinkedMeshAttachmentModel.swift",
"Model/Skin/Attachments/MeshAttachmentModel.swift",
"Model/Skin/Attachments/PathAttachmentModel.swift",
"Model/Skin/Attachments/PointAttachmentModel.swift",
"Model/Skin/Attachments/RegionAttachementModel.swift",
"Model/Skin/SkinModel.swift",
"Model/SlotModel.swift",
"Model/SpineModel.swift",
"Model/Types/BezierCurveModel.swift",
"Model/Types/BezierCurveSolver.swift",
"Model/Types/ColorModel.swift",
"Model/Types/Constants.swift",
"Model/Types/CurveModel.swift",
"Model/Types/SpineNameKey.swift",
"Protocols/Defaultable.swift",
"Protocols/Prefixable.swift",
"Skeleton.swift",
"Skin.swift",
"Slot.swift",
"SpineError.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-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 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 {
[5/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 {
[6/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 {
[7/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 {
[8/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 {
[9/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 {
[10/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 {
[11/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 {
[12/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 {
[13/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 {
[14/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 {
[15/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 {
[16/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 {
[17/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 {
[18/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 {
[19/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 {
[20/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 {
[21/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 {
[22/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 {
[23/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 {
[24/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 {
[25/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 {
[26/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 {
[27/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 {
[28/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 {
[29/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 {
[30/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 {
[31/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 {
[32/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 {
[33/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 {
[34/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 {
[35/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 {
[36/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 {
[37/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 {
[38/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 {
[39/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 {
[40/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 {
[41/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 {
[42/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 {
[43/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 {
[44/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 {
[45/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 {
[46/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 {
[47/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 {
[48/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 {
[49/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 {
[50/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 {
[51/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 {
[52/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 {
[53/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 {
[54/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 {
[55/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 {
[56/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 {
[57/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 {
[58/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 {
[59/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 {
[60/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 {
[61/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 {
[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 {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Tests/SpineTests/Info.plist
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/61] 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 {
[3/61] 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 {
[4/61] 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 {
[5/61] 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 {
[6/61] 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 {
[7/61] 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 {
[8/61] 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 {
[9/61] 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 {
[10/61] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/69] 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 {
[12/69] 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 {
[13/69] 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 {
[14/69] 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 {
[15/69] 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 {
[16/69] 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 {
[17/69] 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 {
[18/69] 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 {
[19/69] 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 {
[20/69] 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 {
[21/69] 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 {
[22/69] 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 {
[23/69] 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 {
[24/69] 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 {
[25/69] 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 {
[26/69] 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 {
[27/69] 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 {
[28/69] 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 {
[29/69] 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 {
[30/69] 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 {
[31/69] 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 {
[32/69] 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 {
[33/69] 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 {
[34/69] 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 {
[35/69] 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 {
[36/69] 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 {
[37/69] 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 {
[38/69] 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 {
[39/69] 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 {
[40/69] 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 {
[41/69] 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 {
[42/69] 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 {
[43/69] 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 {
[44/69] 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 {
[45/69] 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 {
[46/69] 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 {
[47/69] 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 {
[48/69] 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 {
[49/69] 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 {
[50/69] 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 {
[51/69] 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 {
[52/69] 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 {
[53/69] 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 {
[54/69] 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 {
[55/69] 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 {
[56/69] 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 {
[57/69] 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 {
[58/69] 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 {
[59/69] 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 {
[60/69] 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 {
[61/69] 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 {
[62/69] 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 {
[63/69] 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 {
[64/69] 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 {
[65/69] 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 {
[66/69] 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 {
[67/69] 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 {
[68/69] 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 {
[69/69] 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 {
BUILD FAILURE 6.1 linux