The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-persistable-timer, reference 0.7.2 (4ed494), with Swift 6.1 for Android on 30 May 2025 12:26:05 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
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:         android
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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/pointfreeco/swift-concurrency-extras.git
[1/852] Fetching swift-concurrency-extras
[853/5837] Fetching swift-concurrency-extras, swift-async-algorithms
Fetched https://github.com/pointfreeco/swift-concurrency-extras.git from cache (0.92s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.92s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras.git
Computed https://github.com/pointfreeco/swift-concurrency-extras.git at 1.3.1 (1.94s)
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.10s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.00s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (3.31s)
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/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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Building for debugging...
[0/10] Copying PrivacyInfo.xcprivacy
[0/10] Write sources
[9/10] Write swift-version-24593BA9C3E375BF.txt
[11/35] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[12/36] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[13/36] Compiling InternalCollectionsUtilities _SortedCollection.swift
[14/36] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[15/36] Compiling InternalCollectionsUtilities Debugging.swift
[16/36] Compiling InternalCollectionsUtilities Descriptions.swift
[17/36] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[18/36] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[19/36] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[20/36] Compiling InternalCollectionsUtilities Integer rank.swift
[21/36] Emitting module InternalCollectionsUtilities
[22/36] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[23/36] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[24/36] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[25/36] Compiling InternalCollectionsUtilities UInt+reversed.swift
[27/61] Compiling ConcurrencyExtras MainSerialExecutor.swift
[28/108] Compiling DequeModule _DequeBuffer.swift
[29/108] Compiling DequeModule _DequeBufferHeader.swift
[30/110] Compiling ConcurrencyExtras UncheckedSendable.swift
[31/110] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[32/110] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[33/110] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[34/110] Compiling OrderedCollections OrderedDictionary+Elements.swift
[35/110] Compiling DequeModule _DequeSlot.swift
[36/110] Compiling DequeModule _UnsafeWrappedBuffer.swift
[37/110] Compiling OrderedCollections OrderedDictionary+Codable.swift
[38/110] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[43/110] Compiling DequeModule Deque+Testing.swift
[44/110] Compiling DequeModule Deque._Storage.swift
[45/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[46/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[47/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[48/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[49/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[50/117] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[51/117] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[52/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[53/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[54/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[55/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[56/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[57/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[58/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[61/117] Compiling DequeModule Deque+Extras.swift
[62/117] Compiling DequeModule Deque+Hashable.swift
[63/117] Compiling DequeModule Deque._UnsafeHandle.swift
[64/117] Compiling DequeModule Deque.swift
[65/117] Emitting module DequeModule
[68/118] Compiling OrderedCollections OrderedDictionary.swift
[69/118] Compiling OrderedCollections OrderedSet+Codable.swift
[70/118] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[71/118] Compiling OrderedCollections OrderedSet+Descriptions.swift
[72/118] Compiling OrderedCollections OrderedSet+Diffing.swift
[73/118] Compiling OrderedCollections OrderedSet+Equatable.swift
[74/118] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[75/118] Compiling OrderedCollections OrderedSet+Hashable.swift
[76/118] Compiling OrderedCollections OrderedSet+Initializers.swift
[77/118] Compiling OrderedCollections OrderedSet+Insertions.swift
[78/118] Compiling OrderedCollections OrderedSet+Invariants.swift
[79/118] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[80/118] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[81/118] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[82/118] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[83/118] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[93/118] Compiling OrderedCollections _HashTable+Bucket.swift
[94/118] Compiling OrderedCollections _HashTable+BucketIterator.swift
[95/118] Compiling OrderedCollections _HashTable+Constants.swift
[96/118] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[97/118] Compiling OrderedCollections _HashTable+Testing.swift
[98/118] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[99/118] Compiling OrderedCollections _HashTable.swift
[100/118] Compiling OrderedCollections _Hashtable+Header.swift
[101/118] Compiling OrderedCollections OrderedSet+Sendable.swift
[102/118] Compiling OrderedCollections OrderedSet+SubSequence.swift
[103/118] Compiling OrderedCollections OrderedSet+Testing.swift
[104/118] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[105/118] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[106/118] Compiling OrderedCollections OrderedSet.swift
[107/118] Compiling OrderedCollections _UnsafeBitset.swift
[108/118] Emitting module OrderedCollections
[110/119] Compiling ConcurrencyExtras Result.swift
[111/119] Compiling ConcurrencyExtras Task.swift
[112/119] Compiling ConcurrencyExtras LockIsolated.swift
[117/119] Emitting module ConcurrencyExtras
[121/169] Compiling PersistableTimerCore DataSource.swift
[122/169] Emitting module PersistableTimerCore
[123/169] Compiling PersistableTimerCore RestoreTimerContainer.swift
[124/169] Compiling PersistableTimerCore RestoreTimerData.swift
[126/173] Emitting module AsyncAlgorithms
[127/179] 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, *)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[128/179] 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, *)
[129/179] 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, *)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/26] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/27] Compiling ConcurrencyExtras Locking.swift
[4/27] Compiling ConcurrencyExtras UncheckedBox.swift
[5/28] Compiling ConcurrencyExtras LockIsolated.swift
[6/28] Compiling InternalCollectionsUtilities Descriptions.swift
[7/28] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[8/28] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[9/28] Emitting module ConcurrencyExtras
[10/28] Compiling ConcurrencyExtras Result.swift
[11/28] Compiling ConcurrencyExtras MainSerialExecutor.swift
[12/28] Compiling ConcurrencyExtras Task.swift
[13/28] Compiling ConcurrencyExtras AsyncStream.swift
[14/28] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[15/28] Compiling ConcurrencyExtras ActorIsolated.swift
[16/28] Compiling ConcurrencyExtras AnyHashableSendable.swift
[17/28] Compiling ConcurrencyExtras UncheckedSendable.swift
[18/29] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[19/29] Compiling InternalCollectionsUtilities _SortedCollection.swift
[20/29] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[21/29] Compiling InternalCollectionsUtilities Debugging.swift
[25/29] Emitting module InternalCollectionsUtilities
[31/49] Compiling PersistableTimerCore DataSource.swift
[32/88] Compiling OrderedCollections _HashTable+Bucket.swift
[33/88] Compiling OrderedCollections _HashTable+BucketIterator.swift
[34/106] Compiling PersistableTimerCore RestoreTimerContainer.swift
[35/106] Emitting module PersistableTimerCore
[36/106] Compiling PersistableTimerCore RestoreTimerData.swift
[38/107] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[39/107] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[40/107] Compiling OrderedCollections _HashTable+Testing.swift
[41/107] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[42/110] Compiling DequeModule _DequeSlot.swift
[43/110] Compiling DequeModule _UnsafeWrappedBuffer.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[44/110] 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, *)
[45/110] 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, *)
[46/110] 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, *)
[47/110] Compiling OrderedCollections OrderedDictionary.swift
[48/110] Compiling OrderedCollections OrderedSet+Codable.swift
[49/110] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[50/110] Compiling OrderedCollections OrderedSet+Descriptions.swift
[51/110] Compiling OrderedCollections OrderedSet+Diffing.swift
[52/110] Compiling OrderedCollections OrderedSet+Equatable.swift
[53/110] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[54/110] Compiling OrderedCollections OrderedSet+Hashable.swift
BUILD FAILURE 6.1 android