Build Information
Successful build of swift-persistable-timer, reference main (154bcb), with Swift 6.1 for macOS (SPM) on 25 Nov 2025 21:38:38 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .statsBuild 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 /Users/admin/builder/spi-builder-workspace/.git/
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: macosSpm
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
{
"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" : "/Users/admin/builder/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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/10] Write sources
[4/10] Copying PrivacyInfo.xcprivacy
[5/10] Write sources
[9/10] Write swift-version-2F0A5646E1D333AE.txt
[11/38] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[12/39] Compiling InternalCollectionsUtilities Descriptions.swift
[13/39] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[14/39] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[15/39] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[16/39] Compiling InternalCollectionsUtilities Debugging.swift
[17/39] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[18/39] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[19/39] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[20/39] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[21/39] Compiling InternalCollectionsUtilities _SortedCollection.swift
[22/39] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[23/39] Compiling InternalCollectionsUtilities UInt+reversed.swift
[24/39] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[25/39] Compiling InternalCollectionsUtilities Integer rank.swift
[26/39] Emitting module InternalCollectionsUtilities
[27/39] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[28/39] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[29/111] Compiling DequeModule _DequeSlot.swift
[30/112] Compiling DequeModule _DequeBufferHeader.swift
[31/112] Compiling DequeModule _DequeBuffer.swift
[32/112] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[33/112] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[34/112] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[35/112] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[36/112] Compiling DequeModule _UnsafeWrappedBuffer.swift
[37/112] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[38/112] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[39/112] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[40/112] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[41/112] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[42/112] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[43/118] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[44/118] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[45/118] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[46/118] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[47/118] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[48/118] Compiling OrderedCollections OrderedSet+Sendable.swift
[49/118] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[50/118] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[51/118] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[52/118] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[53/118] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[54/118] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[55/118] Compiling OrderedCollections _HashTable+Constants.swift
[56/118] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[57/118] Compiling OrderedCollections _HashTable+Bucket.swift
[58/118] Compiling OrderedCollections _HashTable+BucketIterator.swift
[59/118] Compiling OrderedCollections _HashTable.swift
[60/118] Compiling OrderedCollections OrderedDictionary+Elements.swift
[61/118] Compiling OrderedCollections _Hashtable+Header.swift
[62/118] Compiling OrderedCollections OrderedDictionary+Codable.swift
[63/118] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[64/118] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[65/118] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[66/118] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[67/118] Compiling OrderedCollections OrderedSet+Hashable.swift
[68/118] Compiling OrderedCollections OrderedSet+Initializers.swift
[69/118] Compiling OrderedCollections OrderedSet+Insertions.swift
[70/118] Compiling OrderedCollections OrderedSet+Invariants.swift
[71/118] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[72/118] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[73/118] Compiling OrderedCollections OrderedSet+Codable.swift
[74/118] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[75/118] Compiling OrderedCollections OrderedSet+Descriptions.swift
[76/118] Compiling OrderedCollections OrderedSet+Diffing.swift
[77/118] Compiling OrderedCollections OrderedSet+Equatable.swift
[78/118] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[79/118] Compiling OrderedCollections _HashTable+Testing.swift
[80/118] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[86/118] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[87/118] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[88/118] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[89/118] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[90/118] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[91/118] Compiling OrderedCollections OrderedDictionary+Values.swift
[92/118] Compiling OrderedCollections OrderedDictionary.swift
[93/118] Emitting module DequeModule
[101/118] Compiling OrderedCollections OrderedSet+SubSequence.swift
[102/118] Compiling OrderedCollections OrderedSet+Testing.swift
[103/118] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[104/118] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[105/118] Compiling OrderedCollections OrderedSet.swift
[106/118] Compiling OrderedCollections _UnsafeBitset.swift
[107/118] Emitting module OrderedCollections
[108/168] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[109/168] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[110/168] Compiling AsyncAlgorithms AsyncShareSequence.swift
[111/168] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[112/168] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[113/168] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[114/173] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[115/173] Compiling AsyncAlgorithms AsyncChannel.swift
[116/173] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[117/173] Compiling AsyncAlgorithms ChannelStateMachine.swift
[118/173] Compiling AsyncAlgorithms ChannelStorage.swift
[119/173] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[120/173] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[121/173] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[122/173] Compiling AsyncAlgorithms CombineLatestStorage.swift
[123/173] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[124/173] Compiling AsyncAlgorithms Locking.swift
[125/173] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[126/173] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[127/173] Compiling AsyncAlgorithms MergeStateMachine.swift
[128/173] Compiling AsyncAlgorithms MergeStorage.swift
[129/173] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[130/173] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[131/173] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[132/173] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[133/173] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[134/173] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[135/173] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[136/173] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[137/173] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[138/173] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[139/173] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[140/173] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[141/173] Compiling AsyncAlgorithms DebounceStateMachine.swift
[142/173] Compiling AsyncAlgorithms DebounceStorage.swift
[143/173] Compiling AsyncAlgorithms Dictionary.swift
[144/173] Compiling AsyncAlgorithms _TinyArray.swift
[145/173] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[146/173] Compiling ConcurrencyExtras Result.swift
[147/174] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
[148/174] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
[149/174] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[150/174] Compiling AsyncAlgorithms Rethrow.swift
[151/174] Compiling AsyncAlgorithms SetAlgebra.swift
[152/174] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[153/174] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[154/174] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[155/174] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[156/174] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[157/174] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[158/174] Compiling AsyncAlgorithms UnsafeTransfer.swift
[159/174] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[160/174] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[161/174] Compiling AsyncAlgorithms ZipStateMachine.swift
[162/174] Compiling AsyncAlgorithms ZipStorage.swift
[163/174] Emitting module AsyncAlgorithms
[164/174] Compiling ConcurrencyExtras UncheckedSendable.swift
[165/174] Compiling ConcurrencyExtras Task.swift
[166/174] Compiling ConcurrencyExtras LockIsolated.swift
[167/174] Compiling ConcurrencyExtras MainSerialExecutor.swift
[168/174] Compiling ConcurrencyExtras UncheckedBox.swift
[169/174] Compiling ConcurrencyExtras Locking.swift
[170/174] Emitting module ConcurrencyExtras
[171/174] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[172/174] Compiling ConcurrencyExtras AsyncStream.swift
[175/178] Emitting module PersistableTimerCore
[176/178] Compiling PersistableTimerCore DataSource.swift
[177/178] Compiling PersistableTimerCore RestoreTimerData.swift
[178/178] Compiling PersistableTimerCore RestoreTimerContainer.swift
[179/185] Compiling PersistableTimer exported.swift
[180/185] Compiling PersistableTimer resource_bundle_accessor.swift
[181/185] Emitting module PersistableTimer
[182/185] Compiling PersistableTimer PersistableTimer.swift
[183/185] Compiling PersistableTimerText exported.swift
[184/185] Emitting module PersistableTimerText
[185/185] Compiling PersistableTimerText PersistableTimerText.swift
Build complete! (16.32s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/pointfreeco/swift-concurrency-extras.git from cache
[1/5714] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.13s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras.git from cache (1.15s)
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.66s)
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.54s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (1.28s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.92s)
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
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
Build complete.
{
"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" : "/Users/admin/builder/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" : "/Users/admin/builder/spi-builder-workspace/Sources/PersistableTimer/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"PersistableTimer.swift",
"exported.swift"
],
"target_dependencies" : [
"PersistableTimerCore"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.