The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SublimationService, reference main (55ba94), with Swift 6.1 for Linux on 29 Apr 2025 07:39:41 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brightdigit/SublimationService.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/brightdigit/SublimationService
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 55ba94d v1.0.0 (#1)
Cloned https://github.com/brightdigit/SublimationService.git
Revision (git rev-parse @):
55ba94df72507c6ef90005ea9db753d36317e56b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/brightdigit/SublimationService.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/brightdigit/SublimationService.git
https://github.com/brightdigit/SublimationService.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "sublimation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0-alpha.5",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/brightdigit/Sublimation"
    },
    {
      "identity" : "swift-service-lifecycle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.6.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-service-lifecycle.git"
    }
  ],
  "manifest_display_name" : "SublimationService",
  "name" : "SublimationService",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "SublimationService",
      "targets" : [
        "SublimationService"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SublimationServiceTests",
      "module_type" : "SwiftTarget",
      "name" : "SublimationServiceTests",
      "path" : "Tests/SublimationServiceTests",
      "sources" : [
        "ServiceTests.swift"
      ],
      "target_dependencies" : [
        "SublimationService"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SublimationService",
      "module_type" : "SwiftTarget",
      "name" : "SublimationService",
      "path" : "Sources/SublimationService",
      "product_dependencies" : [
        "Sublimation",
        "ServiceLifecycle"
      ],
      "product_memberships" : [
        "SublimationService"
      ],
      "sources" : [
        "Service.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/brightdigit/Sublimation
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/2394] Fetching swift-service-lifecycle
[1605/7434] Fetching swift-service-lifecycle, sublimation
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.35s)
Fetched https://github.com/brightdigit/Sublimation from cache (0.42s)
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.00s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-log.git
[1/4965] Fetching swift-async-algorithms
[796/8801] Fetching swift-async-algorithms, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.43s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.43s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.10s)
Fetching https://github.com/apple/swift-collections.git
[1/16269] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.45s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (4.00s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.55s)
Computing version for https://github.com/brightdigit/Sublimation
Computed https://github.com/brightdigit/Sublimation at 2.0.1 (0.54s)
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/brightdigit/Sublimation
Working copy of https://github.com/brightdigit/Sublimation resolved at 2.0.1
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.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.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
Building for debugging...
[0/12] Write sources
[11/12] Write swift-version-24593BA9C3E375BF.txt
[13/40] Compiling Logging LogHandler.swift
[14/40] Compiling SublimationCore Sublimatory.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[15/40] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[16/40] Compiling InternalCollectionsUtilities Integer rank.swift
[17/40] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[18/40] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[19/40] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[20/40] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[21/40] Emitting module InternalCollectionsUtilities
[22/40] Compiling InternalCollectionsUtilities UInt+reversed.swift
[23/40] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[24/42] Compiling ConcurrencyHelpers LockedValueBox.swift
[25/42] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[26/42] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[27/42] Compiling InternalCollectionsUtilities _SortedCollection.swift
[28/42] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[29/42] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[30/42] Compiling InternalCollectionsUtilities Specialize.swift
[31/42] Compiling InternalCollectionsUtilities Debugging.swift
[32/42] Compiling InternalCollectionsUtilities Descriptions.swift
[33/42] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[34/42] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[36/113] Compiling Logging MetadataProvider.swift
[37/113] Compiling Logging Logging.swift
[38/113] Compiling Logging Locks.swift
[39/113] Emitting module Logging
[40/114] Compiling ConcurrencyHelpers Lock.swift
[41/114] Emitting module ConcurrencyHelpers
[42/114] Emitting module SublimationCore
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[43/114] Compiling SublimationCore Application.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[44/116] Compiling OrderedCollections _HashTable+Testing.swift
[45/116] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[49/118] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[50/118] Compiling OrderedCollections OrderedDictionary+Elements.swift
[51/118] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[52/118] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[53/118] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[54/118] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[55/123] Compiling Sublimation Sublimation.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[56/123] Emitting module Sublimation
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[57/124] Compiling OrderedCollections OrderedDictionary+Codable.swift
[58/124] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[65/131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[66/131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[67/131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[68/131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[69/131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[70/131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[71/131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[72/131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[73/131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[74/131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[75/131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[76/131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[77/131] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[78/131] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[79/131] Emitting module UnixSignals
[80/131] Compiling DequeModule _DequeSlot.swift
[81/131] Compiling DequeModule _UnsafeWrappedBuffer.swift
[83/131] Compiling OrderedCollections _HashTable+Constants.swift
[84/131] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[85/131] Compiling OrderedCollections OrderedDictionary.swift
[86/131] Compiling OrderedCollections OrderedSet+Codable.swift
[87/131] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[88/131] Compiling OrderedCollections OrderedSet+Descriptions.swift
[89/131] Compiling OrderedCollections OrderedSet+Diffing.swift
[90/131] Compiling OrderedCollections OrderedSet+Equatable.swift
[91/131] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[92/131] Compiling OrderedCollections OrderedSet+Hashable.swift
[93/131] Compiling OrderedCollections OrderedSet+Initializers.swift
[94/131] Compiling OrderedCollections OrderedSet+Insertions.swift
[95/131] Compiling OrderedCollections OrderedSet+Invariants.swift
[96/131] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[97/131] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[98/131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[99/131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[100/131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[101/131] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[102/131] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[103/131] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[104/131] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[105/131] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[106/131] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[107/131] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[108/131] Compiling OrderedCollections OrderedDictionary+Values.swift
[109/131] Emitting module DequeModule
[112/131] Compiling OrderedCollections _HashTable+Bucket.swift
[113/131] Compiling OrderedCollections _HashTable+BucketIterator.swift
[115/132] Compiling UnixSignals UnixSignalsSequence.swift
[116/132] Compiling UnixSignals UnixSignal.swift
[126/133] Emitting module OrderedCollections
[127/133] Compiling OrderedCollections OrderedSet+Sendable.swift
[128/133] Compiling OrderedCollections OrderedSet+SubSequence.swift
[129/133] Compiling OrderedCollections OrderedSet+Testing.swift
[130/133] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[131/133] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[132/133] Compiling OrderedCollections OrderedSet.swift
[133/133] Compiling OrderedCollections _UnsafeBitset.swift
[135/179] Emitting module AsyncAlgorithms
[136/179] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[137/179] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[138/179] Compiling AsyncAlgorithms MergeStateMachine.swift
[139/179] Compiling AsyncAlgorithms MergeStorage.swift
[140/179] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[141/179] Compiling AsyncAlgorithms Rethrow.swift
[142/185] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[143/185] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[144/185] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[145/185] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[146/185] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[147/185] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[148/185] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[149/185] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[150/185] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[151/185] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[152/185] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[153/185] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[154/185] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[155/185] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[156/185] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[157/185] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[158/185] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[159/185] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[160/185] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[161/185] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[162/185] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[163/185] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[164/185] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[165/185] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[166/185] Compiling AsyncAlgorithms AsyncChannel.swift
[167/185] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[168/185] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[169/185] Compiling AsyncAlgorithms DebounceStateMachine.swift
[170/185] Compiling AsyncAlgorithms DebounceStorage.swift
[171/185] Compiling AsyncAlgorithms Dictionary.swift
[172/185] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[173/185] Compiling AsyncAlgorithms Locking.swift
[174/185] Compiling AsyncAlgorithms ChannelStateMachine.swift
[175/185] Compiling AsyncAlgorithms ChannelStorage.swift
[176/185] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[177/185] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[178/185] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[179/185] Compiling AsyncAlgorithms CombineLatestStorage.swift
[180/185] Compiling AsyncAlgorithms SetAlgebra.swift
[181/185] Compiling AsyncAlgorithms UnsafeTransfer.swift
[182/185] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[183/185] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[184/185] Compiling AsyncAlgorithms ZipStateMachine.swift
[185/185] Compiling AsyncAlgorithms ZipStorage.swift
[187/194] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[188/195] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[189/195] Compiling ServiceLifecycle ServiceRunnerError.swift
[190/195] Compiling ServiceLifecycle GracefulShutdown.swift
[191/195] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[192/195] Compiling ServiceLifecycle CancellationWaiter.swift
[193/195] Compiling ServiceLifecycle Service.swift
[194/195] Emitting module ServiceLifecycle
[195/195] Compiling ServiceLifecycle ServiceGroup.swift
[197/198] Compiling SublimationService Service.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[198/198] Emitting module SublimationService
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
Build complete! (33.49s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "sublimation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0-alpha.5",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/brightdigit/Sublimation"
    },
    {
      "identity" : "swift-service-lifecycle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.6.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-service-lifecycle.git"
    }
  ],
  "manifest_display_name" : "SublimationService",
  "name" : "SublimationService",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "SublimationService",
      "targets" : [
        "SublimationService"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SublimationServiceTests",
      "module_type" : "SwiftTarget",
      "name" : "SublimationServiceTests",
      "path" : "Tests/SublimationServiceTests",
      "sources" : [
        "ServiceTests.swift"
      ],
      "target_dependencies" : [
        "SublimationService"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SublimationService",
      "module_type" : "SwiftTarget",
      "name" : "SublimationService",
      "path" : "Sources/SublimationService",
      "product_dependencies" : [
        "Sublimation",
        "ServiceLifecycle"
      ],
      "product_memberships" : [
        "SublimationService"
      ],
      "sources" : [
        "Service.swift"
      ],
      "type" : "library"
    }
  ],
  "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.