The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 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:         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-4609320-0":/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: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:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/pointfreeco/swift-concurrency-extras.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/886] Fetching swift-concurrency-extras
[887/6600] Fetching swift-concurrency-extras, swift-async-algorithms
Fetched https://github.com/pointfreeco/swift-concurrency-extras.git from cache (0.35s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.35s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras.git
Computed https://github.com/pointfreeco/swift-concurrency-extras.git at 1.3.1 (0.90s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.0 (0.67s)
Fetching https://github.com/apple/swift-collections.git
[1/18314] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.33s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (2.26s)
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/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.3.0
Building for debugging...
[0/10] Write sources
[1/10] Copying PrivacyInfo.xcprivacy
[4/10] Write sources
[9/10] Write swift-version-24593BA9C3E375BF.txt
[11/37] Compiling InternalCollectionsUtilities Debugging.swift
[12/37] Compiling InternalCollectionsUtilities Descriptions.swift
[13/39] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[14/39] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[15/39] Compiling InternalCollectionsUtilities _SortedCollection.swift
[16/39] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[17/39] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[18/39] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[19/39] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[20/39] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[21/39] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[22/39] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[23/39] Compiling InternalCollectionsUtilities UInt+reversed.swift
[24/39] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[25/39] Emitting module InternalCollectionsUtilities
[26/39] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[27/39] Compiling InternalCollectionsUtilities Integer rank.swift
[28/39] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[30/110] Compiling DequeModule Deque+Equatable.swift
[31/110] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[32/112] Compiling DequeModule _DequeBuffer.swift
[33/112] Compiling DequeModule _DequeBufferHeader.swift
[34/112] Compiling DequeModule Deque+CustomReflectable.swift
[35/112] Compiling DequeModule Deque+Descriptions.swift
[36/112] Compiling DequeModule Deque._UnsafeHandle.swift
[37/112] Compiling DequeModule Deque.swift
[38/112] Compiling DequeModule Deque+Testing.swift
[39/112] Compiling DequeModule Deque._Storage.swift
[40/112] Compiling DequeModule Deque+Extras.swift
[41/112] Compiling DequeModule Deque+Hashable.swift
[42/112] Compiling ConcurrencyExtras Result.swift
[43/113] Compiling ConcurrencyExtras MainSerialExecutor.swift
[44/113] Compiling DequeModule _DequeSlot.swift
[45/113] Compiling DequeModule _UnsafeWrappedBuffer.swift
[46/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[47/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[48/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[49/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[50/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[51/113] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[52/113] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[53/113] Compiling OrderedCollections OrderedSet+Initializers.swift
[54/113] Compiling OrderedCollections OrderedSet+Insertions.swift
[55/113] Compiling OrderedCollections OrderedSet+Invariants.swift
[56/113] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[57/113] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[58/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[59/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[60/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[61/120] Compiling ConcurrencyExtras UncheckedSendable.swift
[62/120] Emitting module DequeModule
[63/120] Compiling DequeModule Deque+Codable.swift
[64/120] Compiling DequeModule Deque+Collection.swift
[74/121] Compiling OrderedCollections _HashTable+Bucket.swift
[75/121] Compiling OrderedCollections _HashTable+BucketIterator.swift
[76/121] Compiling OrderedCollections _HashTable+Constants.swift
[77/121] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[78/121] Compiling OrderedCollections _HashTable+Testing.swift
[79/121] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[80/121] Compiling OrderedCollections _HashTable.swift
[81/121] Compiling OrderedCollections _Hashtable+Header.swift
[90/121] Emitting module OrderedCollections
[91/121] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[92/121] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[93/121] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[94/121] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[95/121] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[96/121] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[97/121] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[98/121] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[99/121] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[100/121] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[101/121] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[102/121] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[103/121] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[104/121] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[105/121] Compiling OrderedCollections OrderedDictionary+Values.swift
[106/121] Compiling OrderedCollections OrderedSet+Sendable.swift
[107/121] Compiling OrderedCollections OrderedSet+SubSequence.swift
[108/121] Compiling OrderedCollections OrderedSet+Testing.swift
[109/121] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[110/121] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[111/121] Compiling OrderedCollections OrderedSet.swift
[112/121] Compiling OrderedCollections _UnsafeBitset.swift
[114/171] Compiling ConcurrencyExtras Task.swift
[115/171] Compiling ConcurrencyExtras LockIsolated.swift
[116/171] Emitting module ConcurrencyExtras
[117/171] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[118/171] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[119/171] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[120/171] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[121/171] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[122/171] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[124/176] Emitting module PersistableTimerCore
[125/176] Compiling PersistableTimerCore DataSource.swift
[126/176] Compiling PersistableTimerCore RestoreTimerContainer.swift
[127/176] 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, *)
[132/180] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[133/180] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[134/180] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[135/180] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[136/180] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[137/180] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[138/180] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[139/180] Compiling AsyncAlgorithms AsyncShareSequence.swift
[140/180] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[141/180] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[142/180] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[143/180] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[144/180] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[145/180] Compiling AsyncAlgorithms AsyncBufferSequence.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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: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:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
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/28] Compiling ConcurrencyExtras MainSerialExecutor.swift
[3/29] Compiling ConcurrencyExtras LockIsolated.swift
[4/29] Compiling ConcurrencyExtras Task.swift
[5/29] Compiling ConcurrencyExtras Result.swift
[6/29] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[7/29] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[8/29] Compiling InternalCollectionsUtilities UInt+reversed.swift
[9/29] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[10/29] Emitting module ConcurrencyExtras
[11/29] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[12/29] Compiling InternalCollectionsUtilities Integer rank.swift
[13/29] Compiling ConcurrencyExtras UncheckedSendable.swift
[15/30] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[16/30] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[17/30] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[18/30] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[19/30] Compiling InternalCollectionsUtilities Debugging.swift
[20/30] Compiling InternalCollectionsUtilities Descriptions.swift
[21/30] Compiling InternalCollectionsUtilities _SortedCollection.swift
[22/30] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[23/32] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[24/32] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[25/32] Emitting module InternalCollectionsUtilities
[29/36] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[34/37] Compiling PersistableTimerCore DataSource.swift
[35/37] Compiling PersistableTimerCore RestoreTimerContainer.swift
[36/37] Emitting module PersistableTimerCore
[37/37] Compiling PersistableTimerCore RestoreTimerData.swift
[39/108] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[40/108] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[41/110] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[42/110] Compiling OrderedCollections OrderedDictionary+Elements.swift
[43/110] Compiling OrderedCollections _HashTable+Testing.swift
[44/110] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[45/110] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[46/110] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[47/113] Compiling DequeModule _DequeSlot.swift
[48/113] Compiling DequeModule _UnsafeWrappedBuffer.swift
[49/113] 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, *)
[50/113] 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)
[51/113] 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, *)
[52/113] Compiling OrderedCollections _HashTable+Bucket.swift
[53/113] Compiling OrderedCollections _HashTable+BucketIterator.swift
[54/113] Compiling OrderedCollections _HashTable+Constants.swift
[55/113] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
BUILD FAILURE 6.1 android