Build Information
Successful build of tui-fuzzy-finder, reference main (389e78
), with Swift 6.1 for Linux on 30 Apr 2025 07:07:50 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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: 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/juri/tui-fuzzy-finder
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
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-4606859-0":/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/2394] Fetching swift-service-lifecycle
[2395/7359] Fetching swift-service-lifecycle, swift-async-algorithms
[6020/22309] Fetching swift-service-lifecycle, swift-async-algorithms, swift-argument-parser
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.59s)
[12590/19915] Fetching swift-async-algorithms, swift-argument-parser
Fetched https://github.com/apple/swift-async-algorithms from cache (0.59s)
[7774/14950] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.26s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (2.51s)
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 (1.06s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.67s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.0.4 (1.87s)
Fetching https://github.com/apple/swift-collections.git
[1/16269] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.79s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (5.64s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.03s)
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-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-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
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
[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 ConcurrencyHelpers LockedValueBox.swift
[19/48] Compiling InternalCollectionsUtilities Debugging.swift
[20/48] Compiling InternalCollectionsUtilities Descriptions.swift
[21/48] Compiling InternalCollectionsUtilities _SortedCollection.swift
[22/48] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[23/48] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[24/48] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[25/48] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[26/48] Compiling InternalCollectionsUtilities Integer rank.swift
[27/48] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[28/48] Emitting module ArgumentParserToolInfo
[29/48] Compiling ArgumentParserToolInfo ToolInfo.swift
[30/49] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[31/49] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[32/49] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[33/49] Compiling InternalCollectionsUtilities UInt+reversed.swift
[34/49] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[36/50] Wrapping AST for ArgumentParserToolInfo for debugging
[37/50] Wrapping AST for InternalCollectionsUtilities for debugging
[39/158] Compiling OrderedCollections OrderedDictionary+Codable.swift
[40/158] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[41/160] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[42/160] Compiling OrderedCollections OrderedDictionary+Elements.swift
[43/160] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[44/160] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[45/160] Compiling OrderedCollections _HashTable+Bucket.swift
[46/160] Compiling OrderedCollections _HashTable+BucketIterator.swift
[47/160] Compiling OrderedCollections _HashTable+Testing.swift
[48/160] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[49/160] Compiling OrderedCollections _HashTable+Constants.swift
[50/160] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[51/160] Compiling DequeModule _DequeSlot.swift
[52/160] Compiling DequeModule _UnsafeWrappedBuffer.swift
[53/160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[54/160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[55/160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[56/160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[57/160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[58/160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[59/160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[60/167] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[61/167] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[62/167] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[63/167] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[64/167] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[65/167] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[66/167] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[67/167] Compiling OrderedCollections OrderedSet+Initializers.swift
[68/167] Compiling OrderedCollections OrderedSet+Insertions.swift
[69/167] Compiling OrderedCollections OrderedSet+Invariants.swift
[70/167] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[71/167] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[72/167] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[73/167] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[74/167] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[75/167] Emitting module ConcurrencyHelpers
[76/167] Compiling ConcurrencyHelpers Lock.swift
[77/168] Compiling OrderedCollections OrderedDictionary.swift
[78/168] Compiling OrderedCollections OrderedSet+Codable.swift
[79/168] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[80/168] Compiling OrderedCollections OrderedSet+Descriptions.swift
[81/168] Compiling OrderedCollections OrderedSet+Diffing.swift
[82/168] Compiling OrderedCollections OrderedSet+Equatable.swift
[83/168] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[84/168] Compiling OrderedCollections OrderedSet+Hashable.swift
[85/168] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[86/168] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[96/168] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[97/168] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[98/168] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[99/168] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[100/168] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[101/168] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[102/168] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[103/168] Compiling OrderedCollections OrderedDictionary+Values.swift
[104/168] Emitting module DequeModule
[105/169] Wrapping AST for ConcurrencyHelpers for debugging
[106/172] Wrapping AST for DequeModule for debugging
[116/172] Emitting module UnixSignals
[117/172] Emitting module OrderedCollections
[118/172] Compiling UnixSignals UnixSignal.swift
[119/172] Compiling OrderedCollections OrderedSet+Sendable.swift
[120/172] Compiling OrderedCollections OrderedSet+SubSequence.swift
[121/172] Compiling OrderedCollections OrderedSet+Testing.swift
[122/172] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[123/172] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[124/172] Compiling OrderedCollections OrderedSet.swift
[125/172] Compiling OrderedCollections _UnsafeBitset.swift
[126/173] Compiling UnixSignals UnixSignalsSequence.swift
[128/174] Wrapping AST for OrderedCollections for debugging
[129/219] Wrapping AST for UnixSignals for debugging
[131/219] Emitting module ArgumentParser
[132/224] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[133/224] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[134/224] Compiling AsyncAlgorithms MergeStateMachine.swift
[135/224] Compiling AsyncAlgorithms MergeStorage.swift
[136/224] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[137/224] Compiling ArgumentParser CollectionExtensions.swift
[138/230] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[139/230] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[140/230] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[141/230] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[142/230] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[143/230] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[144/230] Emitting module AsyncAlgorithms
[146/230] Compiling ArgumentParser Platform.swift
[147/230] Compiling ArgumentParser SequenceExtensions.swift
[148/230] Compiling ArgumentParser StringExtensions.swift
[149/230] Compiling ArgumentParser Tree.swift
[150/230] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[151/230] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[152/230] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[153/230] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[154/230] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[155/230] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[156/230] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[157/230] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[158/230] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[159/230] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[160/230] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[165/230] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[166/230] Compiling AsyncAlgorithms Locking.swift
[178/230] Compiling AsyncAlgorithms AsyncChannel.swift
[179/230] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[186/230] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[187/230] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[188/230] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[189/230] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[190/230] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[191/230] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[192/230] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[193/230] Compiling AsyncAlgorithms ChannelStateMachine.swift
[194/230] Compiling AsyncAlgorithms ChannelStorage.swift
[195/230] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[196/230] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[197/230] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[198/230] Compiling AsyncAlgorithms CombineLatestStorage.swift
[199/230] Compiling AsyncAlgorithms SetAlgebra.swift
[200/230] Compiling AsyncAlgorithms UnsafeTransfer.swift
[201/230] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[202/230] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[203/230] Compiling AsyncAlgorithms ZipStateMachine.swift
[204/230] Compiling AsyncAlgorithms ZipStorage.swift
[226/232] Wrapping AST for AsyncAlgorithms for debugging
[227/241] Wrapping AST for ArgumentParser for debugging
[229/241] Compiling FuzzyTUI TerminalKey.swift
[230/241] Compiling FuzzyTUI TerminalSize.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] Compiling FuzzyTUI KeyReader.swift
[238/242] Emitting module FuzzyTUI
[239/243] Wrapping AST for FuzzyTUI for debugging
[241/246] Compiling FuzzyFinderCLI DirectoryLister.swift
[242/246] Emitting module FuzzyFinderCLI
[243/246] Compiling FuzzyFinderCLI CLI.swift
[244/247] Wrapping AST for FuzzyFinderCLI for debugging
[245/247] Write Objects.LinkFileList
[246/247] Linking sfzf
Build complete! (71.58s)
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.