Build Information
Failed to build SteamPress, reference 1.0.0 (56851f
), with Swift 6.1 for watchOS using Xcode 16.3 on 24 Apr 2025 14:40:11 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SteamPress -destination generic/platform=watchOS
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brokenhandsio/SteamPress.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/brokenhandsio/SteamPress
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 56851f4 Merge pull request #42 from brokenhandsio/readme-update
Cloned https://github.com/brokenhandsio/SteamPress.git
Revision (git rev-parse @):
56851f476abcb56c0ecf92dce1ce7e29044ac78a
SUCCESS checkout https://github.com/brokenhandsio/SteamPress.git at 1.0.0
========================================
Build
========================================
Selected platform: watchOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/brokenhandsio/SteamPress.git
https://github.com/brokenhandsio/SteamPress.git
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "swiftsoup",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/scinfu/SwiftSoup.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" : "auth",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/auth.git"
}
],
"manifest_display_name" : "SteamPress",
"name" : "SteamPress",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SteamPress",
"targets" : [
"SteamPress"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SteamPressTests",
"module_type" : "SwiftTarget",
"name" : "SteamPressTests",
"path" : "Tests/SteamPressTests",
"sources" : [
"APITests/APITagControllerTests.swift",
"AdminTests/AccessControlTests.swift",
"AdminTests/AdminPageTests.swift",
"AdminTests/AdminPostTests.swift",
"AdminTests/AdminUserTests.swift",
"AdminTests/LoginTests.swift",
"BlogTests/AuthorTests.swift",
"BlogTests/DisabledBlogTagTests.swift",
"BlogTests/IndexTests.swift",
"BlogTests/PostTests.swift",
"BlogTests/SearchTests.swift",
"BlogTests/TagTests.swift",
"Fakes/CapturingViewRenderer.swift",
"Fakes/PasswordHasherChoice.swift",
"Fakes/PlaintextHasher.swift",
"Fakes/Presenters/CapturingAdminPresenter.swift",
"Fakes/Presenters/CapturingBlogPresenter.swift",
"Fakes/ReversedPasswordHasher.swift",
"Fakes/StubbedRandomNumberGenerator.swift",
"Feed Tests/AtomFeedTests.swift",
"Feed Tests/RSSFeedTests.swift",
"Helpers/InMemoryRepository.swift",
"Helpers/SteamPressTestError.swift",
"Helpers/TestDataBuilder.swift",
"Helpers/TestWorld+Application.swift",
"Helpers/TestWorld+Responses.swift",
"Helpers/TestWorld+TestDataBuilder.swift",
"Helpers/TestWorld.swift",
"Models/LoginData.swift",
"ProviderTests.swift",
"ViewTests/BlogAdminPresenterTests.swift",
"ViewTests/BlogPresenterTests.swift",
"ViewTests/BlogViewTests.swift"
],
"target_dependencies" : [
"SteamPress"
],
"type" : "test"
},
{
"c99name" : "SteamPress",
"module_type" : "SwiftTarget",
"name" : "SteamPress",
"path" : "Sources/SteamPress",
"product_dependencies" : [
"Vapor",
"SwiftSoup",
"SwiftMarkdown",
"Authentication"
],
"product_memberships" : [
"SteamPress"
],
"sources" : [
"BlogPathCreator.swift",
"Config/BlogAdminPageInformation.swift",
"Config/BlogGlobalPageInformation.swift",
"Config/FeedInformation.swift",
"Config/PaginationInformation.swift",
"Controllers/API/APIController.swift",
"Controllers/API/APITagController.swift",
"Controllers/Admin/LoginController.swift",
"Controllers/Admin/PostAdminController.swift",
"Controllers/Admin/UserAdminController.swift",
"Controllers/BlogAdminController.swift",
"Controllers/BlogController.swift",
"Controllers/FeedController.swift",
"Extensions/BCrypt+PasswordHasher.swift",
"Extensions/BlogUser+Information.swift",
"Extensions/Request+PageInformation.swift",
"Extensions/Request+PaginationInformation.swift",
"Extensions/String+Optional+Whitespace.swift",
"Extensions/String+Random.swift",
"Extensions/URL+Converters.swift",
"Feed Generators/AtomFeedGenerator.swift",
"Feed Generators/RSSFeedGenerator.swift",
"Middleware/BlogAuthSessionsMiddleware.swift",
"Middleware/BlogLoginRedirectAuthMiddleware.swift",
"Middleware/BlogRememberMeMiddleware.swift",
"Models/BlogPost.swift",
"Models/BlogTag.swift",
"Models/BlogUser.swift",
"Models/Contexts/Admin/AdminPageContext.swift",
"Models/Contexts/Admin/CreatePostPageContext.swift",
"Models/Contexts/Admin/CreateUserPageContext.swift",
"Models/Contexts/Admin/ResetPasswordPageContext.swift",
"Models/Contexts/AllAuthorsPageContext.swift",
"Models/Contexts/AllTagsPageContext.swift",
"Models/Contexts/AuthorPageContext.swift",
"Models/Contexts/BlogIndexPageContext.swift",
"Models/Contexts/BlogPostPageContext.swift",
"Models/Contexts/ContextViews/BlogTagWithPostCount.swift",
"Models/Contexts/ContextViews/ViewBlogAuthor.swift",
"Models/Contexts/ContextViews/ViewBlogPost.swift",
"Models/Contexts/ContextViews/ViewBlogTag.swift",
"Models/Contexts/LoginPageContext.swift",
"Models/Contexts/PaginationTagInformation.swift",
"Models/Contexts/SearchPageContext.swift",
"Models/Contexts/TagPageContext.swift",
"Models/Errors/CreatePostErrors.swift",
"Models/Errors/CreateUserErrors.swift",
"Models/FormData/CreatePostData.swift",
"Models/FormData/CreateUserData.swift",
"Models/FormData/LoginData.swift",
"Models/FormData/ResetPasswordData.swift",
"Presenters/BlogAdminPresenter.swift",
"Presenters/BlogPresenter.swift",
"Presenters/ViewBlogAdminPresenter.swift",
"Presenters/ViewBlogPresenter.swift",
"Provider.swift",
"Repositories/SteamPressRepository.swift",
"Services/LongPostDateFormatter.swift",
"Services/NumericPostFormatter.swift",
"Services/RealRandomNumberGenerator.swift",
"Services/SteamPressRandomNumberGenerator.swift",
"SteamPressError.swift",
"Views/PaginatorTag.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/scinfu/SwiftSoup.git
Fetching from https://github.com/vapor/vapor.git
Fetching from https://github.com/vapor/auth.git
Fetching from https://github.com/vapor-community/markdown.git
Fetching from https://github.com/vapor/fluent.git
Fetching from https://github.com/vapor/crypto.git
Fetching from https://github.com/vapor/fluent-sqlite.git
Fetching from https://github.com/vapor/service.git
Fetching from https://github.com/vapor/core.git
Fetching from https://github.com/vapor/http.git
Fetching from https://github.com/vapor/sqlite.git
Fetching from https://github.com/vapor/sql.git
Fetching from https://github.com/vapor/database-kit.git
Fetching from https://github.com/brokenhandsio/cmark-gfm.git
Fetching from https://github.com/vapor/url-encoded-form.git
Fetching from https://github.com/vapor/routing.git
Fetching from https://github.com/vapor/console.git
Fetching from https://github.com/vapor/template-kit.git
Fetching from https://github.com/vapor/websocket.git
Fetching from https://github.com/vapor/validation.git
Fetching from https://github.com/vapor/multipart.git
Fetching from https://github.com/apple/swift-nio.git (cached)
Fetching from https://github.com/apple/swift-nio-ssl.git (cached)
Fetching from https://github.com/apple/swift-nio-zlib-support.git
Fetching from https://github.com/apple/swift-nio-ssl-support.git
Creating working copy of package ‘url-encoded-form’
Checking out 1.1.0 of package ‘url-encoded-form’
Creating working copy of package ‘multipart’
Checking out 3.1.3 of package ‘multipart’
Creating working copy of package ‘swift-nio-zlib-support’
Checking out 1.0.0 of package ‘swift-nio-zlib-support’
Creating working copy of package ‘sql’
Checking out 2.3.2 of package ‘sql’
Creating working copy of package ‘fluent’
Checking out 3.2.1 of package ‘fluent’
Creating working copy of package ‘console’
Checking out 3.1.1 of package ‘console’
Creating working copy of package ‘service’
Checking out 1.0.2 of package ‘service’
Creating working copy of package ‘core’
Checking out 3.10.1 of package ‘core’
Creating working copy of package ‘fluent-sqlite’
Checking out 3.0.0 of package ‘fluent-sqlite’
Creating working copy of package ‘validation’
Checking out 2.1.1 of package ‘validation’
Creating working copy of package ‘crypto’
Checking out 3.4.1 of package ‘crypto’
Creating working copy of package ‘swift-nio-ssl’
Checking out 1.4.0 of package ‘swift-nio-ssl’
Creating working copy of package ‘database-kit’
Checking out 1.3.3 of package ‘database-kit’
Creating working copy of package ‘websocket’
Checking out 1.1.2 of package ‘websocket’
Creating working copy of package ‘template-kit’
Checking out 1.5.0 of package ‘template-kit’
Creating working copy of package ‘auth’
Checking out 2.0.4 of package ‘auth’
Creating working copy of package ‘sqlite’
Checking out 3.3.0 of package ‘sqlite’
Creating working copy of package ‘http’
Checking out 3.4.0 of package ‘http’
Creating working copy of package ‘vapor’
Checking out 3.3.3 of package ‘vapor’
Creating working copy of package ‘cmark-gfm’
Checking out 2.1.0 of package ‘cmark-gfm’
Creating working copy of package ‘swift-nio’
Checking out 1.14.4 of package ‘swift-nio’
Creating working copy of package ‘routing’
Checking out 3.1.0 of package ‘routing’
Creating working copy of package ‘swift-nio-ssl-support’
Checking out 1.0.0 of package ‘swift-nio-ssl-support’
Creating working copy of package ‘markdown’
Checking out 0.7.1 of package ‘markdown’
Creating working copy of package ‘SwiftSoup’
Checking out 2.8.7 of package ‘SwiftSoup’
ignoring declared target(s) 'swift-nio-ssl-support' in the system packageignoring declared target(s) 'swift-nio-zlib-support' in the system packageyou may be able to install openssl using your system-packager:
brew install libressl
couldn't find pc file for zlibResolve Package Graph
ignoring declared target(s) 'swift-nio-ssl-support' in the system packageignoring declared target(s) 'swift-nio-zlib-support' in the system packagecouldn't find pc file for zlibyou may be able to install openssl using your system-packager:
brew install libressl
Resolved source packages:
Auth: https://github.com/vapor/auth.git @ 2.0.4
swift-nio-ssl: https://github.com/apple/swift-nio-ssl.git @ 1.4.0
SQLite: https://github.com/vapor/sqlite.git @ 3.3.0
swift-nio-ssl-support: https://github.com/apple/swift-nio-ssl-support.git @ 1.0.0
SwiftMarkdown: https://github.com/vapor-community/markdown.git @ 0.7.1
Service: https://github.com/vapor/service.git @ 1.0.2
TemplateKit: https://github.com/vapor/template-kit.git @ 1.5.0
SteamPress: /Users/admin/builder/spi-builder-workspace
Multipart: https://github.com/vapor/multipart.git @ 3.1.3
Console: https://github.com/vapor/console.git @ 3.1.1
HTTP: https://github.com/vapor/http.git @ 3.4.0
swift-nio-zlib-support: https://github.com/apple/swift-nio-zlib-support.git @ 1.0.0
cmark: https://github.com/brokenhandsio/cmark-gfm.git @ 2.1.0
Fluent: https://github.com/vapor/fluent.git @ 3.2.1
Crypto: https://github.com/vapor/crypto.git @ 3.4.1
Core: https://github.com/vapor/core.git @ 3.10.1
Validation: https://github.com/vapor/validation.git @ 2.1.1
URLEncodedForm: https://github.com/vapor/url-encoded-form.git @ 1.1.0
Routing: https://github.com/vapor/routing.git @ 3.1.0
FluentSQLite: https://github.com/vapor/fluent-sqlite.git @ 3.0.0
SwiftSoup: https://github.com/scinfu/SwiftSoup.git @ 2.8.7
WebSocket: https://github.com/vapor/websocket.git @ 1.1.2
swift-nio: https://github.com/apple/swift-nio.git @ 1.14.4
Vapor: https://github.com/vapor/vapor.git @ 3.3.3
DatabaseKit: https://github.com/vapor/database-kit.git @ 1.3.3
SQL: https://github.com/vapor/sql.git @ 2.3.2
resolved source packages: Auth, swift-nio-ssl, SQLite, swift-nio-ssl-support, SwiftMarkdown, Service, TemplateKit, SteamPress, Multipart, Console, HTTP, swift-nio-zlib-support, cmark, Fluent, Crypto, Core, Validation, URLEncodedForm, Routing, FluentSQLite, SwiftSoup, WebSocket, swift-nio, Vapor, DatabaseKit, SQL
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "swiftsoup",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/scinfu/SwiftSoup.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" : "auth",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/auth.git"
}
],
"manifest_display_name" : "SteamPress",
"name" : "SteamPress",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SteamPress",
"targets" : [
"SteamPress"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SteamPressTests",
"module_type" : "SwiftTarget",
"name" : "SteamPressTests",
"path" : "Tests/SteamPressTests",
"sources" : [
"APITests/APITagControllerTests.swift",
"AdminTests/AccessControlTests.swift",
"AdminTests/AdminPageTests.swift",
"AdminTests/AdminPostTests.swift",
"AdminTests/AdminUserTests.swift",
"AdminTests/LoginTests.swift",
"BlogTests/AuthorTests.swift",
"BlogTests/DisabledBlogTagTests.swift",
"BlogTests/IndexTests.swift",
"BlogTests/PostTests.swift",
"BlogTests/SearchTests.swift",
"BlogTests/TagTests.swift",
"Fakes/CapturingViewRenderer.swift",
"Fakes/PasswordHasherChoice.swift",
"Fakes/PlaintextHasher.swift",
"Fakes/Presenters/CapturingAdminPresenter.swift",
"Fakes/Presenters/CapturingBlogPresenter.swift",
"Fakes/ReversedPasswordHasher.swift",
"Fakes/StubbedRandomNumberGenerator.swift",
"Feed Tests/AtomFeedTests.swift",
"Feed Tests/RSSFeedTests.swift",
"Helpers/InMemoryRepository.swift",
"Helpers/SteamPressTestError.swift",
"Helpers/TestDataBuilder.swift",
"Helpers/TestWorld+Application.swift",
"Helpers/TestWorld+Responses.swift",
"Helpers/TestWorld+TestDataBuilder.swift",
"Helpers/TestWorld.swift",
"Models/LoginData.swift",
"ProviderTests.swift",
"ViewTests/BlogAdminPresenterTests.swift",
"ViewTests/BlogPresenterTests.swift",
"ViewTests/BlogViewTests.swift"
],
"target_dependencies" : [
"SteamPress"
],
"type" : "test"
},
{
"c99name" : "SteamPress",
"module_type" : "SwiftTarget",
"name" : "SteamPress",
"path" : "Sources/SteamPress",
"product_dependencies" : [
"Vapor",
"SwiftSoup",
"SwiftMarkdown",
"Authentication"
],
"product_memberships" : [
"SteamPress"
],
"sources" : [
"BlogPathCreator.swift",
"Config/BlogAdminPageInformation.swift",
"Config/BlogGlobalPageInformation.swift",
"Config/FeedInformation.swift",
"Config/PaginationInformation.swift",
"Controllers/API/APIController.swift",
"Controllers/API/APITagController.swift",
"Controllers/Admin/LoginController.swift",
"Controllers/Admin/PostAdminController.swift",
"Controllers/Admin/UserAdminController.swift",
"Controllers/BlogAdminController.swift",
"Controllers/BlogController.swift",
"Controllers/FeedController.swift",
"Extensions/BCrypt+PasswordHasher.swift",
"Extensions/BlogUser+Information.swift",
"Extensions/Request+PageInformation.swift",
"Extensions/Request+PaginationInformation.swift",
"Extensions/String+Optional+Whitespace.swift",
"Extensions/String+Random.swift",
"Extensions/URL+Converters.swift",
"Feed Generators/AtomFeedGenerator.swift",
"Feed Generators/RSSFeedGenerator.swift",
"Middleware/BlogAuthSessionsMiddleware.swift",
"Middleware/BlogLoginRedirectAuthMiddleware.swift",
"Middleware/BlogRememberMeMiddleware.swift",
"Models/BlogPost.swift",
"Models/BlogTag.swift",
"Models/BlogUser.swift",
"Models/Contexts/Admin/AdminPageContext.swift",
"Models/Contexts/Admin/CreatePostPageContext.swift",
"Models/Contexts/Admin/CreateUserPageContext.swift",
"Models/Contexts/Admin/ResetPasswordPageContext.swift",
"Models/Contexts/AllAuthorsPageContext.swift",
"Models/Contexts/AllTagsPageContext.swift",
"Models/Contexts/AuthorPageContext.swift",
"Models/Contexts/BlogIndexPageContext.swift",
"Models/Contexts/BlogPostPageContext.swift",
"Models/Contexts/ContextViews/BlogTagWithPostCount.swift",
"Models/Contexts/ContextViews/ViewBlogAuthor.swift",
"Models/Contexts/ContextViews/ViewBlogPost.swift",
"Models/Contexts/ContextViews/ViewBlogTag.swift",
"Models/Contexts/LoginPageContext.swift",
"Models/Contexts/PaginationTagInformation.swift",
"Models/Contexts/SearchPageContext.swift",
"Models/Contexts/TagPageContext.swift",
"Models/Errors/CreatePostErrors.swift",
"Models/Errors/CreateUserErrors.swift",
"Models/FormData/CreatePostData.swift",
"Models/FormData/CreateUserData.swift",
"Models/FormData/LoginData.swift",
"Models/FormData/ResetPasswordData.swift",
"Presenters/BlogAdminPresenter.swift",
"Presenters/BlogPresenter.swift",
"Presenters/ViewBlogAdminPresenter.swift",
"Presenters/ViewBlogPresenter.swift",
"Provider.swift",
"Repositories/SteamPressRepository.swift",
"Services/LongPostDateFormatter.swift",
"Services/NumericPostFormatter.swift",
"Services/RealRandomNumberGenerator.swift",
"Services/SteamPressRandomNumberGenerator.swift",
"SteamPressError.swift",
"Views/PaginatorTag.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"SteamPress"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SteamPress -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme SteamPress -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
ignoring declared target(s) 'swift-nio-ssl-support' in the system packageignoring declared target(s) 'swift-nio-zlib-support' in the system packagecouldn't find pc file for zlibyou may be able to install openssl using your system-packager:
brew install libressl
Resolve Package Graph
ignoring declared target(s) 'swift-nio-ssl-support' in the system packageignoring declared target(s) 'swift-nio-zlib-support' in the system packagecouldn't find pc file for zlibyou may be able to install openssl using your system-packager:
brew install libressl
Resolved source packages:
Auth: https://github.com/vapor/auth.git @ 2.0.4
FluentSQLite: https://github.com/vapor/fluent-sqlite.git @ 3.0.0
swift-nio-ssl-support: https://github.com/apple/swift-nio-ssl-support.git @ 1.0.0
Vapor: https://github.com/vapor/vapor.git @ 3.3.3
cmark: https://github.com/brokenhandsio/cmark-gfm.git @ 2.1.0
Routing: https://github.com/vapor/routing.git @ 3.1.0
swift-nio-zlib-support: https://github.com/apple/swift-nio-zlib-support.git @ 1.0.0
TemplateKit: https://github.com/vapor/template-kit.git @ 1.5.0
Console: https://github.com/vapor/console.git @ 3.1.1
Core: https://github.com/vapor/core.git @ 3.10.1
SwiftMarkdown: https://github.com/vapor-community/markdown.git @ 0.7.1
SQLite: https://github.com/vapor/sqlite.git @ 3.3.0
swift-nio-ssl: https://github.com/apple/swift-nio-ssl.git @ 1.4.0
Multipart: https://github.com/vapor/multipart.git @ 3.1.3
SteamPress: /Users/admin/builder/spi-builder-workspace
HTTP: https://github.com/vapor/http.git @ 3.4.0
Crypto: https://github.com/vapor/crypto.git @ 3.4.1
URLEncodedForm: https://github.com/vapor/url-encoded-form.git @ 1.1.0
Fluent: https://github.com/vapor/fluent.git @ 3.2.1
Validation: https://github.com/vapor/validation.git @ 2.1.1
swift-nio: https://github.com/apple/swift-nio.git @ 1.14.4
SwiftSoup: https://github.com/scinfu/SwiftSoup.git @ 2.8.7
WebSocket: https://github.com/vapor/websocket.git @ 1.1.2
SQL: https://github.com/vapor/sql.git @ 2.3.2
Service: https://github.com/vapor/service.git @ 1.0.2
DatabaseKit: https://github.com/vapor/database-kit.git @ 1.3.3
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (78 targets)
Target 'SteamPress' in project 'SteamPress'
➜ Explicit dependency on target 'SteamPress' in project 'SteamPress'
➜ Explicit dependency on target 'Vapor' in project 'Vapor'
➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
➜ Explicit dependency on target 'SwiftMarkdown' in project 'SwiftMarkdown'
➜ Explicit dependency on target 'Authentication' in project 'Auth'
Target 'SteamPress' in project 'SteamPress'
➜ Explicit dependency on target 'Vapor' in project 'Vapor'
➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
➜ Explicit dependency on target 'SwiftMarkdown' in project 'SwiftMarkdown'
➜ Explicit dependency on target 'Authentication' in project 'Auth'
Target 'Authentication' in project 'Auth'
➜ Explicit dependency on target 'Authentication' in project 'Auth'
➜ Explicit dependency on target 'Async' in project 'Core'
➜ Explicit dependency on target 'Bits' in project 'Core'
➜ Explicit dependency on target 'Crypto' in project 'Crypto'
➜ Explicit dependency on target 'Debugging' in project 'Core'
➜ Explicit dependency on target 'Fluent' in project 'Fluent'
➜ Explicit dependency on target 'HTTP' in project 'HTTP'
➜ Explicit dependency on target 'Service' in project 'Service'
➜ Explicit dependency on target 'Vapor' in project 'Vapor'
Target 'Authentication' in project 'Auth'
➜ Explicit dependency on target 'Async' in project 'Core'
➜ Explicit dependency on target 'Bits' in project 'Core'
➜ Explicit dependency on target 'Crypto' in project 'Crypto'
➜ Explicit dependency on target 'Debugging' in project 'Core'
➜ Explicit dependency on target 'Fluent' in project 'Fluent'
➜ Explicit dependency on target 'HTTP' in project 'HTTP'
➜ Explicit dependency on target 'Service' in project 'Service'
➜ Explicit dependency on target 'Vapor' in project 'Vapor'
Target 'Fluent' in project 'Fluent'
➜ Explicit dependency on target 'Fluent' in project 'Fluent'
➜ Explicit dependency on target 'Async' in project 'Core'
➜ Explicit dependency on target 'Console' in project 'Console'
➜ Explicit dependency on target 'Command' in project 'Console'
➜ Explicit dependency on target 'Core' in project 'Core'
➜ Explicit dependency on target 'DatabaseKit' in project 'DatabaseKit'
➜ Explicit dependency on target 'Logging' in project 'Console'
➜ Explicit dependency on target 'Service' in project 'Service'
Target 'Fluent' in project 'Fluent'
➜ Explicit dependency on target 'Async' in project 'Core'
➜ Explicit dependency on target 'Console' in project 'Console'
➜ Explicit dependency on target 'Command' in project 'Console'
➜ Explicit dependency on target 'Core' in project 'Core'
➜ Explicit dependency on target 'DatabaseKit' in project 'DatabaseKit'
➜ Explicit dependency on target 'Logging' in project 'Console'
➜ Explicit dependency on target 'Service' in project 'Service'
Target 'SwiftMarkdown' in project 'SwiftMarkdown'
➜ Explicit dependency on target 'SwiftMarkdown' in project 'SwiftMarkdown'
➜ Explicit dependency on target 'cmark' in project 'cmark'
Target 'SwiftMarkdown' in project 'SwiftMarkdown'
➜ Explicit dependency on target 'cmark' in project 'cmark'
Target 'cmark' in project 'cmark'
➜ Explicit dependency on target 'cmark' in project 'cmark'
Target 'cmark' in project 'cmark' (no dependencies)
Target 'SwiftSoup' in project 'SwiftSoup'
➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
Target 'SwiftSoup' in project 'SwiftSoup' (no dependencies)
Target 'Vapor' in project 'Vapor'
➜ Explicit dependency on target 'Vapor' in project 'Vapor'
➜ Explicit dependency on target 'Async' in project 'Core'
➜ Explicit dependency on target 'Command' in project 'Console'
➜ Explicit dependency on target 'Console' in project 'Console'
➜ Explicit dependency on target 'COperatingSystem' in project 'Core'
➜ Explicit dependency on target 'Crypto' in project 'Crypto'
➜ Explicit dependency on target 'DatabaseKit' in project 'DatabaseKit'
➜ Explicit dependency on target 'Debugging' in project 'Core'
➜ Explicit dependency on target 'HTTP' in project 'HTTP'
➜ Explicit dependency on target 'Logging' in project 'Console'
➜ Explicit dependency on target 'Multipart' in project 'Multipart'
➜ Explicit dependency on target 'Routing' in project 'Routing'
➜ Explicit dependency on target 'Service' in project 'Service'
➜ Explicit dependency on target 'TemplateKit' in project 'TemplateKit'
➜ Explicit dependency on target 'URLEncodedForm' in project 'URLEncodedForm'
➜ Explicit dependency on target 'Validation' in project 'Validation'
➜ Explicit dependency on target 'WebSocket' in project 'WebSocket'
Target 'Vapor' in project 'Vapor'
➜ Explicit dependency on target 'Async' in project 'Core'
➜ Explicit dependency on target 'Command' in project 'Console'
➜ Explicit dependency on target 'Console' in project 'Console'
➜ Explicit dependency on target 'COperatingSystem' in project 'Core'
➜ Explicit dependency on target 'Crypto' in project 'Crypto'
➜ Explicit dependency on target 'DatabaseKit' in project 'DatabaseKit'
➜ Explicit dependency on target 'Debugging' in project 'Core'
➜ Explicit dependency on target 'HTTP' in project 'HTTP'
➜ Explicit dependency on target 'Logging' in project 'Console'
➜ Explicit dependency on target 'Multipart' in project 'Multipart'
➜ Explicit dependency on target 'Routing' in project 'Routing'
➜ Explicit dependency on target 'Service' in project 'Service'
➜ Explicit dependency on target 'TemplateKit' in project 'TemplateKit'
➜ Explicit dependency on target 'URLEncodedForm' in project 'URLEncodedForm'
➜ Explicit dependency on target 'Validation' in project 'Validation'
➜ Explicit dependency on target 'WebSocket' in project 'WebSocket'
Target 'WebSocket' in project 'WebSocket'
➜ Explicit dependency on target 'WebSocket' in project 'WebSocket'
➜ Explicit dependency on target 'Core' in project 'Core'
➜ Explicit dependency on target 'Crypto' in project 'Crypto'
➜ Explicit dependency on target 'HTTP' in project 'HTTP'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
➜ Explicit dependency on target 'NIOWebSocket' in project 'swift-nio'
Target 'WebSocket' in project 'WebSocket'
➜ Explicit dependency on target 'Core' in project 'Core'
➜ Explicit dependency on target 'Crypto' in project 'Crypto'
➜ Explicit dependency on target 'HTTP' in project 'HTTP'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
➜ Explicit dependency on target 'NIOWebSocket' in project 'swift-nio'
Target 'NIOWebSocket' in project 'swift-nio'
➜ Explicit dependency on target 'NIOWebSocket' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target 'NIOPriorityQueue' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOSHA1' in project 'swift-nio'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOHTTPParser' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOZlib' in project 'swift-nio'
➜ Explicit dependency on target 'NIOHTTP1' in project 'swift-nio'
Target 'NIOWebSocket' in project 'swift-nio'
➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target 'NIOPriorityQueue' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOSHA1' in project 'swift-nio'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOHTTPParser' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOZlib' in project 'swift-nio'
➜ Explicit dependency on target 'NIOHTTP1' in project 'swift-nio'
Target 'Validation' in project 'Validation'
➜ Explicit dependency on target 'Validation' in project 'Validation'
➜ Explicit dependency on target 'Core' in project 'Core'
Target 'Validation' in project 'Validation'
➜ Explicit dependency on target 'Core' in project 'Core'
Target 'URLEncodedForm' in project 'URLEncodedForm'
➜ Explicit dependency on target 'URLEncodedForm' in project 'URLEncodedForm'
➜ Explicit dependency on target 'Core' in project 'Core'
Target 'URLEncodedForm' in project 'URLEncodedForm'
➜ Explicit dependency on target 'Core' in project 'Core'
Target 'TemplateKit' in project 'TemplateKit'
➜ Explicit dependency on target 'TemplateKit' in project 'TemplateKit'
➜ Explicit dependency on target 'Async' in project 'Core'
➜ Explicit dependency on target 'Bits' in project 'Core'
➜ Explicit dependency on target 'Core' in project 'Core'
➜ Explicit dependency on target 'Service' in project 'Service'
Target 'TemplateKit' in project 'TemplateKit'
➜ Explicit dependency on target 'Async' in project 'Core'
➜ Explicit dependency on target 'Bits' in project 'Core'
➜ Explicit dependency on target 'Core' in project 'Core'
➜ Explicit dependency on target 'Service' in project 'Service'
Target 'Routing' in project 'Routing'
➜ Explicit dependency on target 'Routing' in project 'Routing'
➜ Explicit dependency on target 'Bits' in project 'Core'
➜ Explicit dependency on target 'Debugging' in project 'Core'
➜ Explicit dependency on target 'Service' in project 'Service'
Target 'Routing' in project 'Routing'
➜ Explicit dependency on target 'Bits' in project 'Core'
➜ Explicit dependency on target 'Debugging' in project 'Core'
➜ Explicit dependency on target 'Service' in project 'Service'
Target 'Multipart' in project 'Multipart'
➜ Explicit dependency on target 'Multipart' in project 'Multipart'
➜ Explicit dependency on target 'Bits' in project 'Core'
➜ Explicit dependency on target 'Core' in project 'Core'
➜ Explicit dependency on target 'Debugging' in project 'Core'
Target 'Multipart' in project 'Multipart'
➜ Explicit dependency on target 'Bits' in project 'Core'
➜ Explicit dependency on target 'Core' in project 'Core'
➜ Explicit dependency on target 'Debugging' in project 'Core'
Target 'Logging' in project 'Console'
➜ Explicit dependency on target 'Logging' in project 'Console'
➜ Explicit dependency on target 'Core' in project 'Core'
Target 'HTTP' in project 'HTTP'
➜ Explicit dependency on target 'HTTP' in project 'HTTP'
➜ Explicit dependency on target 'Async' in project 'Core'
➜ Explicit dependency on target 'Bits' in project 'Core'
➜ Explicit dependency on target 'Core' in project 'Core'
➜ Explicit dependency on target 'Debugging' in project 'Core'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
➜ Explicit dependency on target 'NIOOpenSSL' in project 'swift-nio-ssl'
➜ Explicit dependency on target 'NIOHTTP1' in project 'swift-nio'
Target 'HTTP' in project 'HTTP'
➜ Explicit dependency on target 'Async' in project 'Core'
➜ Explicit dependency on target 'Bits' in project 'Core'
➜ Explicit dependency on target 'Core' in project 'Core'
➜ Explicit dependency on target 'Debugging' in project 'Core'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
➜ Explicit dependency on target 'NIOOpenSSL' in project 'swift-nio-ssl'
➜ Explicit dependency on target 'NIOHTTP1' in project 'swift-nio'
Target 'NIOHTTP1' in project 'swift-nio'
➜ Explicit dependency on target 'NIOHTTP1' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target 'NIOPriorityQueue' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOSHA1' in project 'swift-nio'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOHTTPParser' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOZlib' in project 'swift-nio'
Target 'NIOHTTP1' in project 'swift-nio'
➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target 'NIOPriorityQueue' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOSHA1' in project 'swift-nio'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOHTTPParser' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOZlib' in project 'swift-nio'
Target 'CNIOZlib' in project 'swift-nio'
➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
Target 'CNIOHTTPParser' in project 'swift-nio'
➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
Target 'NIOOpenSSL' in project 'swift-nio-ssl'
➜ Explicit dependency on target 'NIOOpenSSL' in project 'swift-nio-ssl'
➜ Explicit dependency on target 'CNIOOpenSSL' in project 'swift-nio-ssl'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target 'NIOTLS' in project 'swift-nio'
Target 'NIOOpenSSL' in project 'swift-nio-ssl'
➜ Explicit dependency on target 'swift-nio-ssl-support' in project 'swift-nio-ssl-support'
➜ Explicit dependency on target 'CNIOOpenSSL' in project 'swift-nio-ssl'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target 'NIOTLS' in project 'swift-nio'
Target 'NIOTLS' in project 'swift-nio'
➜ Explicit dependency on target 'NIOTLS' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target 'NIOPriorityQueue' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOSHA1' in project 'swift-nio'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
Target 'NIOTLS' in project 'swift-nio'
➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target 'NIOPriorityQueue' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOSHA1' in project 'swift-nio'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
Target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
Target 'CNIOOpenSSL' in project 'swift-nio-ssl'
➜ Explicit dependency on target 'swift-nio-ssl-support' in project 'swift-nio-ssl-support'
Target 'DatabaseKit' in project 'DatabaseKit'
➜ Explicit dependency on target 'DatabaseKit' in project 'DatabaseKit'
➜ Explicit dependency on target 'Async' in project 'Core'
➜ Explicit dependency on target 'Service' in project 'Service'
Target 'DatabaseKit' in project 'DatabaseKit'
➜ Explicit dependency on target 'Async' in project 'Core'
➜ Explicit dependency on target 'Service' in project 'Service'
Target 'Crypto' in project 'Crypto'
➜ Explicit dependency on target 'Crypto' in project 'Crypto'
➜ Explicit dependency on target 'CBase32' in project 'Crypto'
➜ Explicit dependency on target 'CBcrypt' in project 'Crypto'
➜ Explicit dependency on target 'CCryptoOpenSSL' in project 'Crypto'
➜ Explicit dependency on target 'Random' in project 'Crypto'
➜ Explicit dependency on target 'Bits' in project 'Core'
➜ Explicit dependency on target 'Async' in project 'Core'
➜ Explicit dependency on target 'Core' in project 'Core'
➜ Explicit dependency on target 'COperatingSystem' in project 'Core'
➜ Explicit dependency on target 'Debugging' in project 'Core'
Target 'Crypto' in project 'Crypto'
➜ Explicit dependency on target 'swift-nio-ssl-support' in project 'swift-nio-ssl-support'
➜ Explicit dependency on target 'CBase32' in project 'Crypto'
➜ Explicit dependency on target 'CBcrypt' in project 'Crypto'
➜ Explicit dependency on target 'CCryptoOpenSSL' in project 'Crypto'
➜ Explicit dependency on target 'Random' in project 'Crypto'
➜ Explicit dependency on target 'Bits' in project 'Core'
➜ Explicit dependency on target 'Async' in project 'Core'
➜ Explicit dependency on target 'Core' in project 'Core'
➜ Explicit dependency on target 'COperatingSystem' in project 'Core'
➜ Explicit dependency on target 'Debugging' in project 'Core'
Target 'Random' in project 'Crypto'
➜ Explicit dependency on target 'swift-nio-ssl-support' in project 'swift-nio-ssl-support'
➜ Explicit dependency on target 'Bits' in project 'Core'
Target 'Bits' in project 'Core'
➜ Explicit dependency on target 'Bits' in project 'Core'
➜ Explicit dependency on target 'Debugging' in project 'Core'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
Target 'CCryptoOpenSSL' in project 'Crypto'
➜ Explicit dependency on target 'swift-nio-ssl-support' in project 'swift-nio-ssl-support'
Target 'CBcrypt' in project 'Crypto'
➜ Explicit dependency on target 'swift-nio-ssl-support' in project 'swift-nio-ssl-support'
Target 'CBase32' in project 'Crypto'
➜ Explicit dependency on target 'swift-nio-ssl-support' in project 'swift-nio-ssl-support'
Target 'swift-nio-ssl-support' in project 'swift-nio-ssl-support' (no dependencies)
Target 'Console' in project 'Console'
➜ Explicit dependency on target 'Console' in project 'Console'
➜ Explicit dependency on target 'Logging' in project 'Console'
➜ Explicit dependency on target 'Core' in project 'Core'
➜ Explicit dependency on target 'COperatingSystem' in project 'Core'
➜ Explicit dependency on target 'Service' in project 'Service'
Target 'Command' in project 'Console'
➜ Explicit dependency on target 'Command' in project 'Console'
➜ Explicit dependency on target 'Logging' in project 'Console'
➜ Explicit dependency on target 'Console' in project 'Console'
➜ Explicit dependency on target 'Core' in project 'Core'
➜ Explicit dependency on target 'COperatingSystem' in project 'Core'
➜ Explicit dependency on target 'Service' in project 'Service'
Target 'Command' in project 'Console'
➜ Explicit dependency on target 'Logging' in project 'Console'
➜ Explicit dependency on target 'Console' in project 'Console'
➜ Explicit dependency on target 'Core' in project 'Core'
➜ Explicit dependency on target 'COperatingSystem' in project 'Core'
➜ Explicit dependency on target 'Service' in project 'Service'
Target 'Console' in project 'Console'
➜ Explicit dependency on target 'Logging' in project 'Console'
➜ Explicit dependency on target 'Core' in project 'Core'
➜ Explicit dependency on target 'COperatingSystem' in project 'Core'
➜ Explicit dependency on target 'Service' in project 'Service'
Target 'Service' in project 'Service'
➜ Explicit dependency on target 'Service' in project 'Service'
➜ Explicit dependency on target 'Async' in project 'Core'
➜ Explicit dependency on target 'Core' in project 'Core'
➜ Explicit dependency on target 'Debugging' in project 'Core'
Target 'Service' in project 'Service'
➜ Explicit dependency on target 'Async' in project 'Core'
➜ Explicit dependency on target 'Core' in project 'Core'
➜ Explicit dependency on target 'Debugging' in project 'Core'
Target 'Debugging' in project 'Core'
➜ Explicit dependency on target 'Debugging' in project 'Core'
Target 'COperatingSystem' in project 'Core'
➜ Explicit dependency on target 'COperatingSystem' in project 'Core'
Target 'Logging' in project 'Console'
➜ Explicit dependency on target 'Core' in project 'Core'
Target 'Core' in project 'Core'
➜ Explicit dependency on target 'Core' in project 'Core'
➜ Explicit dependency on target 'Async' in project 'Core'
➜ Explicit dependency on target 'Debugging' in project 'Core'
➜ Explicit dependency on target 'Bits' in project 'Core'
➜ Explicit dependency on target 'COperatingSystem' in project 'Core'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
➜ Explicit dependency on target 'NIOFoundationCompat' in project 'swift-nio'
Target 'Core' in project 'Core'
➜ Explicit dependency on target 'Async' in project 'Core'
➜ Explicit dependency on target 'Debugging' in project 'Core'
➜ Explicit dependency on target 'Bits' in project 'Core'
➜ Explicit dependency on target 'COperatingSystem' in project 'Core'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
➜ Explicit dependency on target 'NIOFoundationCompat' in project 'swift-nio'
Target 'NIOFoundationCompat' in project 'swift-nio'
➜ Explicit dependency on target 'NIOFoundationCompat' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target 'NIOPriorityQueue' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOSHA1' in project 'swift-nio'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
Target 'NIOFoundationCompat' in project 'swift-nio'
➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target 'NIOPriorityQueue' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOSHA1' in project 'swift-nio'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
Target 'COperatingSystem' in project 'Core' (no dependencies)
Target 'Bits' in project 'Core'
➜ Explicit dependency on target 'Debugging' in project 'Core'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
Target 'Debugging' in project 'Core' (no dependencies)
Target 'Async' in project 'Core'
➜ Explicit dependency on target 'Async' in project 'Core'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
Target 'Async' in project 'Core'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
Target 'NIO' in project 'swift-nio'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target 'NIOPriorityQueue' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOSHA1' in project 'swift-nio'
Target 'NIO' in project 'swift-nio'
➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target 'NIOPriorityQueue' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOSHA1' in project 'swift-nio'
Target 'CNIOSHA1' in project 'swift-nio'
➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
Target 'NIOPriorityQueue' in project 'swift-nio'
➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
Target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
Target 'CNIOAtomics' in project 'swift-nio'
➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
Target 'CNIODarwin' in project 'swift-nio'
➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
Target 'CNIOLinux' in project 'swift-nio'
➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
Target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
Build description signature: 592cf72c8b9c42fa1b5fdf9c2cb4c64d
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/592cf72c8b9c42fa1b5fdf9c2cb4c64d.xcbuilddata
error: The package product 'SwiftSoup' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'SteamPress' from project 'SteamPress')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme SteamPress
(1 failure)
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
ignoring declared target(s) 'swift-nio-ssl-support' in the system packageignoring declared target(s) 'swift-nio-zlib-support' in the system packageyou may be able to install openssl using your system-packager:
brew install libressl
couldn't find pc file for zlib
Resolved source packages:
WebSocket: https://github.com/vapor/websocket.git @ 1.1.2
SteamPress: /Users/admin/builder/spi-builder-workspace
swift-nio: https://github.com/apple/swift-nio.git @ 1.14.4
SwiftMarkdown: https://github.com/vapor-community/markdown.git @ 0.7.1
FluentSQLite: https://github.com/vapor/fluent-sqlite.git @ 3.0.0
Validation: https://github.com/vapor/validation.git @ 2.1.1
SQLite: https://github.com/vapor/sqlite.git @ 3.3.0
Routing: https://github.com/vapor/routing.git @ 3.1.0
URLEncodedForm: https://github.com/vapor/url-encoded-form.git @ 1.1.0
Multipart: https://github.com/vapor/multipart.git @ 3.1.3
SQL: https://github.com/vapor/sql.git @ 2.3.2
swift-nio-zlib-support: https://github.com/apple/swift-nio-zlib-support.git @ 1.0.0
DatabaseKit: https://github.com/vapor/database-kit.git @ 1.3.3
Auth: https://github.com/vapor/auth.git @ 2.0.4
Fluent: https://github.com/vapor/fluent.git @ 3.2.1
SwiftSoup: https://github.com/scinfu/SwiftSoup.git @ 2.8.7
Vapor: https://github.com/vapor/vapor.git @ 3.3.3
Service: https://github.com/vapor/service.git @ 1.0.2
swift-nio-ssl-support: https://github.com/apple/swift-nio-ssl-support.git @ 1.0.0
cmark: https://github.com/brokenhandsio/cmark-gfm.git @ 2.1.0
Crypto: https://github.com/vapor/crypto.git @ 3.4.1
HTTP: https://github.com/vapor/http.git @ 3.4.0
Console: https://github.com/vapor/console.git @ 3.1.1
Core: https://github.com/vapor/core.git @ 3.10.1
TemplateKit: https://github.com/vapor/template-kit.git @ 1.5.0
swift-nio-ssl: https://github.com/apple/swift-nio-ssl.git @ 1.4.0
resolved source packages: WebSocket, SteamPress, swift-nio, SwiftMarkdown, FluentSQLite, Validation, SQLite, Routing, URLEncodedForm, Multipart, SQL, swift-nio-zlib-support, DatabaseKit, Auth, Fluent, SwiftSoup, Vapor, Service, swift-nio-ssl-support, cmark, Crypto, HTTP, Console, Core, TemplateKit, swift-nio-ssl
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "swiftsoup",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/scinfu/SwiftSoup.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" : "auth",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/auth.git"
}
],
"manifest_display_name" : "SteamPress",
"name" : "SteamPress",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SteamPress",
"targets" : [
"SteamPress"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SteamPressTests",
"module_type" : "SwiftTarget",
"name" : "SteamPressTests",
"path" : "Tests/SteamPressTests",
"sources" : [
"APITests/APITagControllerTests.swift",
"AdminTests/AccessControlTests.swift",
"AdminTests/AdminPageTests.swift",
"AdminTests/AdminPostTests.swift",
"AdminTests/AdminUserTests.swift",
"AdminTests/LoginTests.swift",
"BlogTests/AuthorTests.swift",
"BlogTests/DisabledBlogTagTests.swift",
"BlogTests/IndexTests.swift",
"BlogTests/PostTests.swift",
"BlogTests/SearchTests.swift",
"BlogTests/TagTests.swift",
"Fakes/CapturingViewRenderer.swift",
"Fakes/PasswordHasherChoice.swift",
"Fakes/PlaintextHasher.swift",
"Fakes/Presenters/CapturingAdminPresenter.swift",
"Fakes/Presenters/CapturingBlogPresenter.swift",
"Fakes/ReversedPasswordHasher.swift",
"Fakes/StubbedRandomNumberGenerator.swift",
"Feed Tests/AtomFeedTests.swift",
"Feed Tests/RSSFeedTests.swift",
"Helpers/InMemoryRepository.swift",
"Helpers/SteamPressTestError.swift",
"Helpers/TestDataBuilder.swift",
"Helpers/TestWorld+Application.swift",
"Helpers/TestWorld+Responses.swift",
"Helpers/TestWorld+TestDataBuilder.swift",
"Helpers/TestWorld.swift",
"Models/LoginData.swift",
"ProviderTests.swift",
"ViewTests/BlogAdminPresenterTests.swift",
"ViewTests/BlogPresenterTests.swift",
"ViewTests/BlogViewTests.swift"
],
"target_dependencies" : [
"SteamPress"
],
"type" : "test"
},
{
"c99name" : "SteamPress",
"module_type" : "SwiftTarget",
"name" : "SteamPress",
"path" : "Sources/SteamPress",
"product_dependencies" : [
"Vapor",
"SwiftSoup",
"SwiftMarkdown",
"Authentication"
],
"product_memberships" : [
"SteamPress"
],
"sources" : [
"BlogPathCreator.swift",
"Config/BlogAdminPageInformation.swift",
"Config/BlogGlobalPageInformation.swift",
"Config/FeedInformation.swift",
"Config/PaginationInformation.swift",
"Controllers/API/APIController.swift",
"Controllers/API/APITagController.swift",
"Controllers/Admin/LoginController.swift",
"Controllers/Admin/PostAdminController.swift",
"Controllers/Admin/UserAdminController.swift",
"Controllers/BlogAdminController.swift",
"Controllers/BlogController.swift",
"Controllers/FeedController.swift",
"Extensions/BCrypt+PasswordHasher.swift",
"Extensions/BlogUser+Information.swift",
"Extensions/Request+PageInformation.swift",
"Extensions/Request+PaginationInformation.swift",
"Extensions/String+Optional+Whitespace.swift",
"Extensions/String+Random.swift",
"Extensions/URL+Converters.swift",
"Feed Generators/AtomFeedGenerator.swift",
"Feed Generators/RSSFeedGenerator.swift",
"Middleware/BlogAuthSessionsMiddleware.swift",
"Middleware/BlogLoginRedirectAuthMiddleware.swift",
"Middleware/BlogRememberMeMiddleware.swift",
"Models/BlogPost.swift",
"Models/BlogTag.swift",
"Models/BlogUser.swift",
"Models/Contexts/Admin/AdminPageContext.swift",
"Models/Contexts/Admin/CreatePostPageContext.swift",
"Models/Contexts/Admin/CreateUserPageContext.swift",
"Models/Contexts/Admin/ResetPasswordPageContext.swift",
"Models/Contexts/AllAuthorsPageContext.swift",
"Models/Contexts/AllTagsPageContext.swift",
"Models/Contexts/AuthorPageContext.swift",
"Models/Contexts/BlogIndexPageContext.swift",
"Models/Contexts/BlogPostPageContext.swift",
"Models/Contexts/ContextViews/BlogTagWithPostCount.swift",
"Models/Contexts/ContextViews/ViewBlogAuthor.swift",
"Models/Contexts/ContextViews/ViewBlogPost.swift",
"Models/Contexts/ContextViews/ViewBlogTag.swift",
"Models/Contexts/LoginPageContext.swift",
"Models/Contexts/PaginationTagInformation.swift",
"Models/Contexts/SearchPageContext.swift",
"Models/Contexts/TagPageContext.swift",
"Models/Errors/CreatePostErrors.swift",
"Models/Errors/CreateUserErrors.swift",
"Models/FormData/CreatePostData.swift",
"Models/FormData/CreateUserData.swift",
"Models/FormData/LoginData.swift",
"Models/FormData/ResetPasswordData.swift",
"Presenters/BlogAdminPresenter.swift",
"Presenters/BlogPresenter.swift",
"Presenters/ViewBlogAdminPresenter.swift",
"Presenters/ViewBlogPresenter.swift",
"Provider.swift",
"Repositories/SteamPressRepository.swift",
"Services/LongPostDateFormatter.swift",
"Services/NumericPostFormatter.swift",
"Services/RealRandomNumberGenerator.swift",
"Services/SteamPressRandomNumberGenerator.swift",
"SteamPressError.swift",
"Views/PaginatorTag.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"SteamPress"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SteamPress -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme SteamPress -destination generic/platform=watchOS
Resolve Package Graph
ignoring declared target(s) 'swift-nio-ssl-support' in the system packageignoring declared target(s) 'swift-nio-zlib-support' in the system packageyou may be able to install openssl using your system-packager:
brew install libressl
couldn't find pc file for zlib
Resolved source packages:
TemplateKit: https://github.com/vapor/template-kit.git @ 1.5.0
Auth: https://github.com/vapor/auth.git @ 2.0.4
SQLite: https://github.com/vapor/sqlite.git @ 3.3.0
Routing: https://github.com/vapor/routing.git @ 3.1.0
SQL: https://github.com/vapor/sql.git @ 2.3.2
swift-nio-ssl-support: https://github.com/apple/swift-nio-ssl-support.git @ 1.0.0
Service: https://github.com/vapor/service.git @ 1.0.2
Fluent: https://github.com/vapor/fluent.git @ 3.2.1
URLEncodedForm: https://github.com/vapor/url-encoded-form.git @ 1.1.0
DatabaseKit: https://github.com/vapor/database-kit.git @ 1.3.3
Validation: https://github.com/vapor/validation.git @ 2.1.1
Core: https://github.com/vapor/core.git @ 3.10.1
SteamPress: /Users/admin/builder/spi-builder-workspace
swift-nio-zlib-support: https://github.com/apple/swift-nio-zlib-support.git @ 1.0.0
SwiftSoup: https://github.com/scinfu/SwiftSoup.git @ 2.8.7
Vapor: https://github.com/vapor/vapor.git @ 3.3.3
Multipart: https://github.com/vapor/multipart.git @ 3.1.3
swift-nio: https://github.com/apple/swift-nio.git @ 1.14.4
WebSocket: https://github.com/vapor/websocket.git @ 1.1.2
Console: https://github.com/vapor/console.git @ 3.1.1
SwiftMarkdown: https://github.com/vapor-community/markdown.git @ 0.7.1
cmark: https://github.com/brokenhandsio/cmark-gfm.git @ 2.1.0
HTTP: https://github.com/vapor/http.git @ 3.4.0
swift-nio-ssl: https://github.com/apple/swift-nio-ssl.git @ 1.4.0
FluentSQLite: https://github.com/vapor/fluent-sqlite.git @ 3.0.0
Crypto: https://github.com/vapor/crypto.git @ 3.4.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (78 targets)
Target 'SteamPress' in project 'SteamPress'
➜ Explicit dependency on target 'SteamPress' in project 'SteamPress'
➜ Explicit dependency on target 'Vapor' in project 'Vapor'
➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
➜ Explicit dependency on target 'SwiftMarkdown' in project 'SwiftMarkdown'
➜ Explicit dependency on target 'Authentication' in project 'Auth'
Target 'SteamPress' in project 'SteamPress'
➜ Explicit dependency on target 'Vapor' in project 'Vapor'
➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
➜ Explicit dependency on target 'SwiftMarkdown' in project 'SwiftMarkdown'
➜ Explicit dependency on target 'Authentication' in project 'Auth'
Target 'Authentication' in project 'Auth'
➜ Explicit dependency on target 'Authentication' in project 'Auth'
➜ Explicit dependency on target 'Async' in project 'Core'
➜ Explicit dependency on target 'Bits' in project 'Core'
➜ Explicit dependency on target 'Crypto' in project 'Crypto'
➜ Explicit dependency on target 'Debugging' in project 'Core'
➜ Explicit dependency on target 'Fluent' in project 'Fluent'
➜ Explicit dependency on target 'HTTP' in project 'HTTP'
➜ Explicit dependency on target 'Service' in project 'Service'
➜ Explicit dependency on target 'Vapor' in project 'Vapor'
Target 'Authentication' in project 'Auth'
➜ Explicit dependency on target 'Async' in project 'Core'
➜ Explicit dependency on target 'Bits' in project 'Core'
➜ Explicit dependency on target 'Crypto' in project 'Crypto'
➜ Explicit dependency on target 'Debugging' in project 'Core'
➜ Explicit dependency on target 'Fluent' in project 'Fluent'
➜ Explicit dependency on target 'HTTP' in project 'HTTP'
➜ Explicit dependency on target 'Service' in project 'Service'
➜ Explicit dependency on target 'Vapor' in project 'Vapor'
Target 'Fluent' in project 'Fluent'
➜ Explicit dependency on target 'Fluent' in project 'Fluent'
➜ Explicit dependency on target 'Async' in project 'Core'
➜ Explicit dependency on target 'Console' in project 'Console'
➜ Explicit dependency on target 'Command' in project 'Console'
➜ Explicit dependency on target 'Core' in project 'Core'
➜ Explicit dependency on target 'DatabaseKit' in project 'DatabaseKit'
➜ Explicit dependency on target 'Logging' in project 'Console'
➜ Explicit dependency on target 'Service' in project 'Service'
Target 'Fluent' in project 'Fluent'
➜ Explicit dependency on target 'Async' in project 'Core'
➜ Explicit dependency on target 'Console' in project 'Console'
➜ Explicit dependency on target 'Command' in project 'Console'
➜ Explicit dependency on target 'Core' in project 'Core'
➜ Explicit dependency on target 'DatabaseKit' in project 'DatabaseKit'
➜ Explicit dependency on target 'Logging' in project 'Console'
➜ Explicit dependency on target 'Service' in project 'Service'
Target 'SwiftMarkdown' in project 'SwiftMarkdown'
➜ Explicit dependency on target 'SwiftMarkdown' in project 'SwiftMarkdown'
➜ Explicit dependency on target 'cmark' in project 'cmark'
Target 'SwiftMarkdown' in project 'SwiftMarkdown'
➜ Explicit dependency on target 'cmark' in project 'cmark'
Target 'cmark' in project 'cmark'
➜ Explicit dependency on target 'cmark' in project 'cmark'
Target 'cmark' in project 'cmark' (no dependencies)
Target 'SwiftSoup' in project 'SwiftSoup'
➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
Target 'SwiftSoup' in project 'SwiftSoup' (no dependencies)
Target 'Vapor' in project 'Vapor'
➜ Explicit dependency on target 'Vapor' in project 'Vapor'
➜ Explicit dependency on target 'Async' in project 'Core'
➜ Explicit dependency on target 'Command' in project 'Console'
➜ Explicit dependency on target 'Console' in project 'Console'
➜ Explicit dependency on target 'COperatingSystem' in project 'Core'
➜ Explicit dependency on target 'Crypto' in project 'Crypto'
➜ Explicit dependency on target 'DatabaseKit' in project 'DatabaseKit'
➜ Explicit dependency on target 'Debugging' in project 'Core'
➜ Explicit dependency on target 'HTTP' in project 'HTTP'
➜ Explicit dependency on target 'Logging' in project 'Console'
➜ Explicit dependency on target 'Multipart' in project 'Multipart'
➜ Explicit dependency on target 'Routing' in project 'Routing'
➜ Explicit dependency on target 'Service' in project 'Service'
➜ Explicit dependency on target 'TemplateKit' in project 'TemplateKit'
➜ Explicit dependency on target 'URLEncodedForm' in project 'URLEncodedForm'
➜ Explicit dependency on target 'Validation' in project 'Validation'
➜ Explicit dependency on target 'WebSocket' in project 'WebSocket'
Target 'Vapor' in project 'Vapor'
➜ Explicit dependency on target 'Async' in project 'Core'
➜ Explicit dependency on target 'Command' in project 'Console'
➜ Explicit dependency on target 'Console' in project 'Console'
➜ Explicit dependency on target 'COperatingSystem' in project 'Core'
➜ Explicit dependency on target 'Crypto' in project 'Crypto'
➜ Explicit dependency on target 'DatabaseKit' in project 'DatabaseKit'
➜ Explicit dependency on target 'Debugging' in project 'Core'
➜ Explicit dependency on target 'HTTP' in project 'HTTP'
➜ Explicit dependency on target 'Logging' in project 'Console'
➜ Explicit dependency on target 'Multipart' in project 'Multipart'
➜ Explicit dependency on target 'Routing' in project 'Routing'
➜ Explicit dependency on target 'Service' in project 'Service'
➜ Explicit dependency on target 'TemplateKit' in project 'TemplateKit'
➜ Explicit dependency on target 'URLEncodedForm' in project 'URLEncodedForm'
➜ Explicit dependency on target 'Validation' in project 'Validation'
➜ Explicit dependency on target 'WebSocket' in project 'WebSocket'
Target 'WebSocket' in project 'WebSocket'
➜ Explicit dependency on target 'WebSocket' in project 'WebSocket'
➜ Explicit dependency on target 'Core' in project 'Core'
➜ Explicit dependency on target 'Crypto' in project 'Crypto'
➜ Explicit dependency on target 'HTTP' in project 'HTTP'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
➜ Explicit dependency on target 'NIOWebSocket' in project 'swift-nio'
Target 'WebSocket' in project 'WebSocket'
➜ Explicit dependency on target 'Core' in project 'Core'
➜ Explicit dependency on target 'Crypto' in project 'Crypto'
➜ Explicit dependency on target 'HTTP' in project 'HTTP'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
➜ Explicit dependency on target 'NIOWebSocket' in project 'swift-nio'
Target 'NIOWebSocket' in project 'swift-nio'
➜ Explicit dependency on target 'NIOWebSocket' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target 'NIOPriorityQueue' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOSHA1' in project 'swift-nio'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOHTTPParser' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOZlib' in project 'swift-nio'
➜ Explicit dependency on target 'NIOHTTP1' in project 'swift-nio'
Target 'NIOWebSocket' in project 'swift-nio'
➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target 'NIOPriorityQueue' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOSHA1' in project 'swift-nio'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOHTTPParser' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOZlib' in project 'swift-nio'
➜ Explicit dependency on target 'NIOHTTP1' in project 'swift-nio'
Target 'Validation' in project 'Validation'
➜ Explicit dependency on target 'Validation' in project 'Validation'
➜ Explicit dependency on target 'Core' in project 'Core'
Target 'Validation' in project 'Validation'
➜ Explicit dependency on target 'Core' in project 'Core'
Target 'URLEncodedForm' in project 'URLEncodedForm'
➜ Explicit dependency on target 'URLEncodedForm' in project 'URLEncodedForm'
➜ Explicit dependency on target 'Core' in project 'Core'
Target 'URLEncodedForm' in project 'URLEncodedForm'
➜ Explicit dependency on target 'Core' in project 'Core'
Target 'TemplateKit' in project 'TemplateKit'
➜ Explicit dependency on target 'TemplateKit' in project 'TemplateKit'
➜ Explicit dependency on target 'Async' in project 'Core'
➜ Explicit dependency on target 'Bits' in project 'Core'
➜ Explicit dependency on target 'Core' in project 'Core'
➜ Explicit dependency on target 'Service' in project 'Service'
Target 'TemplateKit' in project 'TemplateKit'
➜ Explicit dependency on target 'Async' in project 'Core'
➜ Explicit dependency on target 'Bits' in project 'Core'
➜ Explicit dependency on target 'Core' in project 'Core'
➜ Explicit dependency on target 'Service' in project 'Service'
Target 'Routing' in project 'Routing'
➜ Explicit dependency on target 'Routing' in project 'Routing'
➜ Explicit dependency on target 'Bits' in project 'Core'
➜ Explicit dependency on target 'Debugging' in project 'Core'
➜ Explicit dependency on target 'Service' in project 'Service'
Target 'Routing' in project 'Routing'
➜ Explicit dependency on target 'Bits' in project 'Core'
➜ Explicit dependency on target 'Debugging' in project 'Core'
➜ Explicit dependency on target 'Service' in project 'Service'
Target 'Multipart' in project 'Multipart'
➜ Explicit dependency on target 'Multipart' in project 'Multipart'
➜ Explicit dependency on target 'Bits' in project 'Core'
➜ Explicit dependency on target 'Core' in project 'Core'
➜ Explicit dependency on target 'Debugging' in project 'Core'
Target 'Multipart' in project 'Multipart'
➜ Explicit dependency on target 'Bits' in project 'Core'
➜ Explicit dependency on target 'Core' in project 'Core'
➜ Explicit dependency on target 'Debugging' in project 'Core'
Target 'Logging' in project 'Console'
➜ Explicit dependency on target 'Logging' in project 'Console'
➜ Explicit dependency on target 'Core' in project 'Core'
Target 'HTTP' in project 'HTTP'
➜ Explicit dependency on target 'HTTP' in project 'HTTP'
➜ Explicit dependency on target 'Async' in project 'Core'
➜ Explicit dependency on target 'Bits' in project 'Core'
➜ Explicit dependency on target 'Core' in project 'Core'
➜ Explicit dependency on target 'Debugging' in project 'Core'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
➜ Explicit dependency on target 'NIOOpenSSL' in project 'swift-nio-ssl'
➜ Explicit dependency on target 'NIOHTTP1' in project 'swift-nio'
Target 'HTTP' in project 'HTTP'
➜ Explicit dependency on target 'Async' in project 'Core'
➜ Explicit dependency on target 'Bits' in project 'Core'
➜ Explicit dependency on target 'Core' in project 'Core'
➜ Explicit dependency on target 'Debugging' in project 'Core'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
➜ Explicit dependency on target 'NIOOpenSSL' in project 'swift-nio-ssl'
➜ Explicit dependency on target 'NIOHTTP1' in project 'swift-nio'
Target 'NIOHTTP1' in project 'swift-nio'
➜ Explicit dependency on target 'NIOHTTP1' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target 'NIOPriorityQueue' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOSHA1' in project 'swift-nio'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOHTTPParser' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOZlib' in project 'swift-nio'
Target 'NIOHTTP1' in project 'swift-nio'
➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target 'NIOPriorityQueue' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOSHA1' in project 'swift-nio'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOHTTPParser' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOZlib' in project 'swift-nio'
Target 'CNIOZlib' in project 'swift-nio'
➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
Target 'CNIOHTTPParser' in project 'swift-nio'
➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
Target 'NIOOpenSSL' in project 'swift-nio-ssl'
➜ Explicit dependency on target 'NIOOpenSSL' in project 'swift-nio-ssl'
➜ Explicit dependency on target 'CNIOOpenSSL' in project 'swift-nio-ssl'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target 'NIOTLS' in project 'swift-nio'
Target 'NIOOpenSSL' in project 'swift-nio-ssl'
➜ Explicit dependency on target 'swift-nio-ssl-support' in project 'swift-nio-ssl-support'
➜ Explicit dependency on target 'CNIOOpenSSL' in project 'swift-nio-ssl'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target 'NIOTLS' in project 'swift-nio'
Target 'NIOTLS' in project 'swift-nio'
➜ Explicit dependency on target 'NIOTLS' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target 'NIOPriorityQueue' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOSHA1' in project 'swift-nio'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
Target 'NIOTLS' in project 'swift-nio'
➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target 'NIOPriorityQueue' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOSHA1' in project 'swift-nio'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
Target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
Target 'CNIOOpenSSL' in project 'swift-nio-ssl'
➜ Explicit dependency on target 'swift-nio-ssl-support' in project 'swift-nio-ssl-support'
Target 'DatabaseKit' in project 'DatabaseKit'
➜ Explicit dependency on target 'DatabaseKit' in project 'DatabaseKit'
➜ Explicit dependency on target 'Async' in project 'Core'
➜ Explicit dependency on target 'Service' in project 'Service'
Target 'DatabaseKit' in project 'DatabaseKit'
➜ Explicit dependency on target 'Async' in project 'Core'
➜ Explicit dependency on target 'Service' in project 'Service'
Target 'Crypto' in project 'Crypto'
➜ Explicit dependency on target 'Crypto' in project 'Crypto'
➜ Explicit dependency on target 'CBase32' in project 'Crypto'
➜ Explicit dependency on target 'CBcrypt' in project 'Crypto'
➜ Explicit dependency on target 'CCryptoOpenSSL' in project 'Crypto'
➜ Explicit dependency on target 'Random' in project 'Crypto'
➜ Explicit dependency on target 'Bits' in project 'Core'
➜ Explicit dependency on target 'Async' in project 'Core'
➜ Explicit dependency on target 'Core' in project 'Core'
➜ Explicit dependency on target 'COperatingSystem' in project 'Core'
➜ Explicit dependency on target 'Debugging' in project 'Core'
Target 'Crypto' in project 'Crypto'
➜ Explicit dependency on target 'swift-nio-ssl-support' in project 'swift-nio-ssl-support'
➜ Explicit dependency on target 'CBase32' in project 'Crypto'
➜ Explicit dependency on target 'CBcrypt' in project 'Crypto'
➜ Explicit dependency on target 'CCryptoOpenSSL' in project 'Crypto'
➜ Explicit dependency on target 'Random' in project 'Crypto'
➜ Explicit dependency on target 'Bits' in project 'Core'
➜ Explicit dependency on target 'Async' in project 'Core'
➜ Explicit dependency on target 'Core' in project 'Core'
➜ Explicit dependency on target 'COperatingSystem' in project 'Core'
➜ Explicit dependency on target 'Debugging' in project 'Core'
Target 'Random' in project 'Crypto'
➜ Explicit dependency on target 'swift-nio-ssl-support' in project 'swift-nio-ssl-support'
➜ Explicit dependency on target 'Bits' in project 'Core'
Target 'Bits' in project 'Core'
➜ Explicit dependency on target 'Bits' in project 'Core'
➜ Explicit dependency on target 'Debugging' in project 'Core'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
Target 'CCryptoOpenSSL' in project 'Crypto'
➜ Explicit dependency on target 'swift-nio-ssl-support' in project 'swift-nio-ssl-support'
Target 'CBcrypt' in project 'Crypto'
➜ Explicit dependency on target 'swift-nio-ssl-support' in project 'swift-nio-ssl-support'
Target 'CBase32' in project 'Crypto'
➜ Explicit dependency on target 'swift-nio-ssl-support' in project 'swift-nio-ssl-support'
Target 'swift-nio-ssl-support' in project 'swift-nio-ssl-support' (no dependencies)
Target 'Console' in project 'Console'
➜ Explicit dependency on target 'Console' in project 'Console'
➜ Explicit dependency on target 'Logging' in project 'Console'
➜ Explicit dependency on target 'Core' in project 'Core'
➜ Explicit dependency on target 'COperatingSystem' in project 'Core'
➜ Explicit dependency on target 'Service' in project 'Service'
Target 'Command' in project 'Console'
➜ Explicit dependency on target 'Command' in project 'Console'
➜ Explicit dependency on target 'Logging' in project 'Console'
➜ Explicit dependency on target 'Console' in project 'Console'
➜ Explicit dependency on target 'Core' in project 'Core'
➜ Explicit dependency on target 'COperatingSystem' in project 'Core'
➜ Explicit dependency on target 'Service' in project 'Service'
Target 'Command' in project 'Console'
➜ Explicit dependency on target 'Logging' in project 'Console'
➜ Explicit dependency on target 'Console' in project 'Console'
➜ Explicit dependency on target 'Core' in project 'Core'
➜ Explicit dependency on target 'COperatingSystem' in project 'Core'
➜ Explicit dependency on target 'Service' in project 'Service'
Target 'Console' in project 'Console'
➜ Explicit dependency on target 'Logging' in project 'Console'
➜ Explicit dependency on target 'Core' in project 'Core'
➜ Explicit dependency on target 'COperatingSystem' in project 'Core'
➜ Explicit dependency on target 'Service' in project 'Service'
Target 'Service' in project 'Service'
➜ Explicit dependency on target 'Service' in project 'Service'
➜ Explicit dependency on target 'Async' in project 'Core'
➜ Explicit dependency on target 'Core' in project 'Core'
➜ Explicit dependency on target 'Debugging' in project 'Core'
Target 'Service' in project 'Service'
➜ Explicit dependency on target 'Async' in project 'Core'
➜ Explicit dependency on target 'Core' in project 'Core'
➜ Explicit dependency on target 'Debugging' in project 'Core'
Target 'Debugging' in project 'Core'
➜ Explicit dependency on target 'Debugging' in project 'Core'
Target 'COperatingSystem' in project 'Core'
➜ Explicit dependency on target 'COperatingSystem' in project 'Core'
Target 'Logging' in project 'Console'
➜ Explicit dependency on target 'Core' in project 'Core'
Target 'Core' in project 'Core'
➜ Explicit dependency on target 'Core' in project 'Core'
➜ Explicit dependency on target 'Async' in project 'Core'
➜ Explicit dependency on target 'Debugging' in project 'Core'
➜ Explicit dependency on target 'Bits' in project 'Core'
➜ Explicit dependency on target 'COperatingSystem' in project 'Core'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
➜ Explicit dependency on target 'NIOFoundationCompat' in project 'swift-nio'
Target 'Core' in project 'Core'
➜ Explicit dependency on target 'Async' in project 'Core'
➜ Explicit dependency on target 'Debugging' in project 'Core'
➜ Explicit dependency on target 'Bits' in project 'Core'
➜ Explicit dependency on target 'COperatingSystem' in project 'Core'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
➜ Explicit dependency on target 'NIOFoundationCompat' in project 'swift-nio'
Target 'NIOFoundationCompat' in project 'swift-nio'
➜ Explicit dependency on target 'NIOFoundationCompat' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target 'NIOPriorityQueue' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOSHA1' in project 'swift-nio'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
Target 'NIOFoundationCompat' in project 'swift-nio'
➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target 'NIOPriorityQueue' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOSHA1' in project 'swift-nio'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
Target 'COperatingSystem' in project 'Core' (no dependencies)
Target 'Bits' in project 'Core'
➜ Explicit dependency on target 'Debugging' in project 'Core'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
Target 'Debugging' in project 'Core' (no dependencies)
Target 'Async' in project 'Core'
➜ Explicit dependency on target 'Async' in project 'Core'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
Target 'Async' in project 'Core'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
Target 'NIO' in project 'swift-nio'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target 'NIOPriorityQueue' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOSHA1' in project 'swift-nio'
Target 'NIO' in project 'swift-nio'
➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target 'NIOPriorityQueue' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOSHA1' in project 'swift-nio'
Target 'CNIOSHA1' in project 'swift-nio'
➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
Target 'NIOPriorityQueue' in project 'swift-nio'
➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
Target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
Target 'CNIOAtomics' in project 'swift-nio'
➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
Target 'CNIODarwin' in project 'swift-nio'
➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
Target 'CNIOLinux' in project 'swift-nio'
➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
Target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
Build description signature: 823bdbb66a77dadf41cf4187cedb4799
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/823bdbb66a77dadf41cf4187cedb4799.xcbuilddata
error: The package product 'SwiftSoup' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'SteamPress' from project 'SteamPress')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme SteamPress
(1 failure)
BUILD FAILURE 6.1 watchOS