The Swift Package Index logo.Swift Package Index

Build Information

Successful build of TuistSDK, reference 0.2.0 (46cc51), with Swift 6.1 for macOS (SPM) on 17 Dec 2025 20:13:13 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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tuist/sdk.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tuist/sdk
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at 46cc519 [Release] TuistSDK 0.2.0
Cloned https://github.com/tuist/sdk.git
Revision (git rev-parse @):
46cc5193f3fb9ae5ab7ac161086cd91b93383728
SUCCESS checkout https://github.com/tuist/sdk.git at 0.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/tuist/sdk.git
https://github.com/tuist/sdk.git
{
  "dependencies" : [
    {
      "identity" : "swift-openapi-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-runtime"
    },
    {
      "identity" : "swift-http-types",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-http-types"
    },
    {
      "identity" : "swift-openapi-urlsession",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-urlsession"
    }
  ],
  "manifest_display_name" : "TuistSDK",
  "name" : "TuistSDK",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "TuistSDK",
      "targets" : [
        "TuistSDK"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TuistSDKTests",
      "module_type" : "SwiftTarget",
      "name" : "TuistSDKTests",
      "path" : "Tests/TuistSDKTests",
      "sources" : [
        "MockAppStoreBuildChecker.swift",
        "MockGetLatestPreviewService.swift",
        "Preview+Test.swift",
        "TuistSDKTests.swift"
      ],
      "target_dependencies" : [
        "TuistSDK"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TuistSDK",
      "module_type" : "SwiftTarget",
      "name" : "TuistSDK",
      "path" : "Sources/TuistSDK",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "HTTPTypes",
        "OpenAPIURLSession"
      ],
      "product_memberships" : [
        "TuistSDK"
      ],
      "sources" : [
        "AppStoreBuildChecker.swift",
        "AuthenticationMiddleware.swift",
        "Client.swift",
        "GetLatestPreviewService.swift",
        "Preview.swift",
        "TuistSDK.swift",
        "Types.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-2F0A5646E1D333AE.txt
[8/34] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[9/34] Compiling InternalCollectionsUtilities UInt+reversed.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[10/34] Compiling InternalCollectionsUtilities _UniqueCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[11/34] Compiling InternalCollectionsUtilities Debugging.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[12/34] Compiling InternalCollectionsUtilities Descriptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[13/34] Compiling InternalCollectionsUtilities LifetimeOverride.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[14/35] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[15/35] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[16/35] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[17/35] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[18/35] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[19/35] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[20/35] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[21/35] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[22/35] Compiling InternalCollectionsUtilities Integer rank.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[23/35] Emitting module InternalCollectionsUtilities
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[24/35] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[25/35] Compiling InternalCollectionsUtilities _SortedCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[26/51] Compiling DequeModule Deque+Testing.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[27/51] Compiling DequeModule Deque._Storage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/51] Compiling DequeModule Deque+Equatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/51] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/51] Compiling DequeModule Deque+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[31/51] Compiling DequeModule Deque+Hashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[32/52] Compiling DequeModule _DequeBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[33/52] Compiling DequeModule _DequeBufferHeader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[34/52] Compiling DequeModule _DequeSlot.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[35/52] Compiling DequeModule Deque._UnsafeHandle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[36/52] Compiling DequeModule Deque.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[37/52] Compiling DequeModule Deque+Codable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[38/52] Compiling DequeModule Deque+Collection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[39/52] Compiling DequeModule Deque+CustomReflectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[40/52] Compiling DequeModule Deque+Descriptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[41/52] Compiling DequeModule _UnsafeWrappedBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[42/52] Emitting module DequeModule
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[43/52] Compiling HTTPTypes ISOLatin1String.swift
[44/52] Compiling HTTPTypes HTTPParsedFields.swift
[45/52] Compiling HTTPTypes HTTPResponse.swift
[46/52] Compiling HTTPTypes HTTPRequest.swift
[47/52] Compiling HTTPTypes NIOLock.swift
[48/52] Compiling HTTPTypes HTTPFields.swift
[49/52] Emitting module HTTPTypes
[50/52] Compiling HTTPTypes HTTPField.swift
[51/52] Compiling HTTPTypes HTTPRequest+URL.swift
[52/52] Compiling HTTPTypes HTTPFieldName.swift
[53/115] Compiling OpenAPIRuntime ClientTransport.swift
[54/115] Compiling OpenAPIRuntime CurrencyTypes.swift
[55/115] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[56/115] Compiling OpenAPIRuntime HTTPBody.swift
[57/115] Compiling OpenAPIRuntime ServerTransport.swift
[58/115] Compiling OpenAPIRuntime UniversalClient.swift
[59/115] Compiling OpenAPIRuntime UniversalServer.swift
[60/121] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[61/121] Compiling OpenAPIRuntime MultipartValidation.swift
[62/121] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[63/121] Compiling OpenAPIRuntime URICodeCodingKey.swift
[64/121] Compiling OpenAPIRuntime URICoderConfiguration.swift
[65/121] Compiling OpenAPIRuntime URIEncodedNode.swift
[66/121] Compiling OpenAPIRuntime URIParsedTypes.swift
[67/121] Compiling OpenAPIRuntime URLExtensions.swift
[68/121] Compiling OpenAPIRuntime Deprecated.swift
[69/121] Compiling OpenAPIRuntime ClientError.swift
[70/121] Compiling OpenAPIRuntime CodingErrors.swift
[71/121] Compiling OpenAPIRuntime RuntimeError.swift
[72/121] Compiling OpenAPIRuntime ServerError.swift
[73/121] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[74/121] Compiling OpenAPIRuntime URIDecoder.swift
[75/121] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[76/121] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[77/121] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[78/121] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[79/121] Compiling OpenAPIRuntime URIEncoder.swift
[80/121] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[81/121] Compiling OpenAPIRuntime UndocumentedPayload.swift
[82/121] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[83/121] Compiling OpenAPIRuntime CodableExtensions.swift
[84/121] Compiling OpenAPIRuntime Configuration.swift
[85/121] Compiling OpenAPIRuntime Converter+Client.swift
[86/121] Compiling OpenAPIRuntime Converter+Common.swift
[87/121] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[88/121] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[89/121] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[90/121] Compiling OpenAPIRuntime ServerSentEvents.swift
[91/121] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[92/121] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[93/121] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[94/121] Emitting module OpenAPIRuntime
[95/121] Compiling OpenAPIRuntime Converter+Server.swift
[96/121] Compiling OpenAPIRuntime Converter.swift
[97/121] Compiling OpenAPIRuntime CurrencyExtensions.swift
[98/121] Compiling OpenAPIRuntime ErrorExtensions.swift
[99/121] Compiling OpenAPIRuntime FoundationExtensions.swift
[100/121] Compiling OpenAPIRuntime ParameterStyles.swift
[101/121] Compiling OpenAPIRuntime ServerVariable.swift
[102/121] Compiling OpenAPIRuntime Acceptable.swift
[103/121] Compiling OpenAPIRuntime Base64EncodedData.swift
[104/121] Compiling OpenAPIRuntime ByteUtilities.swift
[105/121] Compiling OpenAPIRuntime ContentDisposition.swift
[106/121] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[107/121] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[108/121] Compiling OpenAPIRuntime OpenAPIValue.swift
[109/121] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[110/121] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[111/121] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[112/121] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[113/121] Compiling OpenAPIRuntime URIParser.swift
[114/121] Compiling OpenAPIRuntime URISerializer.swift
[115/121] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[116/121] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[117/121] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[118/121] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[119/121] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[120/121] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[121/121] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[122/128] Compiling OpenAPIURLSession HTTPBodyOutputStreamBridge.swift
[123/128] Compiling OpenAPIURLSession URLSession+Extensions.swift
[124/128] Compiling OpenAPIURLSession BidirectionalStreamingURLSessionDelegate.swift
[125/128] Compiling OpenAPIURLSession Lock.swift
[126/128] Compiling OpenAPIURLSession URLSessionTransport.swift
[127/128] Emitting module OpenAPIURLSession
[128/128] Compiling OpenAPIURLSession BufferedStream.swift
[129/136] Compiling TuistSDK Preview.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[130/136] Compiling TuistSDK TuistSDK.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[131/136] Compiling TuistSDK GetLatestPreviewService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[132/136] Compiling TuistSDK Client.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[133/136] Compiling TuistSDK AuthenticationMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[134/136] Compiling TuistSDK Types.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/TuistSDK/Types.swift:7315:86: warning: 'paramsPayload' is deprecated
 7313 |                         macos_version: Swift.String,
 7314 |                         name: Swift.String,
 7315 |                         params: Operations.createCommandEvent.Input.Body.jsonPayload.paramsPayload? = nil,
      |                                                                                      `- warning: 'paramsPayload' is deprecated
 7316 |                         preview_id: Swift.String? = nil,
 7317 |                         ran_at: Swift.String? = nil,
/Users/admin/builder/spi-builder-workspace/Sources/TuistSDK/Types.swift:1995:26: warning: 'preview_id' is deprecated
 1993 |                 ) {
 1994 |                     self.app_build_id = app_build_id
 1995 |                     self.preview_id = preview_id
      |                          `- warning: 'preview_id' is deprecated
 1996 |                     self.upload_id = upload_id
 1997 |                 }
