The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-microsoft-graph, reference 0.3.1 (656bbb), with Swift 6.1 for macOS (SPM) on 28 Mar 2026 21:05:03 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

Reference: 0.3.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/gradyzhuo/swift-microsoft-graph
 * tag               0.3.1      -> FETCH_HEAD
HEAD is now at 656bbbf Merge pull request #2 from gradyzhuo/refactor/replace-urlsession-with-async-http-client
Cloned https://github.com/gradyzhuo/swift-microsoft-graph.git
Revision (git rev-parse @):
656bbbfc3bd6e2a98fa006043283431025717e45
SUCCESS checkout https://github.com/gradyzhuo/swift-microsoft-graph.git at 0.3.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/gradyzhuo/swift-microsoft-graph.git
https://github.com/gradyzhuo/swift-microsoft-graph.git
{
  "dependencies" : [
    {
      "identity" : "swift-openapi-generator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.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.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-runtime"
    },
    {
      "identity" : "swift-openapi-async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-openapi-async-http-client"
    }
  ],
  "manifest_display_name" : "swift-microsoft-graph",
  "name" : "swift-microsoft-graph",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "MicrosoftGraph",
      "targets" : [
        "MicrosoftGraph"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MicrosoftGraphTests",
      "module_type" : "SwiftTarget",
      "name" : "MicrosoftGraphTests",
      "path" : "Tests",
      "sources" : [
        "GraphMailSenderTests.swift"
      ],
      "target_dependencies" : [
        "MicrosoftGraph"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MicrosoftGraph",
      "module_type" : "SwiftTarget",
      "name" : "MicrosoftGraph",
      "path" : "Sources/MicrosoftGraph",
      "product_memberships" : [
        "MicrosoftGraph"
      ],
      "sources" : [
        "Module.swift"
      ],
      "target_dependencies" : [
        "GraphMail",
        "GraphUsers",
        "GraphOAuth"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GraphUsers",
      "module_type" : "SwiftTarget",
      "name" : "GraphUsers",
      "path" : "Sources/GraphUsers",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIAsyncHTTPClient",
        "OpenAPIGenerator"
      ],
      "product_memberships" : [
        "MicrosoftGraph"
      ],
      "sources" : [
        "GraphClient+Users.swift",
        "Target/BetaUsersTarget.swift",
        "Target/UsersTarget.swift",
        "Target/V1UsersTarget.swift",
        "User+Beta.swift",
        "User.swift",
        "UserClient.swift"
      ],
      "target_dependencies" : [
        "GraphClient"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GraphOAuth",
      "module_type" : "SwiftTarget",
      "name" : "GraphOAuth",
      "path" : "Sources/GraphOAuth",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIAsyncHTTPClient",
        "OpenAPIGenerator"
      ],
      "product_memberships" : [
        "MicrosoftGraph"
      ],
      "sources" : [
        "GraphAuthorizationURL.swift",
        "GraphOAuthClient.swift",
        "GraphOAuthConfig.swift",
        "GraphOAuthTokenResponse.swift",
        "GraphUserProfile.swift"
      ],
      "target_dependencies" : [
        "GraphClient"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GraphMail",
      "module_type" : "SwiftTarget",
      "name" : "GraphMail",
      "path" : "Sources/GraphMail",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIAsyncHTTPClient",
        "OpenAPIGenerator"
      ],
      "product_memberships" : [
        "MicrosoftGraph"
      ],
      "sources" : [
        "GraphMailMessage.swift",
        "GraphMailSender.swift"
      ],
      "target_dependencies" : [
        "GraphClient"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GraphClient",
      "module_type" : "SwiftTarget",
      "name" : "GraphClient",
      "path" : "Sources/GraphClient",
      "product_dependencies" : [
        "OpenAPIRuntime"
      ],
      "product_memberships" : [
        "MicrosoftGraph"
      ],
      "sources" : [
        "GraphBearerMiddleware.swift",
        "GraphClient.swift"
      ],
      "target_dependencies" : [
        "GraphAuth"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GraphAuth",
      "module_type" : "SwiftTarget",
      "name" : "GraphAuth",
      "path" : "Sources/GraphAuth",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIAsyncHTTPClient",
        "OpenAPIGenerator"
      ],
      "product_memberships" : [
        "MicrosoftGraph"
      ],
      "sources" : [
        "GraphCredential.swift",
        "GraphError.swift",
        "GraphTokenProvider.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[0/25] Write sources
[0/25] Write swift-openapi-generator-tool-entitlement.plist
[0/25] Write sources
[14/25] Compiling _NumericsShims _NumericsShims.c
[15/25] Write swift-version-2F0A5646E1D333AE.txt
[16/91] Compiling writer.c
[17/91] Compiling api.c
[18/91] Compiling emitter.c
[19/91] Compiling reader.c
[20/91] Compiling parser.c
[21/91] Compiling scanner.c
[23/111] Emitting module RealModule
[24/112] Compiling Yams String+Yams.swift
[25/112] Compiling Yams RedundancyAliasingStrategy.swift
[26/113] Compiling RealModule RealFunctions.swift
[27/113] Emitting module ArgumentParserToolInfo
[28/113] Compiling ArgumentParserToolInfo ToolInfo.swift
[29/113] Compiling Yams Node.Sequence.swift
[30/113] Compiling Yams Resolver.swift
[31/113] Compiling Yams Node.Mapping.swift
[32/113] Compiling Yams Tag.swift
[33/113] Compiling Yams Constructor.swift
[34/113] Compiling Yams Node.Scalar.swift
[35/113] Compiling RealModule Real.swift
[36/113] Compiling RealModule Float80+Real.swift
[37/113] Compiling RealModule Float16+Real.swift
[38/113] Compiling RealModule Float+Real.swift
[39/113] Compiling Yams Encoder.swift
[40/113] Compiling Yams Mark.swift
[41/113] Compiling RealModule ElementaryFunctions.swift
[42/113] Compiling RealModule AugmentedArithmetic.swift
[43/113] Compiling RealModule Double+Real.swift
[44/113] Emitting module InternalCollectionsUtilities
[45/113] Compiling Yams AliasDereferencingStrategy.swift
[46/113] Compiling Yams Anchor.swift
[49/113] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[50/113] Compiling Yams YamlAnchorProviding.swift
[51/113] Compiling Yams Decoder.swift
[52/113] Compiling RealModule RelaxedArithmetic.swift
[53/113] Compiling Yams Representer.swift
[54/113] Compiling Yams Node.swift
[55/127] Compiling ArgumentParser EnumerableFlag.swift
[56/127] Compiling ArgumentParser ExpressibleByArgument.swift
[57/242] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[58/242] Compiling OrderedCollections _HashTable.swift
[59/244] Compiling Algorithms Unique.swift
[60/244] Compiling Algorithms Windows.swift
[61/244] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[62/244] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[63/244] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[64/244] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[65/244] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[66/244] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[67/250] Compiling OrderedCollections OrderedSet+Codable.swift
[68/250] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[69/250] Compiling OrderedCollections OrderedSet+Descriptions.swift
[70/250] Compiling OrderedCollections OrderedSet+Diffing.swift
[71/250] Compiling OrderedCollections OrderedSet+Equatable.swift
[72/250] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[75/250] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[76/250] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[77/250] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[78/250] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[79/250] Compiling OrderedCollections _Hashtable+Header.swift
[80/250] Compiling OrderedCollections OrderedDictionary+Codable.swift
[81/250] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[82/250] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[83/250] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[84/250] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[85/250] Compiling OrderedCollections _HashTable+Constants.swift
[86/250] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[87/250] Compiling OrderedCollections _HashTable+Testing.swift
[88/250] Compiling OrderedCollections _HashTable+Bucket.swift
[89/250] Compiling OrderedCollections _HashTable+BucketIterator.swift
[90/250] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[91/250] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[92/250] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[93/250] Compiling OrderedCollections OrderedDictionary+Elements.swift
[94/250] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[95/250] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[96/250] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[97/250] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[98/250] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[99/250] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[100/250] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[101/250] Compiling OrderedCollections OrderedSet+Sendable.swift
[102/250] Compiling OrderedCollections OrderedSet+Hashable.swift
[103/250] Compiling OrderedCollections OrderedSet+Initializers.swift
[104/250] Compiling OrderedCollections OrderedSet+Insertions.swift
[105/250] Compiling OrderedCollections OrderedSet+Invariants.swift
[106/250] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[107/250] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[108/250] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[109/250] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[110/250] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[111/250] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[112/250] Compiling OrderedCollections OrderedDictionary+Values.swift
[113/250] Compiling OrderedCollections OrderedDictionary.swift
[139/250] Compiling OrderedCollections OrderedSet+SubSequence.swift
[140/250] Compiling OrderedCollections OrderedSet+Testing.swift
[141/250] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[142/250] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[143/250] Compiling OrderedCollections OrderedSet.swift
[144/250] Compiling OrderedCollections _UnsafeBitset.swift
[145/250] Emitting module OrderedCollections
[146/250] Emitting module Algorithms
[158/253] Compiling OpenAPIKitCore Optional+Zip.swift
[159/253] Compiling OpenAPIKitCore Result+Value.swift
[160/253] Compiling OpenAPIKitCore Validatable.swift
[180/258] Emitting module Yams
[198/260] Compiling ArgumentParser CodingKeyValidator.swift
[199/260] Compiling ArgumentParser NonsenseFlagsValidator.swift
[200/260] Compiling ArgumentParser ParsableArgumentsValidation.swift
[201/260] Compiling ArgumentParser PositionalArgumentsValidator.swift
[202/260] Compiling ArgumentParser UniqueNamesValidator.swift
[208/260] Emitting module OpenAPIKitCore
[216/260] Compiling Yams YamlTagProviding.swift
[226/260] Compiling Yams YamlError.swift
[227/260] Emitting module ArgumentParser
[239/383] Compiling OpenAPIKit OperationDecodingError.swift
[240/383] Compiling OpenAPIKit PathDecodingError.swift
[241/383] Compiling OpenAPIKit30 Components.swift
[242/383] Compiling OpenAPIKit30 Content.swift
[243/383] Compiling OpenAPIKit30 Document.swift
[244/383] Compiling OpenAPIKit DocumentInfo.swift
[245/383] Compiling OpenAPIKit30 ContentEncoding.swift
[246/383] Compiling OpenAPIKit30 DereferencedContent.swift
[247/383] Compiling OpenAPIKit30 Either+LocallyDereferenceable.swift
[248/383] Compiling OpenAPIKit Either+Summarizable.swift
[249/383] Compiling OpenAPIKit30 DereferencedContentEncoding.swift
[250/383] Compiling OpenAPIKit30 DereferencedDocument.swift
[251/383] Compiling OpenAPIKit30 CodableVendorExtendable.swift
[252/383] Compiling OpenAPIKit30 Components+JSONReference.swift
[253/383] Compiling OpenAPIKit30 Components+Locatable.swift
[254/383] Compiling OpenAPIKit30 AnyCodable+Validatable.swift
[255/383] Compiling OpenAPIKit30 Callbacks.swift
[256/383] Compiling OpenAPIKit Either+Validatable.swift
[257/383] Compiling OpenAPIKit DocumentDecodingError.swift
[258/383] Emitting module OpenAPIKit30
[259/389] Compiling OpenAPIKit Request.swift
[260/389] Compiling OpenAPIKit DereferencedResponse.swift
[261/389] Compiling OpenAPIKit Response.swift
[262/389] Compiling OpenAPIKit RuntimeExpression.swift
[263/389] Compiling OpenAPIKit SchemaProtocols.swift
[264/389] Compiling OpenAPIKit SwiftPrimitiveTypes+OpenAPI.swift
[265/389] Emitting module OpenAPIKit
[266/395] Compiling OpenAPIKit30 Either+Convenience.swift
[273/395] Compiling OpenAPIKit30 Validation+Builtins.swift
[274/395] Compiling OpenAPIKit Validation+Builtins.swift
[275/395] Compiling OpenAPIKit Validation.swift
[276/395] Compiling OpenAPIKit Validator+Convenience.swift
[277/395] Compiling OpenAPIKit Validator.swift
[278/395] Compiling OpenAPIKit XML.swift
[286/395] Compiling OpenAPIKit ResponseDecodingError.swift
[287/395] Compiling OpenAPIKit Example.swift
[288/395] Compiling OpenAPIKit ExternalDocumentation.swift
[289/395] Compiling OpenAPIKit DereferencedHeader.swift
[290/395] Compiling OpenAPIKit Header.swift
[291/395] Compiling OpenAPIKit JSONReference.swift
[292/395] Compiling OpenAPIKit Link.swift
[293/395] Compiling OpenAPIKit30 Request.swift
[294/395] Compiling OpenAPIKit30 DereferencedOperation.swift
[295/395] Compiling OpenAPIKit30 Operation.swift
[296/395] Compiling OpenAPIKit30 ResolvedEndpoint.swift
[297/395] Compiling OpenAPIKit Container+DecodeURLAsString.swift
[298/395] Compiling OpenAPIKit30 DereferencedParameter.swift
[304/395] Compiling OpenAPIKit _CoreReExport.swift
[318/395] Compiling OpenAPIKit ResolvedDocument.swift
[319/395] Compiling OpenAPIKit OpenAPI.swift
[320/395] Compiling OpenAPIKit DereferencedOperation.swift
[321/395] Compiling OpenAPIKit Operation.swift
[322/395] Compiling OpenAPIKit ResolvedEndpoint.swift
[323/395] Compiling OpenAPIKit OrderedDictionary+Validatable.swift
[324/395] Compiling OpenAPIKit DereferencedParameter.swift
[325/395] Compiling OpenAPIKit DereferencedSchemaContext.swift
[326/395] Compiling OpenAPIKit Parameter.swift
[327/395] Compiling OpenAPIKit ParameterContext.swift
[328/395] Compiling OpenAPIKit ParameterSchemaContext.swift
[329/395] Compiling OpenAPIKit DereferencedPathItem.swift
[330/395] Compiling OpenAPIKit PathItem.swift
[331/395] Compiling OpenAPIKit ResolvedRoute.swift
[332/395] Compiling OpenAPIKit DereferencedRequest.swift
[353/395] Compiling OpenAPIKit30 ParameterContext.swift
[354/395] Compiling OpenAPIKit30 ParameterSchemaContext.swift
[355/395] Compiling OpenAPIKit30 DereferencedPathItem.swift
[356/395] Compiling OpenAPIKit30 PathItem.swift
[357/395] Compiling OpenAPIKit30 ResolvedRoute.swift
[358/395] Compiling OpenAPIKit30 DereferencedRequest.swift
[393/398] Compiling OpenAPIKitCompat Either+Map.swift
[394/398] Emitting module OpenAPIKitCompat
[395/398] Compiling OpenAPIKitCompat Compat30To31.swift
[396/482] Compiling _OpenAPIGeneratorCore Config.swift
[397/482] Compiling _OpenAPIGeneratorCore Diagnostics.swift
[398/482] Compiling _OpenAPIGeneratorCore DiagnosticsCollectorProvider.swift
[399/482] Compiling _OpenAPIGeneratorCore Errors.swift
[400/482] Compiling _OpenAPIGeneratorCore Foundation.swift
[401/482] Compiling _OpenAPIGeneratorCore OpenAPIKit.swift
[402/482] Compiling _OpenAPIGeneratorCore String.swift
[403/482] Compiling _OpenAPIGeneratorCore SwiftStandardLibrary.swift
[404/482] Compiling _OpenAPIGeneratorCore FeatureFlags.swift
[405/482] Compiling _OpenAPIGeneratorCore GeneratorMode.swift
[406/491] Emitting module _OpenAPIGeneratorCore
[407/491] Compiling _OpenAPIGeneratorCore translateRawEnum.swift
[408/491] Compiling _OpenAPIGeneratorCore translateRawRepresentableEnum.swift
[409/491] Compiling _OpenAPIGeneratorCore translateSchema.swift
[410/491] Compiling _OpenAPIGeneratorCore translateStructBlueprint.swift
[411/491] Compiling _OpenAPIGeneratorCore translateTypealias.swift
[412/491] Compiling _OpenAPIGeneratorCore Annotations.swift
[413/491] Compiling _OpenAPIGeneratorCore CommentExtensions.swift
[414/491] Compiling _OpenAPIGeneratorCore Constants.swift
[415/491] Compiling _OpenAPIGeneratorCore DiscriminatorExtensions.swift
[416/491] Compiling _OpenAPIGeneratorCore translateResponseOutcome.swift
[417/491] Compiling _OpenAPIGeneratorCore ServerTranslator.swift
[418/491] Compiling _OpenAPIGeneratorCore translateServerMethod.swift
[419/491] Compiling _OpenAPIGeneratorCore TranslatorProtocol.swift
[420/491] Compiling _OpenAPIGeneratorCore Builtins.swift
[421/491] Compiling _OpenAPIGeneratorCore ReferenceStack.swift
[422/491] Compiling _OpenAPIGeneratorCore SafeNameGenerator.swift
[423/491] Compiling _OpenAPIGeneratorCore TypeAssigner.swift
[424/491] Compiling _OpenAPIGeneratorCore TypeLocation.swift
[425/491] Compiling _OpenAPIGeneratorCore TypedRequestBody.swift
[426/491] Compiling _OpenAPIGeneratorCore translateRequestBody.swift
[427/491] Compiling _OpenAPIGeneratorCore HTTPStatusCodes.swift
[428/491] Compiling _OpenAPIGeneratorCore ResponseKind.swift
[429/491] Compiling _OpenAPIGeneratorCore TypedResponse.swift
[430/491] Compiling _OpenAPIGeneratorCore TypedResponseHeader.swift
[431/491] Compiling _OpenAPIGeneratorCore acceptHeaderContentTypes.swift
[432/491] Compiling _OpenAPIGeneratorCore translateResponse.swift
[433/491] Compiling _OpenAPIGeneratorCore translateResponseHeader.swift
[434/491] Compiling _OpenAPIGeneratorCore translateComponentRequestBodies.swift
[435/491] Compiling _OpenAPIGeneratorCore translateComponentResponses.swift
[436/491] Compiling _OpenAPIGeneratorCore translateComponents.swift
[437/491] Compiling _OpenAPIGeneratorCore translateOperations.swift
[438/491] Compiling _OpenAPIGeneratorCore translateSchemas.swift
[439/491] Compiling _OpenAPIGeneratorCore translateServers.swift
[440/491] Compiling _OpenAPIGeneratorCore translateServersVariables.swift
[441/491] Compiling _OpenAPIGeneratorCore TypeOverrides.swift
[442/491] Compiling _OpenAPIGeneratorCore YamlFileDiagnosticsCollector.swift
[443/491] Compiling _OpenAPIGeneratorCore SchemaOverrides.swift
[444/491] Compiling _OpenAPIGeneratorCore StructBlueprint.swift
[445/491] Compiling _OpenAPIGeneratorCore CodingStrategy.swift
[446/491] Compiling _OpenAPIGeneratorCore ContentInspector.swift
[447/491] Compiling _OpenAPIGeneratorCore ContentType.swift
[448/491] Compiling _OpenAPIGeneratorCore SchemaContent.swift
[449/491] Compiling _OpenAPIGeneratorCore FileTranslator+FeatureFlags.swift
[450/491] Compiling _OpenAPIGeneratorCore FileTranslator.swift
[451/491] Compiling _OpenAPIGeneratorCore MultipartAdditionalProperties.swift
[452/491] Compiling _OpenAPIGeneratorCore TypeMatcher.swift
[453/491] Compiling _OpenAPIGeneratorCore TypeName.swift
[454/491] Compiling _OpenAPIGeneratorCore TypeUsage.swift
[455/491] Compiling _OpenAPIGeneratorCore isSchemaSupported.swift
[456/491] Compiling _OpenAPIGeneratorCore TypesFileTranslator.swift
[457/491] Compiling _OpenAPIGeneratorCore translateAPIProtocol.swift
[458/491] Compiling _OpenAPIGeneratorCore translateBoxedTypes.swift
[459/491] Compiling _OpenAPIGeneratorCore translateComponentHeaders.swift
[460/491] Compiling _OpenAPIGeneratorCore translateComponentParameters.swift
[461/491] Compiling _OpenAPIGeneratorCore MultipartContent.swift
[462/491] Compiling _OpenAPIGeneratorCore MultipartContentInspector.swift
[463/491] Compiling _OpenAPIGeneratorCore translateMultipart.swift
[464/491] Compiling _OpenAPIGeneratorCore MultiplexTranslator.swift
[465/491] Compiling _OpenAPIGeneratorCore OperationDescription.swift
[466/491] Compiling _OpenAPIGeneratorCore TypedParameter.swift
[467/491] Compiling _OpenAPIGeneratorCore translateParameter.swift
[468/491] Compiling _OpenAPIGeneratorCore DeclarationRecursionDetector.swift
[469/491] Compiling _OpenAPIGeneratorCore RecursionDetector.swift
[470/491] Compiling _OpenAPIGeneratorCore PlatformChecks.swift
[471/491] Compiling _OpenAPIGeneratorCore RendererProtocol.swift
[472/491] Compiling _OpenAPIGeneratorCore TextBasedRenderer.swift
[473/491] Compiling _OpenAPIGeneratorCore ClientTranslator.swift
[474/491] Compiling _OpenAPIGeneratorCore translateClientMethod.swift
[475/491] Compiling _OpenAPIGeneratorCore translateAllAnyOneOf.swift
[476/491] Compiling _OpenAPIGeneratorCore translateArray.swift
[477/491] Compiling _OpenAPIGeneratorCore translateCodable.swift
[478/491] Compiling _OpenAPIGeneratorCore translateObjectStruct.swift
[479/491] Compiling _OpenAPIGeneratorCore GeneratorPipeline.swift
[480/491] Compiling _OpenAPIGeneratorCore GeneratorPipelineStage.swift
[481/491] Compiling _OpenAPIGeneratorCore DocumentFilter.swift
[482/491] Compiling _OpenAPIGeneratorCore FilteredDocument.swift
[483/491] Compiling _OpenAPIGeneratorCore ParsedOpenAPIRepresentation.swift
[484/491] Compiling _OpenAPIGeneratorCore RenderedSwiftRepresentation.swift
[485/491] Compiling _OpenAPIGeneratorCore StructuredSwiftRepresentation.swift
[486/491] Compiling _OpenAPIGeneratorCore ParserProtocol.swift
[487/491] Compiling _OpenAPIGeneratorCore YamsParser.swift
[488/491] Compiling _OpenAPIGeneratorCore validateDoc.swift
[489/501] Compiling swift_openapi_generator UserConfig.swift
[490/501] Compiling swift_openapi_generator PluginSource.swift
[491/501] Compiling swift_openapi_generator runGenerator.swift
[492/501] Compiling swift_openapi_generator Tool.swift
[493/501] Compiling swift_openapi_generator FilterCommand.swift
[494/501] Compiling swift_openapi_generator GenerateCommand.swift
[495/501] Emitting module swift_openapi_generator
[496/501] Compiling swift_openapi_generator GenerateOptions+runGenerator.swift
[497/501] Compiling swift_openapi_generator GenerateOptions.swift
[498/501] Compiling swift_openapi_generator Extensions.swift
[498/501] Write Objects.LinkFileList
[499/501] Linking swift-openapi-generator-tool
[500/501] Applying swift-openapi-generator-tool
[1/1] Compiling plugin OpenAPIGeneratorCommand
[2/2] Compiling plugin OpenAPIGenerator
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
Building for debugging...
[4/493] Write sources
[17/493] Copying PrivacyInfo.xcprivacy
[18/493] Write sources
[47/493] Compiling _NumericsShims _NumericsShims.c
[49/493] Compiling CNIOWindows shim.c
[49/493] Compiling CNIOWindows WSAStartup.c
[51/493] Compiling writer.c
[52/493] Compiling reader.c
[53/493] Compiling parser.c
[53/493] Compiling CNIOWASI CNIOWASI.c
[55/493] Compiling api.c
[56/493] Compiling CNIOOpenBSD shim.c
[57/493] Compiling CNIOLinux shim.c
[58/493] Compiling emitter.c
[59/493] Compiling CNIOLinux liburing_shims.c
[60/493] Compiling _AtomicsShims.c
[61/493] Compiling scanner.c
[62/493] Write swift-version-2F0A5646E1D333AE.txt
[63/493] Compiling CNIOPosix event_loop_id.c
[64/493] Compiling CNIOLLHTTP c_nio_http.c
[65/499] Compiling CNIOLLHTTP c_nio_api.c
[66/499] Compiling CNIOExtrasZlib inffast.c
[67/499] Compiling CNIOExtrasZlib inftrees.c
[68/499] Compiling CNIOExtrasZlib trees.c
[69/499] Compiling CNIOExtrasZlib inflate.c
[70/499] Compiling CNIOExtrasZlib deflate.c
[71/499] Compiling CNIOLLHTTP c_nio_llhttp.c
[73/499] Emitting module _NIOBase64
[74/499] Compiling _NIOBase64 Base64.swift
[75/513] Compiling ServiceContextModule ServiceContextKey.swift
[75/513] Compiling CNIOExtrasZlib adler32.c
[76/513] Compiling CNIOExtrasZlib crc32.c
[78/513] Compiling RealModule RealFunctions.swift
[79/538] Compiling InternalCollectionsUtilities Debugging.swift
[80/538] Compiling InternalCollectionsUtilities Descriptions.swift
[81/538] Compiling ServiceContextModule ServiceContext.swift
[82/538] Emitting module ServiceContextModule
[83/538] Compiling RealModule Float80+Real.swift
[84/538] Compiling RealModule Real.swift
[85/548] Compiling RealModule RelaxedArithmetic.swift
[86/548] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[87/548] Compiling InternalCollectionsUtilities _SortedCollection.swift
[88/549] Compiling RealModule Float+Real.swift
[89/549] Compiling RealModule ElementaryFunctions.swift
[90/549] Compiling RealModule Float16+Real.swift
[91/549] Compiling RealModule AugmentedArithmetic.swift
[92/549] Compiling RealModule Double+Real.swift
[93/549] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[94/555] Emitting module RealModule
[94/555] Compiling CNIOExtrasZlib zutil.c
[95/555] Compiling fiat_p256_adx_sqr.S
[97/555] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[98/555] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[98/581] Compiling fiat_p256_adx_mul.S
[99/581] Compiling fiat_curve25519_adx_square.S
[100/581] Compiling fiat_curve25519_adx_mul.S
[102/581] Compiling Algorithms RandomSample.swift
[103/581] Compiling Algorithms Reductions.swift
[104/581] Compiling Algorithms Rotate.swift
[105/581] Compiling Algorithms Grouped.swift
[106/581] Compiling Algorithms MinMax.swift
[107/581] Compiling Algorithms Suffix.swift
[108/581] Compiling Algorithms Stride.swift
[109/581] Compiling Algorithms Combinations.swift
[110/581] Compiling Algorithms Compacted.swift
[111/581] Compiling Algorithms Cycle.swift
[112/581] Compiling Algorithms Chunked.swift
[113/581] Compiling Algorithms Split.swift
[113/581] Compiling CNIODarwin shim.c
[115/581] Emitting module InternalCollectionsUtilities
[116/581] Compiling Algorithms AdjacentPairs.swift
[117/581] Compiling Algorithms Chain.swift
[118/581] Compiling HTTPTypes ISOLatin1String.swift
[119/581] Compiling HTTPTypes HTTPResponse.swift
[120/581] Compiling HTTPTypes NIOLock.swift
[121/581] Compiling _NIODataStructures PriorityQueue.swift
[122/581] Compiling Instrumentation InstrumentationSystem.swift
[123/581] Compiling HTTPTypes HTTPRequest+URL.swift
[124/581] Compiling HTTPTypes HTTPRequest.swift
[125/581] Compiling Instrumentation Locks.swift
[126/581] Compiling Instrumentation Instrument.swift
[127/581] Compiling Instrumentation NoOpInstrument.swift
[128/581] Compiling Instrumentation MultiplexInstrument.swift
[129/581] Emitting module Instrumentation
[130/581] Compiling HTTPTypes HTTPParsedFields.swift
[131/581] Compiling HTTPTypes HTTPField.swift
[132/581] Emitting module HTTPTypes
[133/581] Compiling HTTPTypes HTTPFields.swift
[134/581] Compiling HTTPTypes HTTPFieldName.swift
[135/615] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[136/615] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[137/615] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[138/615] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[139/615] Compiling ContainersPreview OutputSpan+Extras.swift
[140/615] Compiling ContainersPreview TemporaryAllocation.swift
[141/615] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[142/615] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[143/618] Compiling ContainersPreview BidirectionalContainer.swift
[144/618] Compiling ContainersPreview Container+Filter.swift
[145/618] Compiling ContainersPreview Container+SpanwiseZip.swift
[146/618] Compiling ContainersPreview Container.swift
[147/618] Compiling ContainersPreview ContainerIterator.swift
[148/618] Compiling ContainersPreview DynamicContainer.swift
[149/618] Compiling ContainersPreview MutableContainer.swift
[150/618] Compiling ContainersPreview PermutableContainer.swift
[151/618] Compiling ContainersPreview Producer.swift
[152/618] Compiling ContainersPreview Borrow.swift
[153/618] Compiling ContainersPreview Box.swift
[154/618] Compiling ContainersPreview Producer+Filter.swift
[155/618] Compiling ContainersPreview Producer+Map.swift
[156/618] Compiling ContainersPreview Producer+Reduce.swift
[157/618] Compiling ContainersPreview RandomAccessContainer.swift
[158/618] Compiling ContainersPreview RangeExpression2.swift
[159/618] Compiling ContainersPreview RangeReplaceableContainer.swift
[160/618] Compiling ContainersPreview Drain+Map.swift
[161/618] Emitting module ContainersPreview
[162/618] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[163/618] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[164/618] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[165/618] Compiling ContainersPreview BorrowingSequence.swift
[166/618] Compiling ContainersPreview Drain+Reduce.swift
[167/618] Compiling ContainersPreview Drain.swift
[168/618] Compiling ContainersPreview Producer+Collect.swift
[169/626] Compiling ContainersPreview Inout.swift
[170/626] Compiling ContainersPreview InputSpan.swift
[171/626] Compiling ContainersPreview Shared.swift
[171/626] Compiling CNIOBoringSSLShims shims.c
[173/731] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[174/731] Compiling OpenAPIRuntime ClientTransport.swift
[175/731] Compiling OpenAPIRuntime CurrencyTypes.swift
[176/731] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[177/731] Compiling OpenAPIRuntime HTTPBody.swift
[178/735] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[179/735] Compiling OpenAPIRuntime URICodeCodingKey.swift
[180/735] Compiling OpenAPIRuntime URICoderConfiguration.swift
[181/735] Compiling OpenAPIRuntime Converter+Common.swift
[182/735] Compiling OpenAPIRuntime Converter+Server.swift
[183/735] Compiling OpenAPIRuntime Converter.swift
[184/735] Compiling OpenAPIRuntime CurrencyExtensions.swift
[185/735] Compiling OpenAPIRuntime ErrorExtensions.swift
[186/735] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[187/735] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[188/735] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[189/735] Compiling OpenAPIRuntime MultipartValidation.swift
[190/735] Emitting module _NIODataStructures
[191/735] Compiling _NIODataStructures _TinyArray.swift
[192/735] Compiling _NIODataStructures Heap.swift
[193/735] Compiling OpenAPIRuntime Base64EncodedData.swift
[194/735] Compiling OpenAPIRuntime ByteUtilities.swift
[195/735] Compiling OpenAPIRuntime ContentDisposition.swift
[201/737] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[202/737] Compiling OpenAPIRuntime Lock.swift
[203/737] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[210/737] Compiling Logging MetadataProvider.swift
[211/737] Emitting module Logging
[212/737] Compiling Logging LogHandler.swift
[213/737] Compiling Logging Locks.swift
[214/737] Compiling Logging Logging.swift
[215/737] Compiling Tracing TracerProtocol.swift
[216/737] Compiling Tracing TracingTime.swift
[217/737] Compiling Tracing TracerProtocol+Legacy.swift
[218/737] Compiling Tracing InstrumentationSystem+Tracing.swift
[219/737] Compiling Tracing NoOpTracer.swift
[220/737] Compiling Tracing Tracer.swift
[221/737] Emitting module Tracing
[222/737] Compiling Tracing SpanProtocol.swift
[223/737] Compiling Algorithms Windows.swift
[224/737] Compiling OpenAPIRuntime ParameterStyles.swift
[225/737] Compiling OpenAPIRuntime URIEncodedNode.swift
[226/737] Compiling OpenAPIRuntime URIParsedTypes.swift
[227/737] Compiling OpenAPIRuntime URIDecoder.swift
[228/737] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[229/737] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[230/737] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[231/737] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[232/737] Compiling OpenAPIRuntime RuntimeError.swift
[233/737] Compiling OpenAPIRuntime ServerError.swift
[234/737] Compiling OpenAPIRuntime Acceptable.swift
[241/737] Compiling Algorithms Unique.swift
[242/737] Compiling tls13_server.cc
[243/737] Compiling tls_method.cc
[243/737] Compiling tls_record.cc
[245/737] Compiling tls13_enc.cc
[247/737] Compiling OpenAPIRuntime ServerVariable.swift
[248/737] Compiling OpenAPIRuntime URLExtensions.swift
[249/737] Compiling OpenAPIRuntime Deprecated.swift
[250/737] Compiling OpenAPIRuntime ClientError.swift
[251/737] Compiling OpenAPIRuntime CodingErrors.swift
[251/737] Compiling tls13_client.cc
[252/737] Compiling tls13_both.cc
[253/737] Compiling t1_enc.cc
[263/737] Emitting module Algorithms
[264/737] Compiling DequeModule UniqueDeque.swift
[265/737] Compiling DequeModule _DequeSlot.swift
[266/737] Compiling DequeModule _UnsafeDequeHandle.swift
[267/737] Compiling DequeModule _UnsafeDequeSegments.swift
[268/737] Emitting module DequeModule
[268/737] Compiling ssl_transcript.cc
[269/737] Compiling ssl_stat.cc
[270/737] Compiling ssl_versions.cc
[271/737] Compiling ssl_x509.cc
[272/737] Compiling ssl_session.cc
[273/737] Compiling ssl_privkey.cc
[274/737] Compiling ssl_key_share.cc
[275/737] Compiling ssl_file.cc
[276/737] Compiling ssl_cipher.cc
[277/737] Compiling ssl_lib.cc
[278/737] Compiling ssl_credential.cc
[279/737] Compiling ssl_cert.cc
[280/737] Compiling ssl_buffer.cc
[281/737] Compiling ssl_asn1.cc
[282/737] Compiling ssl_aead_ctx.cc
[283/737] Compiling s3_pkt.cc
[284/737] Compiling s3_lib.cc
[285/737] Compiling s3_both.cc
[286/737] Compiling handshake.cc
[287/737] Compiling handshake_client.cc
[287/737] Compiling handshake_server.cc
[289/737] Compiling handoff.cc
[290/737] Compiling encrypted_client_hello.cc
[291/737] Compiling md5-x86_64-linux.S
[292/737] Compiling md5-x86_64-apple.S
[293/737] Compiling md5-586-linux.S
[294/737] Compiling extensions.cc
[295/737] Compiling dtls_method.cc
[296/737] Compiling bio_ssl.cc
[297/737] Compiling dtls_record.cc
[298/737] Compiling md5-586-apple.S
[299/737] Compiling chacha20_poly1305_x86_64-linux.S
[300/737] Compiling chacha20_poly1305_x86_64-apple.S
[301/737] Compiling chacha20_poly1305_armv8-win.S
[302/737] Compiling chacha20_poly1305_armv8-linux.S
[303/737] Compiling d1_srtp.cc
[304/737] Compiling chacha-x86_64-linux.S
[305/737] Compiling chacha-x86_64-apple.S
[306/737] Compiling chacha20_poly1305_armv8-apple.S
[307/737] Compiling chacha-x86-linux.S
[308/737] Compiling chacha-x86-apple.S
[309/737] Compiling chacha-armv8-win.S
[310/737] Compiling chacha-armv8-linux.S
[311/737] Compiling chacha-armv4-linux.S
[312/737] Compiling aes128gcmsiv-x86_64-linux.S
[313/737] Compiling chacha-armv8-apple.S
[314/737] Compiling aes128gcmsiv-x86_64-apple.S
[315/737] Compiling x86_64-mont5-linux.S
[316/737] Compiling x86_64-mont5-apple.S
[317/737] Compiling x86_64-mont-linux.S
[318/737] Compiling x86_64-mont-apple.S
[319/737] Compiling x86-mont-linux.S
[320/737] Compiling x86-mont-apple.S
[321/737] Compiling vpaes-x86_64-linux.S
[322/737] Compiling vpaes-x86_64-apple.S
[323/737] Compiling vpaes-x86-linux.S
[324/737] Compiling vpaes-x86-apple.S
[325/737] Compiling vpaes-armv8-win.S
[326/737] Compiling vpaes-armv8-linux.S
[327/737] Compiling vpaes-armv7-linux.S
[328/737] Compiling sha512-x86_64-linux.S
[329/737] Compiling d1_pkt.cc
[330/737] Compiling vpaes-armv8-apple.S
[331/737] Compiling sha512-x86_64-apple.S
[332/737] Compiling sha512-armv8-win.S
[333/737] Compiling sha512-armv8-linux.S
[334/737] Compiling sha512-armv4-linux.S
[335/737] Compiling sha512-586-linux.S
[336/737] Compiling sha512-armv8-apple.S
[337/737] Compiling sha512-586-apple.S
[338/737] Compiling sha256-x86_64-linux.S
[339/737] Compiling sha256-x86_64-apple.S
[340/737] Compiling sha256-armv8-linux.S
[341/737] Compiling sha256-armv8-win.S
[342/737] Compiling d1_lib.cc
[343/737] Compiling sha256-armv4-linux.S
[344/737] Compiling sha256-armv8-apple.S
[345/737] Compiling sha256-586-linux.S
[346/737] Compiling sha256-586-apple.S
[347/737] Compiling sha1-x86_64-apple.S
[348/737] Compiling sha1-armv8-win.S
[349/737] Compiling sha1-x86_64-linux.S
[350/737] Compiling sha1-armv8-linux.S
[351/737] Compiling err_data.cc
[352/737] Compiling sha1-armv8-apple.S
[353/737] Compiling sha1-armv4-large-linux.S
[354/737] Compiling sha1-586-linux.S
[355/737] Compiling rsaz-avx2-linux.S
[355/737] Compiling sha1-586-apple.S
[357/737] Compiling rsaz-avx2-apple.S
[358/737] Compiling rdrand-x86_64-linux.S
[359/737] Compiling rdrand-x86_64-apple.S
[360/737] Compiling p256_beeu-x86_64-asm-linux.S
[361/737] Compiling p256_beeu-x86_64-asm-apple.S
[362/737] Compiling p256_beeu-armv8-asm-win.S
[363/737] Compiling p256_beeu-armv8-asm-linux.S
[364/737] Compiling p256-x86_64-asm-linux.S
[365/737] Compiling p256_beeu-armv8-asm-apple.S
[366/737] Compiling p256-x86_64-asm-apple.S
[367/737] Compiling p256-armv8-asm-win.S
[368/737] Compiling d1_both.cc
[369/737] Compiling p256-armv8-asm-linux.S
[370/737] Compiling p256-armv8-asm-apple.S
[371/737] Compiling ghashv8-armv8-linux.S
[372/737] Compiling ghashv8-armv8-win.S
[373/737] Compiling ghashv8-armv7-linux.S
[374/737] Compiling ghashv8-armv8-apple.S
[375/737] Compiling ghash-x86_64-linux.S
[383/737] Compiling ghash-x86_64-apple.S
[398/744] Compiling ghash-x86-linux.S
[399/744] Compiling ghash-x86-apple.S
[400/744] Compiling ghash-ssse3-x86_64-linux.S
[401/744] Compiling ghash-ssse3-x86_64-apple.S
[402/744] Compiling ghash-ssse3-x86-linux.S
[403/744] Compiling ghash-ssse3-x86-apple.S
[404/744] Compiling ghash-neon-armv8-win.S
[405/744] Compiling ghash-neon-armv8-linux.S
[406/744] Compiling ghash-neon-armv8-apple.S
[407/744] Compiling ghash-armv4-linux.S
[408/744] Compiling co-586-linux.S
[409/744] Compiling co-586-apple.S
[410/744] Compiling bsaes-armv7-linux.S
[411/744] Compiling bn-armv8-linux.S
[411/744] Compiling bn-armv8-win.S
[413/744] Compiling bn-586-linux.S
[414/744] Compiling bn-586-apple.S
[415/744] Compiling bn-armv8-apple.S
[417/744] Compiling OpenAPIRuntime OpenAPIValue.swift
[418/744] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[419/744] Compiling OpenAPIRuntime UndocumentedPayload.swift
[420/744] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[421/744] Compiling OpenAPIRuntime CodableExtensions.swift
[422/744] Compiling OpenAPIRuntime Configuration.swift
[423/744] Compiling OpenAPIRuntime Converter+Client.swift
[423/744] Compiling armv8-mont-win.S
[424/744] Compiling armv8-mont-linux.S
[425/744] Compiling armv8-mont-apple.S
[426/744] Compiling armv4-mont-linux.S
[427/744] Compiling aesv8-gcm-armv8-win.S
[427/744] Compiling aesv8-gcm-armv8-linux.S
[429/744] Compiling aesv8-armv8-win.S
[430/744] Compiling aesv8-armv8-linux.S
[431/744] Compiling aesv8-gcm-armv8-apple.S
[432/744] Compiling aesv8-armv7-linux.S
[433/744] Compiling aesv8-armv8-apple.S
[434/744] Compiling aesni-x86_64-linux.S
[435/744] Compiling aesni-x86_64-apple.S
[436/744] Compiling aesni-x86-apple.S
[437/744] Compiling aesni-x86-linux.S
[438/744] Compiling aesni-gcm-x86_64-apple.S
[439/744] Compiling aesni-gcm-x86_64-linux.S
[440/744] Compiling aes-gcm-avx2-x86_64-linux.S
[441/744] Compiling aes-gcm-avx2-x86_64-apple.S
[442/744] Compiling aes-gcm-avx10-x86_64-linux.S
[443/744] Compiling aes-gcm-avx10-x86_64-apple.S
[445/744] Emitting module OpenAPIRuntime
[455/744] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[456/744] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[457/744] Compiling OpenAPIRuntime ServerSentEvents.swift
[458/744] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[459/744] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[467/744] Compiling OpenAPIRuntime UniversalClient.swift
[468/744] Compiling OpenAPIRuntime UniversalServer.swift
[469/744] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[470/744] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[471/744] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[472/744] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[473/744] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[480/744] Compiling x_sig.cc
[481/744] Compiling x_val.cc
[482/744] Compiling x_pubkey.cc
[483/744] Compiling x_req.cc
[484/744] Compiling x_exten.cc
[485/744] Compiling x_spki.cc
[486/744] Compiling x_name.cc
[487/744] Compiling x_x509a.cc
[488/744] Compiling x_x509.cc
[490/744] Compiling OpenAPIRuntime URIEncoder.swift
[491/744] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[492/744] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[493/744] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[494/744] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[495/744] Compiling OpenAPIRuntime URIParser.swift
[496/744] Compiling OpenAPIRuntime URISerializer.swift
[496/744] Compiling x_crl.cc
[497/744] Compiling x509spki.cc
[498/744] Compiling x_algor.cc
[498/744] Compiling x_attrib.cc
[500/744] Compiling x509name.cc
[500/744] Compiling x509cset.cc
[502/744] Compiling x509_vpm.cc
[503/744] Compiling x509rset.cc
[504/744] Compiling x_all.cc
[505/744] Compiling x509_vfy.cc
[506/744] Compiling x509_v3.cc
[507/744] Compiling x509_txt.cc
[508/744] Compiling x509_set.cc
[509/744] Compiling x509_trs.cc
[510/744] Compiling x509_def.cc
[511/744] Compiling x509_obj.cc
[512/744] Compiling x509_req.cc
[513/744] Compiling x509_ext.cc
[514/744] Compiling x509_lu.cc
[515/744] Compiling x509_d2.cc
[516/744] Compiling x509_att.cc
[517/744] Compiling x509_cmp.cc
[518/744] Compiling x509.cc
[519/744] Compiling v3_prn.cc
[520/744] Compiling v3_skey.cc
[521/744] Compiling v3_utl.cc
[522/744] Compiling v3_purp.cc
[523/744] Compiling v3_pmaps.cc
[524/744] Compiling v3_pcons.cc
[525/744] Compiling v3_ocsp.cc
[526/744] Compiling v3_int.cc
[527/744] Compiling v3_lib.cc
[528/744] Compiling v3_ncons.cc
[529/744] Compiling v3_info.cc
[530/744] Compiling v3_ia5.cc
[531/744] Compiling v3_genn.cc
[532/744] Compiling v3_extku.cc
[533/744] Compiling v3_crld.cc
[534/744] Compiling v3_enum.cc
[535/744] Compiling v3_cpols.cc
[536/744] Compiling v3_conf.cc
[537/744] Compiling v3_bitst.cc
[538/744] Compiling v3_bcons.cc
[539/744] Compiling v3_alt.cc
[540/744] Compiling t_x509a.cc
[541/744] Compiling v3_akeya.cc
[542/744] Compiling v3_akey.cc
[543/744] Compiling t_req.cc
[544/744] Compiling t_x509.cc
[545/744] Compiling t_crl.cc
[546/744] Compiling i2d_pr.cc
[547/744] Compiling name_print.cc
[548/744] Compiling rsa_pss.cc
[549/744] Compiling policy.cc
[550/744] Compiling by_file.cc
[551/744] Compiling by_dir.cc
[552/744] Compiling a_verify.cc
[553/744] Compiling asn1_gen.cc
[554/744] Compiling algorithm.cc
[555/744] Compiling a_sign.cc
[556/744] Compiling a_digest.cc
[557/744] Compiling thread_win.cc
[558/744] Compiling thread_none.cc
[559/744] Compiling thread.cc
[560/744] Compiling thread_pthread.cc
[561/744] Compiling stack.cc
[562/744] Compiling voprf.cc
[563/744] Compiling trust_token.cc
[564/744] Compiling pmbtoken.cc
[565/744] Compiling sha256.cc
[566/744] Compiling siphash.cc
[566/744] Compiling sha512.cc
[568/744] Compiling sha1.cc
[569/744] Compiling spake2plus.cc
[570/744] Compiling rsa_extra.cc
[571/744] Compiling rsa_print.cc
[572/744] Compiling slhdsa.cc
[573/744] Compiling rsa_crypt.cc
[574/744] Compiling rsa_asn1.cc
[575/744] Compiling rc4.cc
[576/744] Compiling urandom.cc
[577/744] Compiling refcount.cc
[578/744] Compiling windows.cc
[579/744] Compiling trusty.cc
[580/744] Compiling rand.cc
[581/744] Compiling passive.cc
[582/744] Compiling ios.cc
[583/744] Compiling poly1305_arm_asm.S
[584/744] Compiling getentropy.cc
[585/744] Compiling forkunsafe.cc
[586/744] Compiling deterministic.cc
[587/744] Compiling fork_detect.cc
[588/744] Compiling poly1305_vec.cc
[589/744] Compiling poly1305_arm.cc
[590/744] Compiling poly1305.cc
[591/744] Compiling pool.cc
[592/744] Compiling pkcs8.cc
[593/744] Compiling p5_pbev2.cc
[594/744] Compiling pkcs8_x509.cc
[595/744] Compiling pkcs7.cc
[596/744] Compiling pkcs7_x509.cc
[597/744] Compiling pem_x509.cc
[598/744] Compiling pem_xaux.cc
[599/744] Compiling pem_pkey.cc
[600/744] Compiling pem_pk8.cc
[601/744] Compiling pem_oth.cc
[602/744] Compiling obj_xref.cc
[603/744] Compiling pem_lib.cc
[604/744] Compiling mlkem.cc
[605/744] Compiling mldsa.cc
[606/744] Compiling pem_info.cc
[607/744] Compiling pem_all.cc
[608/744] Compiling poly_rq_mul.S
[609/744] Compiling mem.cc
[610/744] Compiling fips_shared_support.cc
[611/744] Compiling obj.cc
[612/744] Compiling md5.cc
[613/744] Compiling md4.cc
[614/744] Compiling lhash.cc
[615/744] Compiling ex_data.cc
[616/744] Compiling sign.cc
[617/744] Compiling scrypt.cc
[618/744] Compiling kyber.cc
[619/744] Compiling pbkdf.cc
[620/744] Compiling print.cc
[621/744] Compiling hpke.cc
[622/744] Compiling hrss.cc
[623/744] Compiling p_x25519.cc
[624/744] Compiling p_x25519_asn1.cc
[625/744] Compiling p_ed25519.cc
[626/744] Compiling p_rsa_asn1.cc
[627/744] Compiling p_ec.cc
[628/744] Compiling p_rsa.cc
[629/744] Compiling p_hkdf.cc
[630/744] Compiling p_ed25519_asn1.cc
[631/744] Compiling p_ec_asn1.cc
[632/744] Compiling p_dh_asn1.cc
[633/744] Compiling p_dh.cc
[634/744] Compiling p_dsa_asn1.cc
[635/744] Compiling evp_ctx.cc
[636/744] Compiling evp.cc
[637/744] Compiling engine.cc
[637/744] Compiling err.cc
[639/744] Compiling evp_asn1.cc
[640/744] Compiling ecdsa_asn1.cc
[641/744] Compiling ecdh.cc
[642/744] Compiling hash_to_curve.cc
[643/744] Compiling ec_derive.cc
[644/744] Compiling dsa.cc
[645/744] Compiling ec_asn1.cc
[646/744] Compiling dsa_asn1.cc
[647/744] Compiling params.cc
[648/744] Compiling digest_extra.cc
[649/744] Compiling bcm.cc
[650/744] Compiling x25519-asm-arm.S
[651/744] Compiling dh_asn1.cc
[652/744] Compiling des.cc
[653/744] Compiling curve25519_64_adx.cc
[654/744] Compiling spake25519.cc
[655/744] Compiling cpu_intel.cc
[656/744] Compiling cpu_arm_linux.cc
[657/744] Compiling crypto.cc
[658/744] Compiling cpu_arm_freebsd.cc
[659/744] Compiling cpu_aarch64_win.cc
[660/744] Compiling curve25519.cc
[661/744] Compiling cpu_aarch64_openbsd.cc
[662/744] Compiling cpu_aarch64_sysreg.cc
[663/744] Compiling cpu_aarch64_linux.cc
[664/744] Compiling cpu_aarch64_fuchsia.cc
[665/744] Compiling cpu_aarch64_apple.cc
[666/744] Compiling get_cipher.cc
[667/744] Compiling conf.cc
[668/744] Compiling tls_cbc.cc
[669/744] Compiling e_rc4.cc
[670/744] Compiling e_tls.cc
[671/744] Compiling e_rc2.cc
[672/744] Compiling e_null.cc
[673/744] Compiling e_des.cc
[674/744] Compiling e_chacha20poly1305.cc
[675/744] Compiling derive_key.cc
[676/744] Compiling e_aesgcmsiv.cc
[677/744] Compiling chacha.cc
[678/744] Compiling e_aesctrhmac.cc
[679/744] Compiling unicode.cc
[680/744] Compiling cbs.cc
[681/744] Compiling ber.cc
[682/744] Compiling cbb.cc
[683/744] Compiling asn1_compat.cc
[684/744] Compiling buf.cc
[685/744] Compiling blake2.cc
[686/744] Compiling socket_helper.cc
[687/744] Compiling bn_asn1.cc
[688/744] Compiling socket.cc
[689/744] Compiling convert.cc
[690/744] Compiling printf.cc
[691/744] Compiling pair.cc
[692/744] Compiling hexdump.cc
[693/744] Compiling file.cc
[694/744] Compiling fd.cc
[695/744] Compiling errno.cc
[696/744] Compiling connect.cc
[697/744] Compiling bio_mem.cc
[698/744] Compiling base64.cc
[699/744] Compiling bio.cc
[700/744] Compiling tasn_typ.cc
[701/744] Compiling tasn_fre.cc
[702/744] Compiling tasn_enc.cc
[703/744] Compiling tasn_utl.cc
[704/744] Compiling tasn_new.cc
[705/744] Compiling posix_time.cc
[706/744] Compiling f_string.cc
[707/744] Compiling f_int.cc
[708/744] Compiling tasn_dec.cc
[709/744] Compiling asn_pack.cc
[710/744] Compiling asn1_par.cc
[711/744] Compiling asn1_lib.cc
[712/744] Compiling a_utctm.cc
[713/744] Compiling a_type.cc
[714/744] Compiling a_time.cc
[715/744] Compiling a_octet.cc
[716/744] Compiling a_strnid.cc
[717/744] Compiling a_strex.cc
[718/744] Compiling a_mbstr.cc
[719/744] Compiling a_object.cc
[720/744] Compiling a_int.cc
[720/744] Write sources
[725/744] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[726/744] Compiling a_i2d_fp.cc
[727/744] Compiling a_dup.cc
[728/744] Compiling a_d2i_fp.cc
[729/763] Compiling a_gentm.cc
[729/763] Compiling a_bitstr.cc
[731/763] Compiling a_bool.cc
[733/763] Compiling Atomics UnsafeAtomicLazyReference.swift
[734/763] Compiling Atomics IntegerOperations.swift
[735/763] Compiling Atomics ManagedAtomicLazyReference.swift
[736/763] Compiling Atomics UnsafeAtomic.swift
[737/764] Compiling Atomics DoubleWord.swift
[738/764] Compiling Atomics ManagedAtomic.swift
[739/764] Compiling Atomics AtomicValue.swift
[740/764] Compiling Atomics AtomicMemoryOrderings.swift
[741/764] Compiling Atomics AtomicInteger.swift
[742/764] Compiling Atomics AtomicOptionalWrappable.swift
[743/764] Compiling Atomics AtomicReference.swift
[744/764] Compiling Atomics AtomicStorage.swift
[745/764] Compiling Atomics Unmanaged extensions.swift
[745/764] Write Objects.LinkFileList
[747/764] Compiling Atomics AtomicBool.swift
[748/764] Compiling Atomics IntegerConformances.swift
[749/764] Compiling Atomics PointerConformances.swift
[750/764] Compiling Atomics Primitives.native.swift
[751/764] Compiling Atomics OptionalRawRepresentable.swift
[752/764] Compiling Atomics RawRepresentable.swift
[753/764] Emitting module Atomics
[753/764] Compiling c-nioatomics.c
[754/764] Compiling c-atomics.c
[755/771] Linking swift-openapi-generator-tool
[757/771] Compiling NIOConcurrencyHelpers lock.swift
[758/771] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[759/771] Emitting module NIOConcurrencyHelpers
[760/771] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[761/771] Compiling NIOConcurrencyHelpers NIOLock.swift
[762/771] Compiling NIOConcurrencyHelpers atomics.swift
[763/771] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
Swift OpenAPI Generator is running with the following configuration:
- OpenAPI document path: /Users/admin/builder/spi-builder-workspace/Sources/GraphAuth/openapi.yaml
- Configuration path: /Users/admin/builder/spi-builder-workspace/Sources/GraphAuth/openapi-generator-config.yaml
- Generator modes: types, client
- Access modifier: internal
- Naming strategy: defensive
- Name overrides: <none>
- Type overrides: <none>
- Feature flags: <none>
- Output file names: Types.swift, Client.swift
- Output directory: /Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/GraphAuth/destination/OpenAPIGenerator/GeneratedSources
- Diagnostics output path: <none - logs to stderr>
- Current directory: /Users/admin/builder/spi-builder-workspace
- Plugin source: build
- Is dry run: false
- Additional imports: <none>
- Additional file comments: <none>Writing data to file Client.swift...
Writing data to file Types.swift...
Writing data to file Server.swift...
[763/771] Running swift-openapi-generator
[764/771] Write sources
Swift OpenAPI Generator is running with the following configuration:
- OpenAPI document path: /Users/admin/builder/spi-builder-workspace/Sources/GraphMail/openapi.yaml
- Configuration path: /Users/admin/builder/spi-builder-workspace/Sources/GraphMail/openapi-generator-config.yaml
- Generator modes: types, client
- Access modifier: internal
- Naming strategy: defensive
- Name overrides: <none>
- Type overrides: <none>
- Feature flags: <none>
- Output file names: Types.swift, Client.swift
- Output directory: /Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/GraphMail/destination/OpenAPIGenerator/GeneratedSources
- Diagnostics output path: <none - logs to stderr>
- Current directory: /Users/admin/builder/spi-builder-workspace
- Plugin source: build
- Is dry run: false
- Additional imports: <none>
- Additional file comments: <none>warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.paths['/v1.0/users/{user-id}/sendMail'].post.requestBody.content['application/json'].schema.properties.SaveToSentItems, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.paths['/v1.0/users/{user-id}/sendMail'].post.requestBody.content['application/json'].schema.properties.SaveToSentItems, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.message.properties.subject, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.message.properties.subject, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.itemBody.properties.content, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.itemBody.properties.content, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.emailAddress.properties.address, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.emailAddress.properties.address, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.emailAddress.properties.name, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.emailAddress.properties.name, contextString=, subjectName=OpenAPI Schema]
Writing data to file Client.swift...
Writing data to file Types.swift...
Writing data to file Server.swift...
[765/771] Running swift-openapi-generator
[766/771] Write sources
Swift OpenAPI Generator is running with the following configuration:
- OpenAPI document path: /Users/admin/builder/spi-builder-workspace/Sources/GraphOAuth/openapi.yaml
- Configuration path: /Users/admin/builder/spi-builder-workspace/Sources/GraphOAuth/openapi-generator-config.yaml
- Generator modes: types, client
- Access modifier: internal
- Naming strategy: defensive
- Name overrides: <none>
- Type overrides: <none>
- Feature flags: <none>
- Output file names: Types.swift, Client.swift
- Output directory: /Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/GraphOAuth/destination/OpenAPIGenerator/GeneratedSources
- Diagnostics output path: <none - logs to stderr>
- Current directory: /Users/admin/builder/spi-builder-workspace
- Plugin source: build
- Is dry run: false
- Additional imports: <none>
- Additional file comments: <none>warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.displayName, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.displayName, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.givenName, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.givenName, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.surname, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.surname, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.mail, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.mail, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.userPrincipalName, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.jobTitle, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.userPrincipalName, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.officeLocation, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.jobTitle, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.mobilePhone, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.officeLocation, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.preferredLanguage, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.mobilePhone, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.preferredLanguage, contextString=, subjectName=OpenAPI Schema]
Writing data to file Client.swift...
Writing data to file Types.swift...
Writing data to file Server.swift...
[767/791] Running swift-openapi-generator
[768/795] Write sources
Swift OpenAPI Generator is running with the following configuration:
- OpenAPI document path: /Users/admin/builder/spi-builder-workspace/Sources/GraphUsers/openapi.yaml
- Configuration path: /Users/admin/builder/spi-builder-workspace/Sources/GraphUsers/openapi-generator-config.yaml
- Generator modes: types, client
- Access modifier: internal
- Naming strategy: defensive
- Name overrides: <none>
- Type overrides: <none>
- Feature flags: <none>
- Output file names: Types.swift, Client.swift
- Output directory: /Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/GraphUsers/destination/OpenAPIGenerator/GeneratedSources
- Diagnostics output path: <none - logs to stderr>
- Current directory: /Users/admin/builder/spi-builder-workspace
- Plugin source: build
- Is dry run: false
- Additional imports: <none>
- Additional file comments: <none>warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.userCollectionResponse.properties.@odata.count, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.userCollectionResponse.properties.@odata.nextLink, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUserCollectionResponse.properties.@odata.count, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUserCollectionResponse.properties.@odata.nextLink, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.accountEnabled, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.city, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.companyName, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.country, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.createdDateTime, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.department, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.displayName, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.employeeId, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.givenName, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.jobTitle, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.mail, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.mailNickname, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.mobilePhone, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.officeLocation, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.postalCode, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.preferredLanguage, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.state, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.streetAddress, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.surname, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.usageLocation, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.userPrincipalName, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.userType, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.onPremisesSyncEnabled, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.onPremisesLastSyncDateTime, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.onPremisesDomainName, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.onPremisesImmutableId, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.onPremisesSecurityIdentifier, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.onPremisesSamAccountName, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.onPremisesUserPrincipalName, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.accountEnabled, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.ageGroup, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.agentIdentityBlueprintId, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.city, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.companyName, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.consentProvidedForMinor, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.country, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.createdDateTime, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.creationType, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.deletedDateTime, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.department, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.displayName, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.employeeHireDate, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.employeeId, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.employeeLeaveDateTime, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.employeeType, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.externalUserConvertedOn, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.externalUserState, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.externalUserStateChangeDateTime, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.faxNumber, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.givenName, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.identityParentId, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.isLicenseReconciliationNeeded, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.isManagementRestricted, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.isResourceAccount, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.jobTitle, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.legalAgeGroupClassification, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.mail, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.mailNickname, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.mobilePhone, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.officeLocation, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.onPremisesDistinguishedName, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.onPremisesDomainName, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.onPremisesImmutableId, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.onPremisesLastSyncDateTime, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.onPremisesObjectIdentifier, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.onPremisesSamAccountName, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.onPremisesSecurityIdentifier, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.onPremisesSyncEnabled, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.onPremisesUserPrincipalName, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.passwordPolicies, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.postalCode, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.preferredDataLocation, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.preferredLanguage, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.refreshTokensValidFromDateTime, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.securityIdentifier, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.showInAddressList, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.signInSessionsValidFromDateTime, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.state, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.streetAddress, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.surname, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.usageLocation, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.userPrincipalName, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.userType, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.assignedLicense.properties.skuId, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.assignedPlan.properties.assignedDateTime, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.assignedPlan.properties.capabilityStatus, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.assignedPlan.properties.service, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.assignedPlan.properties.servicePlanId, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.provisionedPlan.properties.capabilityStatus, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.provisionedPlan.properties.provisioningStatus, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.provisionedPlan.properties.service, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.cloudRealtimeCommunicationInfo.properties.isSipEnabled, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.deviceKey.properties.deviceId, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.deviceKey.properties.keyMaterial, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.deviceKey.properties.keyType, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.employeeOrgData.properties.costCenter, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.employeeOrgData.properties.division, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.objectIdentity.properties.issuer, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.objectIdentity.properties.issuerAssignedId, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.objectIdentity.properties.signInType, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.onPremisesExtensionAttributes.properties.extensionAttribute1, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.onPremisesExtensionAttributes.properties.extensionAttribute2, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.onPremisesExtensionAttributes.properties.extensionAttribute3, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.onPremisesExtensionAttributes.properties.extensionAttribute4, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.onPremisesExtensionAttributes.properties.extensionAttribute5, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.onPremisesExtensionAttributes.properties.extensionAttribute6, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.onPremisesExtensionAttributes.properties.extensionAttribute7, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.onPremisesExtensionAttributes.properties.extensionAttribute8, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.onPremisesExtensionAttributes.properties.extensionAttribute9, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.onPremisesExtensionAttributes.properties.extensionAttribute10, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.onPremisesExtensionAttributes.properties.extensionAttribute11, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.onPremisesExtensionAttributes.properties.extensionAttribute12, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.onPremisesExtensionAttributes.properties.extensionAttribute13, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.onPremisesExtensionAttributes.properties.extensionAttribute14, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.onPremisesExtensionAttributes.properties.extensionAttribute15, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.onPremisesProvisioningError.properties.category, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.onPremisesProvisioningError.properties.occurredDateTime, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.onPremisesProvisioningError.properties.propertyCausingError, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.onPremisesProvisioningError.properties.value, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.onPremisesSipInfo.properties.isSipEnabled, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.onPremisesSipInfo.properties.sipDeploymentLocation, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.onPremisesSipInfo.properties.sipPrimaryAddress, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.passwordProfile.properties.forceChangePasswordNextSignIn, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.passwordProfile.properties.forceChangePasswordNextSignInWithMfa, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.passwordProfile.properties.password, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.serviceProvisioningError.properties.createdDateTime, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.serviceProvisioningError.properties.isResolved, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.serviceProvisioningError.properties.serviceInstance, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.userCollectionResponse.properties.@odata.count, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.userCollectionResponse.properties.@odata.nextLink, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUserCollectionResponse.properties.@odata.count, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUserCollectionResponse.properties.@odata.nextLink, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.accountEnabled, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.city, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.companyName, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.country, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.createdDateTime, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.department, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.displayName, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.employeeId, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.givenName, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.jobTitle, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.mail, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.mailNickname, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.mobilePhone, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.officeLocation, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.postalCode, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.preferredLanguage, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.state, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.streetAddress, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.surname, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.usageLocation, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.userPrincipalName, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.userType, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.onPremisesSyncEnabled, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.onPremisesLastSyncDateTime, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.onPremisesDomainName, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.onPremisesImmutableId, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.onPremisesSecurityIdentifier, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.onPremisesSamAccountName, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.user.properties.onPremisesUserPrincipalName, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.accountEnabled, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.ageGroup, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.agentIdentityBlueprintId, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.city, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.companyName, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.consentProvidedForMinor, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.country, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.createdDateTime, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.creationType, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.deletedDateTime, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.department, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.displayName, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.employeeHireDate, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.employeeId, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.employeeLeaveDateTime, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.employeeType, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.externalUserConvertedOn, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.externalUserState, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.externalUserStateChangeDateTime, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.faxNumber, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.givenName, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.identityParentId, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.isLicenseReconciliationNeeded, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.isManagementRestricted, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.isResourceAccount, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.jobTitle, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.legalAgeGroupClassification, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.mail, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.mailNickname, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.mobilePhone, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.officeLocation, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.onPremisesDistinguishedName, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.onPremisesDomainName, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.onPremisesImmutableId, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.onPremisesLastSyncDateTime, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.onPremisesObjectIdentifier, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.onPremisesSamAccountName, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.onPremisesSecurityIdentifier, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.onPremisesSyncEnabled, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.onPremisesUserPrincipalName, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.passwordPolicies, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.postalCode, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.preferredDataLocation, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.preferredLanguage, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.refreshTokensValidFromDateTime, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.securityIdentifier, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.showInAddressList, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.signInSessionsValidFromDateTime, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.state, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.streetAddress, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.surname, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.usageLocation, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.userPrincipalName, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.betaUser.properties.userType, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.assignedLicense.properties.skuId, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.assignedPlan.properties.assignedDateTime, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.assignedPlan.properties.capabilityStatus, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.assignedPlan.properties.service, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.assignedPlan.properties.servicePlanId, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.provisionedPlan.properties.capabilityStatus, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.provisionedPlan.properties.provisioningStatus, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.provisionedPlan.properties.service, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.cloudRealtimeCommunicationInfo.properties.isSipEnabled, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.deviceKey.properties.deviceId, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.deviceKey.properties.keyMaterial, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.deviceKey.properties.keyType, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.employeeOrgData.properties.costCenter, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.employeeOrgData.properties.division, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.objectIdentity.properties.issuer, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.objectIdentity.properties.issuerAssignedId, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.objectIdentity.properties.signInType, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.onPremisesExtensionAttributes.properties.extensionAttribute1, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.onPremisesExtensionAttributes.properties.extensionAttribute2, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.onPremisesExtensionAttributes.properties.extensionAttribute3, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.onPremisesExtensionAttributes.properties.extensionAttribute4, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.onPremisesExtensionAttributes.properties.extensionAttribute5, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.onPremisesExtensionAttributes.properties.extensionAttribute6, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.onPremisesExtensionAttributes.properties.extensionAttribute7, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.onPremisesExtensionAttributes.properties.extensionAttribute8, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.onPremisesExtensionAttributes.properties.extensionAttribute9, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.onPremisesExtensionAttributes.properties.extensionAttribute10, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.onPremisesExtensionAttributes.properties.extensionAttribute11, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.onPremisesExtensionAttributes.properties.extensionAttribute12, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.onPremisesExtensionAttributes.properties.extensionAttribute13, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.onPremisesExtensionAttributes.properties.extensionAttribute14, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.onPremisesExtensionAttributes.properties.extensionAttribute15, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.onPremisesProvisioningError.properties.category, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.onPremisesProvisioningError.properties.occurredDateTime, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.onPremisesProvisioningError.properties.propertyCausingError, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.onPremisesProvisioningError.properties.value, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.onPremisesSipInfo.properties.isSipEnabled, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.onPremisesSipInfo.properties.sipDeploymentLocation, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.onPremisesSipInfo.properties.sipPrimaryAddress, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.passwordProfile.properties.forceChangePasswordNextSignIn, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.passwordProfile.properties.forceChangePasswordNextSignInWithMfa, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.passwordProfile.properties.password, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.serviceProvisioningError.properties.createdDateTime, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.serviceProvisioningError.properties.isResolved, contextString=, subjectName=OpenAPI Schema]
warning: Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found 'nullable' property. This property is not supported by OpenAPI v3.1.0. OpenAPIKit has translated it into 'type: ["null", ...]'.. [context: codingPath=.components.schemas.microsoft.graph.serviceProvisioningError.properties.serviceInstance, contextString=, subjectName=OpenAPI Schema]
Writing data to file Client.swift...
Writing data to file Types.swift...
Writing data to file Server.swift...
[769/836] Running swift-openapi-generator
[770/836] Write sources
[772/836] Compiling NIOCore ConvenienceOptionSupport.swift
[773/836] Compiling NIOCore DeadChannel.swift
[774/836] Compiling NIOCore DispatchQueue+WithFuture.swift
[775/836] Compiling NIOCore EventLoop+Deprecated.swift
[776/836] Compiling NIOCore EventLoop+SerialExecutor.swift
[777/836] Compiling NIOCore EventLoop.swift
[778/836] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[779/843] Compiling NIOCore EventLoopFuture+Deprecated.swift
[780/843] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[781/843] Compiling NIOCore EventLoopFuture.swift
[782/843] Compiling NIOCore FileDescriptor.swift
[783/843] Compiling NIOCore FileHandle.swift
[784/843] Compiling NIOCore FileRegion.swift
[785/843] Compiling NIOCore GlobalSingletons.swift
[786/843] Compiling NIOCore MarkedCircularBuffer.swift
[787/843] Compiling NIOCore MulticastChannel.swift
[788/843] Compiling NIOCore NIOAny.swift
[789/843] Compiling NIOCore NIOCloseOnErrorHandler.swift
[790/843] Compiling NIOCore NIOCoreSendableMetatype.swift
[791/843] Compiling NIOCore NIODecodedAsyncSequence.swift
[792/843] Compiling NIOCore NIOLoopBound.swift
[793/843] Compiling NIOCore AddressedEnvelope.swift
[794/843] Compiling NIOCore AsyncAwaitSupport.swift
[795/843] Compiling NIOCore AsyncChannel.swift
[796/843] Compiling NIOCore AsyncChannelHandler.swift
[797/843] Compiling NIOCore AsyncChannelInboundStream.swift
[798/843] Compiling NIOCore AsyncChannelOutboundWriter.swift
[799/843] Compiling NIOCore NIOAsyncSequenceProducer.swift
[800/843] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[801/843] Compiling NIOCore SocketAddresses.swift
[802/843] Compiling NIOCore SocketOptionProvider.swift
[803/843] Compiling NIOCore SystemCallHelpers.swift
[804/843] Compiling NIOCore TimeAmount+Duration.swift
[805/843] Compiling NIOCore TypeAssistedChannelHandler.swift
[806/843] Compiling NIOCore UniversalBootstrapSupport.swift
[807/843] Compiling NIOCore Utilities.swift
[808/843] Compiling NIOCore ChannelHandler.swift
[809/843] Compiling NIOCore ChannelHandlers.swift
[810/843] Compiling NIOCore ChannelInvoker.swift
[811/843] Compiling NIOCore ChannelOption.swift
[812/843] Compiling NIOCore ChannelPipeline.swift
[813/843] Compiling NIOCore CircularBuffer.swift
[814/843] Compiling NIOCore Codec.swift
[815/843] Compiling NIOCore NIOAsyncWriter.swift
[816/843] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[817/843] Compiling NIOCore BSDSocketAPI.swift
[818/843] Compiling NIOCore ByteBuffer-aux.swift
[819/843] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[820/843] Compiling NIOCore ByteBuffer-conversions.swift
[821/843] Compiling NIOCore ByteBuffer-core.swift
[822/843] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[823/843] Compiling NIOCore NIOScheduledCallback.swift
[824/843] Compiling NIOCore NIOSendable.swift
[825/843] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[826/843] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[827/843] Compiling NIOCore RecvByteBufferAllocator.swift
[828/843] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[829/843] Compiling NIOCore IO.swift
[830/843] Compiling NIOCore IOData.swift
[831/843] Compiling NIOCore IPProtocol.swift
[832/843] Compiling NIOCore IntegerBitPacking.swift
[833/843] Compiling NIOCore IntegerTypes.swift
[834/843] Compiling NIOCore Interfaces.swift
[835/843] Compiling NIOCore Linux.swift
[836/843] Compiling NIOCore ByteBuffer-hex.swift
[837/843] Compiling NIOCore ByteBuffer-int.swift
[838/843] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[839/843] Compiling NIOCore ByteBuffer-multi-int.swift
[840/843] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[841/843] Compiling NIOCore ByteBuffer-views.swift
[842/843] Compiling NIOCore Channel.swift
[843/843] Emitting module NIOCore
[844/899] Compiling NIOEmbedded AsyncTestingChannel.swift
[845/899] Emitting module NIOEmbedded
[846/899] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[847/899] Compiling NIOEmbedded Embedded.swift
[848/899] Compiling NIOPosix Linux.swift
[849/899] Compiling NIOPosix LinuxCPUSet.swift
[850/899] Compiling NIOPosix LinuxUring.swift
[851/899] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[852/899] Compiling NIOPosix NIOPosixSendableMetatype.swift
[853/899] Compiling NIOPosix NIOThreadPool.swift
[854/904] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[855/904] Compiling NIOPosix PosixSingletons.swift
[856/904] Compiling NIOPosix RawSocketBootstrap.swift
[857/904] Compiling NIOPosix Resolver.swift
[858/904] Compiling NIOPosix Selectable.swift
[859/904] Compiling NIOPosix SelectableChannel.swift
[860/904] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[861/904] Compiling NIOPosix System.swift
[862/904] Compiling NIOPosix Thread.swift
[863/904] Compiling NIOPosix ThreadPosix.swift
[864/904] Compiling NIOPosix ThreadWindows.swift
[865/904] Compiling NIOPosix Utilities.swift
[866/904] Compiling NIOPosix VsockAddress.swift
[867/904] Compiling NIOPosix VsockChannelEvents.swift
[868/904] Compiling NIOPosix Windows.swift
[869/904] Compiling NIOPosix resource_bundle_accessor.swift
[870/904] Emitting module NIOPosix
[871/904] Compiling NIOPosix SelectorWSAPoll.swift
[872/904] Compiling NIOPosix ServerSocket.swift
[873/904] Compiling NIOPosix Socket.swift
[874/904] Compiling NIOPosix SocketChannel.swift
[875/904] Compiling NIOPosix SocketProtocols.swift
[876/904] Compiling NIOPosix FileDescriptor.swift
[877/904] Compiling NIOPosix GetaddrinfoResolver.swift
[878/904] Compiling NIOPosix HappyEyeballs.swift
[879/904] Compiling NIOPosix IO.swift
[880/904] Compiling NIOPosix IntegerBitPacking.swift
[881/904] Compiling NIOPosix IntegerTypes.swift
[882/904] Compiling NIOPosix SelectableEventLoop.swift
[883/904] Compiling NIOPosix SelectorEpoll.swift
[884/904] Compiling NIOPosix SelectorGeneric.swift
[885/904] Compiling NIOPosix SelectorKqueue.swift
[886/904] Compiling NIOPosix SelectorUring.swift
[887/904] Compiling NIOPosix BSDSocketAPICommon.swift
[888/904] Compiling NIOPosix BSDSocketAPIPosix.swift
[889/904] Compiling NIOPosix BSDSocketAPIWindows.swift
[890/904] Compiling NIOPosix BaseSocket.swift
[891/904] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[892/904] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[893/904] Compiling NIOPosix BaseSocketChannel.swift
[894/904] Compiling NIOPosix BaseStreamSocketChannel.swift
[895/904] Compiling NIOPosix Bootstrap.swift
[896/904] Compiling NIOPosix ControlMessage.swift
[897/904] Compiling NIOPosix DatagramVectorReadManager.swift
[898/904] Compiling NIOPosix Errors+Any.swift
[899/904] Compiling NIOPosix NonBlockingFileIO.swift
[900/904] Compiling NIOPosix PendingDatagramWritesManager.swift
[901/904] Compiling NIOPosix PendingWritesManager.swift
[902/904] Compiling NIOPosix PipeChannel.swift
[903/904] Compiling NIOPosix PipePair.swift
[904/904] Compiling NIOPosix Pool.swift
[905/906] Emitting module NIO
[906/906] Compiling NIO Exports.swift
[907/946] Compiling NIOTLS TLSEvents.swift
[908/946] Compiling NIOSOCKS Helpers.swift
[909/946] Compiling NIOSOCKS SOCKSResponse.swift
[910/946] Compiling NIOSOCKS Errors.swift
[911/947] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[912/947] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[913/947] Compiling NIOSOCKS AuthenticationMethod.swift
[914/947] Compiling NIOSOCKS ClientGreeting.swift
[915/947] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[916/947] Compiling NIOSOCKS ClientStateMachine.swift
[917/947] Emitting module NIOSOCKS
[918/947] Compiling NIOSOCKS SOCKSClientHandler.swift
[919/947] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[920/947] Compiling NIOSOCKS Messages.swift
[921/947] Compiling NIOSOCKS SOCKSRequest.swift
[922/947] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[923/947] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[924/947] Emitting module NIOTLS
[925/947] Compiling NIOTLS SNIHandler.swift
[926/947] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[927/947] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[928/947] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[929/948] Compiling NIOSOCKS ServerStateMachine.swift
[930/948] Emitting module NIOFoundationCompat
[931/948] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[932/948] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[935/948] Compiling NIOHTTP1 HTTPEncoder.swift
[936/948] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[937/948] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[938/948] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[939/948] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[940/948] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[941/1001] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[942/1001] Emitting module NIOHTTP1
[943/1001] Compiling NIOTransportServices AcceptHandler.swift
[944/1001] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[945/1001] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[946/1001] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[947/1001] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[948/1001] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[949/1019] Emitting module NIOTransportServices
[950/1021] Compiling NIOHPACK IndexedHeaderTable.swift
[951/1021] Compiling NIOHPACK IntegerCoding.swift
[952/1022] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[953/1022] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[954/1022] Compiling NIOHTTPCompression HTTPDecompression.swift
[955/1022] Emitting module NIOHTTPCompression
[956/1022] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[957/1022] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[958/1022] Compiling NIOHTTPCompression HTTPCompression.swift
[959/1022] Compiling NIOHPACK HuffmanTables.swift
[960/1022] Compiling NIOHPACK HuffmanCoding.swift
[961/1022] Compiling NIOHPACK HeaderTables.swift
[962/1022] Compiling NIOHPACK StaticHeaderTable.swift
[966/1025] Compiling NIOHPACK HPACKErrors.swift
[967/1025] Compiling NIOHPACK HPACKEncoder.swift
[968/1025] Compiling NIOHPACK DynamicHeaderTable.swift
[969/1025] Compiling NIOHPACK HPACKDecoder.swift
[970/1025] Emitting module NIOHPACK
[971/1025] Compiling NIOHPACK HPACKHeader.swift
[972/1025] Emitting module NIOSSL
[973/1089] Compiling NIOHTTP2 ConnectionStateMachine.swift
[974/1089] Compiling NIOHTTP2 ConnectionStreamsState.swift
[975/1089] Compiling NIOHTTP2 MayReceiveFrames.swift
[976/1089] Compiling NIOHTTP2 ReceivingDataState.swift
[977/1089] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[978/1089] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[979/1089] Compiling NIOHTTP2 HasFlowControlWindows.swift
[980/1089] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[981/1089] Compiling NIOHTTP2 HTTP2SettingsState.swift
[982/1089] Compiling NIOHTTP2 HasLocalSettings.swift
[983/1089] Compiling NIOHTTP2 HasRemoteSettings.swift
[984/1089] Compiling NIOHTTP2 SendingPushPromiseState.swift
[985/1089] Compiling NIOHTTP2 SendingRstStreamState.swift
[986/1089] Compiling NIOHTTP2 Error+Any.swift
[987/1089] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[988/1089] Compiling NIOHTTP2 ReceivingHeadersState.swift
[989/1089] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[990/1089] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[991/1089] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[992/1089] Compiling NIOHTTP2 MaySendFrames.swift
[993/1089] Compiling NIOHTTP2 SendingDataState.swift
[994/1089] Compiling NIOHTTP2 SendingGoawayState.swift
[995/1089] Compiling NIOHTTP2 SendingHeadersState.swift
[1011/1089] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1012/1089] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1013/1089] Compiling NIOHTTP2 HTTP2StreamID.swift
[1026/1096] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1027/1096] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1028/1096] Compiling NIOHTTP2 HTTP2Stream.swift
[1029/1096] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1030/1096] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1031/1096] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1032/1096] Compiling NIOHTTP2 GlitchesMonitor.swift
[1033/1096] Emitting module NIOHTTP2
[1041/1096] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1042/1096] Compiling NIOHTTP2 StreamChannelList.swift
[1043/1096] Compiling NIOHTTP2 StreamMap.swift
[1044/1096] Compiling NIOHTTP2 StreamStateMachine.swift
[1045/1096] Compiling NIOHTTP2 Timer.swift
[1046/1096] Compiling NIOHTTP2 UnsafeTransfer.swift
[1047/1096] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1055/1096] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1056/1096] Compiling NIOHTTP2 InboundEventBuffer.swift
[1057/1096] Compiling NIOHTTP2 InboundWindowManager.swift
[1058/1096] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1059/1096] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[1060/1096] Compiling NIOHTTP2 NIOHTTP2ServerConnectionManagementHandler+StateMachine.swift
[1061/1096] Compiling NIOHTTP2 NIOHTTP2ServerConnectionManagementHandler.swift
[1062/1096] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1063/1096] Compiling NIOHTTP2 QuiescingState.swift
[1064/1096] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1065/1096] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1066/1096] Compiling NIOHTTP2 StateMachineResult.swift
[1067/1096] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1068/1096] Compiling NIOHTTP2 DOSHeuristics.swift
[1069/1096] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1070/1096] Compiling NIOHTTP2 HTTP2Frame.swift
[1071/1096] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1072/1096] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1073/1096] Compiling NIOHTTP2 HTTP2PingData.swift
[1074/1096] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1075/1096] Compiling NIOHTTP2 HTTP2Settings.swift
[1081/1096] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1082/1096] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1090/1096] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1091/1096] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1092/1096] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1093/1096] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1094/1096] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1095/1096] Compiling NIOHTTP2 HTTP2Error.swift
[1096/1096] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1097/1161] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1098/1161] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1099/1161] Compiling AsyncHTTPClient ConnectionPool.swift
[1100/1161] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1101/1161] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1102/1161] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1103/1161] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1104/1168] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1105/1168] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1106/1168] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1107/1168] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1108/1168] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1109/1168] Compiling AsyncHTTPClient HTTPClient+tracing.swift
[1110/1168] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1111/1168] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1112/1168] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1113/1168] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1114/1168] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1115/1168] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1116/1168] Compiling AsyncHTTPClient Transaction.swift
[1117/1168] Compiling AsyncHTTPClient Base64.swift
[1118/1168] Compiling AsyncHTTPClient BasicAuth.swift
[1119/1168] Emitting module AsyncHTTPClient
[1120/1168] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1121/1168] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1122/1168] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1123/1168] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1124/1168] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1125/1168] Compiling AsyncHTTPClient RequestBodyLength.swift
[1126/1168] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1127/1168] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1128/1168] Compiling AsyncHTTPClient TLSConfiguration.swift
[1129/1168] Compiling AsyncHTTPClient RedirectState.swift
[1130/1168] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1131/1168] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[1132/1168] Compiling AsyncHTTPClient RequestBag.swift
[1133/1168] Compiling AsyncHTTPClient RequestValidation.swift
[1134/1168] Compiling AsyncHTTPClient SSLContextCache.swift
[1135/1168] Compiling AsyncHTTPClient Scheme.swift
[1136/1168] Compiling AsyncHTTPClient Singleton.swift
[1137/1168] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1138/1168] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1139/1168] Compiling AsyncHTTPClient TracingSupport.swift
[1140/1168] Compiling AsyncHTTPClient Utils.swift
[1141/1168] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1142/1168] Compiling AsyncHTTPClient ConnectionTarget.swift
[1143/1168] Compiling AsyncHTTPClient DeconstructedURL.swift
[1144/1168] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1145/1168] Compiling AsyncHTTPClient FoundationExtensions.swift
[1146/1168] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1147/1168] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1148/1168] Compiling AsyncHTTPClient HTTP1Connection.swift
[1149/1168] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1150/1168] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1151/1168] Compiling AsyncHTTPClient HTTP2Connection.swift
[1152/1168] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1153/1168] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1154/1168] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1155/1168] Compiling AsyncHTTPClient RequestOptions.swift
[1156/1168] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1157/1168] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1158/1168] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1159/1168] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1160/1168] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1161/1168] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1162/1168] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1163/1168] Compiling AsyncHTTPClient HTTPClient.swift
[1164/1168] Compiling AsyncHTTPClient HTTPClientConfiguration+SwiftConfiguration.swift
[1165/1168] Compiling AsyncHTTPClient HTTPHandler.swift
[1166/1168] Compiling AsyncHTTPClient LRUCache.swift
[1167/1168] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1168/1168] Compiling AsyncHTTPClient NWErrorHandler.swift
[1169/1170] Emitting module OpenAPIAsyncHTTPClient
[1170/1170] Compiling OpenAPIAsyncHTTPClient AsyncHTTPClientTransport.swift
[1171/1177] Emitting module GraphAuth
[1172/1177] Compiling GraphAuth Client.swift
[1173/1177] Compiling GraphAuth GraphError.swift
[1174/1177] Compiling GraphAuth Server.swift
[1175/1177] Compiling GraphAuth Types.swift
[1176/1177] Compiling GraphAuth GraphCredential.swift
[1177/1177] Compiling GraphAuth GraphTokenProvider.swift
[1178/1180] Compiling GraphClient GraphBearerMiddleware.swift
[1179/1180] Emitting module GraphClient
[1180/1180] Compiling GraphClient GraphClient.swift
[1181/1205] Compiling GraphUsers GraphClient+Users.swift
[1182/1206] Compiling GraphMail Server.swift
[1183/1206] Compiling GraphOAuth Server.swift
[1184/1206] Compiling GraphUsers BetaUsersTarget.swift
[1185/1206] Compiling GraphUsers UsersTarget.swift
[1186/1206] Compiling GraphUsers Server.swift
[1187/1206] Compiling GraphMail Client.swift
[1188/1206] Compiling GraphUsers Client.swift
[1189/1206] Compiling GraphUsers User.swift
[1190/1206] Emitting module GraphUsers
[1191/1206] Emitting module GraphMail
[1192/1206] Compiling GraphMail GraphMailMessage.swift
[1193/1206] Compiling GraphMail Types.swift
[1194/1206] Compiling GraphMail GraphMailSender.swift
[1195/1206] Compiling GraphUsers V1UsersTarget.swift
[1196/1206] Compiling GraphUsers User+Beta.swift
[1197/1206] Compiling GraphOAuth GraphUserProfile.swift
[1198/1206] Compiling GraphOAuth Client.swift
[1199/1206] Compiling GraphOAuth GraphOAuthConfig.swift
[1200/1206] Compiling GraphOAuth GraphOAuthTokenResponse.swift
[1201/1206] Compiling GraphOAuth GraphOAuthClient.swift
[1202/1206] Compiling GraphOAuth GraphAuthorizationURL.swift
[1203/1206] Emitting module GraphOAuth
[1204/1206] Compiling GraphOAuth Types.swift
[1205/1206] Compiling GraphUsers Types.swift
[1206/1206] Compiling GraphUsers UserClient.swift
[1207/1208] Emitting module MicrosoftGraph
[1208/1208] Compiling MicrosoftGraph Module.swift
Build complete! (111.73s)
Fetching https://github.com/swift-server/swift-openapi-async-http-client
Fetching https://github.com/apple/swift-openapi-generator
Fetching https://github.com/apple/swift-openapi-runtime
[1/635] Fetching swift-openapi-async-http-client
[97/7143] Fetching swift-openapi-async-http-client, swift-openapi-runtime
[1115/24434] Fetching swift-openapi-async-http-client, swift-openapi-runtime, swift-openapi-generator
Fetched https://github.com/swift-server/swift-openapi-async-http-client from cache (1.40s)
Fetched https://github.com/apple/swift-openapi-runtime from cache (1.40s)
Fetched https://github.com/apple/swift-openapi-generator from cache (1.41s)
Computing version for https://github.com/swift-server/swift-openapi-async-http-client
Computed https://github.com/swift-server/swift-openapi-async-http-client at 1.4.0 (4.51s)
Fetching https://github.com/apple/swift-http-types from cache
Fetching https://github.com/swift-server/async-http-client.git from cache
Fetched https://github.com/apple/swift-http-types from cache (0.67s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.09s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.11.0 (1.61s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.5.1 (0.48s)
Computing version for https://github.com/apple/swift-openapi-generator
Computed https://github.com/apple/swift-openapi-generator at 1.11.1 (0.62s)
Fetching https://github.com/mattpolzin/OpenAPIKit
Fetching https://github.com/jpsim/Yams from cache
Fetching https://github.com/apple/swift-algorithms from cache
Fetching https://github.com/apple/swift-collections from cache
Fetching https://github.com/apple/swift-argument-parser from cache
[1/138706] Fetching openapikit
Fetched https://github.com/apple/swift-algorithms from cache (1.47s)
Fetched https://github.com/jpsim/Yams from cache (1.48s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.51s)
Fetched https://github.com/apple/swift-collections from cache (1.53s)
Fetched https://github.com/mattpolzin/OpenAPIKit from cache (5.29s)
Computing version for https://github.com/mattpolzin/OpenAPIKit
Computed https://github.com/mattpolzin/OpenAPIKit at 3.9.0 (7.78s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (0.56s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.92s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.40s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.4.1 (0.57s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (0.49s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.33.1 (0.47s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetching https://github.com/apple/swift-nio-transport-services.git from cache
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-nio-extras.git from cache
[1/5691] Fetching swift-distributed-tracing
Fetched https://github.com/apple/swift-log.git from cache (0.99s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (1.01s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.01s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.02s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.03s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.07s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.08s)
Fetched https://github.com/apple/swift-nio.git from cache (2.41s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (3.93s)
Fetching https://github.com/apple/swift-service-context.git
[1/1210] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.88s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.3.0 (1.35s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.45s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (0.46s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (0.46s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.42.0 (0.45s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.1 (0.47s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.33.0 (0.50s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-asn1.git from cache
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
[1/2686] Fetching swift-service-lifecycle
[297/9811] Fetching swift-service-lifecycle, swift-certificates
[772/16035] Fetching swift-service-lifecycle, swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.11s)
[7959/9811] Fetching swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (1.18s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.18s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.20s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.22s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.10.1 (1.72s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (0.51s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (0.61s)
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (0.92s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (1.50s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (0.58s)
Fetching https://github.com/apple/swift-crypto.git from cache
Fetched https://github.com/apple/swift-crypto.git from cache (1.44s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (1.93s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.50s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.3.0 (1.04s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 6.2.1 (0.50s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
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/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.10.1
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.97.1
Creating working copy for https://github.com/swift-server/swift-openapi-async-http-client
Working copy of https://github.com/swift-server/swift-openapi-async-http-client resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-openapi-generator
Working copy of https://github.com/apple/swift-openapi-generator resolved at 1.11.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.42.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.3.0
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 6.2.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.33.0
Creating working copy for https://github.com/mattpolzin/OpenAPIKit
Working copy of https://github.com/mattpolzin/OpenAPIKit resolved at 3.9.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.6.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.18.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.6.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.3
Creating working copy for https://github.com/apple/swift-openapi-runtime
Working copy of https://github.com/apple/swift-openapi-runtime resolved at 1.11.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.33.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.3.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.10.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.26.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-openapi-generator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.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.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-runtime"
    },
    {
      "identity" : "swift-openapi-async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-openapi-async-http-client"
    }
  ],
  "manifest_display_name" : "swift-microsoft-graph",
  "name" : "swift-microsoft-graph",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "MicrosoftGraph",
      "targets" : [
        "MicrosoftGraph"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MicrosoftGraphTests",
      "module_type" : "SwiftTarget",
      "name" : "MicrosoftGraphTests",
      "path" : "Tests",
      "sources" : [
        "GraphMailSenderTests.swift"
      ],
      "target_dependencies" : [
        "MicrosoftGraph"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MicrosoftGraph",
      "module_type" : "SwiftTarget",
      "name" : "MicrosoftGraph",
      "path" : "Sources/MicrosoftGraph",
      "product_memberships" : [
        "MicrosoftGraph"
      ],
      "sources" : [
        "Module.swift"
      ],
      "target_dependencies" : [
        "GraphMail",
        "GraphUsers",
        "GraphOAuth"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GraphUsers",
      "module_type" : "SwiftTarget",
      "name" : "GraphUsers",
      "path" : "Sources/GraphUsers",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIAsyncHTTPClient",
        "OpenAPIGenerator"
      ],
      "product_memberships" : [
        "MicrosoftGraph"
      ],
      "sources" : [
        "GraphClient+Users.swift",
        "Target/BetaUsersTarget.swift",
        "Target/UsersTarget.swift",
        "Target/V1UsersTarget.swift",
        "User+Beta.swift",
        "User.swift",
        "UserClient.swift"
      ],
      "target_dependencies" : [
        "GraphClient"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GraphOAuth",
      "module_type" : "SwiftTarget",
      "name" : "GraphOAuth",
      "path" : "Sources/GraphOAuth",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIAsyncHTTPClient",
        "OpenAPIGenerator"
      ],
      "product_memberships" : [
        "MicrosoftGraph"
      ],
      "sources" : [
        "GraphAuthorizationURL.swift",
        "GraphOAuthClient.swift",
        "GraphOAuthConfig.swift",
        "GraphOAuthTokenResponse.swift",
        "GraphUserProfile.swift"
      ],
      "target_dependencies" : [
        "GraphClient"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GraphMail",
      "module_type" : "SwiftTarget",
      "name" : "GraphMail",
      "path" : "Sources/GraphMail",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIAsyncHTTPClient",
        "OpenAPIGenerator"
      ],
      "product_memberships" : [
        "MicrosoftGraph"
      ],
      "sources" : [
        "GraphMailMessage.swift",
        "GraphMailSender.swift"
      ],
      "target_dependencies" : [
        "GraphClient"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GraphClient",
      "module_type" : "SwiftTarget",
      "name" : "GraphClient",
      "path" : "Sources/GraphClient",
      "product_dependencies" : [
        "OpenAPIRuntime"
      ],
      "product_memberships" : [
        "MicrosoftGraph"
      ],
      "sources" : [
        "GraphBearerMiddleware.swift",
        "GraphClient.swift"
      ],
      "target_dependencies" : [
        "GraphAuth"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GraphAuth",
      "module_type" : "SwiftTarget",
      "name" : "GraphAuth",
      "path" : "Sources/GraphAuth",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIAsyncHTTPClient",
        "OpenAPIGenerator"
      ],
      "product_memberships" : [
        "MicrosoftGraph"
      ],
      "sources" : [
        "GraphCredential.swift",
        "GraphError.swift",
        "GraphTokenProvider.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.