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 PlayDocs, reference 0.1.0 (2c7267), with Swift 6.1 for Linux on 25 Apr 2025 11:54:38 UTC.

Swift 6 data race errors: 1

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ldstreet/playdocs.git
Reference: 0.1.0
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/ldstreet/playdocs
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 2c72671 fixed tests
Cloned https://github.com/ldstreet/playdocs.git
Revision (git rev-parse @):
2c7267188827186eccd4343edb68645722f69b59
SUCCESS checkout https://github.com/ldstreet/playdocs.git at 0.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ldstreet/playdocs.git
https://github.com/ldstreet/playdocs.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "console",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/console.git"
    },
    {
      "identity" : "markdown",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor-community/markdown.git"
    },
    {
      "identity" : "splash",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.4",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/Splash"
    },
    {
      "identity" : "swiftsoup",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.7.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/scinfu/SwiftSoup.git"
    },
    {
      "identity" : "swift-overture",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-overture.git"
    }
  ],
  "manifest_display_name" : "PlayDocs",
  "name" : "PlayDocs",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "playdocs",
      "targets" : [
        "PlayDocs"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "PlayDocsKit",
      "targets" : [
        "PlayDocsKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PlayDocsKitTests",
      "module_type" : "SwiftTarget",
      "name" : "PlayDocsKitTests",
      "path" : "Tests/PlayDocsKitTests",
      "sources" : [
        "ConvertTests.swift",
        "ConvertToHTMLTests .swift",
        "ConvertToMarkdownTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "PlayDocsKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PlayDocsKit",
      "module_type" : "SwiftTarget",
      "name" : "PlayDocsKit",
      "path" : "Sources/PlayDocsKit",
      "product_dependencies" : [
        "Console",
        "Command",
        "Splash",
        "SwiftSoup",
        "SwiftMarkdown"
      ],
      "product_memberships" : [
        "playdocs",
        "PlayDocsKit"
      ],
      "sources" : [
        "Chunk.swift",
        "Common/String+Extensions.swift",
        "Converter.swift",
        "Token.swift",
        "World.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PlayDocs",
      "module_type" : "SwiftTarget",
      "name" : "PlayDocs",
      "path" : "Sources/PlayDocs",
      "product_dependencies" : [
        "Console",
        "Command",
        "Overture"
      ],
      "product_memberships" : [
        "playdocs"
      ],
      "sources" : [
        "Common/CommandArguments.swift",
        "Common/CommandContext+Extensions.swift",
        "Common/CommandFlags.swift",
        "Common/CommandOptions.swift",
        "Common/CommandProtocol.swift",
        "ConvertCommand.swift",
        "NewCommand.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "PlayDocsKit"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "4.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 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/scinfu/SwiftSoup.git
Fetching https://github.com/vapor/console.git
Fetching https://github.com/vapor-community/markdown.git
Fetching https://github.com/JohnSundell/Splash
Fetching https://github.com/pointfreeco/swift-overture.git
[1/2167] Fetching splash
[348/7652] Fetching splash, console
[2227/8515] Fetching splash, console, swift-overture
[2383/8761] Fetching splash, console, swift-overture, markdown
[3666/12669] Fetching splash, console, swift-overture, markdown, swiftsoup
Fetched https://github.com/pointfreeco/swift-overture.git from cache (0.60s)
Fetched https://github.com/vapor-community/markdown.git from cache (0.60s)
[8089/11560] Fetching splash, console, swiftsoup
Fetched https://github.com/JohnSundell/Splash from cache (0.60s)
[6126/9393] Fetching console, swiftsoup
Fetched https://github.com/vapor/console.git from cache (0.80s)
[3908/3908] Fetching swiftsoup
Fetched https://github.com/scinfu/SwiftSoup.git from cache (1.00s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 1.7.5 (4.59s)
Computing version for https://github.com/pointfreeco/swift-overture.git
Computed https://github.com/pointfreeco/swift-overture.git at 0.5.0 (3.63s)
Computing version for https://github.com/vapor-community/markdown.git
Computed https://github.com/vapor-community/markdown.git at 0.7.1 (1.12s)
Fetching https://github.com/brokenhandsio/cmark-gfm.git
[1/12300] Fetching cmark-gfm
Fetched https://github.com/brokenhandsio/cmark-gfm.git from cache (1.23s)
Computing version for https://github.com/brokenhandsio/cmark-gfm.git
Computed https://github.com/brokenhandsio/cmark-gfm.git at 2.1.0 (2.25s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 3.1.1 (1.07s)
Fetching https://github.com/vapor/service.git
Fetching https://github.com/vapor/core.git
[1/20143] Fetching core
[606/21062] Fetching core, service
Fetched https://github.com/vapor/service.git from cache (0.41s)
[6245/20143] Fetching core
Fetched https://github.com/vapor/core.git from cache (2.81s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.2 (4.09s)
Computing version for https://github.com/JohnSundell/Splash
Computed https://github.com/JohnSundell/Splash at 0.16.0 (0.99s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 3.10.1 (1.08s)
Fetching https://github.com/apple/swift-nio.git
[1/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.94s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.4 (8.05s)
Fetching https://github.com/apple/swift-nio-zlib-support.git
[1/15] Fetching swift-nio-zlib-support
Fetched https://github.com/apple/swift-nio-zlib-support.git from cache (0.33s)
Computing version for https://github.com/apple/swift-nio-zlib-support.git
Computed https://github.com/apple/swift-nio-zlib-support.git at 1.0.0 (1.28s)
Creating working copy for https://github.com/apple/swift-nio-zlib-support.git
Working copy of https://github.com/apple/swift-nio-zlib-support.git resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 1.14.4
Creating working copy for https://github.com/vapor/service.git
Working copy of https://github.com/vapor/service.git resolved at 1.0.2
Creating working copy for https://github.com/vapor/console.git
Working copy of https://github.com/vapor/console.git resolved at 3.1.1
Creating working copy for https://github.com/pointfreeco/swift-overture.git
Working copy of https://github.com/pointfreeco/swift-overture.git resolved at 0.5.0
Creating working copy for https://github.com/JohnSundell/Splash
Working copy of https://github.com/JohnSundell/Splash resolved at 0.16.0
Creating working copy for https://github.com/vapor-community/markdown.git
Working copy of https://github.com/vapor-community/markdown.git resolved at 0.7.1
Creating working copy for https://github.com/vapor/core.git
Working copy of https://github.com/vapor/core.git resolved at 3.10.1
Creating working copy for https://github.com/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 1.7.5
Creating working copy for https://github.com/brokenhandsio/cmark-gfm.git
Working copy of https://github.com/brokenhandsio/cmark-gfm.git resolved at 2.1.0
warning: 'swift-nio-zlib-support': ignoring declared target(s) 'swift-nio-zlib-support' in the system package
Building for debugging...
[0/80] Write sources
[8/80] Compiling CNIOLinux ifaddrs-android.c
[9/80] Compiling CNIOSHA1 c_nio_sha1.c
[10/80] Compiling CNIOLinux shim.c
[11/80] Compiling cmark syntax_extension.c
[12/80] Compiling cmark tasklist.c
[13/80] Compiling cmark tagfilter.c
[13/80] Compiling cmark xml.c
[15/80] Compiling cmark table.c
[16/80] Compiling cmark references.c
[17/80] Compiling cmark render.c
[18/80] Compiling cmark registry.c
[19/80] Compiling cmark strikethrough.c
[20/80] Compiling cmark plugin.c
[21/80] Compiling cmark map.c
[22/80] Compiling cmark linked_list.c
[23/80] Compiling cmark plaintext.c
[24/80] Compiling cmark man.c
[25/80] Write swift-version-24593BA9C3E375BF.txt
[26/80] Compiling cmark utf8.c
[27/80] Compiling cmark node.c
[28/80] Compiling cmark iterator.c
[29/80] Compiling cmark latex.c
[30/80] Compiling cmark html.c
[31/80] Compiling cmark houdini_html_u.c
[32/80] Compiling cmark houdini_html_e.c
[33/80] Compiling cmark houdini_href_e.c
[34/80] Compiling cmark footnotes.c
[35/80] Compiling cmark scanners.c
[36/80] Compiling cmark inlines.c
[37/94] Compiling cmark ext_scanners.c
[38/117] Compiling cmark core-extensions.c
[39/120] Compiling cmark cmark_ctype.c
[40/121] Compiling cmark cmark.c
[41/170] Compiling cmark commonmark.c
[42/170] Write sources
[44/170] Compiling cmark buffer.c
[45/170] Write sources
[50/170] Compiling cmark arena.c
[51/170] Write sources
[53/170] Compiling cmark autolink.c
[54/170] Compiling cmark blocks.c
[55/170] Compiling CNIODarwin shim.c
[57/181] Emitting module NIOPriorityQueue
[58/181] Compiling Debugging SourceLocation.swift
[59/181] Compiling NIOPriorityQueue PriorityQueue.swift
[60/181] Compiling SwiftSoup DocumentType.swift
[61/181] Compiling SwiftSoup Element.swift
[62/183] Compiling SwiftSoup ParseSettings.swift
[63/183] Compiling SwiftSoup Parser.swift
[64/183] Compiling SwiftSoup Pattern.swift
[65/183] Compiling SwiftSoup QueryParser.swift
[66/183] Compiling SwiftSoup OrderedSet.swift
[67/183] Compiling SwiftSoup ParseError.swift
[68/183] Compiling SwiftSoup ParseErrorList.swift
[69/183] Emitting module Overture
[70/183] Compiling SwiftSoup Elements.swift
[71/183] Compiling SwiftSoup Entities.swift
[72/183] Compiling SwiftSoup Evaluator.swift
[73/183] Compiling SwiftSoup Exception.swift
[74/183] Compiling SwiftSoup FormElement.swift
[75/183] Compiling SwiftSoup ArrayExt.swift
[76/183] Emitting module SwiftSoup
[76/190] Compiling c-atomics.c
[78/193] Emitting module NIOConcurrencyHelpers
[79/193] Emitting module COperatingSystem
[80/193] Compiling COperatingSystem libc.swift
[81/194] Compiling NIOConcurrencyHelpers lock.swift
[82/194] Compiling NIOPriorityQueue Heap.swift
[83/195] Emitting module SwiftMarkdown
[84/195] Compiling SwiftMarkdown SwiftMarkdown.swift
[85/196] Write sources
[90/196] Compiling Debugging Demangler.swift
[91/196] Compiling SwiftSoup Cleaner.swift
[92/196] Compiling SwiftSoup Collector.swift
[93/196] Compiling SwiftSoup CombiningEvaluator.swift
[93/199] Wrapping AST for COperatingSystem for debugging
[94/199] Wrapping AST for SwiftMarkdown for debugging
[96/199] Compiling NIOConcurrencyHelpers atomics.swift
[97/200] Compiling Debugging Debuggable.swift
[98/200] Emitting module Debugging
[98/201] Wrapping AST for NIOPriorityQueue for debugging
[110/201] Compiling SwiftSoup StructuralEvaluator.swift
[111/201] Compiling SwiftSoup SwiftSoup.swift
[112/201] Compiling SwiftSoup Tag.swift
[113/201] Compiling SwiftSoup TextNode.swift
[114/201] Compiling SwiftSoup Token.swift
[115/201] Compiling SwiftSoup TokenQueue.swift
[116/201] Compiling SwiftSoup Tokeniser.swift
[117/201] Emitting module Splash
[122/201] Compiling SwiftSoup Selector.swift
[123/201] Compiling SwiftSoup SerializationException.swift
[124/201] Compiling SwiftSoup SimpleDictionary.swift
[125/201] Compiling SwiftSoup StreamReader.swift
[126/201] Compiling SwiftSoup String.swift
[127/201] Compiling SwiftSoup StringBuilder.swift
[128/201] Compiling SwiftSoup StringUtil.swift
[130/201] Compiling Overture ZipSequence.swift
[131/201] Compiling Overture Zurry.swift
[132/201] Compiling SwiftSoup BooleanAttribute.swift
[133/201] Compiling SwiftSoup CharacterExt.swift
[134/201] Compiling SwiftSoup CharacterReader.swift
[136/201] Wrapping AST for Debugging for debugging
[137/201] Wrapping AST for NIOConcurrencyHelpers for debugging
[142/252] Compiling NIO FileDescriptor.swift
[143/252] Compiling NIO FileHandle.swift
[144/252] Compiling NIO FileRegion.swift
[144/252] Wrapping AST for Overture for debugging
[146/253] Wrapping AST for Splash for debugging
[148/253] Compiling SwiftSoup TokeniserState.swift
[149/253] Compiling SwiftSoup TreeBuilder.swift
[150/253] Compiling SwiftSoup UnicodeScalar.swift
[151/253] Compiling SwiftSoup Validate.swift
[152/253] Compiling SwiftSoup Whitelist.swift
[153/253] Compiling SwiftSoup XmlDeclaration.swift
[154/253] Compiling SwiftSoup XmlTreeBuilder.swift
[155/253] Compiling NIO AddressedEnvelope.swift
[156/253] Compiling NIO BaseSocket.swift
[157/253] Compiling NIO BaseSocketChannel.swift
[158/253] Compiling NIO BlockingIOThreadPool.swift
[159/253] Compiling NIO Bootstrap.swift
[160/253] Compiling NIO ByteBuffer-aux.swift
[161/253] Compiling NIO ByteBuffer-core.swift
[162/253] Compiling NIO ChannelPipeline.swift
[163/253] Compiling NIO CircularBuffer.swift
[164/253] Compiling NIO Codec.swift
[165/253] Compiling NIO CompositeError.swift
[166/253] Compiling NIO ContiguousCollection.swift
[167/253] Compiling NIO DeadChannel.swift
[168/253] Compiling NIO Embedded.swift
[169/253] Compiling NIO Heap.swift
[170/253] Compiling NIO IO.swift
[171/253] Compiling NIO IOData.swift
[172/253] Compiling NIO IntegerTypes.swift
[173/253] Compiling NIO Interfaces.swift
[174/253] Compiling NIO Linux.swift
[175/253] Compiling NIO LinuxCPUSet.swift
[176/253] Compiling NIO ByteBuffer-int.swift
[177/253] Compiling NIO ByteBuffer-views.swift
[178/253] Compiling NIO Channel.swift
[179/253] Compiling NIO ChannelHandler.swift
[180/253] Compiling NIO ChannelHandlers.swift
[181/253] Compiling NIO ChannelInvoker.swift
[182/253] Compiling NIO ChannelOption.swift
[183/253] Compiling NIO EventLoop.swift
[184/253] Compiling NIO EventLoopFuture.swift
[188/253] Compiling NIO GetaddrinfoResolver.swift
[189/253] Compiling NIO HappyEyeballs.swift
[190/254] Wrapping AST for SwiftSoup for debugging
[192/254] Compiling NIO RecvByteBufferAllocator.swift
[193/254] Compiling NIO Resolver.swift
[194/254] Compiling NIO Selectable.swift
[195/254] Compiling NIO Selector.swift
[196/254] Compiling NIO ServerSocket.swift
[197/254] Compiling NIO Socket.swift
[198/254] Compiling NIO SocketAddresses.swift
[199/260] Compiling NIO MarkedCircularBuffer.swift
[200/260] Compiling NIO MulticastChannel.swift
[201/260] Compiling NIO NIOAny.swift
[202/260] Compiling NIO NonBlockingFileIO.swift
[203/260] Compiling NIO PendingDatagramWritesManager.swift
[204/260] Compiling NIO PendingWritesManager.swift
[205/260] Compiling NIO PriorityQueue.swift
[234/260] Emitting module NIO
[242/260] Compiling NIO SocketChannel.swift
[243/260] Compiling NIO SocketOptionProvider.swift
[244/260] Compiling NIO System.swift
[245/260] Compiling NIO Thread.swift
[246/260] Compiling NIO TypeAssistedChannelHandler.swift
[247/260] Compiling NIO Utilities.swift
[248/270] Wrapping AST for NIO for debugging
[250/290] Compiling Async Future+Map.swift
[251/290] Compiling Async Future+Transform.swift
[252/291] Compiling Async Async+NIO.swift
[253/291] Compiling Async AsyncError.swift
[254/291] Emitting module Async
[255/291] Compiling Async Collection+Future.swift
[256/291] Compiling Async Deprecated.swift
[257/291] Compiling Async Future+Flatten.swift
[258/291] Compiling Async Future+Global.swift
[261/292] Emitting module NIOFoundationCompat
[262/292] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[263/292] Emitting module Bits
[269/293] Compiling Async Worker.swift
[270/293] Compiling Async Future+Variadic.swift
[271/293] Compiling Async Future+Void.swift
[272/293] Compiling Async FutureType.swift
[273/293] Compiling Async QueueHandler.swift
[274/293] Compiling Async Exports.swift
[275/293] Compiling Async Future+DoCatch.swift
[278/294] Compiling Bits Deprecated.swift
[278/294] Wrapping AST for NIOFoundationCompat for debugging
[280/294] Compiling Bits Data+Bytes.swift
[281/294] Compiling Bits Data+Strings.swift
[282/294] Compiling Bits Bytes.swift
[284/295] Wrapping AST for Async for debugging
[285/295] Wrapping AST for Bits for debugging
[287/318] Compiling Core Data+Hex.swift
[288/318] Compiling Core DataCoders.swift
[289/318] Compiling Core Deprecated.swift
[290/318] Compiling Core DirectoryConfig.swift
[291/318] Compiling Core Exports.swift
[292/318] Compiling Core File.swift
[293/321] Compiling Core NotFound.swift
[294/321] Compiling Core OptionalType.swift
[295/321] Compiling Core Process+Execute.swift
[296/321] Compiling Core Future+Unwrap.swift
[297/321] Compiling Core FutureEncoder.swift
[298/321] Compiling Core HeaderValue.swift
[299/321] Compiling Core Reflectable.swift
[300/321] Compiling Core String+Utilities.swift
[301/321] Compiling Core Thread+Async.swift
[302/321] Compiling Core ReflectionDecoders.swift
[303/321] Compiling Core CoreError.swift
[304/321] Compiling Core Data+Base64URL.swift
[305/321] Compiling Core BasicKey.swift
[306/321] Compiling Core CaseInsensitiveString.swift
[307/321] Compiling Core Decodable+Reflectable.swift
[308/321] Compiling Core ReflectionDecodable.swift
[309/321] Emitting module Core
[310/321] Compiling Core LosslessDataConvertible.swift
[311/321] Compiling Core MediaType.swift
[312/321] Compiling Core NestedData.swift
[313/322] Wrapping AST for Core for debugging
[315/346] Compiling Service Deprecated.swift
[316/346] Compiling Service Exports.swift
[317/348] Emitting module Logging
[318/348] Compiling Logging PrintLogger.swift
[319/348] Compiling Logging Exports.swift
[320/348] Compiling Logging LogLevel.swift
[321/348] Compiling Logging Logger.swift
[322/349] Emitting module Service
[324/349] Compiling Service Container.swift
[325/349] Compiling Service ContainerAlias.swift
[326/349] Compiling Service SubContainer.swift
[327/349] Compiling Service Environment.swift
[328/349] Compiling Service Provider.swift
[329/349] Compiling Service BasicServiceFactory.swift
[330/349] Compiling Service ServiceID.swift
[331/349] Compiling Service ServiceType.swift
[332/349] Compiling Service Services.swift
[333/349] Compiling Service TypeServiceFactory.swift
[334/349] Compiling Service Service.swift
[335/349] Compiling Service ServiceCache.swift
[336/349] Compiling Service ServiceFactory.swift
[337/349] Compiling Service Config.swift
[338/349] Compiling Service BasicContainer.swift
[339/349] Compiling Service BasicSubContainer.swift
[339/349] Wrapping AST for Logging for debugging
[341/349] Compiling Service Extendable.swift
[342/349] Compiling Service ServiceError.swift
[343/350] Wrapping AST for Service for debugging
[345/376] Emitting module Console
[346/379] Compiling Console Console+Center.swift
[347/379] Compiling Console Console+Output.swift
[348/379] Compiling Console Console+Wait.swift
[349/379] Compiling Console ConsoleError.swift
[350/379] Compiling Console ConsoleLogger.swift
[351/379] Compiling Console Exports.swift
[352/379] Compiling Console CustomActivity.swift
[353/379] Compiling Console LoadingBar.swift
[354/379] Compiling Console ProgressBar.swift
[355/379] Compiling Console Console+Clear.swift
[356/379] Compiling Console ConsoleColor.swift
[357/379] Compiling Console ConsoleStyle.swift
[358/379] Compiling Console ConsoleText.swift
[359/379] Compiling Console Console+Ask.swift
[360/379] Compiling Console Console+Choose.swift
[361/379] Compiling Console Console+Confirm.swift
[362/379] Compiling Console Console+Input.swift
[363/379] Compiling Console ActivityBar.swift
[364/379] Compiling Console ActivityIndicator.swift
[365/379] Compiling Console ActivityIndicatorRenderer.swift
[366/379] Compiling Console ActivityIndicatorState.swift
[367/379] Compiling Console Console+Ephemeral.swift
[368/379] Compiling Console ConsoleClear.swift
[369/379] Compiling Console Console.swift
[370/379] Compiling Console Deprecated.swift
[371/379] Compiling Console ConsoleTextFragment.swift
[372/379] Compiling Console ANSI.swift
[373/379] Compiling Console Terminal.swift
[374/380] Wrapping AST for Console for debugging
[376/395] Compiling Command Command.swift
[377/395] Compiling Command CommandArgument.swift
[378/397] Compiling Command CommandConfig.swift
[379/397] Compiling Command Commands.swift
[380/397] Emitting module Command
[381/397] Compiling Command CommandOption.swift
[382/397] Compiling Command CommandRunnable.swift
[383/397] Compiling Command Exports.swift
[384/397] Compiling Command Utilities.swift
[385/397] Compiling Command BasicCommandGroup.swift
[386/397] Compiling Command CommandGroup.swift
[387/397] Compiling Command CommandContext.swift
[388/397] Compiling Command CommandInput.swift
[389/397] Compiling Command Console+Run.swift
[390/397] Compiling Command Output+Autocomplete.swift
[391/397] Compiling Command Output+Help.swift
[392/397] Compiling Command CommandError.swift
[393/398] Wrapping AST for Command for debugging
[395/404] Compiling PlayDocsKit Chunk.swift
[396/404] Emitting module PlayDocsKit
/host/spi-builder-workspace/Sources/PlayDocsKit/World.swift:13:14: warning: var 'Current' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
11 | /// The current world. Only allow to be modified if in debug.
12 | #if DEBUG
13 | internal var Current = World()
   |              |- warning: var 'Current' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |              |- note: convert 'Current' to a 'let' constant to make 'Sendable' shared state immutable
   |              |- note: add '@MainActor' to make var 'Current' part of global actor 'MainActor'
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 | #else
15 | internal let Current = World()
[397/404] Compiling PlayDocsKit World.swift
/host/spi-builder-workspace/Sources/PlayDocsKit/World.swift:13:14: warning: var 'Current' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
11 | /// The current world. Only allow to be modified if in debug.
12 | #if DEBUG
13 | internal var Current = World()
   |              |- warning: var 'Current' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |              |- note: convert 'Current' to a 'let' constant to make 'Sendable' shared state immutable
   |              |- note: add '@MainActor' to make var 'Current' part of global actor 'MainActor'
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 | #else
15 | internal let Current = World()
[398/404] Compiling PlayDocsKit Token.swift
[399/404] Compiling PlayDocsKit String+Extensions.swift
[400/404] Compiling PlayDocsKit Converter.swift
[401/405] Wrapping AST for PlayDocsKit for debugging
[403/413] Emitting module PlayDocs
[404/414] Compiling PlayDocs NewCommand.swift
/host/spi-builder-workspace/Sources/PlayDocs/NewCommand.swift:106:21: warning: 'launchPath' is deprecated: renamed to 'executableURL'
104 |         if context.flag(Flags.open) {
105 |             let process = Process()
106 |             process.launchPath = "/usr/bin/env"
    |                     |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
    |                     `- note: use 'executableURL' instead
107 |             process.arguments = ["open", "\(url.path)"]
108 |             process.launch()
/host/spi-builder-workspace/Sources/PlayDocs/NewCommand.swift:108:21: warning: 'launch()' is deprecated: renamed to 'run'
106 |             process.launchPath = "/usr/bin/env"
107 |             process.arguments = ["open", "\(url.path)"]
108 |             process.launch()
    |                     |- warning: 'launch()' is deprecated: renamed to 'run'
    |                     `- note: use 'run' instead
109 |         }
110 |
[405/414] Compiling PlayDocs CommandFlags.swift
[406/414] Compiling PlayDocs ConvertCommand.swift
/host/spi-builder-workspace/Sources/PlayDocs/ConvertCommand.swift:108:21: warning: 'launchPath' is deprecated: renamed to 'executableURL'
106 |         if context.flag(Flags.open) {
107 |             let process = Process()
108 |             process.launchPath = "/usr/bin/env"
    |                     |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
    |                     `- note: use 'executableURL' instead
109 |             process.arguments = ["open", "\(destinationURL.path)"]
110 |             process.launch()
/host/spi-builder-workspace/Sources/PlayDocs/ConvertCommand.swift:110:21: warning: 'launch()' is deprecated: renamed to 'run'
108 |             process.launchPath = "/usr/bin/env"
109 |             process.arguments = ["open", "\(destinationURL.path)"]
110 |             process.launch()
    |                     |- warning: 'launch()' is deprecated: renamed to 'run'
    |                     `- note: use 'run' instead
111 |
112 |         }
[407/414] Compiling PlayDocs CommandProtocol.swift
[408/414] Compiling PlayDocs CommandContext+Extensions.swift
[409/414] Compiling PlayDocs CommandOptions.swift
[410/414] Compiling PlayDocs CommandArguments.swift
[411/414] Compiling PlayDocs main.swift
[412/415] Wrapping AST for PlayDocs for debugging
[413/415] Write Objects.LinkFileList
[414/415] Linking playdocs
Build complete! (103.24s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "console",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/console.git"
    },
    {
      "identity" : "markdown",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor-community/markdown.git"
    },
    {
      "identity" : "splash",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.4",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/Splash"
    },
    {
      "identity" : "swiftsoup",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.7.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/scinfu/SwiftSoup.git"
    },
    {
      "identity" : "swift-overture",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-overture.git"
    }
  ],
  "manifest_display_name" : "PlayDocs",
  "name" : "PlayDocs",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "playdocs",
      "targets" : [
        "PlayDocs"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "PlayDocsKit",
      "targets" : [
        "PlayDocsKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PlayDocsKitTests",
      "module_type" : "SwiftTarget",
      "name" : "PlayDocsKitTests",
      "path" : "Tests/PlayDocsKitTests",
      "sources" : [
        "ConvertTests.swift",
        "ConvertToHTMLTests .swift",
        "ConvertToMarkdownTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "PlayDocsKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PlayDocsKit",
      "module_type" : "SwiftTarget",
      "name" : "PlayDocsKit",
      "path" : "Sources/PlayDocsKit",
      "product_dependencies" : [
        "Console",
        "Command",
        "Splash",
        "SwiftSoup",
        "SwiftMarkdown"
      ],
      "product_memberships" : [
        "playdocs",
        "PlayDocsKit"
      ],
      "sources" : [
        "Chunk.swift",
        "Common/String+Extensions.swift",
        "Converter.swift",
        "Token.swift",
        "World.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PlayDocs",
      "module_type" : "SwiftTarget",
      "name" : "PlayDocs",
      "path" : "Sources/PlayDocs",
      "product_dependencies" : [
        "Console",
        "Command",
        "Overture"
      ],
      "product_memberships" : [
        "playdocs"
      ],
      "sources" : [
        "Common/CommandArguments.swift",
        "Common/CommandContext+Extensions.swift",
        "Common/CommandFlags.swift",
        "Common/CommandOptions.swift",
        "Common/CommandProtocol.swift",
        "ConvertCommand.swift",
        "NewCommand.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "PlayDocsKit"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "4.2"
}
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.