/Users/admin/builder/spi-builder-workspace/Sources/TuistSDK/Types.swift:2086:22: warning: 'token' is deprecated
 2084 |                 self.id = id
 2085 |                 self.repository_url = repository_url
 2086 |                 self.token = token
      |                      `- warning: 'token' is deprecated
 2087 |                 self.visibility = visibility
 2088 |             }
/Users/admin/builder/spi-builder-workspace/Sources/TuistSDK/Types.swift:4728:22: warning: 'token' is deprecated
 4726 |                 self.access_token = access_token
 4727 |                 self.refresh_token = refresh_token
 4728 |                 self.token = token
      |                      `- warning: 'token' is deprecated
 4729 |             }
 4730 |             internal enum CodingKeys: String, CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/TuistSDK/Types.swift:7337:30: warning: 'params' is deprecated
 7335 |                         self.macos_version = macos_version
 7336 |                         self.name = name
 7337 |                         self.params = params
      |                              `- warning: 'params' is deprecated
 7338 |                         self.preview_id = preview_id
 7339 |                         self.ran_at = ran_at
/Users/admin/builder/spi-builder-workspace/Sources/TuistSDK/Types.swift:7778:38: warning: 'preview_id' is deprecated
 7776 |                             ) {
 7777 |                                 self.app_build_id = app_build_id
 7778 |                                 self.preview_id = preview_id
      |                                      `- warning: 'preview_id' is deprecated
 7779 |                                 self.upload_id = upload_id
 7780 |                             }
