Build Information
Successful build of LemmyKit, reference main (22d4ce
), with Swift 6.1 for Linux on 28 Apr 2025 22:02:55 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/shadone/LemmyKit.git
Reference: main
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/shadone/LemmyKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 22d4ce4 Made LemmyApi into an actor
Submodule path 'Lemmy-OpenAPI-Spec': checked out '61f7240b9e17af3c3bc4afd40cdd4456d9c8976f'
Submodule 'Lemmy-OpenAPI-Spec' (https://github.com/shadone/Lemmy-OpenAPI-Spec) registered for path 'Lemmy-OpenAPI-Spec'
Cloning into '/host/spi-builder-workspace/Lemmy-OpenAPI-Spec'...
Cloned https://github.com/shadone/LemmyKit.git
Revision (git rev-parse @):
22d4ce42e5b0b8a7626aaf4436728fee08ec5291
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/shadone/LemmyKit.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/shadone/LemmyKit.git
https://github.com/shadone/LemmyKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-openapi-generator",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-openapi-generator"
},
{
"identity" : "swift-openapi-runtime",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-openapi-runtime"
},
{
"identity" : "swift-openapi-urlsession",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-openapi-urlsession"
}
],
"manifest_display_name" : "LemmyKit",
"name" : "LemmyKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "LemmyKit",
"targets" : [
"LemmyKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LemmyKitTests",
"module_type" : "SwiftTarget",
"name" : "LemmyKitTests",
"path" : "Tests/LemmyKitTests",
"sources" : [
"CommentPathTests.swift",
"DateLemmyFormatTests.swift",
"URLLenientStringTests.swift"
],
"target_dependencies" : [
"LemmyKit"
],
"type" : "test"
},
{
"c99name" : "LemmyKit",
"module_type" : "SwiftTarget",
"name" : "LemmyKit",
"path" : "Sources/LemmyKit",
"product_dependencies" : [
"OpenAPIRuntime",
"OpenAPIURLSession",
"OpenAPIGenerator"
],
"product_memberships" : [
"LemmyKit"
],
"sources" : [
"Extensions/CommentSortType+Identifiable.swift",
"Extensions/CommentSortType+allCases.swift",
"Extensions/SortType+Identifiable.swift",
"Extensions/SortType+allCases.swift",
"LemmyApi+GetComments+Community.swift",
"LemmyApi+GetComments+ListingType.swift",
"LemmyApi+GetComments+Post.swift",
"LemmyApi+GetPersonDetails+id.swift",
"LemmyApi+GetPersonDetails+username.swift",
"LemmyApi+GetPersonMentions.swift",
"LemmyApi+GetPost.swift",
"LemmyApi+GetPosts+Community.swift",
"LemmyApi+GetPosts+ListingType.swift",
"LemmyApi+GetSite.swift",
"LemmyApi+LikeComment.swift",
"LemmyApi+LikePost.swift",
"LemmyApi+Login.swift",
"LemmyApi+MarkPostAsRead.swift",
"LemmyApi.swift",
"LemmyApiError+fromClientError.swift",
"LemmyApiError.swift",
"LemmyCredential.swift",
"Utils/AuthorizationMiddleware.swift",
"Utils/CommentPath.swift",
"Utils/CommunityFilter.swift",
"Utils/Date+lemmyFormat.swift",
"Utils/Filter.swift",
"Utils/LemmyDateTranscoder.swift",
"Utils/LenientUrl.swift",
"Utils/LikeStatus.swift",
"Utils/URL+lenientString.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/apple/swift-openapi-generator
Fetching https://github.com/apple/swift-openapi-runtime
Fetching https://github.com/apple/swift-openapi-urlsession
[1/953] Fetching swift-openapi-urlsession
[421/6625] Fetching swift-openapi-urlsession, swift-openapi-runtime
[6626/22032] Fetching swift-openapi-urlsession, swift-openapi-runtime, swift-openapi-generator
Fetched https://github.com/apple/swift-openapi-urlsession from cache (0.34s)
[7675/21079] Fetching swift-openapi-runtime, swift-openapi-generator
Fetched https://github.com/apple/swift-openapi-runtime from cache (0.34s)
[2157/15407] Fetching swift-openapi-generator
Fetched https://github.com/apple/swift-openapi-generator from cache (0.70s)
Computing version for https://github.com/apple/swift-openapi-urlsession
Computed https://github.com/apple/swift-openapi-urlsession at 1.1.0 (3.04s)
Fetching https://github.com/apple/swift-http-types
Fetching https://github.com/apple/swift-collections
[1/904] Fetching swift-http-types
[905/17146] Fetching swift-http-types, swift-collections
Fetched https://github.com/apple/swift-http-types from cache (1.20s)
Fetched https://github.com/apple/swift-collections from cache (1.23s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.2 (1.75s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (0.50s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (0.74s)
Computing version for https://github.com/apple/swift-openapi-generator
Computed https://github.com/apple/swift-openapi-generator at 1.7.2 (0.64s)
Fetching https://github.com/apple/swift-algorithms
Fetching https://github.com/mattpolzin/OpenAPIKit
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/jpsim/Yams
[1/10289] Fetching yams
[413/16192] Fetching yams, swift-algorithms
[8077/31142] Fetching yams, swift-algorithms, swift-argument-parser
[19440/109636] Fetching yams, swift-algorithms, swift-argument-parser, openapikit
Fetched https://github.com/apple/swift-algorithms from cache (3.67s)
Fetched https://github.com/apple/swift-argument-parser from cache (3.68s)
Fetched https://github.com/jpsim/Yams from cache (3.71s)
Fetched https://github.com/mattpolzin/OpenAPIKit from cache (3.75s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (5.10s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.37s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (1.11s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.60s)
Computing version for https://github.com/mattpolzin/OpenAPIKit
Computed https://github.com/mattpolzin/OpenAPIKit at 3.5.0 (0.60s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.3.1 (0.61s)
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 5.3.1
Creating working copy for https://github.com/apple/swift-openapi-runtime
Working copy of https://github.com/apple/swift-openapi-runtime resolved at 1.8.2
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-openapi-generator
Working copy of https://github.com/apple/swift-openapi-generator resolved at 1.7.2
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.4.0
Creating working copy for https://github.com/mattpolzin/OpenAPIKit
Working copy of https://github.com/mattpolzin/OpenAPIKit resolved at 3.5.0
Creating working copy for https://github.com/apple/swift-openapi-urlsession
Working copy of https://github.com/apple/swift-openapi-urlsession resolved at 1.1.0
[0/36] Write sources
[2/36] Compiling _NumericsShims _NumericsShims.c
[2/36] Write sources
[14/36] Compiling reader.c
[15/36] Compiling writer.c
[16/36] Compiling api.c
[17/36] Compiling emitter.c
[18/36] Compiling parser.c
[18/36] Write swift-version-24593BA9C3E375BF.txt
[20/36] Compiling scanner.c
[22/117] Emitting module OpenAPIKitCore
[23/121] Compiling Yams Node.swift
[24/121] Compiling Yams Parser.swift
[25/121] Compiling Yams Resolver.swift
[26/121] Compiling Yams String+Yams.swift
[27/123] Compiling Yams Emitter.swift
[28/123] Compiling Yams Encoder.swift
[29/123] Compiling RealModule Real.swift
[30/123] Compiling Yams Mark.swift
[31/123] Compiling Yams RedundancyAliasingStrategy.swift
[32/123] Compiling Yams Representer.swift
[33/123] Compiling Yams Node.Sequence.swift
[34/123] Emitting module ArgumentParserToolInfo
[35/123] Compiling ArgumentParserToolInfo ToolInfo.swift
[36/123] Compiling Yams Anchor.swift
[37/123] Compiling Yams Constructor.swift
[38/123] Compiling Yams Decoder.swift
[40/123] Compiling Yams Node.Alias.swift
[41/125] Compiling RealModule Float16+Real.swift
[42/125] Compiling RealModule Float80+Real.swift
[44/125] Compiling Yams Node.Mapping.swift
[45/125] Compiling Yams Node.Scalar.swift
[46/125] Emitting module InternalCollectionsUtilities
[47/125] Compiling RealModule ElementaryFunctions.swift
[48/125] Compiling RealModule Float+Real.swift
[49/125] Emitting module RealModule
[52/125] Compiling RealModule RealFunctions.swift
[54/126] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[55/126] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[58/129] Wrapping AST for ArgumentParserToolInfo for debugging
[60/167] Wrapping AST for RealModule for debugging
[61/186] Wrapping AST for InternalCollectionsUtilities for debugging
[63/186] Compiling Algorithms Combinations.swift
[64/186] Compiling Algorithms Compacted.swift
[65/186] Compiling Algorithms Cycle.swift
[66/247] Compiling OrderedCollections _HashTable+Testing.swift
[67/247] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[68/247] Compiling OrderedCollections _HashTable.swift
[69/247] Compiling OrderedCollections _Hashtable+Header.swift
[70/247] Compiling OrderedCollections OrderedDictionary+Codable.swift
[71/252] Compiling ArgumentParser StringExtensions.swift
[72/252] Compiling ArgumentParser Tree.swift
[73/252] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[74/252] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[75/252] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[76/252] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[77/252] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[78/259] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[79/259] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[80/259] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[81/259] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[82/259] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[83/259] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[84/259] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[85/259] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[86/259] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[87/259] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[88/259] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[89/259] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[90/259] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[91/259] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[92/259] Compiling OrderedCollections OrderedDictionary+Values.swift
[93/259] Compiling OrderedCollections OrderedDictionary+Elements.swift
[94/259] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[95/259] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[98/262] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[101/262] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[102/262] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[103/262] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[107/262] Compiling OrderedCollections OrderedDictionary.swift
[108/262] Compiling OrderedCollections OrderedSet+Codable.swift
[109/262] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[110/262] Compiling OrderedCollections OrderedSet+Descriptions.swift
[111/262] Compiling OrderedCollections OrderedSet+Diffing.swift
[112/262] Compiling ArgumentParser CollectionExtensions.swift
[113/262] Compiling ArgumentParser Platform.swift
[114/262] Compiling ArgumentParser SequenceExtensions.swift
[115/262] Compiling Algorithms Trim.swift
[116/262] Compiling Algorithms Unique.swift
[117/262] Compiling Algorithms Windows.swift
[118/262] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[119/262] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[120/262] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[121/262] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[122/262] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[123/262] Emitting module ArgumentParser
[126/262] Compiling OrderedCollections _HashTable+Bucket.swift
[127/262] Compiling OrderedCollections _HashTable+BucketIterator.swift
[128/262] Compiling OrderedCollections _HashTable+Constants.swift
[129/262] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[149/262] Emitting module Yams
[224/264] Emitting module OrderedCollections
[235/264] Wrapping AST for OpenAPIKitCore for debugging
[236/264] Wrapping AST for Yams for debugging
[238/292] Compiling OrderedCollections OrderedSet+Sendable.swift
[239/292] Compiling OrderedCollections OrderedSet+SubSequence.swift
[240/292] Compiling OrderedCollections OrderedSet+Testing.swift
[241/292] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[242/292] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[243/292] Compiling OrderedCollections OrderedSet.swift
[244/292] Compiling OrderedCollections _UnsafeBitset.swift
[245/346] Compiling OpenAPIKit PathItem.swift
[246/346] Compiling OpenAPIKit ResolvedRoute.swift
[247/346] Compiling OpenAPIKit DereferencedRequest.swift
[248/346] Compiling OpenAPIKit Request.swift
[249/346] Compiling OpenAPIKit AnyCodable+Validatable.swift
[250/347] Compiling OpenAPIKit30 AnyCodable+Validatable.swift
[251/347] Compiling OpenAPIKit30 Callbacks.swift
[252/347] Compiling OpenAPIKit30 CodableVendorExtendable.swift
[253/347] Compiling OpenAPIKit30 Components+JSONReference.swift
[255/385] Wrapping AST for OrderedCollections for debugging
[256/385] Wrapping AST for ArgumentParser for debugging
[258/385] Emitting module OpenAPIKit30
[259/393] Emitting module Algorithms
[260/394] Wrapping AST for Algorithms for debugging
[262/394] Compiling OpenAPIKit30 OperationDecodingError.swift
[263/394] Compiling OpenAPIKit30 PathDecodingError.swift
[264/394] Compiling OpenAPIKit30 ResponseDecodingError.swift
[265/394] Compiling OpenAPIKit30 Example.swift
[266/394] Compiling OpenAPIKit30 ExternalDocumentation.swift
[267/394] Compiling OpenAPIKit30 DereferencedHeader.swift
[268/394] Compiling OpenAPIKit30 Header.swift
[269/394] Compiling OpenAPIKit30 JSONReference.swift
[270/394] Compiling OpenAPIKit30 Link.swift
[271/394] Compiling OpenAPIKit30 OpenAPI.swift
[272/394] Compiling OpenAPIKit30 DereferencedOperation.swift
[273/394] Compiling OpenAPIKit30 Operation.swift
[274/394] Compiling OpenAPIKit30 ResolvedEndpoint.swift
[275/394] Compiling OpenAPIKit30 OrderedDictionary+Validatable.swift
[276/394] Compiling OpenAPIKit30 DereferencedParameter.swift
[277/394] Compiling OpenAPIKit30 DereferencedSchemaContext.swift
[278/394] Compiling OpenAPIKit30 JSONSchemaContext.swift
[279/394] Compiling OpenAPIKit30 SimplifiedJSONSchema.swift
[280/394] Compiling OpenAPIKit30 TypesAndFormats.swift
[281/394] Compiling OpenAPIKit30 DereferencedSecurityRequirement.swift
[282/394] Compiling OpenAPIKit30 SecurityScheme.swift
[283/394] Compiling OpenAPIKit30 Server.swift
[284/394] Compiling OpenAPIKit30 Tag.swift
[285/394] Compiling OpenAPIKit30 URLTemplate+Validatable.swift
[290/394] Compiling OpenAPIKit30 Components+Locatable.swift
[291/394] Compiling OpenAPIKit30 Components.swift
[292/394] Compiling OpenAPIKit30 Content.swift
[293/394] Compiling OpenAPIKit30 ContentEncoding.swift
[294/394] Compiling OpenAPIKit30 DereferencedContent.swift
[304/402] Compiling OpenAPIKit30 Container+DecodeURLAsString.swift
[305/402] Compiling OpenAPIKit Container+DecodeURLAsString.swift
[306/402] Compiling OpenAPIKit OrderedDictionry+LocallyDereferenceable.swift
[307/402] Compiling OpenAPIKit Validation+Builtins.swift
[308/402] Compiling OpenAPIKit Validation.swift
[309/402] Compiling OpenAPIKit Validator+Convenience.swift
[310/402] Compiling OpenAPIKit Validator.swift
[311/402] Compiling OpenAPIKit XML.swift
[327/402] Compiling OpenAPIKit30 DereferencedContentEncoding.swift
[328/402] Compiling OpenAPIKit30 DereferencedDocument.swift
[338/402] Compiling OpenAPIKit30 Document.swift
[339/402] Compiling OpenAPIKit30 DocumentInfo.swift
[340/402] Compiling OpenAPIKit30 ResolvedDocument.swift
[341/402] Compiling OpenAPIKit30 Either+Convenience.swift
[342/402] Compiling OpenAPIKit30 Either+LocallyDereferenceable.swift
[343/402] Compiling OpenAPIKit30 Either+Validatable.swift
[344/402] Compiling OpenAPIKit30 DocumentDecodingError.swift
[345/402] Compiling OpenAPIKit30 DereferencedResponse.swift
[346/402] Emitting module OpenAPIKit
[347/402] Compiling OpenAPIKit30 Response.swift
[348/402] Compiling OpenAPIKit30 RuntimeExpression.swift
[349/402] Compiling OpenAPIKit30 SchemaProtocols.swift
[350/402] Compiling OpenAPIKit30 SwiftPrimitiveTypes+OpenAPI.swift
[351/402] Compiling OpenAPIKit30 DereferencedJSONSchema.swift
[352/402] Compiling OpenAPIKit30 JSONSchema+Combining.swift
[353/402] Compiling OpenAPIKit30 JSONSchema.swift
[354/402] Compiling OpenAPIKit30 Parameter.swift
[365/402] Compiling OpenAPIKit30 ParameterContext.swift
[366/402] Compiling OpenAPIKit30 ParameterSchemaContext.swift
[367/402] Compiling OpenAPIKit30 DereferencedPathItem.swift
[368/402] Compiling OpenAPIKit30 PathItem.swift
[369/402] Compiling OpenAPIKit30 ResolvedRoute.swift
[370/402] Compiling OpenAPIKit30 DereferencedRequest.swift
[371/402] Compiling OpenAPIKit30 Request.swift
[380/403] Wrapping AST for OpenAPIKit30 for debugging
[397/403] Compiling OpenAPIKit _CoreReExport.swift
[398/404] Wrapping AST for OpenAPIKit for debugging
[400/407] Compiling OpenAPIKitCompat Either+Map.swift
[401/407] Emitting module OpenAPIKitCompat
[402/407] Compiling OpenAPIKitCompat Compat30To31.swift
[403/408] Wrapping AST for OpenAPIKitCompat for debugging
[405/489] Emitting module _OpenAPIGeneratorCore
[406/500] Compiling _OpenAPIGeneratorCore Constants.swift
[407/500] Compiling _OpenAPIGeneratorCore DiscriminatorExtensions.swift
[408/500] Compiling _OpenAPIGeneratorCore SchemaOverrides.swift
[409/500] Compiling _OpenAPIGeneratorCore StructBlueprint.swift
[410/500] Compiling _OpenAPIGeneratorCore CodingStrategy.swift
[411/500] Compiling _OpenAPIGeneratorCore ContentInspector.swift
[412/500] Compiling _OpenAPIGeneratorCore ContentType.swift
[413/500] Compiling _OpenAPIGeneratorCore SchemaContent.swift
[414/500] Compiling _OpenAPIGeneratorCore FileTranslator+FeatureFlags.swift
[415/500] Compiling _OpenAPIGeneratorCore FileTranslator.swift
[416/500] Compiling _OpenAPIGeneratorCore MultipartAdditionalProperties.swift
[417/500] Compiling _OpenAPIGeneratorCore translateClientMethod.swift
[418/500] Compiling _OpenAPIGeneratorCore translateAllAnyOneOf.swift
[419/500] Compiling _OpenAPIGeneratorCore translateArray.swift
[420/500] Compiling _OpenAPIGeneratorCore translateCodable.swift
[421/500] Compiling _OpenAPIGeneratorCore translateObjectStruct.swift
[422/500] Compiling _OpenAPIGeneratorCore translateRawEnum.swift
[423/500] Compiling _OpenAPIGeneratorCore translateRawRepresentableEnum.swift
[424/500] Compiling _OpenAPIGeneratorCore translateSchema.swift
[425/500] Compiling _OpenAPIGeneratorCore translateStructBlueprint.swift
[426/500] Compiling _OpenAPIGeneratorCore translateTypealias.swift
[427/500] Compiling _OpenAPIGeneratorCore Annotations.swift
[428/500] Compiling _OpenAPIGeneratorCore CommentExtensions.swift
[429/500] Compiling _OpenAPIGeneratorCore Builtins.swift
[430/500] Compiling _OpenAPIGeneratorCore ReferenceStack.swift
[431/500] Compiling _OpenAPIGeneratorCore SafeNameGenerator.swift
[432/500] Compiling _OpenAPIGeneratorCore TypeAssigner.swift
[433/500] Compiling _OpenAPIGeneratorCore TypeLocation.swift
[434/500] Compiling _OpenAPIGeneratorCore TypeMatcher.swift
[435/500] Compiling _OpenAPIGeneratorCore TypeName.swift
[436/500] Compiling _OpenAPIGeneratorCore TypeUsage.swift
[437/500] Compiling _OpenAPIGeneratorCore isSchemaSupported.swift
[438/500] Compiling _OpenAPIGeneratorCore TypesFileTranslator.swift
[439/500] Compiling _OpenAPIGeneratorCore translateAPIProtocol.swift
[440/500] Compiling _OpenAPIGeneratorCore translateBoxedTypes.swift
[441/500] Compiling _OpenAPIGeneratorCore translateComponentHeaders.swift
[442/500] Compiling _OpenAPIGeneratorCore translateComponentParameters.swift
[443/500] Compiling _OpenAPIGeneratorCore translateComponentRequestBodies.swift
[444/500] Compiling _OpenAPIGeneratorCore translateComponentResponses.swift
[445/500] Compiling _OpenAPIGeneratorCore translateComponents.swift
[446/500] Compiling _OpenAPIGeneratorCore translateOperations.swift
[447/500] Compiling _OpenAPIGeneratorCore translateSchemas.swift
[448/500] Compiling _OpenAPIGeneratorCore translateServers.swift
[449/500] Compiling _OpenAPIGeneratorCore translateServersVariables.swift
[450/500] Compiling _OpenAPIGeneratorCore YamlFileDiagnosticsCollector.swift
[451/500] Compiling _OpenAPIGeneratorCore HTTPStatusCodes.swift
[452/500] Compiling _OpenAPIGeneratorCore ResponseKind.swift
[453/500] Compiling _OpenAPIGeneratorCore TypedResponse.swift
[454/500] Compiling _OpenAPIGeneratorCore TypedResponseHeader.swift
[455/500] Compiling _OpenAPIGeneratorCore acceptHeaderContentTypes.swift
[456/500] Compiling _OpenAPIGeneratorCore translateResponse.swift
[457/500] Compiling _OpenAPIGeneratorCore translateResponseHeader.swift
[458/500] Compiling _OpenAPIGeneratorCore translateResponseOutcome.swift
[459/500] Compiling _OpenAPIGeneratorCore ServerTranslator.swift
[460/500] Compiling _OpenAPIGeneratorCore translateServerMethod.swift
[461/500] Compiling _OpenAPIGeneratorCore TranslatorProtocol.swift
[462/500] Compiling _OpenAPIGeneratorCore MultipartContent.swift
[463/500] Compiling _OpenAPIGeneratorCore MultipartContentInspector.swift
[464/500] Compiling _OpenAPIGeneratorCore translateMultipart.swift
[465/500] Compiling _OpenAPIGeneratorCore MultiplexTranslator.swift
[466/500] Compiling _OpenAPIGeneratorCore OperationDescription.swift
[467/500] Compiling _OpenAPIGeneratorCore TypedParameter.swift
[468/500] Compiling _OpenAPIGeneratorCore translateParameter.swift
[469/500] Compiling _OpenAPIGeneratorCore DeclarationRecursionDetector.swift
[470/500] Compiling _OpenAPIGeneratorCore RecursionDetector.swift
[471/500] Compiling _OpenAPIGeneratorCore TypedRequestBody.swift
[472/500] Compiling _OpenAPIGeneratorCore translateRequestBody.swift
[473/500] Compiling _OpenAPIGeneratorCore Config.swift
[474/500] Compiling _OpenAPIGeneratorCore Diagnostics.swift
[475/500] Compiling _OpenAPIGeneratorCore DiagnosticsCollectorProvider.swift
[476/500] Compiling _OpenAPIGeneratorCore Errors.swift
[477/500] Compiling _OpenAPIGeneratorCore Foundation.swift
[478/500] Compiling _OpenAPIGeneratorCore OpenAPIKit.swift
[479/500] Compiling _OpenAPIGeneratorCore String.swift
[480/500] Compiling _OpenAPIGeneratorCore SwiftStandardLibrary.swift
[481/500] Compiling _OpenAPIGeneratorCore FeatureFlags.swift
[482/500] Compiling _OpenAPIGeneratorCore GeneratorMode.swift
[483/500] Compiling _OpenAPIGeneratorCore GeneratorPipeline.swift
[484/500] Compiling _OpenAPIGeneratorCore GeneratorPipelineStage.swift
[485/500] Compiling _OpenAPIGeneratorCore DocumentFilter.swift
[486/500] Compiling _OpenAPIGeneratorCore FilteredDocument.swift
[487/500] Compiling _OpenAPIGeneratorCore ParsedOpenAPIRepresentation.swift
[488/500] Compiling _OpenAPIGeneratorCore RenderedSwiftRepresentation.swift
[489/500] Compiling _OpenAPIGeneratorCore StructuredSwiftRepresentation.swift
[490/500] Compiling _OpenAPIGeneratorCore ParserProtocol.swift
[491/500] Compiling _OpenAPIGeneratorCore YamsParser.swift
[492/500] Compiling _OpenAPIGeneratorCore validateDoc.swift
[493/500] Compiling _OpenAPIGeneratorCore PlatformChecks.swift
[494/500] Compiling _OpenAPIGeneratorCore RendererProtocol.swift
[495/500] Compiling _OpenAPIGeneratorCore TextBasedRenderer.swift
[496/500] Compiling _OpenAPIGeneratorCore ClientTranslator.swift
[497/501] Wrapping AST for _OpenAPIGeneratorCore for debugging
[499/510] Compiling swift_openapi_generator PluginSource.swift
[500/511] Compiling swift_openapi_generator Tool.swift
[501/511] Compiling swift_openapi_generator UserConfig.swift
[502/511] Compiling swift_openapi_generator GenerateOptions+runGenerator.swift
[503/511] Compiling swift_openapi_generator GenerateCommand.swift
[504/511] Compiling swift_openapi_generator GenerateOptions.swift
[505/511] Compiling swift_openapi_generator runGenerator.swift
[506/511] Emitting module swift_openapi_generator
[507/511] Compiling swift_openapi_generator Extensions.swift
[508/511] Compiling swift_openapi_generator FilterCommand.swift
[509/512] Wrapping AST for swift-openapi-generator for debugging
[510/512] Write Objects.LinkFileList
[511/512] Linking swift-openapi-generator-tool
[1/1] Compiling plugin OpenAPIGeneratorCommand
[2/2] Compiling plugin OpenAPIGenerator
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/46] Write sources
[21/46] Compiling _NumericsShims _NumericsShims.c
[22/46] Compiling writer.c
[23/46] Compiling reader.c
[24/46] Compiling api.c
[25/46] Compiling parser.c
[26/46] Compiling emitter.c
[27/46] Compiling scanner.c
[28/46] Write swift-version-24593BA9C3E375BF.txt
[30/76] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[31/76] Compiling InternalCollectionsUtilities Specialize.swift
[32/76] Compiling InternalCollectionsUtilities _SortedCollection.swift
[33/76] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[34/76] Compiling InternalCollectionsUtilities Debugging.swift
[35/76] Compiling InternalCollectionsUtilities Descriptions.swift
[36/78] Emitting module ArgumentParserToolInfo
[38/79] Emitting module RealModule
[39/80] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[40/80] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[41/80] Compiling HTTPTypes ISOLatin1String.swift
[41/81] Wrapping AST for ArgumentParserToolInfo for debugging
[43/81] Compiling HTTPTypes HTTPField.swift
[44/81] Emitting module HTTPTypes
[46/81] Emitting module OpenAPIKitCore
[47/83] Compiling HTTPTypes HTTPParsedFields.swift
[49/83] Emitting module InternalCollectionsUtilities
[49/84] Wrapping AST for RealModule for debugging
[51/84] Compiling HTTPTypes NIOLock.swift
[52/84] Compiling HTTPTypes HTTPRequest.swift
[53/84] Compiling HTTPTypes HTTPResponse.swift
[55/85] Emitting module Yams
[56/86] Compiling InternalCollectionsUtilities UInt+reversed.swift
[57/86] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[58/86] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[59/86] Compiling InternalCollectionsUtilities Integer rank.swift
[60/86] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[61/86] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[62/86] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[63/86] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[64/86] Emitting module InternalCollectionsUtilities
[65/86] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[66/86] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[66/87] Wrapping AST for OpenAPIKitCore for debugging
[69/89] Wrapping AST for Yams for debugging
[70/89] Wrapping AST for InternalCollectionsUtilities for debugging
[72/105] Emitting module ArgumentParser
[74/106] Compiling DequeModule _DequeBuffer.swift
[75/106] Compiling DequeModule _DequeBufferHeader.swift
[76/108] Compiling DequeModule Deque+Extras.swift
[77/108] Compiling DequeModule Deque+Hashable.swift
[78/108] Compiling DequeModule Deque+Equatable.swift
[79/108] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[80/108] Compiling DequeModule Deque+CustomReflectable.swift
[81/108] Compiling DequeModule Deque+Descriptions.swift
[81/108] Wrapping AST for ArgumentParser for debugging
[83/108] Compiling DequeModule Deque+Testing.swift
[84/108] Compiling DequeModule Deque._Storage.swift
[85/108] Compiling DequeModule Deque._UnsafeHandle.swift
[86/108] Compiling DequeModule Deque.swift
[87/108] Compiling DequeModule _DequeSlot.swift
[88/108] Compiling DequeModule _UnsafeWrappedBuffer.swift
[89/108] Emitting module OpenAPIKit30
[91/109] Compiling DequeModule Deque+Codable.swift
[92/109] Compiling DequeModule Deque+Collection.swift
[93/109] Emitting module DequeModule
[94/110] Emitting module OpenAPIKit
[95/111] Wrapping AST for OpenAPIKit30 for debugging
[97/111] Wrapping AST for OpenAPIKit for debugging
[99/112] Emitting module OrderedCollections
[100/113] Compiling HTTPTypes HTTPFieldName.swift
[101/113] Compiling HTTPTypes HTTPFields.swift
[104/114] Emitting module OpenAPIKitCompat
[104/115] Wrapping AST for OrderedCollections for debugging
[106/176] Wrapping AST for OpenAPIKitCompat for debugging
[108/176] Emitting module Algorithms
[109/177] Wrapping AST for Algorithms for debugging
[111/178] Emitting module OpenAPIRuntime
[112/186] Compiling OpenAPIRuntime URICodeCodingKey.swift
[113/186] Compiling OpenAPIRuntime URICoderConfiguration.swift
[114/186] Compiling OpenAPIRuntime URIEncodedNode.swift
[115/186] Compiling OpenAPIRuntime URIParsedTypes.swift
[116/186] Compiling OpenAPIRuntime URIDecoder.swift
[117/186] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[118/186] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[119/186] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[120/186] Compiling OpenAPIRuntime FoundationExtensions.swift
[121/186] Compiling OpenAPIRuntime ParameterStyles.swift
[122/186] Compiling OpenAPIRuntime ServerVariable.swift
[123/186] Compiling OpenAPIRuntime URLExtensions.swift
[124/186] Compiling OpenAPIRuntime Deprecated.swift
[125/186] Compiling OpenAPIRuntime ClientError.swift
[126/186] Compiling OpenAPIRuntime CodingErrors.swift
[127/186] Compiling OpenAPIRuntime RuntimeError.swift
[128/186] Compiling OpenAPIRuntime ServerError.swift
[129/186] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[130/186] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[131/186] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[132/186] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[133/186] Compiling OpenAPIRuntime ServerSentEvents.swift
[134/186] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[135/186] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[136/186] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[137/186] Compiling OpenAPIRuntime ClientTransport.swift
[138/186] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[139/186] Compiling OpenAPIRuntime CodableExtensions.swift
[140/186] Compiling OpenAPIRuntime Configuration.swift
[141/186] Compiling OpenAPIRuntime Converter+Client.swift
[142/186] Compiling OpenAPIRuntime Converter+Common.swift
[143/186] Compiling OpenAPIRuntime Converter+Server.swift
[144/186] Compiling OpenAPIRuntime Converter.swift
[145/186] Compiling OpenAPIRuntime CurrencyExtensions.swift
[146/186] Compiling OpenAPIRuntime ErrorExtensions.swift
[147/186] Compiling OpenAPIRuntime Acceptable.swift
[148/186] Compiling OpenAPIRuntime Base64EncodedData.swift
[149/186] Compiling OpenAPIRuntime ByteUtilities.swift
[150/186] Compiling OpenAPIRuntime ContentDisposition.swift
[151/186] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[152/186] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[153/186] Compiling OpenAPIRuntime OpenAPIValue.swift
[154/186] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[155/186] Compiling OpenAPIRuntime UndocumentedPayload.swift
[156/186] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[157/186] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[158/186] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[159/186] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[160/186] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[161/186] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[162/186] Compiling OpenAPIRuntime MultipartValidation.swift
[163/186] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[164/186] Compiling OpenAPIRuntime CurrencyTypes.swift
[165/186] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[166/186] Compiling OpenAPIRuntime HTTPBody.swift
[167/186] Compiling OpenAPIRuntime ServerTransport.swift
[168/186] Compiling OpenAPIRuntime UniversalClient.swift
[169/186] Compiling OpenAPIRuntime UniversalServer.swift
[170/186] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[171/186] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[172/186] Emitting module _OpenAPIGeneratorCore
[173/187] Wrapping AST for _OpenAPIGeneratorCore for debugging
[175/188] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[176/188] Compiling OpenAPIRuntime URIEncoder.swift
[177/188] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[178/188] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[179/188] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[180/188] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[181/188] Compiling OpenAPIRuntime URIParser.swift
[182/188] Compiling OpenAPIRuntime URISerializer.swift
[184/189] Emitting module swift_openapi_generator
[186/197] Compiling OpenAPIURLSession HTTPBodyOutputStreamBridge.swift
[186/197] Wrapping AST for swift-openapi-generator for debugging
[187/197] Write Objects.LinkFileList
[189/197] Compiling OpenAPIURLSession BidirectionalStreamingURLSessionDelegate.swift
[190/197] Compiling OpenAPIURLSession URLSession+Extensions.swift
[191/197] Compiling OpenAPIURLSession URLSessionTransport.swift
[191/197] Linking swift-openapi-generator-tool
[193/197] Compiling OpenAPIURLSession Lock.swift
[194/197] Emitting module OpenAPIURLSession
[195/197] Compiling OpenAPIURLSession BufferedStream.swift
Swift OpenAPI Generator is running with the following configuration:
- OpenAPI document path: /host/spi-builder-workspace/Sources/LemmyKit/openapi.yaml
- Configuration path: /host/spi-builder-workspace/Sources/LemmyKit/openapi-generator-config.yaml
- Generator modes: types, client
- Access modifier: public
- Naming strategy: defensive
- Name overrides: <none>
- Feature flags: <none>
- Output file names: Types.swift, Client.swift
- Output directory: /host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/LemmyKit/destination/OpenAPIGenerator/GeneratedSources
- Diagnostics output path: <none - logs to stderr>
- Current directory: /host/spi-builder-workspace
- Plugin source: build
- Is dry run: false
- Additional imports: <none>
Writing data to file Client.swift...
Writing data to file Types.swift...
Writing data to file Server.swift...
[196/198] Running swift-openapi-generator
[197/198] Write sources
[199/229] Compiling LemmyKit CommentSortType+Identifiable.swift
[200/229] Compiling LemmyKit CommentSortType+allCases.swift
[201/229] Compiling LemmyKit SortType+Identifiable.swift
[202/229] Compiling LemmyKit SortType+allCases.swift
[203/229] Compiling LemmyKit LemmyApi+GetComments+Community.swift
[204/233] Compiling LemmyKit AuthorizationMiddleware.swift
[205/233] Compiling LemmyKit CommentPath.swift
[206/233] Compiling LemmyKit CommunityFilter.swift
[207/233] Compiling LemmyKit Date+lemmyFormat.swift
[208/233] Compiling LemmyKit LemmyApi+GetComments+ListingType.swift
[209/233] Compiling LemmyKit LemmyApi+GetComments+Post.swift
[210/233] Compiling LemmyKit LemmyApi+GetPersonDetails+id.swift
[211/233] Compiling LemmyKit LemmyApi+GetPersonDetails+username.swift
[212/233] Compiling LemmyKit LemmyApi+GetPersonMentions.swift
[213/233] Compiling LemmyKit LemmyApi.swift
[214/233] Compiling LemmyKit LemmyApiError+fromClientError.swift
[215/233] Compiling LemmyKit LemmyApiError.swift
[216/233] Compiling LemmyKit LemmyCredential.swift
[217/233] Compiling LemmyKit Filter.swift
[218/233] Compiling LemmyKit LemmyDateTranscoder.swift
[219/233] Compiling LemmyKit LenientUrl.swift
[220/233] Compiling LemmyKit LikeStatus.swift
[221/233] Compiling LemmyKit LemmyApi+LikeComment.swift
[222/233] Compiling LemmyKit LemmyApi+LikePost.swift
[223/233] Compiling LemmyKit LemmyApi+Login.swift
[224/233] Compiling LemmyKit LemmyApi+MarkPostAsRead.swift
[225/233] Compiling LemmyKit LemmyApi+GetPost.swift
[226/233] Compiling LemmyKit LemmyApi+GetPosts+Community.swift
[227/233] Compiling LemmyKit LemmyApi+GetPosts+ListingType.swift
[228/233] Compiling LemmyKit LemmyApi+GetSite.swift
[229/233] Emitting module LemmyKit
[230/233] Compiling LemmyKit URL+lenientString.swift
[231/233] Compiling LemmyKit Types.swift
[232/233] Compiling LemmyKit Client.swift
[233/233] Compiling LemmyKit Server.swift
Build complete! (163.26s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-openapi-generator",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-openapi-generator"
},
{
"identity" : "swift-openapi-runtime",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-openapi-runtime"
},
{
"identity" : "swift-openapi-urlsession",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-openapi-urlsession"
}
],
"manifest_display_name" : "LemmyKit",
"name" : "LemmyKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "LemmyKit",
"targets" : [
"LemmyKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LemmyKitTests",
"module_type" : "SwiftTarget",
"name" : "LemmyKitTests",
"path" : "Tests/LemmyKitTests",
"sources" : [
"CommentPathTests.swift",
"DateLemmyFormatTests.swift",
"URLLenientStringTests.swift"
],
"target_dependencies" : [
"LemmyKit"
],
"type" : "test"
},
{
"c99name" : "LemmyKit",
"module_type" : "SwiftTarget",
"name" : "LemmyKit",
"path" : "Sources/LemmyKit",
"product_dependencies" : [
"OpenAPIRuntime",
"OpenAPIURLSession",
"OpenAPIGenerator"
],
"product_memberships" : [
"LemmyKit"
],
"sources" : [
"Extensions/CommentSortType+Identifiable.swift",
"Extensions/CommentSortType+allCases.swift",
"Extensions/SortType+Identifiable.swift",
"Extensions/SortType+allCases.swift",
"LemmyApi+GetComments+Community.swift",
"LemmyApi+GetComments+ListingType.swift",
"LemmyApi+GetComments+Post.swift",
"LemmyApi+GetPersonDetails+id.swift",
"LemmyApi+GetPersonDetails+username.swift",
"LemmyApi+GetPersonMentions.swift",
"LemmyApi+GetPost.swift",
"LemmyApi+GetPosts+Community.swift",
"LemmyApi+GetPosts+ListingType.swift",
"LemmyApi+GetSite.swift",
"LemmyApi+LikeComment.swift",
"LemmyApi+LikePost.swift",
"LemmyApi+Login.swift",
"LemmyApi+MarkPostAsRead.swift",
"LemmyApi.swift",
"LemmyApiError+fromClientError.swift",
"LemmyApiError.swift",
"LemmyCredential.swift",
"Utils/AuthorizationMiddleware.swift",
"Utils/CommentPath.swift",
"Utils/CommunityFilter.swift",
"Utils/Date+lemmyFormat.swift",
"Utils/Filter.swift",
"Utils/LemmyDateTranscoder.swift",
"Utils/LenientUrl.swift",
"Utils/LikeStatus.swift",
"Utils/URL+lenientString.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.