Build Information
Successful build of PlayDocs, reference master (5eddee
), with Swift 6.1 for Linux on 25 Apr 2025 11:54:08 UTC.
Swift 6 data race errors: 1
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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: master
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
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 5eddee1 Create CONTRIBUTING.md
Cloned https://github.com/ldstreet/playdocs.git
Revision (git rev-parse @):
5eddee166bc2501dd6a694994e3c70135e83c6e9
SUCCESS checkout https://github.com/ldstreet/playdocs.git at master
========================================
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-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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/JohnSundell/Splash
Fetching https://github.com/pointfreeco/swift-overture.git
Fetching https://github.com/scinfu/SwiftSoup.git
Fetching https://github.com/vapor/console.git
Fetching https://github.com/vapor-community/markdown.git
[1/2167] Fetching splash
[175/2413] Fetching splash, markdown
[1201/3276] Fetching splash, markdown, swift-overture
[2210/8761] Fetching splash, markdown, swift-overture, console
[4649/12669] Fetching splash, markdown, swift-overture, console, swiftsoup
Fetched https://github.com/vapor-community/markdown.git from cache (0.50s)
Fetched https://github.com/JohnSundell/Splash from cache (0.50s)
Fetched https://github.com/pointfreeco/swift-overture.git from cache (0.50s)
Fetched https://github.com/vapor/console.git from cache (0.51s)
Fetched https://github.com/scinfu/SwiftSoup.git from cache (0.51s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 1.7.5 (3.48s)
Computing version for https://github.com/pointfreeco/swift-overture.git
Computed https://github.com/pointfreeco/swift-overture.git at 0.5.0 (2.55s)
Computing version for https://github.com/vapor-community/markdown.git
Computed https://github.com/vapor-community/markdown.git at 0.7.1 (0.65s)
Fetching https://github.com/brokenhandsio/cmark-gfm.git
[1/12300] Fetching cmark-gfm
Fetched https://github.com/brokenhandsio/cmark-gfm.git from cache (1.33s)
Computing version for https://github.com/brokenhandsio/cmark-gfm.git
Computed https://github.com/brokenhandsio/cmark-gfm.git at 2.1.0 (2.05s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 3.1.1 (1.63s)
Fetching https://github.com/vapor/service.git
Fetching https://github.com/vapor/core.git
[1/919] Fetching service
[920/21062] Fetching service, core
Fetched https://github.com/vapor/service.git from cache (0.91s)
Fetched https://github.com/vapor/core.git from cache (0.92s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.2 (2.31s)
Computing version for https://github.com/JohnSundell/Splash
Computed https://github.com/JohnSundell/Splash at 0.16.0 (0.61s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 3.10.1 (1.35s)
Fetching https://github.com/apple/swift-nio.git
[1/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.22s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.4 (4.82s)
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.20s)
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 (2.10s)
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/vapor/core.git
Working copy of https://github.com/vapor/core.git resolved at 3.10.1
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/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/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/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
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/JohnSundell/Splash
Working copy of https://github.com/JohnSundell/Splash resolved at 0.16.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
[6/80] Compiling cmark tagfilter.c
[7/80] Compiling cmark xml.c
[7/80] Compiling cmark tasklist.c
[9/80] Compiling cmark strikethrough.c
[10/80] Compiling cmark table.c
[11/80] Compiling cmark syntax_extension.c
[12/80] Compiling cmark references.c
[13/80] Compiling cmark render.c
[14/80] Compiling cmark registry.c
[15/80] Compiling cmark plugin.c
[16/80] Compiling cmark utf8.c
[17/80] Compiling cmark map.c
[18/80] Compiling cmark man.c
[18/80] Compiling cmark node.c
[20/80] Compiling cmark linked_list.c
[21/80] Compiling cmark plaintext.c
[22/80] Compiling cmark latex.c
[23/80] Write swift-version-24593BA9C3E375BF.txt
[24/80] Compiling cmark iterator.c
[25/80] Compiling cmark html.c
[26/80] Compiling cmark houdini_html_e.c
[27/80] Compiling cmark houdini_href_e.c
[28/80] Compiling cmark footnotes.c
[29/80] Compiling cmark scanners.c
[30/80] Compiling cmark ext_scanners.c
[31/80] Compiling cmark houdini_html_u.c
[32/80] Compiling cmark core-extensions.c
[33/80] Compiling cmark commonmark.c
[34/80] Compiling cmark cmark_ctype.c
[35/80] Compiling cmark cmark.c
[36/80] Write sources
[37/80] Compiling cmark inlines.c
[38/80] Write sources
[42/80] Compiling cmark autolink.c
[43/80] Write sources
[47/80] Compiling cmark buffer.c
[47/80] Write sources
[50/82] Compiling cmark arena.c
[51/106] Compiling cmark blocks.c
[52/120] Compiling CNIOSHA1 c_nio_sha1.c
[53/131] Compiling CNIOLinux shim.c
[54/131] Compiling CNIOLinux ifaddrs-android.c
[55/131] Compiling CNIODarwin shim.c
[57/181] Emitting module Splash
[57/184] Compiling c-atomics.c
[59/187] Compiling SwiftSoup Document.swift
[60/187] Compiling SwiftSoup DocumentType.swift
[61/189] Compiling Debugging SourceLocation.swift
[62/189] Compiling SwiftSoup ArrayExt.swift
[63/189] Compiling SwiftSoup Attribute.swift
[64/189] Compiling SwiftSoup Attributes.swift
[65/189] Emitting module Overture
[66/189] Compiling SwiftSoup CharacterReader.swift
[67/189] Compiling SwiftSoup Cleaner.swift
[68/189] Compiling SwiftSoup Collector.swift
[69/189] Compiling SwiftSoup CombiningEvaluator.swift
[70/189] Compiling SwiftSoup Comment.swift
[71/189] Compiling SwiftSoup Connection.swift
[72/189] Compiling NIOPriorityQueue PriorityQueue.swift
[73/189] Compiling SwiftSoup BooleanAttribute.swift
[74/189] Compiling SwiftSoup CharacterExt.swift
[75/189] Compiling SwiftSoup DataNode.swift
[76/189] Compiling SwiftSoup DataUtil.swift
[77/189] Emitting module NIOConcurrencyHelpers
[78/189] Compiling NIOConcurrencyHelpers atomics.swift
[79/189] Compiling NIOConcurrencyHelpers lock.swift
[80/190] Emitting module NIOPriorityQueue
[81/190] Compiling NIOPriorityQueue Heap.swift
[82/190] Emitting module SwiftMarkdown
[83/190] Compiling SwiftMarkdown SwiftMarkdown.swift
[84/192] Emitting module COperatingSystem
[85/192] Compiling COperatingSystem libc.swift
[87/193] Write sources
[96/193] Compiling SwiftSoup FormElement.swift
[97/193] Compiling SwiftSoup HtmlTreeBuilder.swift
[98/193] Compiling SwiftSoup HtmlTreeBuilderState.swift
[99/193] Compiling SwiftSoup Entities.swift
[100/193] Compiling SwiftSoup Evaluator.swift
[101/193] Compiling SwiftSoup Exception.swift
[102/193] Compiling Debugging Demangler.swift
[103/193] Emitting module Debugging
[104/193] Compiling Debugging Debuggable.swift
[106/194] Compiling Overture ZipSequence.swift
[107/194] Compiling Overture Zurry.swift
[107/194] Wrapping AST for NIOPriorityQueue for debugging
[108/194] Wrapping AST for NIOConcurrencyHelpers for debugging
[110/194] Wrapping AST for COperatingSystem for debugging
[112/194] Emitting module SwiftSoup
[112/201] Wrapping AST for SwiftMarkdown for debugging
[128/201] Compiling Splash Segment.swift
[129/201] Compiling Splash TokenType.swift
[130/201] Compiling Splash Tokenizer.swift
[134/202] Compiling SwiftSoup OrderedSet.swift
[135/202] Compiling SwiftSoup ParseError.swift
[136/202] Compiling SwiftSoup ParseErrorList.swift
[137/202] Compiling SwiftSoup ParseSettings.swift
[138/202] Compiling SwiftSoup Parser.swift
[139/202] Compiling SwiftSoup Pattern.swift
[140/202] Compiling SwiftSoup QueryParser.swift
[141/202] Compiling SwiftSoup Selector.swift
[142/202] Compiling SwiftSoup SerializationException.swift
[143/202] Compiling SwiftSoup SimpleDictionary.swift
[144/202] Compiling SwiftSoup StreamReader.swift
[145/202] Compiling SwiftSoup String.swift
[146/202] Compiling SwiftSoup StringBuilder.swift
[147/202] Compiling SwiftSoup StringUtil.swift
[147/202] Wrapping AST for Debugging for debugging
[149/252] Compiling NIO CircularBuffer.swift
[150/252] Compiling NIO Codec.swift
[152/253] Compiling NIO RecvByteBufferAllocator.swift
[153/253] Compiling NIO Resolver.swift
[154/253] Compiling NIO Selectable.swift
[155/253] Compiling NIO Selector.swift
[156/253] Compiling NIO ServerSocket.swift
[157/253] Compiling NIO Socket.swift
[158/253] Compiling NIO SocketAddresses.swift
[159/253] Wrapping AST for Splash for debugging
[161/253] Compiling NIO AddressedEnvelope.swift
[162/253] Compiling NIO BaseSocket.swift
[163/253] Compiling NIO BaseSocketChannel.swift
[164/253] Compiling NIO BlockingIOThreadPool.swift
[165/253] Compiling NIO Bootstrap.swift
[166/253] Compiling NIO ByteBuffer-aux.swift
[167/253] Compiling NIO ByteBuffer-core.swift
[167/253] Wrapping AST for Overture for debugging
[169/253] Compiling SwiftSoup TokeniserState.swift
[170/253] Compiling SwiftSoup TreeBuilder.swift
[171/253] Compiling SwiftSoup UnicodeScalar.swift
[172/253] Compiling SwiftSoup Validate.swift
[173/253] Compiling SwiftSoup Whitelist.swift
[174/253] Compiling SwiftSoup XmlDeclaration.swift
[175/253] Compiling SwiftSoup XmlTreeBuilder.swift
[176/253] Compiling NIO Heap.swift
[177/253] Compiling NIO IO.swift
[178/253] Compiling NIO IOData.swift
[179/253] Compiling NIO IntegerTypes.swift
[180/253] Compiling NIO Interfaces.swift
[181/253] Compiling NIO Linux.swift
[182/253] Compiling NIO LinuxCPUSet.swift
[183/259] Emitting module NIO
[184/259] Compiling NIO ChannelPipeline.swift
[187/259] Compiling NIO CompositeError.swift
[188/259] Compiling NIO ContiguousCollection.swift
[189/259] Compiling NIO DeadChannel.swift
[190/259] Compiling NIO Embedded.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
[205/260] Wrapping AST for SwiftSoup for debugging
[214/260] Compiling NIO EventLoop.swift
[215/260] Compiling NIO EventLoopFuture.swift
[216/260] Compiling NIO FileDescriptor.swift
[217/260] Compiling NIO FileHandle.swift
[218/260] Compiling NIO FileRegion.swift
[219/260] Compiling NIO GetaddrinfoResolver.swift
[220/260] Compiling NIO HappyEyeballs.swift
[228/260] Compiling NIO ByteBuffer-int.swift
[229/260] Compiling NIO ByteBuffer-views.swift
[230/260] Compiling NIO Channel.swift
[231/260] Compiling NIO ChannelHandler.swift
[232/260] Compiling NIO ChannelHandlers.swift
[233/260] Compiling NIO ChannelInvoker.swift
[234/260] Compiling NIO ChannelOption.swift
[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/261] Wrapping AST for NIO for debugging
[250/290] Compiling Async Future+Map.swift
[251/290] Compiling Async Future+Transform.swift
[252/291] Emitting module Async
[253/291] Compiling Bits ByteBuffer+binaryFloatingPointOperations.swift
[254/291] Compiling Bits ByteBuffer+peek.swift
[255/291] Compiling Bits BitsError.swift
[256/291] Compiling Bits Byte+Alphabet.swift
[257/291] Compiling Bits Byte+Control.swift
[258/291] Compiling Bits Byte+Digit.swift
[259/291] Compiling Bits ByteBuffer+require.swift
[260/291] Compiling Bits ByteBuffer+string.swift
[261/291] Compiling Bits Bytes.swift
[262/291] Emitting module Bits
[263/292] Compiling Async Worker.swift
[266/292] Emitting module NIOFoundationCompat
[267/292] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[268/293] Compiling Bits Data+Strings.swift
[271/293] Compiling Bits Deprecated.swift
[275/293] Compiling Async Future+Variadic.swift
[276/293] Compiling Async Future+Void.swift
[277/293] Compiling Async FutureType.swift
[278/293] Compiling Async QueueHandler.swift
[279/294] Compiling Bits Data+Bytes.swift
[283/295] Wrapping AST for NIOFoundationCompat for debugging
[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/321] Compiling Core Reflectable.swift
[291/321] Compiling Core String+Utilities.swift
[292/321] Compiling Core Thread+Async.swift
[293/321] Compiling Core BasicKey.swift
[294/321] Compiling Core CaseInsensitiveString.swift
[295/321] Compiling Core Decodable+Reflectable.swift
[296/321] Compiling Core ReflectionDecodable.swift
[297/321] Compiling Core ReflectionDecoders.swift
[298/321] Compiling Core CoreError.swift
[299/321] Compiling Core Data+Base64URL.swift
[300/321] Compiling Core Future+Unwrap.swift
[301/321] Compiling Core FutureEncoder.swift
[302/321] Compiling Core HeaderValue.swift
[303/321] Compiling Core DirectoryConfig.swift
[304/321] Compiling Core Exports.swift
[305/321] Compiling Core File.swift
[306/321] Compiling Core LosslessDataConvertible.swift
[307/321] Compiling Core MediaType.swift
[308/321] Compiling Core NestedData.swift
[309/321] Emitting module Core
[310/321] Compiling Core NotFound.swift
[311/321] Compiling Core OptionalType.swift
[312/321] Compiling Core Process+Execute.swift
[313/322] Wrapping AST for Core for debugging
[315/346] Compiling Logging Logger.swift
[316/346] Emitting module Logging
[317/346] Compiling Logging Exports.swift
[318/346] Compiling Logging LogLevel.swift
[319/346] Compiling Service Deprecated.swift
[320/346] Compiling Service Exports.swift
[321/348] Compiling Logging PrintLogger.swift
[322/349] Compiling Service Services.swift
[323/349] Compiling Service TypeServiceFactory.swift
[324/349] Compiling Service Service.swift
[325/349] Compiling Service ServiceCache.swift
[326/349] Compiling Service ServiceFactory.swift
[327/349] Compiling Service Container.swift
[328/349] Compiling Service ContainerAlias.swift
[329/349] Compiling Service SubContainer.swift
[330/349] Emitting module Service
[331/349] Compiling Service Environment.swift
[332/349] Compiling Service Provider.swift
[333/349] Compiling Service BasicServiceFactory.swift
[334/349] Compiling Service Config.swift
[335/349] Compiling Service BasicContainer.swift
[336/349] Compiling Service BasicSubContainer.swift
[337/349] Compiling Service ServiceID.swift
[338/349] Compiling Service ServiceType.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] Compiling Console ActivityBar.swift
[346/376] Compiling Console ActivityIndicator.swift
[347/376] Compiling Console ActivityIndicatorRenderer.swift
[348/376] Compiling Console ActivityIndicatorState.swift
[349/379] Compiling Console Console+Center.swift
[350/379] Compiling Console Console+Output.swift
[351/379] Compiling Console Console+Wait.swift
[352/379] Emitting module Console
[353/379] Compiling Console Console+Ephemeral.swift
[354/379] Compiling Console ConsoleClear.swift
[355/379] Compiling Console Console.swift
[356/379] Compiling Console Deprecated.swift
[357/379] Compiling Console Console+Ask.swift
[358/379] Compiling Console Console+Choose.swift
[359/379] Compiling Console Console+Confirm.swift
[360/379] Compiling Console Console+Input.swift
[361/379] Compiling Console ConsoleColor.swift
[362/379] Compiling Console ConsoleStyle.swift
[363/379] Compiling Console ConsoleText.swift
[364/379] Compiling Console CustomActivity.swift
[365/379] Compiling Console LoadingBar.swift
[366/379] Compiling Console ProgressBar.swift
[367/379] Compiling Console Console+Clear.swift
[368/379] Compiling Console ConsoleError.swift
[369/379] Compiling Console ConsoleLogger.swift
[370/379] Compiling Console Exports.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 Exports.swift
[379/397] Compiling Command Utilities.swift
[380/397] Compiling Command Console+Run.swift
[381/397] Compiling Command Output+Autocomplete.swift
[382/397] Compiling Command Output+Help.swift
[383/397] Compiling Command CommandError.swift
[384/397] Compiling Command BasicCommandGroup.swift
[385/397] Compiling Command CommandGroup.swift
[386/397] Compiling Command CommandOption.swift
[387/397] Compiling Command CommandRunnable.swift
[388/397] Emitting module Command
[389/397] Compiling Command CommandContext.swift
[390/397] Compiling Command CommandInput.swift
[391/397] Compiling Command CommandConfig.swift
[392/397] Compiling Command Commands.swift
[393/398] Wrapping AST for Command for debugging
[395/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()
[396/404] Compiling PlayDocsKit Token.swift
[397/404] Compiling PlayDocsKit String+Extensions.swift
[398/404] Compiling PlayDocsKit Chunk.swift
[399/404] Compiling PlayDocsKit Converter.swift
[400/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()
[401/405] Wrapping AST for PlayDocsKit for debugging
[403/413] Compiling PlayDocs CommandOptions.swift
[404/414] Compiling PlayDocs CommandProtocol.swift
[405/414] Compiling PlayDocs CommandContext+Extensions.swift
[406/414] Emitting module PlayDocs
[407/414] Compiling PlayDocs CommandFlags.swift
[408/414] Compiling PlayDocs CommandArguments.swift
[409/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 | }
[410/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 |
[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! (65.65s)
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.