The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-persistable-timer, reference main (154bcb), with Swift 6.1 for Linux on 25 Nov 2025 21:37:15 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Ryu0118/swift-persistable-timer.git
Reference: main
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/Ryu0118/swift-persistable-timer
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 154bcb2 README.md を更新
Cloned https://github.com/Ryu0118/swift-persistable-timer.git
Revision (git rev-parse @):
154bcb26498644449041e8972469e4687e8a9e39
SUCCESS checkout https://github.com/Ryu0118/swift-persistable-timer.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Ryu0118/swift-persistable-timer.git
https://github.com/Ryu0118/swift-persistable-timer.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-async-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-algorithms.git"
    },
    {
      "identity" : "swift-concurrency-extras",
      "requirement" : {
        "exact" : [
          "1.3.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-concurrency-extras.git"
    }
  ],
  "manifest_display_name" : "swift-persistable-timer",
  "name" : "swift-persistable-timer",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "PersistableTimerCore",
      "targets" : [
        "PersistableTimerCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PersistableTimer",
      "targets" : [
        "PersistableTimer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PersistableTimerText",
      "targets" : [
        "PersistableTimerText"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PersistableTimerText",
      "module_type" : "SwiftTarget",
      "name" : "PersistableTimerText",
      "path" : "Sources/PersistableTimerText",
      "product_memberships" : [
        "PersistableTimerText"
      ],
      "sources" : [
        "PersistableTimerText.swift",
        "exported.swift"
      ],
      "target_dependencies" : [
        "PersistableTimerCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PersistableTimerCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "PersistableTimerCoreTests",
      "path" : "Tests/PersistableTimerCoreTests",
      "sources" : [
        "PersistableTimerCoreTests.swift"
      ],
      "target_dependencies" : [
        "PersistableTimerCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PersistableTimerCore",
      "module_type" : "SwiftTarget",
      "name" : "PersistableTimerCore",
      "path" : "Sources/PersistableTimerCore",
      "product_dependencies" : [
        "ConcurrencyExtras"
      ],
      "product_memberships" : [
        "PersistableTimerCore",
        "PersistableTimer",
        "PersistableTimerText"
      ],
      "sources" : [
        "DataSource.swift",
        "RestoreTimerContainer.swift",
        "RestoreTimerData.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PersistableTimer",
      "module_type" : "SwiftTarget",
      "name" : "PersistableTimer",
      "path" : "Sources/PersistableTimer",
      "product_dependencies" : [
        "AsyncAlgorithms"
      ],
      "product_memberships" : [
        "PersistableTimer"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/PersistableTimer/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "PersistableTimer.swift",
        "exported.swift"
      ],
      "target_dependencies" : [
        "PersistableTimerCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/pointfreeco/swift-concurrency-extras.git
[1/886] Fetching swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-concurrency-extras.git from cache (0.27s)
[1/5714] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (2.94s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras.git
Computed https://github.com/pointfreeco/swift-concurrency-extras.git at 1.3.1 (3.85s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.0 (1.87s)
Fetching https://github.com/apple/swift-collections.git
[1/18314] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.43s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (2.43s)
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras.git
Working copy of https://github.com/pointfreeco/swift-concurrency-extras.git resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Building for debugging...
[0/10] Write sources
[0/10] Copying PrivacyInfo.xcprivacy
[0/10] Write sources
[9/10] Write swift-version-24593BA9C3E375BF.txt
[11/37] Compiling ConcurrencyExtras AsyncStream.swift
[12/37] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[13/37] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[14/37] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[15/39] Emitting module ConcurrencyExtras
[16/40] Compiling InternalCollectionsUtilities Debugging.swift
[17/40] Compiling InternalCollectionsUtilities Descriptions.swift
[18/40] Compiling InternalCollectionsUtilities _SortedCollection.swift
[19/40] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[20/40] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[21/40] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[22/40] Compiling ConcurrencyExtras AnyHashableSendable.swift
[23/40] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[24/40] Emitting module InternalCollectionsUtilities
[25/40] Compiling ConcurrencyExtras Locking.swift
[26/40] Compiling ConcurrencyExtras UncheckedBox.swift
[27/40] Compiling ConcurrencyExtras ActorIsolated.swift
[28/40] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[29/40] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[31/41] Compiling ConcurrencyExtras UncheckedSendable.swift
[32/111] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[33/111] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[34/111] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[35/111] Compiling OrderedCollections OrderedDictionary+Elements.swift
[36/113] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[37/113] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[38/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[39/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[40/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[41/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[42/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[43/113] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[44/113] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[45/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[46/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[47/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[48/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[49/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[50/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[51/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[52/120] Compiling DequeModule _DequeSlot.swift
[53/120] Compiling DequeModule _UnsafeWrappedBuffer.swift
[54/120] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[55/120] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[56/120] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[57/120] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[58/120] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[59/120] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[60/120] Compiling OrderedCollections OrderedDictionary.swift
[61/120] Compiling OrderedCollections OrderedSet+Codable.swift
[62/120] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[63/120] Compiling OrderedCollections OrderedSet+Descriptions.swift
[64/120] Compiling OrderedCollections OrderedSet+Diffing.swift
[65/120] Compiling OrderedCollections OrderedSet+Equatable.swift
[66/120] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[67/120] Compiling OrderedCollections OrderedSet+Hashable.swift
[68/120] Compiling OrderedCollections OrderedSet+Initializers.swift
[69/120] Compiling OrderedCollections OrderedSet+Insertions.swift
[70/120] Compiling OrderedCollections OrderedSet+Invariants.swift
[71/120] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[72/120] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[73/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[74/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[75/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[76/120] Compiling OrderedCollections OrderedDictionary+Codable.swift
[77/120] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[96/120] Emitting module DequeModule
[97/121] Compiling ConcurrencyExtras LockIsolated.swift
[102/121] Compiling ConcurrencyExtras Task.swift
[103/121] Compiling ConcurrencyExtras Result.swift
[104/121] Compiling ConcurrencyExtras MainSerialExecutor.swift
[106/122] Compiling OrderedCollections _HashTable+Bucket.swift
[107/122] Compiling OrderedCollections _HashTable+BucketIterator.swift
[108/122] Compiling OrderedCollections _HashTable+Constants.swift
[109/122] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[110/122] Compiling OrderedCollections _HashTable+Testing.swift
[111/122] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[112/122] Compiling OrderedCollections _HashTable.swift
[113/122] Compiling OrderedCollections _Hashtable+Header.swift
[115/126] Compiling OrderedCollections OrderedSet+Sendable.swift
[116/126] Compiling OrderedCollections OrderedSet+SubSequence.swift
[117/126] Compiling OrderedCollections OrderedSet+Testing.swift
[118/126] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[119/126] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[120/126] Compiling OrderedCollections OrderedSet.swift
[121/126] Compiling OrderedCollections _UnsafeBitset.swift
[122/126] Emitting module PersistableTimerCore
[123/126] Compiling PersistableTimerCore DataSource.swift
[124/126] Compiling PersistableTimerCore RestoreTimerContainer.swift
[125/126] Emitting module OrderedCollections
[127/127] Compiling PersistableTimerCore RestoreTimerData.swift
[129/180] Compiling PersistableTimerText exported.swift
/host/spi-builder-workspace/Sources/PersistableTimerText/PersistableTimerText.swift:2:8: error: no such module 'SwiftUI'
 1 | import PersistableTimerCore
 2 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 3 |
 4 | @available(iOS 16.0, macOS 13.0, *)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[130/180] Emitting module PersistableTimerText
/host/spi-builder-workspace/Sources/PersistableTimerText/PersistableTimerText.swift:2:8: error: no such module 'SwiftUI'
 1 | import PersistableTimerCore
 2 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 3 |
 4 | @available(iOS 16.0, macOS 13.0, *)
[131/180] Compiling PersistableTimerText PersistableTimerText.swift
/host/spi-builder-workspace/Sources/PersistableTimerText/PersistableTimerText.swift:2:8: error: no such module 'SwiftUI'
 1 | import PersistableTimerCore
 2 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 3 |
 4 | @available(iOS 16.0, macOS 13.0, *)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/28] Compiling ConcurrencyExtras LockIsolated.swift
[3/29] Compiling ConcurrencyExtras Task.swift
[4/29] Compiling ConcurrencyExtras Result.swift
[5/29] Compiling ConcurrencyExtras MainSerialExecutor.swift
[6/29] Compiling InternalCollectionsUtilities _SortedCollection.swift
[7/29] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[8/29] Compiling InternalCollectionsUtilities UInt+reversed.swift
[9/29] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[10/31] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[12/31] Emitting module ConcurrencyExtras
[13/31] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[14/31] Compiling InternalCollectionsUtilities Integer rank.swift
[15/31] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[16/31] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[17/31] Compiling InternalCollectionsUtilities Debugging.swift
[18/31] Compiling InternalCollectionsUtilities Descriptions.swift
[19/31] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[20/31] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[21/31] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[22/31] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[23/31] Compiling ConcurrencyExtras UncheckedSendable.swift
[27/32] Emitting module InternalCollectionsUtilities
[31/32] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[32/32] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[34/107] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[35/107] Compiling OrderedCollections OrderedDictionary+Elements.swift
[36/109] Compiling PersistableTimerCore RestoreTimerContainer.swift
[37/109] Compiling PersistableTimerCore DataSource.swift
[38/109] Compiling PersistableTimerCore RestoreTimerData.swift
[39/109] Emitting module PersistableTimerCore
[41/110] Compiling DequeModule _DequeSlot.swift
[42/110] Compiling DequeModule _UnsafeWrappedBuffer.swift
[43/110] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[44/110] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[45/110] Compiling OrderedCollections OrderedDictionary+Codable.swift
[46/110] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[47/110] Compiling OrderedCollections _HashTable.swift
[48/110] Compiling OrderedCollections _Hashtable+Header.swift
[49/112] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[50/112] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[51/112] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[52/112] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[53/112] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[54/112] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[55/112] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[56/112] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[57/112] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[58/112] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[59/112] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[60/112] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[61/112] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[62/112] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[63/120] Compiling OrderedCollections OrderedDictionary.swift
[64/120] Compiling OrderedCollections OrderedSet+Codable.swift
[65/120] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[66/120] Compiling OrderedCollections OrderedSet+Descriptions.swift
[67/120] Compiling OrderedCollections OrderedSet+Diffing.swift
[68/120] Compiling OrderedCollections OrderedSet+Equatable.swift
[69/120] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[70/120] Compiling OrderedCollections OrderedSet+Hashable.swift
[71/120] Compiling OrderedCollections _HashTable+Testing.swift
[72/120] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[73/120] Compiling OrderedCollections _HashTable+Constants.swift
[74/120] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[75/120] Compiling OrderedCollections _HashTable+Bucket.swift
[76/120] Compiling OrderedCollections _HashTable+BucketIterator.swift
[77/120] Compiling OrderedCollections OrderedSet+Initializers.swift
[78/120] Compiling OrderedCollections OrderedSet+Insertions.swift
[79/120] Compiling OrderedCollections OrderedSet+Invariants.swift
[80/120] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[81/120] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[82/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[83/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[84/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[85/120] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[86/120] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[87/120] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[88/120] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[89/120] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[90/120] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[91/120] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[92/120] Compiling OrderedCollections OrderedDictionary+Values.swift
[93/120] Compiling PersistableTimerText exported.swift
/host/spi-builder-workspace/Sources/PersistableTimerText/PersistableTimerText.swift:2:8: error: no such module 'SwiftUI'
 1 | import PersistableTimerCore
 2 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 3 |
 4 | @available(iOS 16.0, macOS 13.0, *)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[102/120] Emitting module PersistableTimerText
/host/spi-builder-workspace/Sources/PersistableTimerText/PersistableTimerText.swift:2:8: error: no such module 'SwiftUI'
 1 | import PersistableTimerCore
 2 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 3 |
 4 | @available(iOS 16.0, macOS 13.0, *)
[103/120] Compiling PersistableTimerText PersistableTimerText.swift
/host/spi-builder-workspace/Sources/PersistableTimerText/PersistableTimerText.swift:2:8: error: no such module 'SwiftUI'
 1 | import PersistableTimerCore
 2 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 3 |
 4 | @available(iOS 16.0, macOS 13.0, *)
BUILD FAILURE 6.1 linux