Build Information
Failed to build Chameleon, reference master (f133b8
), with Swift 6.1 for Linux on 25 Apr 2025 12:45:58 UTC.
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 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/chameleonbot/chameleon.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/chameleonbot/chameleon
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at f133b84 Update ModelPointer+Matcher.swift (#3)
Cloned https://github.com/chameleonbot/chameleon.git
Revision (git rev-parse @):
f133b847586f0ea78b6148b2e0eac5bf13429c40
SUCCESS checkout https://github.com/chameleonbot/chameleon.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/chameleonbot/chameleon.git
https://github.com/chameleonbot/chameleon.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "2.4.4",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "redis",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/redis.git"
}
],
"manifest_display_name" : "Chameleon",
"name" : "Chameleon",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Chameleon",
"targets" : [
"Chameleon"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Common",
"targets" : [
"Common"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Models",
"targets" : [
"Models"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "RTMAPI",
"targets" : [
"RTMAPI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Services",
"targets" : [
"Services"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "WebAPI",
"targets" : [
"WebAPI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WebAPI",
"module_type" : "SwiftTarget",
"name" : "WebAPI",
"path" : "Sources/WebAPI",
"product_memberships" : [
"Chameleon",
"WebAPI"
],
"sources" : [
"Exports.swift",
"Methods/BotsInfo.swift",
"Methods/ChannelsInfo.swift",
"Methods/ChatPermalink.swift",
"Methods/ChatPostMessage.swift",
"Methods/GroupsInfo.swift",
"Methods/IMList.swift",
"Methods/IMOpen.swift",
"Methods/RTMConnect.swift",
"Methods/ReactionsAdd.swift",
"Methods/UsersInfo.swift",
"Methods/UsersList.swift",
"Middleware/RetryMiddleware.swift",
"Middleware/WebAPIMiddleware.swift",
"WebAPI+Errors.swift",
"WebAPI+Scope.swift",
"WebAPI.swift",
"WebAPIAuthenticator.swift",
"WebAPIRequest.swift"
],
"target_dependencies" : [
"Common",
"Models",
"Services"
],
"type" : "library"
},
{
"c99name" : "Services",
"module_type" : "SwiftTarget",
"name" : "Services",
"path" : "Sources/Services",
"product_dependencies" : [
"Vapor",
"Redis"
],
"product_memberships" : [
"Chameleon",
"RTMAPI",
"Services",
"WebAPI"
],
"sources" : [
"Exports.swift",
"HTTPServer/HTTPServer.swift",
"HTTPServer/HTTPServerProvider.swift",
"HTTPServer/HTTPServerResponse.swift",
"KeyValueStore/KeyValueStore+Environment.swift",
"KeyValueStore/KeyValueStore+Memory.swift",
"KeyValueStore/KeyValueStore+Redis.swift",
"KeyValueStore/KeyValueStore.swift",
"Network/DataRepresentable.swift",
"Network/Middleware/HTTPStatusCodeMiddleware.swift",
"Network/Network.swift",
"Network/NetworkMiddleware.swift",
"Network/NetworkProvider.swift",
"Network/NetworkRequest.swift",
"Network/NetworkResponse.swift",
"Storage/Storage+Memory.swift",
"Storage/Storage+Plist.swift",
"Storage/Storage+Private.swift",
"Storage/Storage+Redis.swift",
"Storage/Storage.swift",
"WebSocket/WebSocket.swift",
"WebSocket/WebSocketProvider.swift"
],
"target_dependencies" : [
"Common"
],
"type" : "library"
},
{
"c99name" : "RTMAPI",
"module_type" : "SwiftTarget",
"name" : "RTMAPI",
"path" : "Sources/RTMAPI",
"product_memberships" : [
"Chameleon",
"RTMAPI"
],
"sources" : [
"Events/Hello.swift",
"Events/Message.swift",
"Events/Pong.swift",
"Exports.swift",
"RTMAPI+Errors.swift",
"RTMAPI+PingPong.swift",
"RTMAPI.swift",
"RTMAPIEvent.swift"
],
"target_dependencies" : [
"Common",
"Models",
"Services"
],
"type" : "library"
},
{
"c99name" : "Models",
"module_type" : "SwiftTarget",
"name" : "Models",
"path" : "Sources/Models",
"product_memberships" : [
"Chameleon",
"Models",
"RTMAPI",
"WebAPI"
],
"sources" : [
"BotUser.swift",
"Channel.swift",
"ChatMessage/Attachment.swift",
"ChatMessage/Author.swift",
"ChatMessage/ChatMessage.swift",
"ChatMessage/Field.swift",
"ChatMessage/Footer.swift",
"ChatMessage/Parse.swift",
"ChatMessage/Title.swift",
"Color.swift",
"Command.swift",
"CustomEmoji.swift",
"Decoder+ModelPointer.swift",
"Emoji.swift",
"Exports.swift",
"Group.swift",
"IM.swift",
"Message+Subtype.swift",
"Message.swift",
"MessageEdit.swift",
"ModelPointer.swift",
"Pong.swift",
"Protocols/EmojiRepresentable.swift",
"Protocols/IDRepresentable.swift",
"Protocols/Nameable.swift",
"Protocols/TargetRepresentable.swift",
"Protocols/TokenRepresentable.swift",
"Purpose.swift",
"SlashCommand.swift",
"Targets.swift",
"Team.swift",
"Thread.swift",
"Topic.swift",
"User.swift"
],
"target_dependencies" : [
"Common"
],
"type" : "library"
},
{
"c99name" : "CommonTests",
"module_type" : "SwiftTarget",
"name" : "CommonTests",
"path" : "Tests/CommonTests",
"sources" : [
"CollectionTests.swift",
"Common.swift",
"DictionaryTests.swift",
"KeyPathAccessibleTests.swift",
"NeighborSequenceTests.swift",
"ResultTests.swift",
"StringTests.swift",
"TimeIntervalTests.swift"
],
"target_dependencies" : [
"Common"
],
"type" : "test"
},
{
"c99name" : "Common",
"module_type" : "SwiftTarget",
"name" : "Common",
"path" : "Sources/Common",
"product_memberships" : [
"Chameleon",
"Common",
"Models",
"RTMAPI",
"Services",
"WebAPI"
],
"sources" : [
"Codable/Decodable.swift",
"Codable/Decoder+Decodable.swift",
"Codable/Decoder.swift",
"Codable/Encodable.swift",
"Collection+Extensions.swift",
"Dictionary+Extensions.swift",
"ErrorHandler.swift",
"KeyPathAccessible/KeyPathAccessible+Array.swift",
"KeyPathAccessible/KeyPathAccessible+Dictionary.swift",
"KeyPathAccessible/KeyPathAccessible.swift",
"KeyPathAccessible/KeyPathComponent.swift",
"NeighborSequence.swift",
"OptionalType.swift",
"Result.swift",
"String+Extensions.swift",
"String+HTML.swift",
"TimeInterval+Extensions.swift"
],
"type" : "library"
},
{
"c99name" : "Chameleon",
"module_type" : "SwiftTarget",
"name" : "Chameleon",
"path" : "Sources/Chameleon",
"product_memberships" : [
"Chameleon"
],
"sources" : [
"Bot/Authenticator/OAuthAuthenticator.swift",
"Bot/Authenticator/SlackAuthenticator.swift",
"Bot/Authenticator/TokenAuthenticator.swift",
"Bot/ModelVendor/BotFromUserRequest.swift",
"Bot/ModelVendor/IMFromListRequest.swift",
"Bot/ModelVendor/ModelPointer+Value.swift",
"Bot/ModelVendor/ModelVendor.swift",
"Bot/ModelVendor/ModelWebAPIRequest.swift",
"Bot/ModelVendor/ModelWebAPIRequestRepresentable.swift",
"Bot/ModelVendor/UserFromBotRequest.swift",
"Bot/ReconnectionStrategy.swift",
"Bot/SlackBot+Configuration.swift",
"Bot/SlackBot+Creation.swift",
"Bot/SlackBot+HTTPServer.swift",
"Bot/SlackBot+RTMAPIEvents.swift",
"Bot/SlackBot+SlashCommands.swift",
"Bot/SlackBot.swift",
"Bot/SlackBotService.swift",
"Bot/SlackBotSlashCommandService.swift",
"Chameleon.swift",
"Sugar/ChatMessageDecorator/ChatMessageDecorator+Attachments.swift",
"Sugar/ChatMessageDecorator/ChatMessageDecorator+Extensions.swift",
"Sugar/ChatMessageDecorator/ChatMessageDecorator+Style.swift",
"Sugar/ChatMessageDecorator/ChatMessageDecorator+Text.swift",
"Sugar/ChatMessageDecorator/ChatMessageDecorator.swift",
"Sugar/ChatMessageDecorator/ChatMessageSegmentRepresentable.swift",
"Sugar/Conversation/ActiveConversation.swift",
"Sugar/Conversation/Conversation+Event.swift",
"Sugar/Conversation/Conversation.swift",
"Sugar/Conversation/ConversationSegment.swift",
"Sugar/Conversation/ConversationService.swift",
"Sugar/MessageDecorator/MessageDecorator+Mentions.swift",
"Sugar/MessageDecorator/MessageDecorator+Simple.swift",
"Sugar/MessageDecorator/MessageDecorator+Source.swift",
"Sugar/MessageDecorator/MessageDecorator+Targets.swift",
"Sugar/MessageDecorator/MessageDecorator.swift",
"Sugar/ModelPointer+Matcher.swift",
"Sugar/Models+Matcher.swift",
"Sugar/PatternMatching/Match.swift",
"Sugar/PatternMatching/Matcher.swift",
"Sugar/PatternMatching/Matchers/DynamicMatcher.swift",
"Sugar/PatternMatching/Matchers/GreedyMatcher.swift",
"Sugar/PatternMatching/Matchers/InstanceMatcher.swift",
"Sugar/PatternMatching/Matchers/KeyedMatcher.swift",
"Sugar/PatternMatching/Matchers/OptionalMatcher.swift",
"Sugar/PatternMatching/Matchers/SequenceMatcher.swift",
"Sugar/PatternMatching/Matchers/TypeMatcher.swift",
"Sugar/PatternMatching/Matchers/ValueMatcher.swift",
"Sugar/PatternMatching/PatternCommon.swift",
"Sugar/PatternMatching/PatternMatch.swift",
"Sugar/PatternMatching/PatternRepresentable.swift",
"Sugar/PatternMatching/String+PatternMatch.swift",
"Sugar/SlackBot+Convenience.swift",
"Sugar/SlackBotServices/SlackBotConnectionService.swift",
"Sugar/SlackBotServices/SlackBotErrorService.swift",
"Sugar/SlackBotServices/SlackBotHelpService.swift",
"Sugar/SlackBotServices/SlackBotMessageService.swift",
"Sugar/SlackBotServices/SlackBotService+Errors.swift",
"Sugar/SlackBotServices/SlackBotTimedService.swift"
],
"target_dependencies" : [
"Common",
"Models",
"Services",
"RTMAPI",
"WebAPI"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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/vapor/redis.git
Fetching https://github.com/vapor/vapor.git
[1/3751] Fetching redis
[3752/78049] Fetching redis, vapor
Fetched https://github.com/vapor/redis.git from cache (2.71s)
Fetched https://github.com/vapor/vapor.git from cache (2.76s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 2.4.5 (3.37s)
Fetching https://github.com/vapor/node.git
Fetching https://github.com/vapor/routing.git
Fetching https://github.com/vapor/multipart.git
Fetching https://github.com/vapor/json.git
Fetching https://github.com/vapor/engine.git
[1/4211] Fetching node
[212/5209] Fetching node, json
[2000/25932] Fetching node, json, routing
[2503/51399] Fetching node, json, routing, engine
[3593/54608] Fetching node, json, routing, engine, multipart
Fetched https://github.com/vapor/json.git from cache (1.95s)
Fetching https://github.com/vapor/core.git
Fetched https://github.com/vapor/engine.git from cache (1.97s)
Fetching https://github.com/vapor/console.git
[26603/28143] Fetching node, routing, multipart
[28144/33628] Fetching node, routing, multipart, console
[31216/53771] Fetching node, routing, multipart, console, core
Fetching https://github.com/vapor/crypto.git
Fetched https://github.com/vapor/node.git from cache (2.64s)
Fetching https://github.com/vapor/bcrypt.git
Fetched https://github.com/vapor/routing.git from cache (2.66s)
Fetched https://github.com/vapor/console.git from cache (0.70s)
Fetched https://github.com/vapor/multipart.git from cache (2.73s)
[16316/20143] Fetching core
[20144/20242] Fetching core, bcrypt
[20232/23028] Fetching core, bcrypt, crypto
Fetched https://github.com/vapor/bcrypt.git from cache (0.31s)
Fetched https://github.com/vapor/crypto.git from cache (0.40s)
Fetched https://github.com/vapor/core.git from cache (1.26s)
Computing version for https://github.com/vapor/bcrypt.git
Computed https://github.com/vapor/bcrypt.git at 1.1.1 (3.82s)
Fetching https://github.com/vapor/random.git
[1/148] Fetching random
Fetched https://github.com/vapor/random.git from cache (0.24s)
Computing version for https://github.com/vapor/random.git
Computed https://github.com/vapor/random.git at 1.2.0 (0.96s)
Computing version for https://github.com/vapor/redis.git
Computed https://github.com/vapor/redis.git at 2.2.0 (1.12s)
Fetching https://github.com/vapor/sockets.git
Fetching https://github.com/vapor/tls.git
[1/3312] Fetching sockets
[1823/4456] Fetching sockets, tls
Fetched https://github.com/vapor/sockets.git from cache (0.47s)
Fetched https://github.com/vapor/tls.git from cache (0.47s)
Computing version for https://github.com/vapor/routing.git
Computed https://github.com/vapor/routing.git at 2.2.1 (1.49s)
Fetching https://github.com/vapor/debugging.git
[1/260] Fetching debugging
Fetched https://github.com/vapor/debugging.git from cache (0.27s)
Computing version for https://github.com/vapor/debugging.git
Computed https://github.com/vapor/debugging.git at 1.1.1 (1.10s)
Computing version for https://github.com/vapor/json.git
Computed https://github.com/vapor/json.git at 2.2.2 (0.84s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 2.2.1 (0.91s)
Fetching https://github.com/vapor/bits.git
[1/358] Fetching bits
Fetched https://github.com/vapor/bits.git from cache (0.24s)
Computing version for https://github.com/vapor/bits.git
Computed https://github.com/vapor/bits.git at 1.1.1 (1.01s)
Computing version for https://github.com/vapor/multipart.git
Computed https://github.com/vapor/multipart.git at 2.2.1 (0.99s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 2.1.3 (4.51s)
Fetching https://github.com/vapor/ctls.git
[1/71] Fetching ctls
Fetched https://github.com/vapor/ctls.git from cache (0.28s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 2.3.1 (0.90s)
Computing version for https://github.com/vapor/tls.git
Computed https://github.com/vapor/tls.git at 2.1.3 (0.77s)
Computing version for https://github.com/vapor/ctls.git
Computed https://github.com/vapor/ctls.git at 1.1.3 (0.91s)
Computing version for https://github.com/vapor/node.git
Computed https://github.com/vapor/node.git at 2.1.5 (0.79s)
Computing version for https://github.com/vapor/engine.git
Computed https://github.com/vapor/engine.git at 2.2.5 (2.49s)
Computing version for https://github.com/vapor/sockets.git
Computed https://github.com/vapor/sockets.git at 2.2.3 (2.77s)
Creating working copy for https://github.com/vapor/random.git
Working copy of https://github.com/vapor/random.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/engine.git
Working copy of https://github.com/vapor/engine.git resolved at 2.2.5
Creating working copy for https://github.com/vapor/ctls.git
Working copy of https://github.com/vapor/ctls.git resolved at 1.1.3
Creating working copy for https://github.com/vapor/multipart.git
Working copy of https://github.com/vapor/multipart.git resolved at 2.2.1
Creating working copy for https://github.com/vapor/console.git
Working copy of https://github.com/vapor/console.git resolved at 2.3.1
Creating working copy for https://github.com/vapor/tls.git
Working copy of https://github.com/vapor/tls.git resolved at 2.1.3
Creating working copy for https://github.com/vapor/redis.git
Working copy of https://github.com/vapor/redis.git resolved at 2.2.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 2.4.5
Creating working copy for https://github.com/vapor/debugging.git
Working copy of https://github.com/vapor/debugging.git resolved at 1.1.1
Creating working copy for https://github.com/vapor/node.git
Working copy of https://github.com/vapor/node.git resolved at 2.1.5
Creating working copy for https://github.com/vapor/routing.git
Working copy of https://github.com/vapor/routing.git resolved at 2.2.1
Creating working copy for https://github.com/vapor/crypto.git
Working copy of https://github.com/vapor/crypto.git resolved at 2.1.3
Creating working copy for https://github.com/vapor/json.git
Working copy of https://github.com/vapor/json.git resolved at 2.2.2
Creating working copy for https://github.com/vapor/core.git
Working copy of https://github.com/vapor/core.git resolved at 2.2.1
Creating working copy for https://github.com/vapor/bits.git
Working copy of https://github.com/vapor/bits.git resolved at 1.1.1
Creating working copy for https://github.com/vapor/bcrypt.git
Working copy of https://github.com/vapor/bcrypt.git resolved at 1.1.1
Creating working copy for https://github.com/vapor/sockets.git
Working copy of https://github.com/vapor/sockets.git resolved at 2.2.3
warning: 'ctls': ignoring declared target(s) 'CTLS' in the system package
warning: you may be able to install ctls using your system-packager:
apt-get install libssl-dev
warning: you may be able to install ctls using your system-packager:
apt-get install libssl-dev
Building for debugging...
[0/36] Write sources
[34/36] Compiling CHTTP http_parser.c
[35/36] Write swift-version-24593BA9C3E375BF.txt
[37/77] Compiling Debugging Debuggable.swift
[38/77] Emitting module Debugging
[39/78] Emitting module PathIndexable
[40/78] Compiling Bits Byte+ControlCharacters.swift
/host/spi-builder-workspace/Sources/Common/Codable/Decoder+Decodable.swift:3:5: warning: 'public' modifier is redundant for instance method declared in a public extension
1 |
2 | public extension Decoder {
3 | public func value<T: Decodable>(of type: T.Type = T.self, at keyPath: [KeyPathComponent]) throws -> T {
| `- warning: 'public' modifier is redundant for instance method declared in a public extension
4 | let innerData: [String: Any] = try value(at: keyPath)
5 | let decoder = Decoder(data: innerData)
/host/spi-builder-workspace/Sources/Common/Codable/Decoder+Decodable.swift:9:5: warning: 'public' modifier is redundant for instance method declared in a public extension
7 | return try T(decoder: decoder)
8 | }
9 | public func values<T: Decodable>(of type: T.Type = T.self, at keyPath: [KeyPathComponent]) throws -> [T] {
| `- warning: 'public' modifier is redundant for instance method declared in a public extension
10 | let innerData: [[String: Any]] = try value(at: keyPath)
11 |
[41/78] Compiling Bits Byte+Convenience.swift
/host/spi-builder-workspace/Sources/Common/Codable/Decoder+Decodable.swift:3:5: warning: 'public' modifier is redundant for instance method declared in a public extension
1 |
2 | public extension Decoder {
3 | public func value<T: Decodable>(of type: T.Type = T.self, at keyPath: [KeyPathComponent]) throws -> T {
| `- warning: 'public' modifier is redundant for instance method declared in a public extension
4 | let innerData: [String: Any] = try value(at: keyPath)
5 | let decoder = Decoder(data: innerData)
/host/spi-builder-workspace/Sources/Common/Codable/Decoder+Decodable.swift:9:5: warning: 'public' modifier is redundant for instance method declared in a public extension
7 | return try T(decoder: decoder)
8 | }
9 | public func values<T: Decodable>(of type: T.Type = T.self, at keyPath: [KeyPathComponent]) throws -> [T] {
| `- warning: 'public' modifier is redundant for instance method declared in a public extension
10 | let innerData: [[String: Any]] = try value(at: keyPath)
11 |
[42/78] Compiling Bits Byte+PatternMatching.swift
/host/spi-builder-workspace/Sources/Common/Codable/Decoder+Decodable.swift:3:5: warning: 'public' modifier is redundant for instance method declared in a public extension
1 |
2 | public extension Decoder {
3 | public func value<T: Decodable>(of type: T.Type = T.self, at keyPath: [KeyPathComponent]) throws -> T {
| `- warning: 'public' modifier is redundant for instance method declared in a public extension
4 | let innerData: [String: Any] = try value(at: keyPath)
5 | let decoder = Decoder(data: innerData)
/host/spi-builder-workspace/Sources/Common/Codable/Decoder+Decodable.swift:9:5: warning: 'public' modifier is redundant for instance method declared in a public extension
7 | return try T(decoder: decoder)
8 | }
9 | public func values<T: Decodable>(of type: T.Type = T.self, at keyPath: [KeyPathComponent]) throws -> [T] {
| `- warning: 'public' modifier is redundant for instance method declared in a public extension
10 | let innerData: [[String: Any]] = try value(at: keyPath)
11 |
[43/80] Compiling PathIndexable PathIndexable+Subscripting.swift
[44/80] Compiling PathIndexable PathIndexable.swift
[45/81] Compiling Common String+HTML.swift
[46/81] Compiling Common TimeInterval+Extensions.swift
[49/83] Compiling Bits UnsignedInteger+BytesConvertible.swift
[50/83] Compiling Bits UnsignedInteger+Shifting.swift
[51/83] Emitting module libc
[52/83] Compiling libc libc.swift
[53/84] Compiling Common KeyPathAccessible+Array.swift
[54/84] Compiling Common KeyPathAccessible+Dictionary.swift
[57/84] Emitting module Common
/host/spi-builder-workspace/Sources/Common/Codable/Decoder+Decodable.swift:3:5: warning: 'public' modifier is redundant for instance method declared in a public extension
1 |
2 | public extension Decoder {
3 | public func value<T: Decodable>(of type: T.Type = T.self, at keyPath: [KeyPathComponent]) throws -> T {
| `- warning: 'public' modifier is redundant for instance method declared in a public extension
4 | let innerData: [String: Any] = try value(at: keyPath)
5 | let decoder = Decoder(data: innerData)
/host/spi-builder-workspace/Sources/Common/Codable/Decoder+Decodable.swift:9:5: warning: 'public' modifier is redundant for instance method declared in a public extension
7 | return try T(decoder: decoder)
8 | }
9 | public func values<T: Decodable>(of type: T.Type = T.self, at keyPath: [KeyPathComponent]) throws -> [T] {
| `- warning: 'public' modifier is redundant for instance method declared in a public extension
10 | let innerData: [[String: Any]] = try value(at: keyPath)
11 |
/host/spi-builder-workspace/Sources/Common/KeyPathAccessible/KeyPathAccessible.swift:3:10: warning: associated value 'invalid(key:)' of 'Sendable'-conforming enum 'KeyPathError' has non-sendable type 'any KeyPathComponent'; this is an error in the Swift 6 language mode
1 |
2 | public enum KeyPathError: Error, CustomStringConvertible {
3 | case invalid(key: [KeyPathComponent])
| `- warning: associated value 'invalid(key:)' of 'Sendable'-conforming enum 'KeyPathError' has non-sendable type 'any KeyPathComponent'; this is an error in the Swift 6 language mode
4 | case missing(key: [KeyPathComponent])
5 | case mismatch(key: [KeyPathComponent], expected: Any.Type, found: Any.Type)
/host/spi-builder-workspace/Sources/Common/KeyPathAccessible/KeyPathComponent.swift:2:17: note: protocol 'KeyPathComponent' does not conform to the 'Sendable' protocol
1 |
2 | public protocol KeyPathComponent { }
| `- note: protocol 'KeyPathComponent' does not conform to the 'Sendable' protocol
3 |
4 | extension String: KeyPathComponent { }
/host/spi-builder-workspace/Sources/Common/KeyPathAccessible/KeyPathAccessible.swift:4:10: warning: associated value 'missing(key:)' of 'Sendable'-conforming enum 'KeyPathError' has non-sendable type 'any KeyPathComponent'; this is an error in the Swift 6 language mode
2 | public enum KeyPathError: Error, CustomStringConvertible {
3 | case invalid(key: [KeyPathComponent])
4 | case missing(key: [KeyPathComponent])
| `- warning: associated value 'missing(key:)' of 'Sendable'-conforming enum 'KeyPathError' has non-sendable type 'any KeyPathComponent'; this is an error in the Swift 6 language mode
5 | case mismatch(key: [KeyPathComponent], expected: Any.Type, found: Any.Type)
6 |
/host/spi-builder-workspace/Sources/Common/KeyPathAccessible/KeyPathComponent.swift:2:17: note: protocol 'KeyPathComponent' does not conform to the 'Sendable' protocol
1 |
2 | public protocol KeyPathComponent { }
| `- note: protocol 'KeyPathComponent' does not conform to the 'Sendable' protocol
3 |
4 | extension String: KeyPathComponent { }
/host/spi-builder-workspace/Sources/Common/KeyPathAccessible/KeyPathAccessible.swift:5:10: warning: associated value 'mismatch(key:expected:found:)' of 'Sendable'-conforming enum 'KeyPathError' has non-sendable type 'any KeyPathComponent'; this is an error in the Swift 6 language mode
3 | case invalid(key: [KeyPathComponent])
4 | case missing(key: [KeyPathComponent])
5 | case mismatch(key: [KeyPathComponent], expected: Any.Type, found: Any.Type)
| `- warning: associated value 'mismatch(key:expected:found:)' of 'Sendable'-conforming enum 'KeyPathError' has non-sendable type 'any KeyPathComponent'; this is an error in the Swift 6 language mode
6 |
7 | public var description: String {
/host/spi-builder-workspace/Sources/Common/KeyPathAccessible/KeyPathComponent.swift:2:17: note: protocol 'KeyPathComponent' does not conform to the 'Sendable' protocol
1 |
2 | public protocol KeyPathComponent { }
| `- note: protocol 'KeyPathComponent' does not conform to the 'Sendable' protocol
3 |
4 | extension String: KeyPathComponent { }
[58/84] Compiling Common Encodable.swift
[59/84] Compiling Common Collection+Extensions.swift
[61/84] Compiling Common ErrorHandler.swift
[62/84] Compiling Common KeyPathAccessible.swift
[63/84] Compiling Common NeighborSequence.swift
[64/84] Compiling Common OptionalType.swift
/host/spi-builder-workspace/Sources/Common/KeyPathAccessible/KeyPathAccessible.swift:3:10: warning: associated value 'invalid(key:)' of 'Sendable'-conforming enum 'KeyPathError' has non-sendable type 'any KeyPathComponent'; this is an error in the Swift 6 language mode
1 |
2 | public enum KeyPathError: Error, CustomStringConvertible {
3 | case invalid(key: [KeyPathComponent])
| `- warning: associated value 'invalid(key:)' of 'Sendable'-conforming enum 'KeyPathError' has non-sendable type 'any KeyPathComponent'; this is an error in the Swift 6 language mode
4 | case missing(key: [KeyPathComponent])
5 | case mismatch(key: [KeyPathComponent], expected: Any.Type, found: Any.Type)
/host/spi-builder-workspace/Sources/Common/KeyPathAccessible/KeyPathComponent.swift:2:17: note: protocol 'KeyPathComponent' does not conform to the 'Sendable' protocol
1 |
2 | public protocol KeyPathComponent { }
| `- note: protocol 'KeyPathComponent' does not conform to the 'Sendable' protocol
3 |
4 | extension String: KeyPathComponent { }
/host/spi-builder-workspace/Sources/Common/KeyPathAccessible/KeyPathAccessible.swift:4:10: warning: associated value 'missing(key:)' of 'Sendable'-conforming enum 'KeyPathError' has non-sendable type 'any KeyPathComponent'; this is an error in the Swift 6 language mode
2 | public enum KeyPathError: Error, CustomStringConvertible {
3 | case invalid(key: [KeyPathComponent])
4 | case missing(key: [KeyPathComponent])
| `- warning: associated value 'missing(key:)' of 'Sendable'-conforming enum 'KeyPathError' has non-sendable type 'any KeyPathComponent'; this is an error in the Swift 6 language mode
5 | case mismatch(key: [KeyPathComponent], expected: Any.Type, found: Any.Type)
6 |
/host/spi-builder-workspace/Sources/Common/KeyPathAccessible/KeyPathComponent.swift:2:17: note: protocol 'KeyPathComponent' does not conform to the 'Sendable' protocol
1 |
2 | public protocol KeyPathComponent { }
| `- note: protocol 'KeyPathComponent' does not conform to the 'Sendable' protocol
3 |
4 | extension String: KeyPathComponent { }
/host/spi-builder-workspace/Sources/Common/KeyPathAccessible/KeyPathAccessible.swift:5:10: warning: associated value 'mismatch(key:expected:found:)' of 'Sendable'-conforming enum 'KeyPathError' has non-sendable type 'any KeyPathComponent'; this is an error in the Swift 6 language mode
3 | case invalid(key: [KeyPathComponent])
4 | case missing(key: [KeyPathComponent])
5 | case mismatch(key: [KeyPathComponent], expected: Any.Type, found: Any.Type)
| `- warning: associated value 'mismatch(key:expected:found:)' of 'Sendable'-conforming enum 'KeyPathError' has non-sendable type 'any KeyPathComponent'; this is an error in the Swift 6 language mode
6 |
7 | public var description: String {
/host/spi-builder-workspace/Sources/Common/KeyPathAccessible/KeyPathComponent.swift:2:17: note: protocol 'KeyPathComponent' does not conform to the 'Sendable' protocol
1 |
2 | public protocol KeyPathComponent { }
| `- note: protocol 'KeyPathComponent' does not conform to the 'Sendable' protocol
3 |
4 | extension String: KeyPathComponent { }
[66/84] Compiling Common KeyPathComponent.swift
/host/spi-builder-workspace/Sources/Common/KeyPathAccessible/KeyPathAccessible.swift:3:10: warning: associated value 'invalid(key:)' of 'Sendable'-conforming enum 'KeyPathError' has non-sendable type 'any KeyPathComponent'; this is an error in the Swift 6 language mode
1 |
2 | public enum KeyPathError: Error, CustomStringConvertible {
3 | case invalid(key: [KeyPathComponent])
| `- warning: associated value 'invalid(key:)' of 'Sendable'-conforming enum 'KeyPathError' has non-sendable type 'any KeyPathComponent'; this is an error in the Swift 6 language mode
4 | case missing(key: [KeyPathComponent])
5 | case mismatch(key: [KeyPathComponent], expected: Any.Type, found: Any.Type)
/host/spi-builder-workspace/Sources/Common/KeyPathAccessible/KeyPathComponent.swift:2:17: note: protocol 'KeyPathComponent' does not conform to the 'Sendable' protocol
1 |
2 | public protocol KeyPathComponent { }
| `- note: protocol 'KeyPathComponent' does not conform to the 'Sendable' protocol
3 |
4 | extension String: KeyPathComponent { }
/host/spi-builder-workspace/Sources/Common/KeyPathAccessible/KeyPathAccessible.swift:4:10: warning: associated value 'missing(key:)' of 'Sendable'-conforming enum 'KeyPathError' has non-sendable type 'any KeyPathComponent'; this is an error in the Swift 6 language mode
2 | public enum KeyPathError: Error, CustomStringConvertible {
3 | case invalid(key: [KeyPathComponent])
4 | case missing(key: [KeyPathComponent])
| `- warning: associated value 'missing(key:)' of 'Sendable'-conforming enum 'KeyPathError' has non-sendable type 'any KeyPathComponent'; this is an error in the Swift 6 language mode
5 | case mismatch(key: [KeyPathComponent], expected: Any.Type, found: Any.Type)
6 |
/host/spi-builder-workspace/Sources/Common/KeyPathAccessible/KeyPathComponent.swift:2:17: note: protocol 'KeyPathComponent' does not conform to the 'Sendable' protocol
1 |
2 | public protocol KeyPathComponent { }
| `- note: protocol 'KeyPathComponent' does not conform to the 'Sendable' protocol
3 |
4 | extension String: KeyPathComponent { }
/host/spi-builder-workspace/Sources/Common/KeyPathAccessible/KeyPathAccessible.swift:5:10: warning: associated value 'mismatch(key:expected:found:)' of 'Sendable'-conforming enum 'KeyPathError' has non-sendable type 'any KeyPathComponent'; this is an error in the Swift 6 language mode
3 | case invalid(key: [KeyPathComponent])
4 | case missing(key: [KeyPathComponent])
5 | case mismatch(key: [KeyPathComponent], expected: Any.Type, found: Any.Type)
| `- warning: associated value 'mismatch(key:expected:found:)' of 'Sendable'-conforming enum 'KeyPathError' has non-sendable type 'any KeyPathComponent'; this is an error in the Swift 6 language mode
6 |
7 | public var description: String {
/host/spi-builder-workspace/Sources/Common/KeyPathAccessible/KeyPathComponent.swift:2:17: note: protocol 'KeyPathComponent' does not conform to the 'Sendable' protocol
1 |
2 | public protocol KeyPathComponent { }
| `- note: protocol 'KeyPathComponent' does not conform to the 'Sendable' protocol
3 |
4 | extension String: KeyPathComponent { }
[67/84] Compiling Common Dictionary+Extensions.swift
[69/84] Compiling Common Result.swift
[70/84] Compiling Common String+Extensions.swift
[82/84] Emitting module Bits
[87/139] Emitting module Core
[88/141] Compiling Core Result.swift
[89/141] Compiling Core Semaphore.swift
[90/141] Compiling Core Sequence.swift
[91/141] Compiling Core String.swift
[92/145] Compiling Core StaticDataBuffer.swift
[93/145] Compiling Core String+CaseInsensitiveCompare.swift
[94/145] Compiling Core String+Polymorphic.swift
[95/145] Compiling Core WorkingDirectory.swift
[96/145] Compiling Models IDRepresentable.swift
[97/145] Compiling Models Nameable.swift
[98/145] Compiling Models TargetRepresentable.swift
[99/145] Compiling Core Lock.swift
[100/145] Compiling Core Portal.swift
[101/145] Compiling Core RFC1123.swift
[102/145] Compiling Core Extendable.swift
[103/145] Compiling Core FileProtocol.swift
[104/145] Compiling Core Int+Hex.swift
[105/145] Compiling Core DispatchTime+Utilities.swift
[106/145] Compiling Core EmptyInitializable.swift
[107/145] Compiling Core Exports.swift
[113/145] Compiling Core Array.swift
[114/145] Compiling Core Bits.swift
[115/145] Compiling Core Cache.swift
[118/145] Compiling Models Team.swift
[119/145] Compiling Models Thread.swift
[120/145] Compiling Models Topic.swift
[121/145] Compiling Models User.swift
[122/145] Compiling Models Message.swift
/host/spi-builder-workspace/Sources/Models/ModelPointer.swift:38:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'ModelPointer' to 'Hashable' by implementing 'hash(into:)' instead
36 |
37 | extension ModelPointer: Hashable {
38 | public var hashValue: Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'ModelPointer' to 'Hashable' by implementing 'hash(into:)' instead
39 | return id.hashValue
40 | }
[123/145] Compiling Models MessageEdit.swift
/host/spi-builder-workspace/Sources/Models/ModelPointer.swift:38:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'ModelPointer' to 'Hashable' by implementing 'hash(into:)' instead
36 |
37 | extension ModelPointer: Hashable {
38 | public var hashValue: Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'ModelPointer' to 'Hashable' by implementing 'hash(into:)' instead
39 | return id.hashValue
40 | }
[124/145] Compiling Models ModelPointer.swift
/host/spi-builder-workspace/Sources/Models/ModelPointer.swift:38:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'ModelPointer' to 'Hashable' by implementing 'hash(into:)' instead
36 |
37 | extension ModelPointer: Hashable {
38 | public var hashValue: Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'ModelPointer' to 'Hashable' by implementing 'hash(into:)' instead
39 | return id.hashValue
40 | }
[125/145] Compiling Models Pong.swift
/host/spi-builder-workspace/Sources/Models/ModelPointer.swift:38:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'ModelPointer' to 'Hashable' by implementing 'hash(into:)' instead
36 |
37 | extension ModelPointer: Hashable {
38 | public var hashValue: Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'ModelPointer' to 'Hashable' by implementing 'hash(into:)' instead
39 | return id.hashValue
40 | }
[129/145] Compiling Core Collection+Safe.swift
[130/145] Compiling Core DataFile.swift
[131/145] Compiling Core Dispatch.swift
[133/231] Compiling Transport Stream.swift
[134/231] Compiling Transport StreamError.swift
[135/232] Compiling Random EmptyInitializable.swift
[136/232] Compiling Random Array+Random.swift
[137/232] Emitting module Random
[138/232] Compiling Node StructuredDataWrapper+Cases.swift
[139/232] Compiling Node StructuredDataWrapper+Convenience.swift
[140/232] Compiling Node StructuredDataWrapper+Equatable.swift
[141/232] Compiling Node StructuredDataWrapper+Literals.swift
[142/232] Compiling Node Integer+Convertible.swift
[143/232] Compiling Node Schema+Convertible.swift
[144/232] Compiling Node SchemaWrapper+Convertible.swift
[145/232] Compiling Node String+Convertible.swift
[146/236] Compiling Transport FoundationStream.swift
[147/236] Compiling Transport ReadableStream.swift
[148/236] Compiling Transport ServerStream.swift
[149/236] Compiling Random Exports.swift
[150/236] Compiling Random OSRandom.swift
[151/236] Compiling Random URandom.swift
[152/236] Compiling Random RandomProtocol.swift
[153/236] Compiling Transport WriteableStream.swift
[154/237] Compiling Node Bool+Convertible.swift
[155/237] Compiling Node Date+Convertible.swift
[156/237] Compiling Node Getters.swift
[157/237] Compiling Node Setters.swift
[158/237] Emitting module Transport
[159/238] Compiling Node NodeRepresentable.swift
[160/238] Compiling Node Array+Convertible.swift
[161/238] Compiling Node Dictionary+Convertible.swift
[162/238] Compiling Node Fuzzy+Any.swift
[163/238] Compiling Node FuzzyConverter.swift
[164/238] Compiling Node Optional+Convertible.swift
[165/238] Compiling Node Set+Convertible.swift
[166/238] Compiling Node Number.swift
[167/238] Compiling Node StructuredData+Equatable.swift
[168/238] Compiling Node StructuredData+Init.swift
[169/242] Compiling Node UUID+Convertible.swift
[170/242] Compiling Node StructuredData+PathIndexable.swift
[171/242] Compiling Node StructuredData+Polymorphic.swift
[172/242] Compiling Node StructuredData.swift
[173/242] Emitting module Console
[178/242] Compiling Console Terminal+Command.swift
[179/242] Compiling Console Terminal.swift
[184/242] Compiling Node FloatingPoint+Convertible.swift
[185/242] Compiling Node UnsignedInteger+Convertible.swift
[186/242] Compiling Node Context.swift
[187/242] Compiling Node Node.swift
[188/242] Compiling Node NodeConvertible.swift
[189/242] Compiling Node NodeInitializable.swift
[210/242] Emitting module Node
/host/spi-builder-workspace/.build/checkouts/console/Sources/Console/Terminal/Terminal.swift:147:45: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
145 |
146 | _pids.append(pid)
147 | let spawned = posix_spawnp(pid, argv[0], &fileActions, nil, argv + [nil], env + [nil])
| |- error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
| |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
| `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
148 | if spawned != 0 {
149 | throw ConsoleError.spawnProcess
/host/spi-builder-workspace/.build/checkouts/console/Sources/Console/Terminal/Terminal.swift:147:45: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
145 |
146 | _pids.append(pid)
147 | let spawned = posix_spawnp(pid, argv[0], &fileActions, nil, argv + [nil], env + [nil])
| |- error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
| |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
| `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
148 | if spawned != 0 {
149 | throw ConsoleError.spawnProcess
[218/242] Compiling Node StructuredDataWrapper.swift
/host/spi-builder-workspace/.build/checkouts/console/Sources/Console/Terminal/Terminal.swift:147:45: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
145 |
146 | _pids.append(pid)
147 | let spawned = posix_spawnp(pid, argv[0], &fileActions, nil, argv + [nil], env + [nil])
| |- error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
| |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
| `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
148 | if spawned != 0 {
149 | throw ConsoleError.spawnProcess
[219/242] Compiling Node Errors.swift
/host/spi-builder-workspace/.build/checkouts/console/Sources/Console/Terminal/Terminal.swift:147:45: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
145 |
146 | _pids.append(pid)
147 | let spawned = posix_spawnp(pid, argv[0], &fileActions, nil, argv + [nil], env + [nil])
| |- error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
| |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
| `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
148 | if spawned != 0 {
149 | throw ConsoleError.spawnProcess
/host/spi-builder-workspace/Sources/Models/Decoder+ModelPointer.swift:3:5: warning: 'public' modifier is redundant for instance method declared in a public extension
1 |
2 | public extension Common.Decoder {
3 | public func pointer<T: IDRepresentable>(at keyPath: [KeyPathComponent]) throws -> ModelPointer<T> {
| `- warning: 'public' modifier is redundant for instance method declared in a public extension
4 | let pointerId: String = try value(at: keyPath)
5 | return ModelPointer(id: pointerId)
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 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
warning: 'ctls': ignoring declared target(s) 'CTLS' in the system package
warning: you may be able to install ctls using your system-packager:
apt-get install libssl-dev
warning: you may be able to install ctls using your system-packager:
apt-get install libssl-dev
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/42] Compiling Bits Byte+Alphabet.swift
[3/42] Compiling Bits Bytes+Base64.swift
[4/44] Compiling libc libc.swift
[5/44] Emitting module libc
[8/45] Compiling Bits Bytes+Hex.swift
[10/47] Compiling Bits Byte+Random.swift
[11/47] Emitting module Debugging
[12/47] Compiling Debugging Debuggable.swift
[13/48] Emitting module PathIndexable
[14/48] Compiling Bits Aliases.swift
[15/48] Compiling Bits Base64Encoder.swift
[16/48] Compiling Bits Data+BytesConvertible.swift
[17/48] Compiling Bits HexEncoder.swift
[18/48] Compiling Bits Byte+UTF8Numbers.swift
[19/48] Compiling Bits ByteSequence+Conversions.swift
[20/48] Emitting module Common
/host/spi-builder-workspace/Sources/Common/Codable/Decoder+Decodable.swift:3:5: warning: 'public' modifier is redundant for instance method declared in a public extension
1 |
2 | public extension Decoder {
3 | public func value<T: Decodable>(of type: T.Type = T.self, at keyPath: [KeyPathComponent]) throws -> T {
| `- warning: 'public' modifier is redundant for instance method declared in a public extension
4 | let innerData: [String: Any] = try value(at: keyPath)
5 | let decoder = Decoder(data: innerData)
/host/spi-builder-workspace/Sources/Common/Codable/Decoder+Decodable.swift:9:5: warning: 'public' modifier is redundant for instance method declared in a public extension
7 | return try T(decoder: decoder)
8 | }
9 | public func values<T: Decodable>(of type: T.Type = T.self, at keyPath: [KeyPathComponent]) throws -> [T] {
| `- warning: 'public' modifier is redundant for instance method declared in a public extension
10 | let innerData: [[String: Any]] = try value(at: keyPath)
11 |
[21/48] Compiling Bits Byte+ControlCharacters.swift
/host/spi-builder-workspace/Sources/Common/Codable/Decoder+Decodable.swift:3:5: warning: 'public' modifier is redundant for instance method declared in a public extension
1 |
2 | public extension Decoder {
3 | public func value<T: Decodable>(of type: T.Type = T.self, at keyPath: [KeyPathComponent]) throws -> T {
| `- warning: 'public' modifier is redundant for instance method declared in a public extension
4 | let innerData: [String: Any] = try value(at: keyPath)
5 | let decoder = Decoder(data: innerData)
/host/spi-builder-workspace/Sources/Common/Codable/Decoder+Decodable.swift:9:5: warning: 'public' modifier is redundant for instance method declared in a public extension
7 | return try T(decoder: decoder)
8 | }
9 | public func values<T: Decodable>(of type: T.Type = T.self, at keyPath: [KeyPathComponent]) throws -> [T] {
| `- warning: 'public' modifier is redundant for instance method declared in a public extension
10 | let innerData: [[String: Any]] = try value(at: keyPath)
11 |
[22/48] Compiling Bits Byte+Convenience.swift
/host/spi-builder-workspace/Sources/Common/Codable/Decoder+Decodable.swift:3:5: warning: 'public' modifier is redundant for instance method declared in a public extension
1 |
2 | public extension Decoder {
3 | public func value<T: Decodable>(of type: T.Type = T.self, at keyPath: [KeyPathComponent]) throws -> T {
| `- warning: 'public' modifier is redundant for instance method declared in a public extension
4 | let innerData: [String: Any] = try value(at: keyPath)
5 | let decoder = Decoder(data: innerData)
/host/spi-builder-workspace/Sources/Common/Codable/Decoder+Decodable.swift:9:5: warning: 'public' modifier is redundant for instance method declared in a public extension
7 | return try T(decoder: decoder)
8 | }
9 | public func values<T: Decodable>(of type: T.Type = T.self, at keyPath: [KeyPathComponent]) throws -> [T] {
| `- warning: 'public' modifier is redundant for instance method declared in a public extension
10 | let innerData: [[String: Any]] = try value(at: keyPath)
11 |
[23/48] Compiling Bits Byte+PatternMatching.swift
/host/spi-builder-workspace/Sources/Common/Codable/Decoder+Decodable.swift:3:5: warning: 'public' modifier is redundant for instance method declared in a public extension
1 |
2 | public extension Decoder {
3 | public func value<T: Decodable>(of type: T.Type = T.self, at keyPath: [KeyPathComponent]) throws -> T {
| `- warning: 'public' modifier is redundant for instance method declared in a public extension
4 | let innerData: [String: Any] = try value(at: keyPath)
5 | let decoder = Decoder(data: innerData)
/host/spi-builder-workspace/Sources/Common/Codable/Decoder+Decodable.swift:9:5: warning: 'public' modifier is redundant for instance method declared in a public extension
7 | return try T(decoder: decoder)
8 | }
9 | public func values<T: Decodable>(of type: T.Type = T.self, at keyPath: [KeyPathComponent]) throws -> [T] {
| `- warning: 'public' modifier is redundant for instance method declared in a public extension
10 | let innerData: [[String: Any]] = try value(at: keyPath)
11 |
[24/48] Compiling Common String+HTML.swift
[25/48] Compiling Common TimeInterval+Extensions.swift
[27/48] Compiling PathIndexable PathIndexable+Subscripting.swift
[28/48] Compiling PathIndexable PathIndexable.swift
[36/49] Emitting module Bits
[39/49] Compiling Bits UnsignedInteger+BytesConvertible.swift
[40/49] Compiling Bits UnsignedInteger+Shifting.swift
[41/49] Compiling Bits Bytes+Percent.swift
[42/49] Compiling Bits BytesConvertible.swift
[52/104] Compiling Core DispatchTime+Utilities.swift
[53/104] Compiling Core EmptyInitializable.swift
[54/104] Compiling Core Exports.swift
[55/106] Compiling Core Extendable.swift
[56/106] Compiling Core FileProtocol.swift
[57/106] Compiling Core Int+Hex.swift
[58/106] Compiling Core StaticDataBuffer.swift
[59/106] Compiling Core String+CaseInsensitiveCompare.swift
[60/106] Compiling Core String+Polymorphic.swift
[61/106] Compiling Core String.swift
[62/110] Compiling Core Array.swift
[63/110] Compiling Core Bits.swift
[64/110] Compiling Core Cache.swift
[65/110] Compiling Core Collection+Safe.swift
[66/110] Compiling Core DataFile.swift
[67/110] Emitting module Core
[69/110] Compiling Core WorkingDirectory.swift
/host/spi-builder-workspace/Sources/Models/ModelPointer.swift:38:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'ModelPointer' to 'Hashable' by implementing 'hash(into:)' instead
36 |
37 | extension ModelPointer: Hashable {
38 | public var hashValue: Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'ModelPointer' to 'Hashable' by implementing 'hash(into:)' instead
39 | return id.hashValue
40 | }
[71/110] Compiling Models MessageEdit.swift
/host/spi-builder-workspace/Sources/Models/ModelPointer.swift:38:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'ModelPointer' to 'Hashable' by implementing 'hash(into:)' instead
36 |
37 | extension ModelPointer: Hashable {
38 | public var hashValue: Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'ModelPointer' to 'Hashable' by implementing 'hash(into:)' instead
39 | return id.hashValue
40 | }
[72/110] Compiling Models ModelPointer.swift
/host/spi-builder-workspace/Sources/Models/ModelPointer.swift:38:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'ModelPointer' to 'Hashable' by implementing 'hash(into:)' instead
36 |
37 | extension ModelPointer: Hashable {
38 | public var hashValue: Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'ModelPointer' to 'Hashable' by implementing 'hash(into:)' instead
39 | return id.hashValue
40 | }
[73/110] Compiling Models Pong.swift
/host/spi-builder-workspace/Sources/Models/ModelPointer.swift:38:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'ModelPointer' to 'Hashable' by implementing 'hash(into:)' instead
36 |
37 | extension ModelPointer: Hashable {
38 | public var hashValue: Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'ModelPointer' to 'Hashable' by implementing 'hash(into:)' instead
39 | return id.hashValue
40 | }
[74/110] Compiling Core RFC1123.swift
[75/110] Compiling Core Result.swift
[76/110] Compiling Core Semaphore.swift
[77/110] Compiling Core Sequence.swift
[78/110] Compiling Models TokenRepresentable.swift
[79/110] Compiling Models Purpose.swift
[80/110] Compiling Models SlashCommand.swift
[81/110] Compiling Models Targets.swift
[82/110] Compiling Core Lock.swift
[83/110] Compiling Core Portal.swift
[85/110] Compiling Models Team.swift
[86/110] Compiling Models Thread.swift
[87/110] Compiling Models Topic.swift
[88/110] Compiling Models User.swift
[97/110] Compiling Core Dispatch.swift
/host/spi-builder-workspace/Sources/Models/Decoder+ModelPointer.swift:3:5: warning: 'public' modifier is redundant for instance method declared in a public extension
1 |
2 | public extension Common.Decoder {
3 | public func pointer<T: IDRepresentable>(at keyPath: [KeyPathComponent]) throws -> ModelPointer<T> {
| `- warning: 'public' modifier is redundant for instance method declared in a public extension
4 | let pointerId: String = try value(at: keyPath)
5 | return ModelPointer(id: pointerId)
/host/spi-builder-workspace/Sources/Models/Decoder+ModelPointer.swift:7:5: warning: 'public' modifier is redundant for instance method declared in a public extension
5 | return ModelPointer(id: pointerId)
6 | }
7 | public func pointers<T: IDRepresentable>(at keyPath: [KeyPathComponent]) throws -> [ModelPointer<T>] {
| `- warning: 'public' modifier is redundant for instance method declared in a public extension
8 | let pointerIds: [String] = try value(at: keyPath)
9 | return pointerIds.map(ModelPointer.init)
/host/spi-builder-workspace/Sources/Models/Decoder+ModelPointer.swift:3:5: warning: 'public' modifier is redundant for instance method declared in a public extension
1 |
2 | public extension Common.Decoder {
3 | public func pointer<T: IDRepresentable>(at keyPath: [KeyPathComponent]) throws -> ModelPointer<T> {
| `- warning: 'public' modifier is redundant for instance method declared in a public extension
4 | let pointerId: String = try value(at: keyPath)
5 | return ModelPointer(id: pointerId)
/host/spi-builder-workspace/Sources/Models/Decoder+ModelPointer.swift:7:5: warning: 'public' modifier is redundant for instance method declared in a public extension
5 | return ModelPointer(id: pointerId)
6 | }
7 | public func pointers<T: IDRepresentable>(at keyPath: [KeyPathComponent]) throws -> [ModelPointer<T>] {
| `- warning: 'public' modifier is redundant for instance method declared in a public extension
8 | let pointerIds: [String] = try value(at: keyPath)
9 | return pointerIds.map(ModelPointer.init)
/host/spi-builder-workspace/Sources/Models/Decoder+ModelPointer.swift:3:5: warning: 'public' modifier is redundant for instance method declared in a public extension
1 |
2 | public extension Common.Decoder {
3 | public func pointer<T: IDRepresentable>(at keyPath: [KeyPathComponent]) throws -> ModelPointer<T> {
| `- warning: 'public' modifier is redundant for instance method declared in a public extension
4 | let pointerId: String = try value(at: keyPath)
5 | return ModelPointer(id: pointerId)
/host/spi-builder-workspace/Sources/Models/Decoder+ModelPointer.swift:7:5: warning: 'public' modifier is redundant for instance method declared in a public extension
5 | return ModelPointer(id: pointerId)
6 | }
7 | public func pointers<T: IDRepresentable>(at keyPath: [KeyPathComponent]) throws -> [ModelPointer<T>] {
| `- warning: 'public' modifier is redundant for instance method declared in a public extension
8 | let pointerIds: [String] = try value(at: keyPath)
9 | return pointerIds.map(ModelPointer.init)
/host/spi-builder-workspace/Sources/Models/Decoder+ModelPointer.swift:3:5: warning: 'public' modifier is redundant for instance method declared in a public extension
1 |
2 | public extension Common.Decoder {
3 | public func pointer<T: IDRepresentable>(at keyPath: [KeyPathComponent]) throws -> ModelPointer<T> {
| `- warning: 'public' modifier is redundant for instance method declared in a public extension
4 | let pointerId: String = try value(at: keyPath)
5 | return ModelPointer(id: pointerId)
/host/spi-builder-workspace/Sources/Models/Decoder+ModelPointer.swift:7:5: warning: 'public' modifier is redundant for instance method declared in a public extension
5 | return ModelPointer(id: pointerId)
6 | }
7 | public func pointers<T: IDRepresentable>(at keyPath: [KeyPathComponent]) throws -> [ModelPointer<T>] {
| `- warning: 'public' modifier is redundant for instance method declared in a public extension
8 | let pointerIds: [String] = try value(at: keyPath)
9 | return pointerIds.map(ModelPointer.init)
[111/196] Emitting module Models
/host/spi-builder-workspace/Sources/Models/Decoder+ModelPointer.swift:3:5: warning: 'public' modifier is redundant for instance method declared in a public extension
1 |
2 | public extension Common.Decoder {
3 | public func pointer<T: IDRepresentable>(at keyPath: [KeyPathComponent]) throws -> ModelPointer<T> {
| `- warning: 'public' modifier is redundant for instance method declared in a public extension
4 | let pointerId: String = try value(at: keyPath)
5 | return ModelPointer(id: pointerId)
/host/spi-builder-workspace/Sources/Models/Decoder+ModelPointer.swift:7:5: warning: 'public' modifier is redundant for instance method declared in a public extension
5 | return ModelPointer(id: pointerId)
6 | }
7 | public func pointers<T: IDRepresentable>(at keyPath: [KeyPathComponent]) throws -> [ModelPointer<T>] {
| `- warning: 'public' modifier is redundant for instance method declared in a public extension
8 | let pointerIds: [String] = try value(at: keyPath)
9 | return pointerIds.map(ModelPointer.init)
/host/spi-builder-workspace/Sources/Models/ModelPointer.swift:38:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'ModelPointer' to 'Hashable' by implementing 'hash(into:)' instead
36 |
37 | extension ModelPointer: Hashable {
38 | public var hashValue: Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'ModelPointer' to 'Hashable' by implementing 'hash(into:)' instead
39 | return id.hashValue
40 | }
[112/197] Compiling Transport ServerStream.swift
[113/198] Compiling Transport Stream.swift
[114/198] Compiling Transport StreamError.swift
[115/198] Compiling Random EmptyInitializable.swift
[117/198] Compiling Transport ReadableStream.swift
[118/198] Compiling Transport FoundationStream.swift
[119/198] Compiling Console Bar.swift
[120/198] Compiling Console Console+LoadingBar.swift
[121/198] Emitting module Transport
[122/198] Compiling Console LoadingBar.swift
[123/198] Compiling Console Console+ProgressBar.swift
[124/198] Compiling Random OSRandom.swift
[125/198] Compiling Random RandomProtocol.swift
[126/198] Compiling Random Exports.swift
[127/198] Compiling Random URandom.swift
[128/198] Compiling Console Swift3.swift
[129/198] Compiling Console ConsoleColor+Terminal.swift
[130/198] Compiling Console ConsoleStyle+Terminal.swift
[131/198] Compiling Console String+ANSI.swift
[132/202] Compiling Console ConsoleStyle.swift
[133/202] Compiling Console FileHandle+Stream.swift
[134/202] Compiling Console Pipe+Stream.swift
[135/202] Compiling Console Stream.swift
[136/202] Compiling Console Console+Run.swift
[137/202] Compiling Console ConsoleError.swift
[138/202] Compiling Console ConsoleProtocol.swift
[139/202] Compiling Console Console+ConsoleStyle.swift
[140/202] Compiling Random Array+Random.swift
[141/202] Emitting module Random
[142/203] Emitting module Console
[144/203] Compiling Transport WriteableStream.swift
[145/203] Emitting module Node
[146/208] Compiling Console Runnable.swift
[147/208] Compiling Console Value.swift
[148/208] Compiling Console ConsoleClear.swift
[149/208] Compiling Console ConsoleColor.swift
[150/208] Compiling Console Console+Ask.swift
[151/208] Compiling Console Terminal+Command.swift
/host/spi-builder-workspace/.build/checkouts/console/Sources/Console/Terminal/Terminal.swift:147:45: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
145 |
146 | _pids.append(pid)
147 | let spawned = posix_spawnp(pid, argv[0], &fileActions, nil, argv + [nil], env + [nil])
| |- error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
| |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
| `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
148 | if spawned != 0 {
149 | throw ConsoleError.spawnProcess
[152/208] Compiling Console Terminal.swift
/host/spi-builder-workspace/.build/checkouts/console/Sources/Console/Terminal/Terminal.swift:147:45: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
145 |
146 | _pids.append(pid)
147 | let spawned = posix_spawnp(pid, argv[0], &fileActions, nil, argv + [nil], env + [nil])
| |- error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
| |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
| `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
148 | if spawned != 0 {
149 | throw ConsoleError.spawnProcess
[153/208] Compiling Node StructuredDataWrapper.swift
/host/spi-builder-workspace/.build/checkouts/console/Sources/Console/Terminal/Terminal.swift:147:45: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
145 |
146 | _pids.append(pid)
147 | let spawned = posix_spawnp(pid, argv[0], &fileActions, nil, argv + [nil], env + [nil])
| |- error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
| |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
| `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
148 | if spawned != 0 {
149 | throw ConsoleError.spawnProcess
[154/208] Compiling Node Errors.swift
/host/spi-builder-workspace/.build/checkouts/console/Sources/Console/Terminal/Terminal.swift:147:45: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
145 |
146 | _pids.append(pid)
147 | let spawned = posix_spawnp(pid, argv[0], &fileActions, nil, argv + [nil], env + [nil])
| |- error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
| |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
| `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
148 | if spawned != 0 {
149 | throw ConsoleError.spawnProcess
[155/208] Compiling Console Argument.swift
[156/208] Compiling Console Command+Print.swift
[157/208] Compiling Console Command.swift
[158/208] Compiling Console Group.swift
[159/208] Compiling Console Option.swift
[160/208] Compiling Console Console+Center.swift
[161/208] Compiling Console Console+Confirm.swift
[162/208] Compiling Console Console+Ephemeral.swift
[163/208] Compiling Console Console+Options.swift
[164/208] Compiling Console Console+Print.swift
[169/208] Compiling Console ProgressBar.swift
[207/208] Compiling Node Exports.swift
[208/208] Compiling Node Identifier.swift
BUILD FAILURE 6.1 linux