Build Information
Successful build of tui-fuzzy-finder, reference 0.5.0 (389e78
), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 07:27:10 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 .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/juri/tui-fuzzy-finder.git
Reference: 0.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/juri/tui-fuzzy-finder
* tag 0.5.0 -> FETCH_HEAD
HEAD is now at 389e789 Use release 2.6.3 of swift-service-lifecycle
Cloned https://github.com/juri/tui-fuzzy-finder.git
Revision (git rev-parse @):
389e789ffaf6ef1e68091b4fe886cf94ee819587
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/juri/tui-fuzzy-finder.git at 0.5.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/juri/tui-fuzzy-finder.git
https://github.com/juri/tui-fuzzy-finder.git
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"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"
},
{
"identity" : "swift-service-lifecycle",
"requirement" : {
"range" : [
{
"lower_bound" : "2.6.3",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-service-lifecycle.git"
}
],
"manifest_display_name" : "tui-fuzzy-finder",
"name" : "tui-fuzzy-finder",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "sfzf",
"targets" : [
"FuzzyFinderCLI"
],
"type" : {
"executable" : null
}
},
{
"name" : "FuzzyTUI",
"targets" : [
"FuzzyTUI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FuzzyTUITests",
"module_type" : "SwiftTarget",
"name" : "FuzzyTUITests",
"path" : "Tests/FuzzyTUITests",
"sources" : [
"MatchTests.swift",
"ScoringMatchTests.swift"
],
"target_dependencies" : [
"FuzzyTUI"
],
"type" : "test"
},
{
"c99name" : "FuzzyTUI",
"module_type" : "SwiftTarget",
"name" : "FuzzyTUI",
"path" : "Sources/FuzzyTUI",
"product_dependencies" : [
"AsyncAlgorithms",
"UnixSignals"
],
"product_memberships" : [
"sfzf",
"FuzzyTUI"
],
"sources" : [
"ANSIControlCode.swift",
"Appearance.swift",
"AsyncArray.swift",
"FuzzySelector.swift",
"KeyReader.swift",
"TTY.swift",
"TerminalKey.swift",
"TerminalSize.swift",
"ViewState.swift"
],
"type" : "library"
},
{
"c99name" : "FuzzyFinderCLI",
"module_type" : "SwiftTarget",
"name" : "FuzzyFinderCLI",
"path" : "Sources/FuzzyFinderCLI",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"sfzf"
],
"sources" : [
"CLI.swift",
"DirectoryLister.swift"
],
"target_dependencies" : [
"FuzzyTUI"
],
"type" : "executable"
}
],
"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
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/16] Write sources
[5/16] Write sfzf-entitlement.plist
[6/16] Write sources
[12/16] Write swift-version-2F0A5646E1D333AE.txt
[14/39] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[15/40] Compiling InternalCollectionsUtilities Debugging.swift
[16/40] Compiling InternalCollectionsUtilities Descriptions.swift
[17/40] Compiling InternalCollectionsUtilities _SortedCollection.swift
[18/40] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[19/40] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[20/40] Compiling InternalCollectionsUtilities Specialize.swift
[21/40] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[22/40] Emitting module ArgumentParserToolInfo
[23/40] Compiling ArgumentParserToolInfo ToolInfo.swift
[24/40] Compiling InternalCollectionsUtilities UInt+reversed.swift
[25/40] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[26/40] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[27/40] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[28/40] Compiling InternalCollectionsUtilities Integer rank.swift
[29/40] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[30/40] Emitting module InternalCollectionsUtilities
[31/40] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[32/40] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[33/40] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[34/40] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[35/151] Compiling DequeModule _DequeBufferHeader.swift
[36/151] Compiling DequeModule _DequeSlot.swift
[37/152] Compiling DequeModule _DequeBuffer.swift
[38/152] Compiling OrderedCollections _HashTable+Constants.swift
[39/152] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[40/152] Compiling OrderedCollections _HashTable.swift
[41/152] Compiling OrderedCollections _Hashtable+Header.swift
[42/152] Compiling OrderedCollections _HashTable+Testing.swift
[43/152] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[44/152] Compiling DequeModule _UnsafeWrappedBuffer.swift
[46/152] Compiling OrderedCollections OrderedDictionary+Codable.swift
[47/152] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[48/152] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[49/152] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[50/152] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[55/158] Compiling OrderedCollections _HashTable+Bucket.swift
[56/158] Compiling OrderedCollections _HashTable+BucketIterator.swift
[57/158] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[58/158] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[59/158] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[60/158] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[61/158] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[62/158] Compiling OrderedCollections OrderedSet+Sendable.swift
[63/158] Compiling OrderedCollections OrderedSet+Hashable.swift
[64/158] Compiling OrderedCollections OrderedSet+Initializers.swift
[65/158] Compiling OrderedCollections OrderedSet+Insertions.swift
[66/158] Compiling OrderedCollections OrderedSet+Invariants.swift
[67/158] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[68/158] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[69/158] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[70/158] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[71/158] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[72/158] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[73/158] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[74/158] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[75/158] Compiling OrderedCollections OrderedSet+Codable.swift
[76/158] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[77/158] Compiling OrderedCollections OrderedSet+Descriptions.swift
[78/158] Compiling OrderedCollections OrderedSet+Diffing.swift
[79/158] Compiling OrderedCollections OrderedSet+Equatable.swift
[80/158] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[81/158] Compiling OrderedCollections OrderedDictionary+Elements.swift
[82/158] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[83/158] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[84/158] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[85/158] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[86/158] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[87/158] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[88/158] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[89/158] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[90/158] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[91/158] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[92/158] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[93/158] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[94/158] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[95/158] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[96/158] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[97/158] Compiling OrderedCollections OrderedDictionary+Values.swift
[98/158] Compiling OrderedCollections OrderedDictionary.swift
[99/158] Emitting module DequeModule
[100/158] Compiling ConcurrencyHelpers LockedValueBox.swift
[108/158] Emitting module OrderedCollections
[109/158] Compiling OrderedCollections OrderedSet+SubSequence.swift
[110/158] Compiling OrderedCollections OrderedSet+Testing.swift
[111/158] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[112/158] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[113/158] Compiling OrderedCollections OrderedSet.swift
[114/158] Compiling OrderedCollections _UnsafeBitset.swift
[115/204] Emitting module ConcurrencyHelpers
[116/204] Compiling ConcurrencyHelpers Lock.swift
[117/207] Emitting module AsyncAlgorithms
[118/212] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[119/212] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[120/212] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[121/212] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[122/212] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[123/212] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[124/212] Compiling AsyncAlgorithms ChannelStateMachine.swift
[125/212] Compiling AsyncAlgorithms ChannelStorage.swift
[126/212] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[127/212] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[128/212] Compiling AsyncAlgorithms MergeStateMachine.swift
[129/212] Compiling AsyncAlgorithms MergeStorage.swift
[130/212] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[131/212] Compiling AsyncAlgorithms Rethrow.swift
[132/212] Compiling AsyncAlgorithms SetAlgebra.swift
[133/212] Compiling AsyncAlgorithms Dictionary.swift
[134/212] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[135/212] Compiling AsyncAlgorithms Locking.swift
[136/212] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[137/212] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[138/212] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[139/212] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[140/212] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[141/212] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[142/212] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[143/212] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[144/212] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[145/212] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[146/212] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[147/212] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[148/212] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[149/212] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[150/212] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[151/212] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[152/212] Compiling AsyncAlgorithms AsyncChannel.swift
[153/212] Emitting module UnixSignals
[154/212] Compiling UnixSignals UnixSignal.swift
[155/212] Compiling UnixSignals UnixSignalsSequence.swift
[156/212] Compiling AsyncAlgorithms UnsafeTransfer.swift
[157/212] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[158/212] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[159/212] Compiling AsyncAlgorithms ZipStateMachine.swift
[160/212] Compiling AsyncAlgorithms ZipStorage.swift
[161/212] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[162/212] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[163/212] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[164/212] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[165/212] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[166/212] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[167/212] Compiling AsyncAlgorithms CombineLatestStorage.swift
[168/212] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[169/212] Compiling AsyncAlgorithms DebounceStateMachine.swift
[170/212] Compiling AsyncAlgorithms DebounceStorage.swift
[175/226] Emitting module ArgumentParser
[186/226] Compiling ArgumentParser Platform.swift
[187/226] Compiling ArgumentParser SequenceExtensions.swift
[188/226] Compiling ArgumentParser StringExtensions.swift
[189/226] Compiling ArgumentParser Tree.swift
[214/226] Compiling FuzzyTUI ViewState.swift
[215/226] Compiling FuzzyTUI Appearance.swift
[216/226] Compiling FuzzyTUI TerminalSize.swift
[217/226] Compiling FuzzyTUI TTY.swift
[218/226] Compiling FuzzyTUI AsyncArray.swift
[219/226] Compiling FuzzyTUI KeyReader.swift
[220/226] Compiling FuzzyTUI TerminalKey.swift
[221/226] Compiling FuzzyTUI FuzzySelector.swift
[222/226] Emitting module FuzzyTUI
[223/226] Compiling FuzzyTUI ANSIControlCode.swift
[224/229] Emitting module FuzzyFinderCLI
[225/229] Compiling FuzzyFinderCLI DirectoryLister.swift
[226/229] Compiling FuzzyFinderCLI CLI.swift
[226/229] Write Objects.LinkFileList
[227/229] Linking sfzf
[228/229] Applying sfzf
Build complete! (17.39s)
Fetching https://github.com/apple/swift-async-algorithms
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-argument-parser from cache
[1/2394] Fetching swift-service-lifecycle
[600/7359] Fetching swift-service-lifecycle, swift-async-algorithms
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.08s)
Fetched https://github.com/apple/swift-async-algorithms from cache (1.08s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.09s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (1.64s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.7.0 (0.51s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.60s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.0.4 (1.24s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (0.79s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.89s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.43s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-async-algorithms
Working copy of https://github.com/apple/swift-async-algorithms resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.7.0
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"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"
},
{
"identity" : "swift-service-lifecycle",
"requirement" : {
"range" : [
{
"lower_bound" : "2.6.3",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-service-lifecycle.git"
}
],
"manifest_display_name" : "tui-fuzzy-finder",
"name" : "tui-fuzzy-finder",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "sfzf",
"targets" : [
"FuzzyFinderCLI"
],
"type" : {
"executable" : null
}
},
{
"name" : "FuzzyTUI",
"targets" : [
"FuzzyTUI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FuzzyTUITests",
"module_type" : "SwiftTarget",
"name" : "FuzzyTUITests",
"path" : "Tests/FuzzyTUITests",
"sources" : [
"MatchTests.swift",
"ScoringMatchTests.swift"
],
"target_dependencies" : [
"FuzzyTUI"
],
"type" : "test"
},
{
"c99name" : "FuzzyTUI",
"module_type" : "SwiftTarget",
"name" : "FuzzyTUI",
"path" : "Sources/FuzzyTUI",
"product_dependencies" : [
"AsyncAlgorithms",
"UnixSignals"
],
"product_memberships" : [
"sfzf",
"FuzzyTUI"
],
"sources" : [
"ANSIControlCode.swift",
"Appearance.swift",
"AsyncArray.swift",
"FuzzySelector.swift",
"KeyReader.swift",
"TTY.swift",
"TerminalKey.swift",
"TerminalSize.swift",
"ViewState.swift"
],
"type" : "library"
},
{
"c99name" : "FuzzyFinderCLI",
"module_type" : "SwiftTarget",
"name" : "FuzzyFinderCLI",
"path" : "Sources/FuzzyFinderCLI",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"sfzf"
],
"sources" : [
"CLI.swift",
"DirectoryLister.swift"
],
"target_dependencies" : [
"FuzzyTUI"
],
"type" : "executable"
}
],
"tools_version" : "6.0"
}
Done.