/Users/admin/builder/spi-builder-workspace/Sources/TuistSDK/Types.swift:10149:34: warning: 'token' is deprecated
10147 |                             self.access_token = access_token
10148 |                             self.refresh_token = refresh_token
10149 |                             self.token = token
      |                                  `- warning: 'token' is deprecated
10150 |                         }
10151 |                         internal enum CodingKeys: String, CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/TuistSDK/Types.swift:10857:30: warning: 'name' is deprecated
10855 |                     ) {
10856 |                         self.full_handle = full_handle
10857 |                         self.name = name
      |                              `- warning: 'name' is deprecated
10858 |                         self.organization = organization
10859 |                     }
/Users/admin/builder/spi-builder-workspace/Sources/TuistSDK/Types.swift:10858:30: warning: 'organization' is deprecated
10856 |                         self.full_handle = full_handle
10857 |                         self.name = name
10858 |                         self.organization = organization
      |                              `- warning: 'organization' is deprecated
10859 |                     }
10860 |                     internal enum CodingKeys: String, CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/TuistSDK/Types.swift:16724:30: warning: 'preview_id' is deprecated
16722 |                         self.app_build_id = app_build_id
16723 |                         self.multipart_upload_part = multipart_upload_part
16724 |                         self.preview_id = preview_id
      |                              `- warning: 'preview_id' is deprecated
