The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SublimationService, reference main (55ba94), with Swift 6.0 for Linux on 3 Dec 2024 09:58:21 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.58.4
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.0
Building package at path:  $PWD
https://github.com/brightdigit/SublimationService.git
{
  "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-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/brightdigit/Sublimation
[1/2258] Fetching swift-service-lifecycle
[24/7298] Fetching swift-service-lifecycle, sublimation
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.32s)
Fetched https://github.com/brightdigit/Sublimation from cache (0.36s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.6.2 (0.96s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4557] Fetching swift-async-algorithms
[1277/8280] Fetching swift-async-algorithms, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.56s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.57s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.2 (0.59s)
Fetching https://github.com/apple/swift-collections.git
[1/15603] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.10s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (2.61s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.39s)
Computing version for https://github.com/brightdigit/Sublimation
Computed https://github.com/brightdigit/Sublimation at 2.0.1 (0.43s)
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/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.6.2
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.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.6.2
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
Building for debugging...
[0/12] Write sources
[11/12] Write swift-version-24593BA9C3E375BF.txt
[13/40] Emitting module InternalCollectionsUtilities
[14/42] Compiling SublimationCore Sublimatory.swift
[15/42] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[16/42] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[17/42] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[18/42] Compiling ConcurrencyHelpers LockedValueBox.swift
[19/42] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[20/42] Compiling InternalCollectionsUtilities Specialize.swift
[21/42] Compiling InternalCollectionsUtilities _SortedCollection.swift
[22/42] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[23/42] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[24/42] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[25/42] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[26/42] Compiling InternalCollectionsUtilities Integer rank.swift
[27/42] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[28/42] Compiling InternalCollectionsUtilities UInt+reversed.swift
[29/42] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[30/42] Compiling InternalCollectionsUtilities Debugging.swift
[31/42] Compiling InternalCollectionsUtilities Descriptions.swift
[32/42] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[33/42] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[35/113] Emitting module Logging
[36/113] Compiling Logging LogHandler.swift
[37/113] Compiling Logging Logging.swift
[38/113] Compiling Logging Locks.swift
[39/113] Compiling Logging MetadataProvider.swift
[40/114] Compiling DequeModule Deque+CustomReflectable.swift
[41/114] Compiling DequeModule Deque+Descriptions.swift
[43/116] Emitting module ConcurrencyHelpers
[44/116] Compiling ConcurrencyHelpers Lock.swift
[46/120] Compiling DequeModule _DequeBuffer.swift
[47/120] Compiling DequeModule _DequeBufferHeader.swift
[48/120] Compiling DequeModule Deque+Equatable.swift
[49/120] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[50/120] Compiling DequeModule Deque+Testing.swift
[51/120] Compiling DequeModule Deque._Storage.swift
[52/120] Compiling OrderedCollections OrderedDictionary+Codable.swift
[53/120] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[54/120] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[55/120] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[56/120] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[57/120] Compiling OrderedCollections OrderedDictionary+Elements.swift
[58/120] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[59/120] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[60/127] Compiling OrderedCollections OrderedDictionary.swift
[61/127] Compiling OrderedCollections OrderedSet+Codable.swift
[62/127] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[63/127] Compiling OrderedCollections OrderedSet+Descriptions.swift
[64/127] Compiling OrderedCollections OrderedSet+Diffing.swift
[65/127] Compiling OrderedCollections OrderedSet+Equatable.swift
[66/127] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[67/127] Compiling OrderedCollections OrderedSet+Hashable.swift
[68/127] Compiling UnixSignals UnixSignal.swift
[69/127] Compiling DequeModule Deque+Extras.swift
[70/127] Compiling DequeModule Deque+Hashable.swift
[71/127] Compiling DequeModule Deque._UnsafeHandle.swift
[72/127] Compiling DequeModule Deque.swift
[73/127] Compiling DequeModule _DequeSlot.swift
[74/127] Compiling DequeModule _UnsafeWrappedBuffer.swift
[75/127] Emitting module UnixSignals
[76/127] Compiling UnixSignals UnixSignalsSequence.swift
[85/128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[86/128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[87/128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[88/128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[89/128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[90/128] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[91/128] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[92/128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[93/128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[94/128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[95/128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[96/128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[97/128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[98/128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[99/128] Compiling OrderedCollections OrderedSet+Initializers.swift
[100/128] Compiling OrderedCollections OrderedSet+Insertions.swift
[101/128] Compiling OrderedCollections OrderedSet+Invariants.swift
[102/128] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[103/128] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[104/128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[105/128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[106/128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[108/128] Compiling DequeModule Deque+Codable.swift
[109/128] Compiling DequeModule Deque+Collection.swift
[110/128] Emitting module DequeModule
[111/129] Emitting module SublimationCore
[112/129] Compiling SublimationCore Application.swift
[115/132] Compiling OrderedCollections OrderedSet+Sendable.swift
[116/132] Compiling OrderedCollections OrderedSet+SubSequence.swift
[117/132] Compiling OrderedCollections OrderedSet+Testing.swift
[118/132] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[119/132] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[120/132] Compiling OrderedCollections OrderedSet.swift
[121/132] Compiling OrderedCollections _UnsafeBitset.swift
[122/132] Emitting module Sublimation
[123/132] Compiling Sublimation Sublimation.swift
[125/133] Emitting module OrderedCollections
[135/179] Emitting module AsyncAlgorithms
[136/185] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[137/185] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[138/185] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[139/185] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[140/185] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[141/185] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[142/185] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[143/185] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[144/185] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[145/185] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[146/185] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[147/185] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[148/185] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[149/185] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[150/185] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[151/185] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[152/185] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[153/185] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[154/185] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[155/185] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[156/185] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[157/185] Compiling AsyncAlgorithms DebounceStateMachine.swift
[158/185] Compiling AsyncAlgorithms DebounceStorage.swift
[159/185] Compiling AsyncAlgorithms Dictionary.swift
[160/185] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[161/185] Compiling AsyncAlgorithms Locking.swift
[162/185] Compiling AsyncAlgorithms SetAlgebra.swift
[163/185] Compiling AsyncAlgorithms UnsafeTransfer.swift
[164/185] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[165/185] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[166/185] Compiling AsyncAlgorithms ZipStateMachine.swift
[167/185] Compiling AsyncAlgorithms ZipStorage.swift
[168/185] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[169/185] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[170/185] Compiling AsyncAlgorithms MergeStateMachine.swift
[171/185] Compiling AsyncAlgorithms MergeStorage.swift
[172/185] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[173/185] Compiling AsyncAlgorithms Rethrow.swift
[174/185] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[175/185] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[176/185] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[177/185] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[178/185] Compiling AsyncAlgorithms AsyncChannel.swift
[179/185] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[180/185] Compiling AsyncAlgorithms ChannelStateMachine.swift
[181/185] Compiling AsyncAlgorithms ChannelStorage.swift
[182/185] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[183/185] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[184/185] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[185/185] Compiling AsyncAlgorithms CombineLatestStorage.swift
[187/194] Compiling ServiceLifecycle CancellationWaiter.swift
[188/195] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[189/195] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[190/195] Emitting module ServiceLifecycle
[191/195] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[192/195] Compiling ServiceLifecycle ServiceRunnerError.swift
[193/195] Compiling ServiceLifecycle Service.swift
[194/195] Compiling ServiceLifecycle ServiceGroup.swift
[195/195] Compiling ServiceLifecycle GracefulShutdown.swift
[197/198] Compiling SublimationService Service.swift
[198/198] Emitting module SublimationService
Build complete! (33.71s)
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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.