The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-persistable-timer, reference 0.7.2 (4ed494), with Swift 6.2 for Linux on 23 Jun 2025 06:53:45 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.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Ryu0118/swift-persistable-timer.git
Reference: 0.7.2
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
 * tag               0.7.2      -> FETCH_HEAD
HEAD is now at 4ed4947 Merge pull request #16 from Ryu0118/fix-pause-bug
Cloned https://github.com/Ryu0118/swift-persistable-timer.git
Revision (git rev-parse @):
4ed4947b355f366a0b9c852bb18d08d1069fb609
SUCCESS checkout https://github.com/Ryu0118/swift-persistable-timer.git at 0.7.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Ryu0118/swift-persistable-timer.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/pointfreeco/swift-concurrency-extras.git
[1/4985] Fetching swift-async-algorithms
[51/5846] Fetching swift-async-algorithms, swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-concurrency-extras.git from cache (0.44s)
[1197/4985] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.34s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras.git
Computed https://github.com/pointfreeco/swift-concurrency-extras.git at 1.3.1 (2.09s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.41s)
Fetching https://github.com/apple/swift-collections.git
[1/16640] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.66s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.81s)
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.0.4
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
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
Building for debugging...
[0/10] Copying PrivacyInfo.xcprivacy
[1/10] Write sources
[9/10] Write swift-version-24593BA9C3E375BF.txt
[11/35] Emitting module InternalCollectionsUtilities
[12/36] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[13/36] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[14/36] Emitting module ConcurrencyExtras
[15/36] Compiling ConcurrencyExtras ActorIsolated.swift
[16/36] Compiling ConcurrencyExtras AnyHashableSendable.swift
[17/37] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[18/37] Compiling InternalCollectionsUtilities _SortedCollection.swift
[19/37] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[20/37] Compiling InternalCollectionsUtilities Debugging.swift
[21/37] Compiling InternalCollectionsUtilities Descriptions.swift
[22/37] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[23/37] Compiling ConcurrencyExtras AsyncStream.swift
[24/37] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[27/37] Compiling ConcurrencyExtras Locking.swift
[28/37] Compiling ConcurrencyExtras UncheckedBox.swift
[30/38] Compiling ConcurrencyExtras UncheckedSendable.swift
[31/108] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[32/108] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[33/110] Compiling OrderedCollections OrderedDictionary.swift
[34/110] Compiling OrderedCollections OrderedSet+Codable.swift
[35/110] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[36/110] Compiling OrderedCollections OrderedSet+Descriptions.swift
[37/110] Compiling OrderedCollections OrderedSet+Diffing.swift
[38/110] Compiling OrderedCollections OrderedSet+Equatable.swift
[39/110] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[40/110] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[41/110] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[42/110] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[43/110] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[44/110] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[45/110] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[46/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[47/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[48/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[49/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[50/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[51/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[52/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[53/117] Compiling OrderedCollections OrderedSet+Invariants.swift
[54/117] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[55/117] Compiling OrderedCollections OrderedSet+Initializers.swift
[56/117] Compiling OrderedCollections OrderedSet+Insertions.swift
[57/117] Compiling DequeModule _DequeSlot.swift
[58/117] Compiling DequeModule _UnsafeWrappedBuffer.swift
[59/117] Compiling OrderedCollections OrderedDictionary+Codable.swift
[60/117] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[61/117] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[62/117] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[63/117] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[64/117] Compiling OrderedCollections OrderedDictionary+Elements.swift
[65/117] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[66/117] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[73/117] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[74/117] Compiling OrderedCollections OrderedSet+Hashable.swift
[85/117] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[86/117] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[87/117] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[88/117] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[89/117] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[90/117] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[91/117] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[92/117] Compiling OrderedCollections OrderedDictionary+Values.swift
[93/117] Emitting module DequeModule
[95/118] Compiling ConcurrencyExtras MainSerialExecutor.swift
[98/118] Compiling ConcurrencyExtras LockIsolated.swift
[101/118] Compiling ConcurrencyExtras Result.swift
[102/118] Compiling ConcurrencyExtras Task.swift
[103/119] Compiling OrderedCollections _HashTable+Bucket.swift
[104/119] Compiling OrderedCollections _HashTable+BucketIterator.swift
[105/119] Compiling OrderedCollections _HashTable+Constants.swift
[106/119] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[107/119] Compiling OrderedCollections _HashTable+Testing.swift
[108/119] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[109/119] Compiling OrderedCollections _HashTable.swift
[110/119] Compiling OrderedCollections _Hashtable+Header.swift
[111/119] Compiling OrderedCollections OrderedSet+Sendable.swift
[113/119] Compiling OrderedCollections OrderedSet+SubSequence.swift
[114/119] Compiling OrderedCollections OrderedSet+Testing.swift
[115/119] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[116/119] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[117/119] Compiling OrderedCollections OrderedSet.swift
[118/119] Compiling OrderedCollections _UnsafeBitset.swift
[119/119] Emitting module OrderedCollections
[121/169] Emitting module PersistableTimerCore
[122/169] Compiling PersistableTimerCore RestoreTimerData.swift
[123/169] Compiling PersistableTimerCore RestoreTimerContainer.swift
[124/169] Compiling PersistableTimerCore DataSource.swift
[126/173] 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)
[127/173] 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, *)
[128/173] 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.2 linux