16725 |                     }
16726 |                     internal enum CodingKeys: String, CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/TuistSDK/Types.swift:27431:30: warning: 'preview_id' is deprecated
27429 |                         self.app_build_id = app_build_id
27430 |                         self.multipart_upload_parts = multipart_upload_parts
27431 |                         self.preview_id = preview_id
      |                              `- warning: 'preview_id' is deprecated
27432 |                     }
27433 |                     internal enum CodingKeys: String, CodingKey {
[135/136] Compiling TuistSDK AppStoreBuildChecker.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[136/136] Emitting module TuistSDK
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/TuistSDK/Types.swift:7315:86: warning: 'paramsPayload' is deprecated
 7313 |                         macos_version: Swift.String,
 7314 |                         name: Swift.String,
 7315 |                         params: Operations.createCommandEvent.Input.Body.jsonPayload.paramsPayload? = nil,
      |                                                                                      `- warning: 'paramsPayload' is deprecated
 7316 |                         preview_id: Swift.String? = nil,
 7317 |                         ran_at: Swift.String? = nil,
Build complete! (36.38s)
Fetching https://github.com/apple/swift-openapi-runtime
Fetching https://github.com/apple/swift-openapi-urlsession
Fetching https://github.com/apple/swift-http-types from cache
[1/1063] Fetching swift-openapi-urlsession
[76/6891] Fetching swift-openapi-urlsession, swift-openapi-runtime
Fetched https://github.com/apple/swift-openapi-urlsession from cache (1.55s)
Fetched https://github.com/apple/swift-openapi-runtime from cache (1.55s)
Fetched https://github.com/apple/swift-http-types from cache (1.58s)
Computing version for https://github.com/apple/swift-openapi-urlsession
Computed https://github.com/apple/swift-openapi-urlsession at 1.2.0 (4.71s)
Fetching https://github.com/apple/swift-collections from cache
Fetched https://github.com/apple/swift-collections from cache (1.81s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.5.1 (2.33s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.9.0 (0.52s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.3.0 (0.63s)
Creating working copy for https://github.com/apple/swift-openapi-urlsession
Working copy of https://github.com/apple/swift-openapi-urlsession resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.3.0
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-openapi-runtime
Working copy of https://github.com/apple/swift-openapi-runtime resolved at 1.9.0
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/TuistSDK/openapi.yml
    /Users/admin/builder/spi-builder-workspace/Sources/TuistSDK/openapi-generator-config.yaml
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-openapi-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-runtime"
    },
    {
      "identity" : "swift-http-types",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-http-types"
    },
    {
      "identity" : "swift-openapi-urlsession",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-urlsession"
    }
  ],
  "manifest_display_name" : "TuistSDK",
  "name" : "TuistSDK",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "TuistSDK",
      "targets" : [
        "TuistSDK"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TuistSDKTests",
      "module_type" : "SwiftTarget",
      "name" : "TuistSDKTests",
      "path" : "Tests/TuistSDKTests",
      "sources" : [
        "MockAppStoreBuildChecker.swift",
        "MockGetLatestPreviewService.swift",
        "Preview+Test.swift",
        "TuistSDKTests.swift"
      ],
      "target_dependencies" : [
        "TuistSDK"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TuistSDK",
      "module_type" : "SwiftTarget",
      "name" : "TuistSDK",
      "path" : "Sources/TuistSDK",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "HTTPTypes",
        "OpenAPIURLSession"
      ],
      "product_memberships" : [
        "TuistSDK"
      ],
      "sources" : [
        "AppStoreBuildChecker.swift",
        "AuthenticationMiddleware.swift",
        "Client.swift",
        "GetLatestPreviewService.swift",
        "Preview.swift",
        "TuistSDK.swift",
        "Types.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.