The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftLogExport, reference main (c66168), with Swift 6.2 for Linux on 1 Mar 2026 01:47:57 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/atacan/SwiftLogExport.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/atacan/SwiftLogExport
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c661684 Add Swift version and platform badges to Readme
Cloned https://github.com/atacan/SwiftLogExport.git
Revision (git rev-parse @):
c661684b07d3d746345b90ed57030b5aafb61fac
SUCCESS checkout https://github.com/atacan/SwiftLogExport.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/atacan/SwiftLogExport.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:257b0ae9749b4eea8553a58f7bf60a672611c061e9b845ccfee371e7c1138ce8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-log.git
[1/20255] Fetching swift-collections
[2/22904] Fetching swift-collections, swift-service-lifecycle
[3609/29046] Fetching swift-collections, swift-service-lifecycle, swift-async-algorithms
[3690/35136] Fetching swift-collections, swift-service-lifecycle, swift-async-algorithms, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.53s)
[12640/29046] Fetching swift-collections, swift-service-lifecycle, swift-async-algorithms
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.47s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.47s)
Fetched https://github.com/apple/swift-collections.git from cache (1.53s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.2 (2.52s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.05s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.10.1 (0.65s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (0.51s)
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.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.10.1
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.10.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
[9/10] Write swift-version-24593BA9C3E375BF.txt
[11/34] Compiling InternalCollectionsUtilities UInt+reversed.swift
[12/34] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[13/36] Compiling Logging LogHandler.swift
[14/36] Compiling ConcurrencyHelpers LockedValueBox.swift
[15/36] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[16/36] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[17/36] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[18/36] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[19/36] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[20/36] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[21/36] Emitting module InternalCollectionsUtilities
[22/36] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[23/36] Compiling InternalCollectionsUtilities Integer rank.swift
[24/36] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[25/36] Compiling InternalCollectionsUtilities _SortedCollection.swift
[26/36] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[27/36] Compiling InternalCollectionsUtilities Debugging.swift
[28/36] Compiling InternalCollectionsUtilities Descriptions.swift
[29/36] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[30/36] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[32/107] Compiling OrderedCollections OrderedDictionary+Codable.swift
[33/107] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[34/109] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[35/109] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[36/109] Compiling Logging Locks.swift
[37/109] Emitting module Logging
[38/109] Compiling Logging MetadataProvider.swift
[39/109] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[40/109] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[41/109] Emitting module ConcurrencyHelpers
[42/109] Compiling ConcurrencyHelpers Lock.swift
[44/112] Compiling DequeModule _DequeSlot.swift
[45/112] Compiling DequeModule _UnsafeWrappedBuffer.swift
[46/113] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[47/113] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[48/113] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[49/113] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[50/113] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[51/113] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[52/113] Emitting module UnixSignals
[53/113] Compiling Logging Logging.swift
[54/114] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[55/114] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[56/114] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[57/114] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[58/114] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[59/114] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[60/114] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[61/114] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[62/114] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[63/114] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[64/114] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[65/114] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[66/114] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[67/114] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[77/121] Compiling OrderedCollections OrderedDictionary.swift
[78/121] Compiling OrderedCollections OrderedSet+Codable.swift
[79/121] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[80/121] Compiling OrderedCollections OrderedSet+Descriptions.swift
[81/121] Compiling OrderedCollections OrderedSet+Diffing.swift
[82/121] Compiling OrderedCollections OrderedSet+Equatable.swift
[83/121] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[84/121] Compiling OrderedCollections OrderedSet+Hashable.swift
[85/121] Compiling UnixSignals UnixSignal.swift
[86/121] Compiling UnixSignals UnixSignalsSequence.swift
[88/122] Compiling OrderedCollections OrderedSet+Initializers.swift
[89/122] Compiling OrderedCollections OrderedSet+Insertions.swift
[90/122] Compiling OrderedCollections OrderedSet+Invariants.swift
[91/122] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[92/122] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[93/122] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[94/122] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[95/122] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[96/122] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[97/122] Compiling OrderedCollections OrderedDictionary+Elements.swift
[98/122] Emitting module DequeModule
[108/123] Compiling OrderedCollections _HashTable+Bucket.swift
[109/123] Compiling OrderedCollections _HashTable+BucketIterator.swift
[110/123] Compiling OrderedCollections _HashTable+Constants.swift
[111/123] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[112/123] Compiling OrderedCollections _HashTable+Testing.swift
[113/123] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[114/123] Compiling OrderedCollections _HashTable.swift
[115/123] Compiling OrderedCollections _Hashtable+Header.swift
[116/123] Compiling OrderedCollections OrderedSet+Sendable.swift
[117/123] Compiling OrderedCollections OrderedSet+SubSequence.swift
[118/123] Compiling OrderedCollections OrderedSet+Testing.swift
[119/123] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[120/123] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[121/123] Compiling OrderedCollections OrderedSet.swift
[122/123] Compiling OrderedCollections _UnsafeBitset.swift
[123/123] Emitting module OrderedCollections
[125/174] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[126/174] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[127/174] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[128/174] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[129/174] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[130/174] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[131/174] Compiling AsyncAlgorithms AsyncMapErrorSequence.swift
[132/181] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[133/181] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[134/181] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[135/181] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[136/181] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[137/181] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[138/181] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[139/181] Emitting module AsyncAlgorithms
[140/181] Compiling AsyncAlgorithms ChannelStateMachine.swift
[141/181] Compiling AsyncAlgorithms ChannelStorage.swift
[142/181] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[143/181] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[144/181] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[145/181] Compiling AsyncAlgorithms CombineLatestStorage.swift
[146/181] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[147/181] Compiling AsyncAlgorithms Rethrow.swift
[148/181] Compiling AsyncAlgorithms SetAlgebra.swift
[149/181] Compiling AsyncAlgorithms UnsafeTransfer.swift
[150/181] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[151/181] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[152/181] Compiling AsyncAlgorithms ZipStateMachine.swift
[153/181] Compiling AsyncAlgorithms ZipStorage.swift
[154/181] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[155/181] Compiling AsyncAlgorithms AsyncShareSequence.swift
[156/181] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[157/181] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[158/181] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[159/181] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[160/181] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[161/181] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[162/181] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[163/181] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[164/181] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[165/181] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[166/181] Compiling AsyncAlgorithms AsyncChannel.swift
[167/181] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[168/181] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[169/181] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[170/181] Compiling AsyncAlgorithms MergeStateMachine.swift
[171/181] Compiling AsyncAlgorithms MergeStorage.swift
[172/181] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
[173/181] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
[174/181] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[175/181] Compiling AsyncAlgorithms DebounceStateMachine.swift
[176/181] Compiling AsyncAlgorithms DebounceStorage.swift
[177/181] Compiling AsyncAlgorithms Dictionary.swift
[178/181] Compiling AsyncAlgorithms Disconnected.swift
[179/181] Compiling AsyncAlgorithms _TinyArray.swift
[180/181] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[181/181] Compiling AsyncAlgorithms Locking.swift
[183/191] Compiling ServiceLifecycle ClosureService.swift
[184/192] Compiling ServiceLifecycle ServiceRunnerError.swift
[185/192] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[186/192] Emitting module ServiceLifecycle
[187/192] Compiling ServiceLifecycle CancellationWaiter.swift
[188/192] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[189/192] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[190/192] Compiling ServiceLifecycle Service.swift
[191/192] Compiling ServiceLifecycle GracefulShutdown.swift
[192/192] Compiling ServiceLifecycle ServiceGroup.swift
[194/200] Compiling SwiftLogExport BatchLogRecordProcessor.swift
[195/200] Compiling SwiftLogExport BatchLogRecordProcessorConfiguration.swift
[196/200] Compiling SwiftLogExport LogRecordExporter.swift
[197/200] Emitting module SwiftLogExport
[198/200] Compiling SwiftLogExport LogRecordProcessor.swift
[199/200] Compiling SwiftLogExport LogRecordHandler.swift
[200/200] Compiling SwiftLogExport LogRecord.swift
Build complete! (34.01s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "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-service-lifecycle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.4.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-service-lifecycle.git"
    }
  ],
  "manifest_display_name" : "SwiftLogExport",
  "name" : "SwiftLogExport",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftLogExport",
      "targets" : [
        "SwiftLogExport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftLogExportTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftLogExportTests",
      "path" : "Tests/SwiftLogExportTests",
      "sources" : [
        "SwiftLogExportTests.swift"
      ],
      "target_dependencies" : [
        "SwiftLogExport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftLogExport",
      "module_type" : "SwiftTarget",
      "name" : "SwiftLogExport",
      "path" : "Sources/SwiftLogExport",
      "product_dependencies" : [
        "AsyncAlgorithms",
        "DequeModule",
        "Logging",
        "ServiceLifecycle"
      ],
      "product_memberships" : [
        "SwiftLogExport"
      ],
      "sources" : [
        "BatchLogRecordProcessor.swift",
        "BatchLogRecordProcessorConfiguration.swift",
        "LogRecord.swift",
        "LogRecordExporter.swift",
        "LogRecordHandler.swift",
        "LogRecordProcessor.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:257b0ae9749b4eea8553a58f7bf60a672611c061e9b845ccfee371e7c1138ce8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.