Build Information
Successful build of swift-profile-recorder, reference 0.3.16 (dc22b1), with Swift 6.0 for Linux on 31 Mar 2026 01:20:16 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-profile-recorder.git
Reference: 0.3.16
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/apple/swift-profile-recorder
* tag 0.3.16 -> FETCH_HEAD
HEAD is now at dc22b17 Populate `Location.address` in `Pprof` renderer (#62)
Cloned https://github.com/apple/swift-profile-recorder.git
Revision (git rev-parse @):
dc22b17d43b56d499baf808ec47425b950bd948b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-profile-recorder.git at 0.3.16
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/apple/swift-profile-recorder.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:1db7dbcaf887dbb499f5976218948969b74406bfba66e3dcc9b7cf6b3e333907
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package.swift:26:13: warning: variable 'packageDependencies' was never mutated; consider changing to 'let' constant
24 | ],
25 | dependencies: {
26 | var packageDependencies: [Package.Dependency] = [
| `- warning: variable 'packageDependencies' was never mutated; consider changing to 'let' constant
27 | .package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.0.0"),
28 | .package(url: "https://github.com/apple/swift-atomics.git", from: "1.0.0"),
/host/spi-builder-workspace/Package.swift:114:21: warning: variable 'profileRecorderServerTargetDeps' was never mutated; consider changing to 'let' constant
112 | name: "ProfileRecorderServer",
113 | dependencies: {
114 | var profileRecorderServerTargetDeps: [Target.Dependency] = [
| `- warning: variable 'profileRecorderServerTargetDeps' was never mutated; consider changing to 'let' constant
115 | "ProfileRecorderHelpers",
116 | .product(name: "NIO", package: "swift-nio"),
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/swift-server/async-http-client.git
[1/6491] Fetching swift-nio-extras
[196/49638] Fetching swift-nio-extras, swift-protobuf
[3568/55952] Fetching swift-nio-extras, swift-protobuf, swift-log
[4633/71619] Fetching swift-nio-extras, swift-protobuf, swift-log, async-http-client
[22564/154587] Fetching swift-nio-extras, swift-protobuf, swift-log, async-http-client, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (2.09s)
[58101/148273] Fetching swift-nio-extras, swift-protobuf, async-http-client, swift-nio
Fetched https://github.com/swift-server/async-http-client.git from cache (2.10s)
Fetching https://github.com/apple/swift-argument-parser.git
[43264/132606] Fetching swift-nio-extras, swift-protobuf, swift-nio
[50367/150077] Fetching swift-nio-extras, swift-protobuf, swift-nio, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.44s)
[62165/132606] Fetching swift-nio-extras, swift-protobuf, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (10.70s)
Fetched https://github.com/apple/swift-protobuf.git from cache (10.83s)
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-nio.git from cache (11.28s)
[1/1820] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (1.80s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.66s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (0.66s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.36.1 (0.74s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.33.0 (0.83s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-algorithms.git
[1/2686] Fetching swift-service-lifecycle
[539/4455] Fetching swift-service-lifecycle, swift-asn1
[2025/11580] Fetching swift-service-lifecycle, swift-asn1, swift-certificates
[2829/17638] Fetching swift-service-lifecycle, swift-asn1, swift-certificates, swift-algorithms
[4933/23862] Fetching swift-service-lifecycle, swift-asn1, swift-certificates, swift-algorithms, swift-async-algorithms
[19585/39222] Fetching swift-service-lifecycle, swift-asn1, swift-certificates, swift-algorithms, swift-async-algorithms, swift-nio-ssl
Fetched https://github.com/apple/swift-algorithms.git from cache (0.60s)
[19801/33164] Fetching swift-service-lifecycle, swift-asn1, swift-certificates, swift-async-algorithms, swift-nio-ssl
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetched https://github.com/apple/swift-asn1.git from cache (0.65s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.65s)
[12115/25171] Fetching swift-service-lifecycle, swift-certificates, swift-nio-ssl
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-http-types.git
[14574/26390] Fetching swift-service-lifecycle, swift-certificates, swift-nio-ssl, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.30s)
[16416/25171] Fetching swift-service-lifecycle, swift-certificates, swift-nio-ssl
[20564/37241] Fetching swift-service-lifecycle, swift-certificates, swift-nio-ssl, swift-nio-http2
[37242/38192] Fetching swift-service-lifecycle, swift-certificates, swift-nio-ssl, swift-nio-http2, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (1.25s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (2.38s)
Fetched https://github.com/apple/swift-certificates.git from cache (2.38s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.73s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.42s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (4.16s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.93s)
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.86s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (1.39s)
Fetching https://github.com/apple/swift-collections.git
[1/23277] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.30s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.1 (1.01s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.61s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (1.09s)
Fetching https://github.com/apple/swift-system.git
[1/5601] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.41s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (2.38s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.61s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (0.81s)
Fetching https://github.com/apple/swift-crypto.git
[1/17276] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (8.47s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (0.68s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (1.35s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (2.25s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.3.0 (2.72s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.33.1 (0.85s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2821] Fetching swift-nio-transport-services
[820/8512] Fetching swift-nio-transport-services, swift-distributed-tracing
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.41s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.49s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (0.62s)
Fetching https://github.com/apple/swift-service-context.git
[1/1210] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.30s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.3.0 (0.68s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (0.72s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.42.0 (0.77s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.1 (0.89s)
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.6.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.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.4.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.97.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.33.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.3.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.26.0
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.3
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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.36.1
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.7.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.42.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.6.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.10.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.33.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.18.0
[1/1] Compiling plugin GenerateDoccReference
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[3/86] Write sources
[18/86] Compiling CProfileRecorderSwiftELF empty.c
[18/86] Write sources
[18/86] Copying PrivacyInfo.xcprivacy
[18/86] Write sources
[30/86] Compiling CProfileRecorderSampler os_dep_darwin.c
[31/86] Compiling CProfileRecorderDarwin empty.c
[32/86] Compiling _AtomicsShims.c
[33/86] Compiling CNIOWindows shim.c
[34/86] Compiling CNIOWindows WSAStartup.c
[35/86] Compiling CNIOOpenBSD shim.c
[36/86] Compiling CProfileRecorderSampler fp_unwinder.c
[37/86] Compiling CNIOWASI CNIOWASI.c
[38/86] Compiling CNIOPosix event_loop_id.c
[39/86] Compiling CProfileRecorderSampler sampler.c
[40/86] Compiling CSystem shims.c
[41/86] Compiling CNIOLinux liburing_shims.c
[42/86] Compiling CNIODarwin shim.c
[43/86] Compiling CNIOLLHTTP c_nio_http.c
[43/86] Write sources
[43/86] Compiling CNIOLLHTTP c_nio_api.c
[48/86] Compiling CProfileRecorderSampler os_dep_linux.c
[49/86] Compiling CNIOLinux shim.c
[50/86] Write swift-version-24593BA9C3E375BF.txt
[51/86] Compiling CNIOLLHTTP c_nio_llhttp.c
[52/231] Compiling c-nioatomics.c
[53/249] Compiling c-atomics.c
[55/251] Compiling Atomics AtomicStorage.swift
[56/251] Compiling Atomics AtomicValue.swift
[57/253] Compiling Atomics UnsafeAtomic.swift
[58/253] Compiling Atomics UnsafeAtomicLazyReference.swift
[59/253] Compiling Atomics RawRepresentable.swift
[60/253] Compiling Atomics AtomicBool.swift
[63/253] Compiling Atomics OptionalRawRepresentable.swift
[64/255] Emitting module InternalCollectionsUtilities
[66/255] Compiling Atomics IntegerConformances.swift
[67/255] Compiling Atomics PointerConformances.swift
[70/255] Compiling Atomics Primitives.native.swift
[71/255] Compiling Atomics AtomicInteger.swift
[72/255] Compiling Atomics AtomicOptionalWrappable.swift
[73/255] Compiling Atomics AtomicReference.swift
[74/255] Compiling Atomics AtomicMemoryOrderings.swift
[75/255] Compiling Atomics DoubleWord.swift
[76/255] Compiling Atomics ManagedAtomic.swift
[77/255] Compiling Atomics ManagedAtomicLazyReference.swift
[87/255] Compiling _NIOBase64 Base64.swift
[88/255] Emitting module _NIOBase64
[89/256] Compiling InternalCollectionsUtilities _SortedCollection.swift
[90/256] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[93/257] Compiling _NIODataStructures PriorityQueue.swift
[94/257] Compiling _NIODataStructures _TinyArray.swift
[94/257] Wrapping AST for _NIOBase64 for debugging
[98/264] Emitting module ArgumentParserToolInfo
[99/264] Compiling ArgumentParserToolInfo ToolInfo.swift
[101/298] Compiling ContainersPreview RandomAccessContainer.swift
[102/298] Compiling ContainersPreview RangeExpression2.swift
[103/298] Compiling ContainersPreview RangeReplaceableContainer.swift
[104/298] Compiling ContainersPreview Drain+Map.swift
[105/302] Compiling ContainersPreview OutputSpan+Extras.swift
[106/302] Compiling ContainersPreview TemporaryAllocation.swift
[107/302] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[108/302] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[109/302] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[110/302] Emitting module ContainersPreview
[111/302] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[112/302] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[113/302] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[114/302] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[115/302] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[116/302] Compiling ContainersPreview Container.swift
[117/302] Compiling ContainersPreview ContainerIterator.swift
[118/302] Compiling ContainersPreview DynamicContainer.swift
[119/302] Compiling ContainersPreview MutableContainer.swift
[120/302] Compiling ContainersPreview PermutableContainer.swift
[121/302] Compiling ContainersPreview Producer+Map.swift
[122/302] Compiling ContainersPreview Producer+Reduce.swift
[123/302] Compiling ContainersPreview Producer.swift
[124/302] Compiling ContainersPreview Borrow.swift
[125/302] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[126/302] Compiling ContainersPreview BorrowingSequence.swift
[127/302] Compiling ContainersPreview BidirectionalContainer.swift
[128/302] Compiling ContainersPreview Container+Filter.swift
[129/302] Compiling ContainersPreview Container+SpanwiseZip.swift
[130/302] Compiling ContainersPreview Drain+Reduce.swift
[131/302] Compiling ContainersPreview Drain.swift
[132/302] Compiling ContainersPreview Producer+Collect.swift
[133/302] Compiling ContainersPreview Producer+Filter.swift
[134/302] Emitting module Atomics
[144/302] Emitting module SystemPackage
[158/306] Compiling NIOConcurrencyHelpers lock.swift
[159/306] Compiling SystemPackage Util.swift
[160/306] Compiling SystemPackage UtilConsumers.swift
[161/306] Compiling ContainersPreview InputSpan.swift
[162/306] Compiling ContainersPreview Shared.swift
[163/306] Compiling Logging MetadataProvider.swift
[172/307] Emitting module SwiftProtobuf
[173/311] Emitting module NIOConcurrencyHelpers
[174/318] Emitting module _NIODataStructures
[175/318] Compiling _NIODataStructures Heap.swift
[176/319] Wrapping AST for InternalCollectionsUtilities for debugging
[178/319] Wrapping AST for ArgumentParserToolInfo for debugging
[180/319] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[181/319] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[182/319] Compiling NIOConcurrencyHelpers atomics.swift
[183/319] Compiling NIOConcurrencyHelpers NIOLock.swift
[184/319] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[184/320] Wrapping AST for _NIODataStructures for debugging
[186/321] Wrapping AST for ContainersPreview for debugging
[188/350] Compiling Logging LogHandler.swift
[189/355] Compiling Logging Locks.swift
[190/355] Emitting module Logging
[191/355] Compiling Logging Logging.swift
[192/407] Compiling ArgumentParser BashCompletionsGenerator.swift
[193/407] Compiling ArgumentParser CompletionsGenerator.swift
[194/407] Compiling ArgumentParser FishCompletionsGenerator.swift
[195/408] Wrapping AST for NIOConcurrencyHelpers for debugging
[197/408] Compiling ArgumentParser Name.swift
[198/408] Compiling ArgumentParser Parsed.swift
[199/408] Compiling ArgumentParser ParsedValues.swift
[200/408] Compiling ArgumentParser ParserError.swift
[201/408] Compiling ArgumentParser SplitArguments.swift
[206/413] Compiling ArgumentParser ZshCompletionsGenerator.swift
[207/413] Compiling ArgumentParser Argument.swift
[208/413] Compiling ArgumentParser ArgumentDiscussion.swift
[209/413] Compiling ArgumentParser ArgumentHelp.swift
[210/413] Compiling ArgumentParser DumpHelpGenerator.swift
[211/413] Compiling ArgumentParser HelpCommand.swift
[212/413] Compiling ArgumentParser HelpGenerator.swift
[213/413] Compiling ArgumentParser MessageInfo.swift
[214/413] Compiling ArgumentParser UsageGenerator.swift
[215/413] Compiling ArgumentParser CollectionExtensions.swift
[216/413] Compiling ArgumentParser ArgumentVisibility.swift
[217/413] Compiling ArgumentParser CompletionKind.swift
[218/413] Compiling ArgumentParser Errors.swift
[219/413] Compiling ArgumentParser Flag.swift
[219/413] Wrapping AST for Logging for debugging
[220/413] Wrapping AST for Atomics for debugging
[239/413] Compiling ArgumentParser NameSpecification.swift
[240/413] Compiling ArgumentParser Option.swift
[241/413] Compiling ArgumentParser OptionGroup.swift
[242/413] Compiling ArgumentParser ParentCommand.swift
[243/413] Compiling ArgumentParser AsyncParsableCommand.swift
[244/413] Compiling ArgumentParser CommandConfiguration.swift
[245/413] Compiling ArgumentParser CommandGroup.swift
[249/413] Compiling ArgumentParser ParsableCommand.swift
[250/414] Wrapping AST for SystemPackage for debugging
[253/414] Compiling ArgumentParser ArgumentDecoder.swift
[254/414] Compiling ArgumentParser ArgumentDefinition.swift
[255/414] Compiling ArgumentParser ArgumentSet.swift
[256/414] Compiling ArgumentParser CommandParser.swift
[257/414] Compiling ArgumentParser InputKey.swift
[259/414] Compiling ArgumentParser EnumerableFlag.swift
[260/414] Compiling ArgumentParser ExpressibleByArgument.swift
[261/414] Compiling ArgumentParser ParsableArguments.swift
[262/414] Compiling ArgumentParser InputOrigin.swift
[266/414] Compiling DequeModule UniqueDeque+Replacements.swift
[267/414] Compiling DequeModule UniqueDeque.swift
[268/414] Compiling DequeModule _DequeSlot.swift
[269/414] Compiling DequeModule _UnsafeDequeHandle.swift
[270/414] Compiling DequeModule _UnsafeDequeSegments.swift
[271/414] Compiling ArgumentParser SwiftExtensions.swift
[272/414] Compiling SwiftProtobuf MathUtils.swift
[273/414] Compiling SwiftProtobuf Message+AnyAdditions.swift
[274/414] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[281/414] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[282/414] Compiling SwiftProtobuf Message+FieldMask.swift
[283/414] Compiling SwiftProtobuf Message+JSONAdditions.swift
[284/414] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[285/414] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[286/414] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[287/414] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[288/414] Compiling SwiftProtobuf Message.swift
[289/414] Compiling SwiftProtobuf MessageExtension.swift
[290/414] Compiling SwiftProtobuf NameMap.swift
[291/414] Compiling SwiftProtobuf PathDecoder.swift
[292/414] Compiling SwiftProtobuf PathVisitor.swift
[293/414] Compiling SwiftProtobuf ProtoNameProviding.swift
[294/414] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[295/414] Compiling SwiftProtobuf ProtobufMap.swift
[296/414] Compiling SwiftProtobuf SelectiveVisitor.swift
[297/414] Compiling SwiftProtobuf SimpleExtensionMap.swift
[298/414] Compiling SwiftProtobuf StringUtils.swift
[299/414] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[300/414] Compiling SwiftProtobuf SwiftProtobufError.swift
[301/414] Compiling SwiftProtobuf TextFormatDecoder.swift
[302/414] Compiling SwiftProtobuf TextFormatDecodingError.swift
[303/414] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[304/414] Compiling SwiftProtobuf TextFormatEncoder.swift
[305/414] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[306/414] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[307/414] Compiling SwiftProtobuf TextFormatScanner.swift
[308/414] Compiling SwiftProtobuf TimeUtils.swift
[309/414] Compiling SwiftProtobuf UnknownStorage.swift
[310/414] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[311/414] Compiling SwiftProtobuf Varint.swift
[312/414] Compiling SwiftProtobuf Version.swift
[313/414] Compiling SwiftProtobuf Visitor.swift
[314/414] Compiling SwiftProtobuf WireFormat.swift
[315/414] Compiling SwiftProtobuf ZigZag.swift
[316/414] Compiling SwiftProtobuf any.pb.swift
[322/414] Emitting module DequeModule
[335/415] Wrapping AST for DequeModule for debugging
[343/485] Compiling NIOCore IPProtocol.swift
[344/485] Compiling NIOCore IntegerBitPacking.swift
[345/485] Compiling NIOCore IntegerTypes.swift
[346/485] Compiling NIOCore Interfaces.swift
[347/485] Compiling NIOCore Linux.swift
[348/485] Compiling NIOCore MarkedCircularBuffer.swift
[349/485] Compiling NIOCore EventLoop+SerialExecutor.swift
[350/485] Compiling NIOCore EventLoop.swift
[351/485] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[352/485] Compiling NIOCore EventLoopFuture+Deprecated.swift
[353/485] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[354/485] Compiling NIOCore EventLoopFuture.swift
[355/485] Compiling NIOCore CircularBuffer.swift
[356/485] Compiling NIOCore Codec.swift
[357/485] Compiling NIOCore ConvenienceOptionSupport.swift
[358/485] Compiling NIOCore DeadChannel.swift
[359/485] Compiling NIOCore DispatchQueue+WithFuture.swift
[360/485] Compiling NIOCore EventLoop+Deprecated.swift
[361/485] Compiling NIOCore ByteBuffer-aux.swift
[362/485] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[363/485] Compiling NIOCore ByteBuffer-conversions.swift
[364/485] Compiling NIOCore ByteBuffer-core.swift
[365/485] Compiling NIOCore ByteBuffer-hex.swift
[366/485] Compiling NIOCore ByteBuffer-int.swift
[367/485] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[368/485] Compiling NIOCore ChannelHandler.swift
[369/485] Compiling NIOCore ChannelHandlers.swift
[370/485] Compiling NIOCore ChannelInvoker.swift
[371/485] Compiling NIOCore ChannelOption.swift
[372/485] Compiling NIOCore ChannelPipeline.swift
[373/485] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[374/485] Compiling NIOCore BSDSocketAPI.swift
[375/485] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[376/485] Compiling NIOCore NIOAsyncWriter.swift
[377/485] Compiling NIOCore ByteBuffer-multi-int.swift
[378/485] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[379/485] Compiling NIOCore ByteBuffer-views.swift
[380/485] Compiling NIOCore Channel.swift
[381/485] Compiling NIOCore NIOCoreSendableMetatype.swift
[382/485] Compiling NIOCore NIODecodedAsyncSequence.swift
[383/485] Compiling NIOCore NIOLoopBound.swift
[384/485] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[385/485] Compiling NIOCore NIOScheduledCallback.swift
[386/485] Compiling NIOCore NIOSendable.swift
[387/485] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[388/485] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[389/485] Compiling NIOCore RecvByteBufferAllocator.swift
[390/493] Emitting module ArgumentParser
[391/493] Compiling NIOCore AddressedEnvelope.swift
[392/493] Compiling NIOCore AsyncAwaitSupport.swift
[393/493] Compiling NIOCore AsyncChannel.swift
[394/493] Compiling NIOCore AsyncChannelHandler.swift
[395/493] Compiling NIOCore AsyncChannelInboundStream.swift
[396/493] Compiling NIOCore AsyncChannelOutboundWriter.swift
[397/493] Compiling NIOCore NIOAsyncSequenceProducer.swift
[398/494] Wrapping AST for ArgumentParser for debugging
[406/494] Compiling NIOCore MulticastChannel.swift
[407/494] Compiling NIOCore NIOAny.swift
[408/494] Compiling NIOCore NIOCloseOnErrorHandler.swift
[421/494] Compiling NIOCore FileDescriptor.swift
[422/494] Compiling NIOCore FileHandle.swift
[423/494] Compiling NIOCore FileRegion.swift
[424/494] Compiling NIOCore GlobalSingletons.swift
[425/494] Compiling NIOCore IO.swift
[426/494] Compiling NIOCore IOData.swift
[427/494] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[428/494] Compiling NIOCore SocketAddresses.swift
[429/494] Compiling NIOCore SocketOptionProvider.swift
[430/494] Compiling NIOCore SystemCallHelpers.swift
[431/494] Compiling NIOCore TimeAmount+Duration.swift
[432/494] Compiling NIOCore TypeAssistedChannelHandler.swift
[433/494] Compiling NIOCore UniversalBootstrapSupport.swift
[434/494] Compiling NIOCore Utilities.swift
[462/494] Emitting module NIOCore
[464/495] Compiling SwiftProtobuf api.pb.swift
[465/495] Compiling SwiftProtobuf descriptor.pb.swift
[466/495] Compiling SwiftProtobuf duration.pb.swift
[467/495] Compiling SwiftProtobuf empty.pb.swift
[468/495] Compiling SwiftProtobuf field_mask.pb.swift
[469/495] Compiling SwiftProtobuf source_context.pb.swift
[470/495] Compiling SwiftProtobuf struct.pb.swift
[471/495] Compiling SwiftProtobuf timestamp.pb.swift
[472/495] Compiling SwiftProtobuf type.pb.swift
[473/495] Compiling SwiftProtobuf wrappers.pb.swift
[474/495] Compiling SwiftProtobuf resource_bundle_accessor.swift
[475/496] Wrapping AST for NIOCore for debugging
[476/496] Wrapping AST for SwiftProtobuf for debugging
[478/550] Compiling NIOEmbedded AsyncTestingChannel.swift
[479/550] Compiling NIOEmbedded Embedded.swift
[480/550] Emitting module NIOEmbedded
[481/550] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[483/551] Emitting module NIOPosix
[484/557] Compiling NIOPosix BSDSocketAPICommon.swift
[485/557] Compiling NIOPosix BSDSocketAPIPosix.swift
[486/557] Compiling NIOPosix BSDSocketAPIWindows.swift
[487/557] Compiling NIOPosix BaseSocket.swift
[488/557] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[489/557] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[490/557] Compiling NIOPosix BaseSocketChannel.swift
[490/557] Wrapping AST for NIOEmbedded for debugging
[492/557] Compiling NIOPosix ServerSocket.swift
[493/557] Compiling NIOPosix Socket.swift
[494/557] Compiling NIOPosix SocketChannel.swift
[495/557] Compiling NIOPosix SocketProtocols.swift
[496/557] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[497/557] Compiling NIOPosix System.swift
[498/557] Compiling NIOPosix Thread.swift
[499/557] Compiling NIOPosix PipePair.swift
[500/557] Compiling NIOPosix Pool.swift
[501/557] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[502/557] Compiling NIOPosix PosixSingletons.swift
[503/557] Compiling NIOPosix RawSocketBootstrap.swift
[504/557] Compiling NIOPosix Resolver.swift
[505/557] Compiling NIOPosix Selectable.swift
[506/557] Compiling NIOPosix HappyEyeballs.swift
[507/557] Compiling NIOPosix IO.swift
[508/557] Compiling NIOPosix IntegerBitPacking.swift
[509/557] Compiling NIOPosix IntegerTypes.swift
[510/557] Compiling NIOPosix Linux.swift
[511/557] Compiling NIOPosix LinuxCPUSet.swift
[512/557] Compiling NIOPosix LinuxUring.swift
[513/557] Compiling NIOPosix SelectableChannel.swift
[514/557] Compiling NIOPosix SelectableEventLoop.swift
[515/557] Compiling NIOPosix SelectorEpoll.swift
[516/557] Compiling NIOPosix SelectorGeneric.swift
[517/557] Compiling NIOPosix SelectorKqueue.swift
[518/557] Compiling NIOPosix SelectorUring.swift
[519/557] Compiling NIOPosix SelectorWSAPoll.swift
[520/557] Compiling NIOPosix ThreadPosix.swift
[521/557] Compiling NIOPosix ThreadWindows.swift
[522/557] Compiling NIOPosix Utilities.swift
[523/557] Compiling NIOPosix VsockAddress.swift
[524/557] Compiling NIOPosix VsockChannelEvents.swift
[525/557] Compiling NIOPosix Windows.swift
[526/557] Compiling NIOPosix BaseStreamSocketChannel.swift
[527/557] Compiling NIOPosix Bootstrap.swift
[528/557] Compiling NIOPosix ControlMessage.swift
[529/557] Compiling NIOPosix DatagramVectorReadManager.swift
[530/557] Compiling NIOPosix Errors+Any.swift
[531/557] Compiling NIOPosix FileDescriptor.swift
[532/557] Compiling NIOPosix GetaddrinfoResolver.swift
[533/557] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[534/557] Compiling NIOPosix NIOPosixSendableMetatype.swift
[535/557] Compiling NIOPosix NIOThreadPool.swift
[536/557] Compiling NIOPosix NonBlockingFileIO.swift
[537/557] Compiling NIOPosix PendingDatagramWritesManager.swift
[538/557] Compiling NIOPosix PendingWritesManager.swift
[539/557] Compiling NIOPosix PipeChannel.swift
[540/558] Wrapping AST for NIOPosix for debugging
[542/596] Compiling NIO Exports.swift
[543/596] Emitting module NIO
[545/597] Emitting module _NIOFileSystem
[546/601] Compiling _NIOFileSystem ParallelRemoval.swift
[547/601] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[548/601] Compiling _NIOFileSystem CInterop.swift
[549/601] Compiling _NIOFileSystem Errno.swift
[550/601] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[551/601] Compiling _NIOFileSystem NIOFilePath.swift
[552/601] Compiling _NIOFileSystem NIOFileSystemSendableMetatype.swift
[553/601] Compiling _NIOFileSystem OpenOptions.swift
[554/601] Compiling _NIOFileSystem String+FileSystem.swift
[555/601] Compiling _NIOFileSystem Array+FileSystem.swift
[556/601] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[557/601] Compiling _NIOFileSystem BufferedReader.swift
[558/601] Compiling _NIOFileSystem BufferedWriter.swift
[559/601] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[559/601] Wrapping AST for NIO for debugging
[561/601] Compiling _NIOFileSystem ByteCount.swift
[562/601] Compiling _NIOFileSystem Convenience.swift
[563/601] Compiling _NIOFileSystem DirectoryEntries.swift
[564/601] Compiling _NIOFileSystem DirectoryEntry.swift
[565/601] Compiling _NIOFileSystem Exports.swift
[566/622] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[567/622] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[568/622] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[569/622] Emitting module NIOFoundationCompat
[570/622] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[571/622] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[572/622] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[574/625] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[575/625] Compiling _NIOFileSystem BufferedStream.swift
[576/625] Compiling _NIOFileSystem Cancellation.swift
[577/625] Compiling _NIOFileSystem TokenBucket.swift
[578/625] Compiling _NIOFileSystem ParallelDirCopy.swift
[579/625] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[580/625] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[581/625] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[582/625] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[583/625] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[584/625] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[585/625] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[586/625] Compiling NIOHTTP1 HTTPTypes.swift
[587/625] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[588/625] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[588/625] Wrapping AST for NIOFoundationCompat for debugging
[590/625] Emitting module NIOHTTP1
[591/625] Compiling NIOHTTP1 ByteCollectionUtils.swift
[592/625] Compiling NIOHTTP1 HTTPDecoder.swift
[593/625] Compiling NIOHTTP1 HTTPEncoder.swift
[594/625] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[595/625] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[597/626] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[598/626] Compiling _NIOFileSystem FileSystemError.swift
[599/626] Compiling _NIOFileSystem FileSystemProtocol.swift
[600/626] Compiling _NIOFileSystem FileType.swift
[601/626] Compiling _NIOFileSystem IOStrategy.swift
[604/626] Compiling _NIOFileSystem FileHandleProtocol.swift
[605/626] Compiling _NIOFileSystem FileInfo.swift
[606/626] Compiling _NIOFileSystem FileSystem.swift
[607/626] Compiling _NIOFileSystem Mocking.swift
[608/626] Compiling _NIOFileSystem Syscall.swift
[609/626] Compiling _NIOFileSystem Syscalls.swift
[610/626] Compiling _NIOFileSystem SystemFileHandle.swift
[611/626] Compiling _NIOFileSystem Utilities.swift
[612/627] Wrapping AST for NIOHTTP1 for debugging
[613/627] Wrapping AST for _NIOFileSystem for debugging
[615/647] Compiling NIOFileSystem Exports.swift
[616/647] Emitting module NIOFileSystem
[618/648] Compiling NIOExtras RequestResponseHandler.swift
[619/648] Compiling NIOExtras RequestResponseHandlers+State.swift
[620/650] Compiling NIOExtras DebugInboundEventsHandler.swift
[621/650] Compiling NIOExtras DebugOutboundEventsHandler.swift
[622/650] Compiling NIOExtras FixedLengthFrameDecoder.swift
[623/650] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[624/650] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[625/650] Compiling NIOExtras JSONRPCFraming.swift
[626/650] Emitting module NIOExtras
[627/650] Compiling NIOExtras PCAPRingBuffer.swift
[628/650] Compiling NIOExtras QuiescingHelper.swift
[629/650] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[630/650] Compiling NIOExtras NIOExtrasError.swift
[631/650] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[632/650] Compiling NIOExtras LengthFieldPrepender.swift
[633/650] Compiling NIOExtras LineBasedFrameDecoder.swift
[634/650] Compiling NIOExtras NIOLengthFieldBitLength.swift
[635/650] Compiling NIOExtras NIORequestIdentifiable.swift
[635/650] Wrapping AST for NIOFileSystem for debugging
[637/652] Compiling NIOExtras RequestResponseWithIDHandler.swift
[638/652] Compiling NIOExtras WritePCAPHandler.swift
[639/653] Compiling ProfileRecorderHelpers Helpers.swift
/host/spi-builder-workspace/Sources/ProfileRecorderHelpers/Helpers.swift:105:22: warning: unknown architecture for build configuration 'arch'
103 | #elseif arch(arm64)
104 | return "arm64"
105 | #elseif arch(arm64e)
| |- warning: unknown architecture for build configuration 'arch'
| `- note: did you mean 'arm64'?
106 | return "arm64e"
107 | #elseif arch(arm64_32)
[640/653] Emitting module ProfileRecorderHelpers
[642/654] Wrapping AST for NIOExtras for debugging
[643/654] Wrapping AST for ProfileRecorderHelpers for debugging
[645/658] Emitting module ProfileRecorder
[646/658] Compiling ProfileRecorder ProfileRecorderSampler.swift
/host/spi-builder-workspace/Sources/ProfileRecorder/ProfileRecorderSampler.swift:138:38: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
136 | if outputFilePath == "-" {
137 | return self.requestSamples(
138 | output: CFilePointer(stderr),
| `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
139 | count: count,
140 | timeBetweenSamples: timeBetweenSamples,
CProfileRecorderSampler.stderr:1:12: note: var declared here
1 | public var stderr: UnsafeMutablePointer<FILE>!
| `- note: var declared here
[648/659] Emitting module ProfileRecorderPprofFormat
[649/659] Compiling ProfileRecorderPprofFormat profile.pb.swift
[649/660] Wrapping AST for ProfileRecorder for debugging
[651/660] Wrapping AST for ProfileRecorderPprofFormat for debugging
[653/683] Compiling _ProfileRecorderSampleConversion FakeSymbolizer.swift
[654/683] Compiling _ProfileRecorderSampleConversion HelperFunctions.swift
[655/683] Compiling _ProfileRecorderSampleConversion NIOTimeAmount+PrettyPrint.swift
[656/686] Compiling _ProfileRecorderSampleConversion Coders.swift
[657/686] Compiling _ProfileRecorderSampleConversion CoreSymbolication.swift
[658/686] Compiling _ProfileRecorderSampleConversion CoreSymbolicationHelper.swift
[659/686] Compiling _ProfileRecorderSampleConversion CoreSymbolicationSymboliser.swift
[660/686] Compiling _ProfileRecorderSampleConversion Image.swift
[661/686] Compiling _ProfileRecorderSampleConversion ImageSource.swift
[662/686] Compiling _ProfileRecorderSampleConversion MemoryReader.swift
[663/686] Compiling _ProfileRecorderSampleConversion PerfScript.swift
[664/686] Compiling _ProfileRecorderSampleConversion Pprof.swift
[665/686] Compiling _ProfileRecorderSampleConversion RendererTypes.swift
[666/686] Compiling _ProfileRecorderSampleConversion Registers.swift
[667/686] Compiling _ProfileRecorderSampleConversion Utils.swift
[668/686] Compiling _ProfileRecorderSampleConversion FlamegraphCollapsed.swift
[669/686] Emitting module _ProfileRecorderSampleConversion
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:247:5: warning: let 'SWIPR_elf_hash' is not concurrency-safe because non-'Sendable' type '(UnsafePointer<UInt8>?) -> UInt' may have shared mutable state; this is an error in the Swift 6 language mode
245 | typealias SWIPR_Elf64_Hash = CProfileRecorderSwiftELF.SWIPR_Elf64_Hash
246 |
247 | let SWIPR_elf_hash = CProfileRecorderSwiftELF.SWIPR_elf_hash
| |- warning: let 'SWIPR_elf_hash' is not concurrency-safe because non-'Sendable' type '(UnsafePointer<UInt8>?) -> UInt' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'SWIPR_elf_hash' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
248 |
249 | // .. Utilities ................................................................
[670/686] Compiling _ProfileRecorderSampleConversion Sampler+Conversion.swift
[671/686] Compiling _ProfileRecorderSampleConversion Symboliser.swift
[672/686] Compiling _ProfileRecorderSampleConversion Types.swift
[673/686] Compiling _ProfileRecorderSampleConversion ProfileRecorderAddtions+Types.swift
/host/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/ProfileRecorderSampleConverter.swift:143:43: warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
141 | var accumulatedErrors: [any Swift.Error] = []
142 | do {
143 | let input = fromPath == "-" ? stdin : fopen(fromPath, "r")
| `- warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
144 | guard let input = input else {
145 | throw Error(message: "Could not open \(fromPath), errno: \(errno)")
SwiftGlibc.stdin:1:12: note: var declared here
1 | public var stdin: UnsafeMutablePointer<FILE>!
| `- note: var declared here
/host/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/ProfileRecorderSampleConverter.swift:152:42: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
150 | }
151 | }
152 | let output = toPath == "-" ? stdout : fopen(toPath, "w")
| `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
153 | guard let output = output else {
154 | throw Error(message: "Could not open \(toPath), errno: \(errno)")
SwiftGlibc.stdout:1:12: note: var declared here
1 | public var stdout: UnsafeMutablePointer<FILE>!
| `- note: var declared here
[674/686] Compiling _ProfileRecorderSampleConversion ProfileRecorderSampleConverter.swift
/host/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/ProfileRecorderSampleConverter.swift:143:43: warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
141 | var accumulatedErrors: [any Swift.Error] = []
142 | do {
143 | let input = fromPath == "-" ? stdin : fopen(fromPath, "r")
| `- warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
144 | guard let input = input else {
145 | throw Error(message: "Could not open \(fromPath), errno: \(errno)")
SwiftGlibc.stdin:1:12: note: var declared here
1 | public var stdin: UnsafeMutablePointer<FILE>!
| `- note: var declared here
/host/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/ProfileRecorderSampleConverter.swift:152:42: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
150 | }
151 | }
152 | let output = toPath == "-" ? stdout : fopen(toPath, "w")
| `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
153 | guard let output = output else {
154 | throw Error(message: "Could not open \(toPath), errno: \(errno)")
SwiftGlibc.stdout:1:12: note: var declared here
1 | public var stdout: UnsafeMutablePointer<FILE>!
| `- note: var declared here
[675/686] Compiling _ProfileRecorderSampleConversion SampleAggregator.swift
/host/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/ProfileRecorderSampleConverter.swift:143:43: warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
141 | var accumulatedErrors: [any Swift.Error] = []
142 | do {
143 | let input = fromPath == "-" ? stdin : fopen(fromPath, "r")
| `- warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
144 | guard let input = input else {
145 | throw Error(message: "Could not open \(fromPath), errno: \(errno)")
SwiftGlibc.stdin:1:12: note: var declared here
1 | public var stdin: UnsafeMutablePointer<FILE>!
| `- note: var declared here
/host/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/ProfileRecorderSampleConverter.swift:152:42: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
150 | }
151 | }
152 | let output = toPath == "-" ? stdout : fopen(toPath, "w")
| `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
153 | guard let output = output else {
154 | throw Error(message: "Could not open \(toPath), errno: \(errno)")
SwiftGlibc.stdout:1:12: note: var declared here
1 | public var stdout: UnsafeMutablePointer<FILE>!
| `- note: var declared here
[676/686] Compiling _ProfileRecorderSampleConversion ByteSwapping.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:247:5: warning: let 'SWIPR_elf_hash' is not concurrency-safe because non-'Sendable' type '(UnsafePointer<UInt8>?) -> UInt' may have shared mutable state; this is an error in the Swift 6 language mode
245 | typealias SWIPR_Elf64_Hash = CProfileRecorderSwiftELF.SWIPR_Elf64_Hash
246 |
247 | let SWIPR_elf_hash = CProfileRecorderSwiftELF.SWIPR_elf_hash
| |- warning: let 'SWIPR_elf_hash' is not concurrency-safe because non-'Sendable' type '(UnsafePointer<UInt8>?) -> UInt' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'SWIPR_elf_hash' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
248 |
249 | // .. Utilities ................................................................
/host/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:1672:11: warning: initialization of immutable value 'zname' was never used; consider replacing with assignment to '_' or removing it
1670 | func getSection(_ name: String, debug: Bool = false) -> ImageSource? {
1671 | if let sectionHeaders = sectionHeaders {
1672 | let zname = ".z" + name.dropFirst()
| `- warning: initialization of immutable value 'zname' was never used; consider replacing with assignment to '_' or removing it
1673 | let stringShdr = sectionHeaders[Int(header.e_shstrndx)]
1674 | do {
[677/686] Compiling _ProfileRecorderSampleConversion Dwarf.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:247:5: warning: let 'SWIPR_elf_hash' is not concurrency-safe because non-'Sendable' type '(UnsafePointer<UInt8>?) -> UInt' may have shared mutable state; this is an error in the Swift 6 language mode
245 | typealias SWIPR_Elf64_Hash = CProfileRecorderSwiftELF.SWIPR_Elf64_Hash
246 |
247 | let SWIPR_elf_hash = CProfileRecorderSwiftELF.SWIPR_elf_hash
| |- warning: let 'SWIPR_elf_hash' is not concurrency-safe because non-'Sendable' type '(UnsafePointer<UInt8>?) -> UInt' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'SWIPR_elf_hash' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
248 |
249 | // .. Utilities ................................................................
/host/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:1672:11: warning: initialization of immutable value 'zname' was never used; consider replacing with assignment to '_' or removing it
1670 | func getSection(_ name: String, debug: Bool = false) -> ImageSource? {
1671 | if let sectionHeaders = sectionHeaders {
1672 | let zname = ".z" + name.dropFirst()
| `- warning: initialization of immutable value 'zname' was never used; consider replacing with assignment to '_' or removing it
1673 | let stringShdr = sectionHeaders[Int(header.e_shstrndx)]
1674 | do {
[678/686] Compiling _ProfileRecorderSampleConversion Elf.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:247:5: warning: let 'SWIPR_elf_hash' is not concurrency-safe because non-'Sendable' type '(UnsafePointer<UInt8>?) -> UInt' may have shared mutable state; this is an error in the Swift 6 language mode
245 | typealias SWIPR_Elf64_Hash = CProfileRecorderSwiftELF.SWIPR_Elf64_Hash
246 |
247 | let SWIPR_elf_hash = CProfileRecorderSwiftELF.SWIPR_elf_hash
| |- warning: let 'SWIPR_elf_hash' is not concurrency-safe because non-'Sendable' type '(UnsafePointer<UInt8>?) -> UInt' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'SWIPR_elf_hash' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
248 |
249 | // .. Utilities ................................................................
/host/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:1672:11: warning: initialization of immutable value 'zname' was never used; consider replacing with assignment to '_' or removing it
1670 | func getSection(_ name: String, debug: Bool = false) -> ImageSource? {
1671 | if let sectionHeaders = sectionHeaders {
1672 | let zname = ".z" + name.dropFirst()
| `- warning: initialization of immutable value 'zname' was never used; consider replacing with assignment to '_' or removing it
1673 | let stringShdr = sectionHeaders[Int(header.e_shstrndx)]
1674 | do {
[679/687] Wrapping AST for _ProfileRecorderSampleConversion for debugging
[681/695] Compiling swipr_sample_conv LLVMStackFrameEncoderHandler.swift
[682/695] Compiling swipr_sample_conv LLVMSymbolizer.swift
[683/695] Compiling swipr_sample_conv LLVMOutputParserHandler.swift
[684/695] Emitting module swipr_sample_conv
[685/695] Compiling swipr_sample_conv LLVMJSONOutputParserHandler.swift
[686/695] Compiling swipr_sample_conv MainFile.swift
[687/696] Wrapping AST for swipr-sample-conv for debugging
[688/696] Write Objects.LinkFileList
[690/696] Compiling ProfileRecorderServer Server.swift
/host/spi-builder-workspace/Sources/ProfileRecorderServer/Server.swift:407:48: warning: value 'remoteAddress' was defined but never used; consider replacing with boolean test
405 | childGroup.addTask {
406 | var logger = logger
407 | if let remoteAddress = child.channel.remoteAddress {
| `- warning: value 'remoteAddress' was defined but never used; consider replacing with boolean test
408 | logger[metadataKey: "peer"] = "\(child.channel.remoteAddress!)"
409 | }
[691/696] Emitting module ProfileRecorderServer
[692/697] Linking swipr-sample-conv
[693/697] Wrapping AST for ProfileRecorderServer for debugging
[695/699] Emitting module swipr_mini_demo
[696/699] Compiling swipr_mini_demo Main.swift
/host/spi-builder-workspace/Sources/swipr-mini-demo/Main.swift:119:16: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
117 | }
118 | print("DONE")
119 | fflush(stdout)
| `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
120 | }
121 |
SwiftGlibc.stdout:1:12: note: var declared here
1 | public var stdout: UnsafeMutablePointer<FILE>!
| `- note: var declared here
[697/700] Wrapping AST for swipr-mini-demo for debugging
[698/700] Write Objects.LinkFileList
[699/700] Linking swipr-mini-demo
Build complete! (284.40s)
Build complete.
{
"cxx_language_standard" : "c++14",
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.80.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-nio-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "1.24.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-extras.git"
},
{
"identity" : "swift-protobuf",
"requirement" : {
"range" : [
{
"lower_bound" : "1.31.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-protobuf.git"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.25.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
}
],
"manifest_display_name" : "swift-profile-recorder",
"name" : "swift-profile-recorder",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "tvos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "ProfileRecorder",
"targets" : [
"ProfileRecorder"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ProfileRecorderServer",
"targets" : [
"ProfileRecorderServer"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "swipr-sample-conv",
"targets" : [
"swipr-sample-conv"
],
"type" : {
"executable" : null
}
},
{
"name" : "_ProfileRecorderSampleConversion",
"targets" : [
"_ProfileRecorderSampleConversion"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "swipr-mini-demo",
"targets" : [
"swipr-mini-demo"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "swipr_sample_conv",
"module_type" : "SwiftTarget",
"name" : "swipr-sample-conv",
"path" : "Sources/swipr-sample-conv",
"product_dependencies" : [
"ArgumentParser",
"Logging"
],
"product_memberships" : [
"swipr-sample-conv"
],
"sources" : [
"LLVMJSONOutputParserHandler.swift",
"LLVMOutputParserHandler.swift",
"LLVMStackFrameEncoderHandler.swift",
"LLVMSymbolizer.swift",
"MainFile.swift"
],
"target_dependencies" : [
"CProfileRecorderSwiftELF",
"_ProfileRecorderSampleConversion",
"ProfileRecorderHelpers",
"ProfileRecorder"
],
"type" : "executable"
},
{
"c99name" : "swipr_mini_demo",
"module_type" : "SwiftTarget",
"name" : "swipr-mini-demo",
"path" : "Sources/swipr-mini-demo",
"product_dependencies" : [
"ArgumentParser",
"NIO",
"Logging"
],
"product_memberships" : [
"swipr-mini-demo"
],
"sources" : [
"Main.swift"
],
"target_dependencies" : [
"ProfileRecorder",
"ProfileRecorderServer",
"ProfileRecorderHelpers"
],
"type" : "executable"
},
{
"c99name" : "_ProfileRecorderSampleConversion",
"module_type" : "SwiftTarget",
"name" : "_ProfileRecorderSampleConversion",
"path" : "Sources/ProfileRecorderSampleConversion",
"product_dependencies" : [
"NIO",
"NIOFoundationCompat",
"Logging",
"NIOExtras"
],
"product_memberships" : [
"ProfileRecorderServer",
"swipr-sample-conv",
"_ProfileRecorderSampleConversion",
"swipr-mini-demo"
],
"sources" : [
"Coders.swift",
"CoreSymbolication/CoreSymbolication.swift",
"CoreSymbolication/CoreSymbolicationHelper.swift",
"CoreSymbolication/CoreSymbolicationSymboliser.swift",
"FakeSymbolizer.swift",
"HelperFunctions.swift",
"NIOTimeAmount+PrettyPrint.swift",
"NativeELFSymboliser/ByteSwapping.swift",
"NativeELFSymboliser/Dwarf.swift",
"NativeELFSymboliser/Elf.swift",
"NativeELFSymboliser/Image.swift",
"NativeELFSymboliser/ImageSource.swift",
"NativeELFSymboliser/MemoryReader.swift",
"NativeELFSymboliser/Registers.swift",
"NativeELFSymboliser/Utils.swift",
"OutputFormatRendering/FlamegraphCollapsed.swift",
"OutputFormatRendering/PerfScript.swift",
"OutputFormatRendering/Pprof.swift",
"OutputFormatRendering/RendererTypes.swift",
"ProfileRecorderAddtions+Types.swift",
"ProfileRecorderSampleConverter.swift",
"SampleAggregator.swift",
"Sampler+Conversion.swift",
"Symboliser.swift",
"Types.swift"
],
"target_dependencies" : [
"ProfileRecorder",
"CProfileRecorderSwiftELF",
"CProfileRecorderDarwin",
"ProfileRecorderPprofFormat",
"ProfileRecorderHelpers"
],
"type" : "library"
},
{
"c99name" : "ProfileRecorderTests",
"module_type" : "SwiftTarget",
"name" : "ProfileRecorderTests",
"path" : "Tests/ProfileRecorderTests",
"product_dependencies" : [
"Atomics",
"NIO",
"Logging",
"_NIOFileSystem"
],
"sources" : [
"ProfileRecorderTests.swift"
],
"target_dependencies" : [
"ProfileRecorder",
"_ProfileRecorderSampleConversion",
"ProfileRecorderHelpers"
],
"type" : "test"
},
{
"c99name" : "ProfileRecorderServerTests",
"module_type" : "SwiftTarget",
"name" : "ProfileRecorderServerTests",
"path" : "Tests/ProfileRecorderServerTests",
"product_dependencies" : [
"Atomics",
"NIO",
"Logging",
"_NIOFileSystem",
"AsyncHTTPClient"
],
"sources" : [
"ProfileRecorderConfigurationTests.swift",
"ProfileRecorderServerTests.swift"
],
"target_dependencies" : [
"ProfileRecorder",
"ProfileRecorderServer",
"_ProfileRecorderSampleConversion",
"ProfileRecorderHelpers"
],
"type" : "test"
},
{
"c99name" : "ProfileRecorderServer",
"module_type" : "SwiftTarget",
"name" : "ProfileRecorderServer",
"path" : "Sources/ProfileRecorderServer",
"product_dependencies" : [
"NIO",
"NIOFoundationCompat",
"NIOHTTP1",
"_NIOFileSystem",
"Logging"
],
"product_memberships" : [
"ProfileRecorderServer",
"swipr-mini-demo"
],
"sources" : [
"Server.swift"
],
"target_dependencies" : [
"ProfileRecorderHelpers",
"ProfileRecorder",
"_ProfileRecorderSampleConversion",
"ProfileRecorderPprofFormat"
],
"type" : "library"
},
{
"c99name" : "ProfileRecorderSampleConversionTests",
"module_type" : "SwiftTarget",
"name" : "ProfileRecorderSampleConversionTests",
"path" : "Tests/ProfileRecorderSampleConversionTests",
"product_dependencies" : [
"Atomics",
"NIO",
"Logging",
"_NIOFileSystem"
],
"sources" : [
"CachedSymbolizerTests.swift",
"FlamegraphCollapsedTests.swift",
"Helpers.swift",
"PerfScriptTests.swift",
"PprofTests.swift",
"SampleConversionTests.swift"
],
"target_dependencies" : [
"ProfileRecorder",
"_ProfileRecorderSampleConversion",
"ProfileRecorderPprofFormat",
"ProfileRecorderHelpers"
],
"type" : "test"
},
{
"c99name" : "ProfileRecorderPprofFormat",
"module_type" : "SwiftTarget",
"name" : "ProfileRecorderPprofFormat",
"path" : "Sources/ProfileRecorderPprofFormat",
"product_dependencies" : [
"SwiftProtobuf"
],
"product_memberships" : [
"ProfileRecorderServer",
"swipr-sample-conv",
"_ProfileRecorderSampleConversion",
"swipr-mini-demo"
],
"sources" : [
"profile.pb.swift"
],
"target_dependencies" : [
"ProfileRecorderHelpers"
],
"type" : "library"
},
{
"c99name" : "ProfileRecorderHelpers",
"module_type" : "SwiftTarget",
"name" : "ProfileRecorderHelpers",
"path" : "Sources/ProfileRecorderHelpers",
"product_dependencies" : [
"NIO",
"_NIOFileSystem"
],
"product_memberships" : [
"ProfileRecorder",
"ProfileRecorderServer",
"swipr-sample-conv",
"_ProfileRecorderSampleConversion",
"swipr-mini-demo"
],
"sources" : [
"Helpers.swift"
],
"type" : "library"
},
{
"c99name" : "ProfileRecorder",
"module_type" : "SwiftTarget",
"name" : "ProfileRecorder",
"path" : "Sources/ProfileRecorder",
"product_dependencies" : [
"NIO",
"_NIOFileSystem"
],
"product_memberships" : [
"ProfileRecorder",
"ProfileRecorderServer",
"swipr-sample-conv",
"_ProfileRecorderSampleConversion",
"swipr-mini-demo"
],
"sources" : [
"ProfileRecorderSampler.swift"
],
"target_dependencies" : [
"ProfileRecorderHelpers",
"CProfileRecorderSampler"
],
"type" : "library"
},
{
"c99name" : "CProfileRecorderSwiftELF",
"module_type" : "ClangTarget",
"name" : "CProfileRecorderSwiftELF",
"path" : "Sources/CProfileRecorderSwiftELF",
"product_memberships" : [
"ProfileRecorderServer",
"swipr-sample-conv",
"_ProfileRecorderSampleConversion",
"swipr-mini-demo"
],
"sources" : [
"empty.c"
],
"type" : "library"
},
{
"c99name" : "CProfileRecorderSampler",
"module_type" : "ClangTarget",
"name" : "CProfileRecorderSampler",
"path" : "Sources/CProfileRecorderSampler",
"product_memberships" : [
"ProfileRecorder",
"ProfileRecorderServer",
"swipr-sample-conv",
"_ProfileRecorderSampleConversion",
"swipr-mini-demo"
],
"sources" : [
"fp_unwinder.c",
"os_dep_darwin.c",
"os_dep_linux.c",
"sampler.c"
],
"type" : "library"
},
{
"c99name" : "CProfileRecorderDarwin",
"module_type" : "ClangTarget",
"name" : "CProfileRecorderDarwin",
"path" : "Sources/CProfileRecorderDarwin",
"product_memberships" : [
"ProfileRecorderServer",
"swipr-sample-conv",
"_ProfileRecorderSampleConversion",
"swipr-mini-demo"
],
"sources" : [
"empty.c"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
basic-6.0-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:1db7dbcaf887dbb499f5976218948969b74406bfba66e3dcc9b7cf6b3e333907
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package.swift:26:13: warning: variable 'packageDependencies' was never mutated; consider changing to 'let' constant
24 | ],
25 | dependencies: {
26 | var packageDependencies: [Package.Dependency] = [
| `- warning: variable 'packageDependencies' was never mutated; consider changing to 'let' constant
27 | .package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.0.0"),
28 | .package(url: "https://github.com/apple/swift-atomics.git", from: "1.0.0"),
/host/spi-builder-workspace/Package.swift:114:21: warning: variable 'profileRecorderServerTargetDeps' was never mutated; consider changing to 'let' constant
112 | name: "ProfileRecorderServer",
113 | dependencies: {
114 | var profileRecorderServerTargetDeps: [Target.Dependency] = [
| `- warning: variable 'profileRecorderServerTargetDeps' was never mutated; consider changing to 'let' constant
115 | "ProfileRecorderHelpers",
116 | .product(name: "NIO", package: "swift-nio"),
Done.