Build Information
Successful build of tui-fuzzy-finder, reference 0.5.0 (389e78
), with Swift 6.1 for Linux on 30 Apr 2025 07:07:17 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
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 /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/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: linux
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
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"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" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-async-algorithms
[1/4965] Fetching swift-async-algorithms
[3676/7359] Fetching swift-async-algorithms, swift-service-lifecycle
[7360/22309] Fetching swift-async-algorithms, swift-service-lifecycle, swift-argument-parser
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.37s)
Fetched https://github.com/apple/swift-async-algorithms from cache (1.36s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.37s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (2.41s)
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.89s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.56s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.0.4 (1.66s)
Fetching https://github.com/apple/swift-collections.git
[1/16269] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.83s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (5.46s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.95s)
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/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.7.0
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/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-async-algorithms
Working copy of https://github.com/apple/swift-async-algorithms resolved at 1.0.4
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/24] Write sources
[11/24] Write swift-version-24593BA9C3E375BF.txt
[13/46] Emitting module InternalCollectionsUtilities
[14/48] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[15/48] Compiling InternalCollectionsUtilities Specialize.swift
[16/48] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[17/48] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[18/48] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[19/48] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[20/48] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[21/48] Compiling InternalCollectionsUtilities UInt+reversed.swift
[22/48] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[23/48] Compiling InternalCollectionsUtilities Debugging.swift
[24/48] Compiling InternalCollectionsUtilities Descriptions.swift
[25/48] Compiling ConcurrencyHelpers LockedValueBox.swift
[26/48] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[27/48] Compiling InternalCollectionsUtilities Integer rank.swift
[28/48] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[29/48] Emitting module ArgumentParserToolInfo
[30/48] Compiling ArgumentParserToolInfo ToolInfo.swift
[31/49] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[32/49] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[33/49] Compiling InternalCollectionsUtilities _SortedCollection.swift
[34/49] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[36/50] Wrapping AST for InternalCollectionsUtilities for debugging
[37/50] Wrapping AST for ArgumentParserToolInfo for debugging
[39/158] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[40/158] Compiling OrderedCollections OrderedDictionary+Values.swift
[41/160] Emitting module ConcurrencyHelpers
[42/160] Compiling ConcurrencyHelpers Lock.swift
[44/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[45/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[46/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[47/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[48/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[49/161] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[50/161] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[51/168] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[52/168] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[53/168] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[54/168] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[55/168] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[56/168] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[57/168] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[58/168] Compiling DequeModule _DequeSlot.swift
[59/168] Compiling DequeModule _UnsafeWrappedBuffer.swift
[59/168] Wrapping AST for ConcurrencyHelpers for debugging
[61/168] Compiling OrderedCollections _HashTable+Constants.swift
[62/168] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[63/168] Compiling OrderedCollections _HashTable+Bucket.swift
[64/168] Compiling OrderedCollections _HashTable+BucketIterator.swift
[65/168] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[66/168] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[67/168] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[68/168] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[69/168] Compiling OrderedCollections _HashTable+Testing.swift
[70/168] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[71/171] Compiling OrderedCollections OrderedSet+Initializers.swift
[72/171] Compiling OrderedCollections OrderedSet+Insertions.swift
[73/171] Compiling OrderedCollections OrderedSet+Invariants.swift
[74/171] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[75/171] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[76/171] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[77/171] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[78/171] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[79/171] Compiling OrderedCollections OrderedDictionary.swift
[80/171] Compiling OrderedCollections OrderedSet+Codable.swift
[81/171] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[82/171] Compiling OrderedCollections OrderedSet+Descriptions.swift
[83/171] Compiling OrderedCollections OrderedSet+Diffing.swift
[84/171] Compiling OrderedCollections OrderedSet+Equatable.swift
[85/171] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[86/171] Compiling OrderedCollections OrderedSet+Hashable.swift
[87/171] Compiling OrderedCollections OrderedDictionary+Codable.swift
[88/171] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[89/171] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[90/171] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[91/171] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[92/171] Compiling OrderedCollections OrderedDictionary+Elements.swift
[93/171] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[94/171] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[95/171] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[96/171] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[105/171] Emitting module DequeModule
[107/172] Emitting module UnixSignals
[108/172] Compiling UnixSignals UnixSignal.swift
[109/172] Compiling UnixSignals UnixSignalsSequence.swift
[109/173] Wrapping AST for DequeModule for debugging
[119/173] Wrapping AST for UnixSignals for debugging
[121/173] Compiling OrderedCollections OrderedSet+Sendable.swift
[122/173] Compiling OrderedCollections OrderedSet+SubSequence.swift
[123/173] Compiling OrderedCollections OrderedSet+Testing.swift
[124/173] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[125/173] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[126/173] Compiling OrderedCollections OrderedSet.swift
[127/173] Compiling OrderedCollections _UnsafeBitset.swift
[128/173] Emitting module OrderedCollections
[129/174] Wrapping AST for OrderedCollections for debugging
[131/219] Emitting module AsyncAlgorithms
[132/225] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[133/225] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[134/225] Compiling AsyncAlgorithms MergeStateMachine.swift
[135/225] Compiling AsyncAlgorithms MergeStorage.swift
[136/225] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[137/225] Compiling AsyncAlgorithms Rethrow.swift
[138/225] Emitting module ArgumentParser
[139/225] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[140/225] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[141/225] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[142/225] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[143/225] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[144/225] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[145/230] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[146/230] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[147/230] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[148/230] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[149/230] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[150/230] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[151/230] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[152/230] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[153/230] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[154/230] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[155/230] Compiling AsyncAlgorithms AsyncChannel.swift
[156/230] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[162/230] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[163/230] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[164/230] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[165/230] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[166/230] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[167/230] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[168/230] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[169/230] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[187/230] Compiling ArgumentParser Platform.swift
[188/230] Compiling ArgumentParser SequenceExtensions.swift
[189/230] Compiling ArgumentParser StringExtensions.swift
[190/230] Compiling ArgumentParser Tree.swift
[191/230] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[192/230] Compiling AsyncAlgorithms Locking.swift
[193/230] Compiling AsyncAlgorithms SetAlgebra.swift
[194/230] Compiling AsyncAlgorithms UnsafeTransfer.swift
[195/230] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[196/230] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[197/230] Compiling AsyncAlgorithms ZipStateMachine.swift
[198/230] Compiling AsyncAlgorithms ZipStorage.swift
[199/230] Compiling ArgumentParser CollectionExtensions.swift
[204/230] Compiling AsyncAlgorithms ChannelStateMachine.swift
[205/230] Compiling AsyncAlgorithms ChannelStorage.swift
[206/230] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[207/230] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[208/230] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[209/230] Compiling AsyncAlgorithms CombineLatestStorage.swift
[225/231] Wrapping AST for AsyncAlgorithms for debugging
[227/241] Wrapping AST for ArgumentParser for debugging
[229/241] Compiling FuzzyTUI TerminalSize.swift
[230/241] Compiling FuzzyTUI TerminalKey.swift
[231/242] Compiling FuzzyTUI TTY.swift
[232/242] Compiling FuzzyTUI ViewState.swift
[233/242] Compiling FuzzyTUI FuzzySelector.swift
[234/242] Compiling FuzzyTUI AsyncArray.swift
[235/242] Compiling FuzzyTUI ANSIControlCode.swift
[236/242] Compiling FuzzyTUI Appearance.swift
[237/242] Emitting module FuzzyTUI
[238/242] Compiling FuzzyTUI KeyReader.swift
[239/243] Wrapping AST for FuzzyTUI for debugging
[241/246] Compiling FuzzyFinderCLI DirectoryLister.swift
[242/246] Compiling FuzzyFinderCLI CLI.swift
[243/246] Emitting module FuzzyFinderCLI
[244/247] Wrapping AST for FuzzyFinderCLI for debugging
[245/247] Write Objects.LinkFileList
[246/247] Linking sfzf
Build complete! (70.91s)
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" : "/host/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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.