The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Mockingbird with Swift 5.9 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.35.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/typealiased/mockingbird.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/typealiased/mockingbird
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 210ec23 Clean up print statements (#299)
Cloned https://github.com/typealiased/mockingbird.git
Revision (git rev-parse @):
210ec238b470ac6fd60f7ecfa2218b544519773f
SUCCESS checkout https://github.com/typealiased/mockingbird.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $workDir
https://github.com/typealiased/mockingbird.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/31] Compiling MKBTypeFacade.m
[1/31] Compiling MKBMocking.m
[2/31] Compiling MKBTestUtils.m
[3/31] Compiling MKBTestExpectation.m
[5/80] Compiling Mockingbird Optional+Extensions.swift
[6/80] Compiling Mockingbird SourceLocation.swift
[7/80] Compiling Mockingbird StackTrace.swift
[8/80] Compiling Mockingbird String+Extensions.swift
[9/80] Compiling Mockingbird AsyncVerification.swift
[10/80] Compiling Mockingbird ExpectationGroup.swift
[11/80] Compiling Mockingbird Data+SHA1.swift
[12/80] Compiling Mockingbird ProcessInfo+ControlCodes.swift
[13/80] Compiling Mockingbird String+ControlCodes.swift
[14/80] Compiling Mockingbird String+Interpolation.swift
[15/80] Compiling Mockingbird String+Regex.swift
[16/80] Compiling Mockingbird Synchronized.swift
[17/80] Compiling Mockingbird Version.swift
[18/80] Compiling Mockingbird SequenceProviders.swift
[19/80] Compiling Mockingbird Stubbing+ObjC.swift
[20/80] Compiling Mockingbird Stubbing.swift
[21/80] Compiling Mockingbird StubbingContext+ObjC.swift
[22/80] Compiling Mockingbird StubbingContext.swift
[23/80] Compiling Mockingbird ValueProvider+Collections.swift
[24/80] Compiling Mockingbird ValueProvider+Foundation.swift
[25/80] Compiling Mockingbird DefaultValues.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Stubbing/ImplementationProvider.swift:45:19: warning: generic parameter 'DeclarationType' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  func didAddStub<DeclarationType: Declaration>(
                  ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Stubbing/ImplementationProvider.swift:4:38: note: 'DeclarationType' previously declared here
public struct ImplementationProvider<DeclarationType: Declaration, InvocationType, ReturnType> {
                                     ^
[26/80] Compiling Mockingbird DynamicStubbingManager.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Stubbing/ImplementationProvider.swift:45:19: warning: generic parameter 'DeclarationType' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  func didAddStub<DeclarationType: Declaration>(
                  ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Stubbing/ImplementationProvider.swift:4:38: note: 'DeclarationType' previously declared here
public struct ImplementationProvider<DeclarationType: Declaration, InvocationType, ReturnType> {
                                     ^
[27/80] Compiling Mockingbird ImplementationProvider.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Stubbing/ImplementationProvider.swift:45:19: warning: generic parameter 'DeclarationType' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  func didAddStub<DeclarationType: Declaration>(
                  ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Stubbing/ImplementationProvider.swift:4:38: note: 'DeclarationType' previously declared here
public struct ImplementationProvider<DeclarationType: Declaration, InvocationType, ReturnType> {
                                     ^
[28/80] Compiling Mockingbird InvocationForwarding.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Stubbing/ImplementationProvider.swift:45:19: warning: generic parameter 'DeclarationType' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  func didAddStub<DeclarationType: Declaration>(
                  ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Stubbing/ImplementationProvider.swift:4:38: note: 'DeclarationType' previously declared here
public struct ImplementationProvider<DeclarationType: Declaration, InvocationType, ReturnType> {
                                     ^
[29/80] Compiling Mockingbird InvocationRecorder.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Stubbing/ImplementationProvider.swift:45:19: warning: generic parameter 'DeclarationType' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  func didAddStub<DeclarationType: Declaration>(
                  ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Stubbing/ImplementationProvider.swift:4:38: note: 'DeclarationType' previously declared here
public struct ImplementationProvider<DeclarationType: Declaration, InvocationType, ReturnType> {
                                     ^
[30/80] Compiling Mockingbird PropertyProviders.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Stubbing/ImplementationProvider.swift:45:19: warning: generic parameter 'DeclarationType' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  func didAddStub<DeclarationType: Declaration>(
                  ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Stubbing/ImplementationProvider.swift:4:38: note: 'DeclarationType' previously declared here
public struct ImplementationProvider<DeclarationType: Declaration, InvocationType, ReturnType> {
                                     ^
[31/80] Compiling Mockingbird ProxyContext.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Stubbing/ImplementationProvider.swift:45:19: warning: generic parameter 'DeclarationType' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  func didAddStub<DeclarationType: Declaration>(
                  ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Stubbing/ImplementationProvider.swift:4:38: note: 'DeclarationType' previously declared here
public struct ImplementationProvider<DeclarationType: Declaration, InvocationType, ReturnType> {
                                     ^
[32/86] Compiling Mockingbird Invocation.swift
[33/86] Compiling Mockingbird MonotonicIncreasingIndex.swift
[34/86] Compiling Mockingbird OrderedVerification.swift
[35/86] Compiling Mockingbird TestFailure.swift
[36/86] Compiling Mockingbird Verification.swift
[37/86] Compiling Mockingbird XCTFailSwizzler.swift
[38/86] Compiling Mockingbird ArgumentCaptor.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:32:19: warning: generic parameter 'ParameterType' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public func any<ParameterType>() -> ParameterType {
                  ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:16:29: note: 'ParameterType' previously declared here
public class ArgumentCaptor<ParameterType>: ArgumentMatcher {
                            ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:37:19: warning: generic parameter 'ParameterType' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public func any<ParameterType: NSObjectProtocol>() -> ParameterType {
                  ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:16:29: note: 'ParameterType' previously declared here
public class ArgumentCaptor<ParameterType>: ArgumentMatcher {
                            ^
[39/86] Compiling Mockingbird ArgumentMatcher.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:32:19: warning: generic parameter 'ParameterType' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public func any<ParameterType>() -> ParameterType {
                  ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:16:29: note: 'ParameterType' previously declared here
public class ArgumentCaptor<ParameterType>: ArgumentMatcher {
                            ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:37:19: warning: generic parameter 'ParameterType' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public func any<ParameterType: NSObjectProtocol>() -> ParameterType {
                  ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:16:29: note: 'ParameterType' previously declared here
public class ArgumentCaptor<ParameterType>: ArgumentMatcher {
                            ^
[40/86] Compiling Mockingbird ArgumentPosition.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:32:19: warning: generic parameter 'ParameterType' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public func any<ParameterType>() -> ParameterType {
                  ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:16:29: note: 'ParameterType' previously declared here
public class ArgumentCaptor<ParameterType>: ArgumentMatcher {
                            ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:37:19: warning: generic parameter 'ParameterType' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public func any<ParameterType: NSObjectProtocol>() -> ParameterType {
                  ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:16:29: note: 'ParameterType' previously declared here
public class ArgumentCaptor<ParameterType>: ArgumentMatcher {
                            ^
[41/86] Compiling Mockingbird CollectionMatchers.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:32:19: warning: generic parameter 'ParameterType' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public func any<ParameterType>() -> ParameterType {
                  ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:16:29: note: 'ParameterType' previously declared here
public class ArgumentCaptor<ParameterType>: ArgumentMatcher {
                            ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:37:19: warning: generic parameter 'ParameterType' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public func any<ParameterType: NSObjectProtocol>() -> ParameterType {
                  ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:16:29: note: 'ParameterType' previously declared here
public class ArgumentCaptor<ParameterType>: ArgumentMatcher {
                            ^
[42/86] Compiling Mockingbird CountMatcher.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:32:19: warning: generic parameter 'ParameterType' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public func any<ParameterType>() -> ParameterType {
                  ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:16:29: note: 'ParameterType' previously declared here
public class ArgumentCaptor<ParameterType>: ArgumentMatcher {
                            ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:37:19: warning: generic parameter 'ParameterType' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public func any<ParameterType: NSObjectProtocol>() -> ParameterType {
                  ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:16:29: note: 'ParameterType' previously declared here
public class ArgumentCaptor<ParameterType>: ArgumentMatcher {
                            ^
[43/86] Compiling Mockingbird NonEscapingType.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:32:19: warning: generic parameter 'ParameterType' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public func any<ParameterType>() -> ParameterType {
                  ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:16:29: note: 'ParameterType' previously declared here
public class ArgumentCaptor<ParameterType>: ArgumentMatcher {
                            ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:37:19: warning: generic parameter 'ParameterType' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public func any<ParameterType: NSObjectProtocol>() -> ParameterType {
                  ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:16:29: note: 'ParameterType' previously declared here
public class ArgumentCaptor<ParameterType>: ArgumentMatcher {
                            ^
[44/86] Compiling Mockingbird TypeFacade.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:32:19: warning: generic parameter 'ParameterType' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public func any<ParameterType>() -> ParameterType {
                  ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:16:29: note: 'ParameterType' previously declared here
public class ArgumentCaptor<ParameterType>: ArgumentMatcher {
                            ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:37:19: warning: generic parameter 'ParameterType' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public func any<ParameterType: NSObjectProtocol>() -> ParameterType {
                  ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:16:29: note: 'ParameterType' previously declared here
public class ArgumentCaptor<ParameterType>: ArgumentMatcher {
                            ^
[45/86] Compiling Mockingbird ValueProvider+Tuples.swift
[46/86] Compiling Mockingbird ValueProvider.swift
[47/86] Compiling Mockingbird Array+Extensions.swift
[48/86] Compiling Mockingbird CwlDemangle.swift
[49/86] Compiling Mockingbird DynamicCast.swift
[50/86] Compiling Mockingbird MockingbirdBridge.swift
[51/86] Compiling Mockingbird ObjCTypeEncodings.swift
[52/86] Compiling Mockingbird WildcardMatchers.swift
[53/86] Compiling Mockingbird Context.swift
[54/86] Compiling Mockingbird Declaration.swift
[55/86] Compiling Mockingbird GenericStaticMockContext.swift
[56/86] Compiling Mockingbird Mock.swift
[57/86] Compiling Mockingbird Mocking.swift
[58/86] Compiling Mockingbird MockingContext.swift
[59/86] Emitting module Mockingbird
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:32:19: warning: generic parameter 'ParameterType' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public func any<ParameterType>() -> ParameterType {
                  ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:16:29: note: 'ParameterType' previously declared here
public class ArgumentCaptor<ParameterType>: ArgumentMatcher {
                            ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:37:19: warning: generic parameter 'ParameterType' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public func any<ParameterType: NSObjectProtocol>() -> ParameterType {
                  ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:16:29: note: 'ParameterType' previously declared here
public class ArgumentCaptor<ParameterType>: ArgumentMatcher {
                            ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Stubbing/ImplementationProvider.swift:45:19: warning: generic parameter 'DeclarationType' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  func didAddStub<DeclarationType: Declaration>(
                  ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Stubbing/ImplementationProvider.swift:4:38: note: 'DeclarationType' previously declared here
public struct ImplementationProvider<DeclarationType: Declaration, InvocationType, ReturnType> {
                                     ^
[59/86] Compiling NSInvocation+MKBErrorObjectType.m
[60/86] Compiling MockingbirdObjC MKBProperty.m
[61/86] Compiling MockingbirdObjC MKBProtocolMock.m
[62/86] Compiling MockingbirdObjC MKBClassMock.m
[63/86] Compiling MockingbirdObjC MKBConcreteMock.m
[64/86] Compiling MKBUnsignedLongInvocationHandler.m
[65/86] Compiling MKBUnsignedShortInvocationHandler.m
[66/86] Compiling MKBUnsignedIntInvocationHandler.m
[67/86] Compiling MKBStructInvocationHandler.m
[68/86] Compiling MKBUnsignedCharInvocationHandler.m
[69/86] Compiling MKBShortInvocationHandler.m
[70/86] Compiling MKBUnsignedLongLongInvocationHandler.m
[71/86] Compiling MKBSelectorInvocationHandler.m
[72/86] Compiling MKBPointerInvocationHandler.m
[73/86] Compiling MKBLongLongInvocationHandler.m
[74/86] Compiling MKBLongInvocationHandler.m
[75/86] Compiling MKBInvocationHandler.m
[76/86] Compiling MKBInvocationHandlerChain.m
[77/86] Compiling MKBIntInvocationHandler.m
[78/86] Compiling MKBFloatInvocationHandler.m
[79/86] Compiling MKBDoubleInvocationHandler.m
[80/86] Compiling MKBComparator.m
[81/86] Compiling MKBCStringInvocationHandler.m
[82/86] Compiling MKBCharInvocationHandler.m
[82/86] Compiling MKBClassInvocationHandler.m
[84/86] Compiling MKBBoolInvocationHandler.m
[85/86] Compiling MKBObjectInvocationHandler.m
Build complete! (15.23s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Mockingbird",
  "name" : "Mockingbird",
  "path" : "/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "7.4"
    }
  ],
  "products" : [
    {
      "name" : "Mockingbird",
      "targets" : [
        "Mockingbird",
        "MockingbirdObjC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MockingbirdObjC",
      "module_type" : "ClangTarget",
      "name" : "MockingbirdObjC",
      "path" : "Sources/MockingbirdFramework/Objective-C",
      "product_memberships" : [
        "Mockingbird"
      ],
      "sources" : [
        "InvocationHandlers/MKBBoolInvocationHandler.m",
        "InvocationHandlers/MKBCStringInvocationHandler.m",
        "InvocationHandlers/MKBCharInvocationHandler.m",
        "InvocationHandlers/MKBClassInvocationHandler.m",
        "InvocationHandlers/MKBComparator.m",
        "InvocationHandlers/MKBDoubleInvocationHandler.m",
        "InvocationHandlers/MKBFloatInvocationHandler.m",
        "InvocationHandlers/MKBIntInvocationHandler.m",
        "InvocationHandlers/MKBInvocationHandler.m",
        "InvocationHandlers/MKBInvocationHandlerChain.m",
        "InvocationHandlers/MKBLongInvocationHandler.m",
        "InvocationHandlers/MKBLongLongInvocationHandler.m",
        "InvocationHandlers/MKBObjectInvocationHandler.m",
        "InvocationHandlers/MKBPointerInvocationHandler.m",
        "InvocationHandlers/MKBSelectorInvocationHandler.m",
        "InvocationHandlers/MKBShortInvocationHandler.m",
        "InvocationHandlers/MKBStructInvocationHandler.m",
        "InvocationHandlers/MKBUnsignedCharInvocationHandler.m",
        "InvocationHandlers/MKBUnsignedIntInvocationHandler.m",
        "InvocationHandlers/MKBUnsignedLongInvocationHandler.m",
        "InvocationHandlers/MKBUnsignedLongLongInvocationHandler.m",
        "InvocationHandlers/MKBUnsignedShortInvocationHandler.m",
        "InvocationHandlers/NSInvocation+MKBErrorObjectType.m",
        "MKBClassMock.m",
        "MKBConcreteMock.m",
        "MKBProperty.m",
        "MKBProtocolMock.m"
      ],
      "target_dependencies" : [
        "Mockingbird",
        "MockingbirdBridge"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MockingbirdBridge",
      "module_type" : "ClangTarget",
      "name" : "MockingbirdBridge",
      "path" : "Sources/MockingbirdFramework/Objective-C/Bridge",
      "product_memberships" : [
        "Mockingbird"
      ],
      "sources" : [
        "sources/MKBMocking.m",
        "sources/MKBTestExpectation.m",
        "sources/MKBTestUtils.m",
        "sources/MKBTypeFacade.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Mockingbird",
      "module_type" : "SwiftTarget",
      "name" : "Mockingbird",
      "path" : "Sources",
      "product_memberships" : [
        "Mockingbird"
      ],
      "sources" : [
        "MockingbirdCommon/Data+SHA1.swift",
        "MockingbirdCommon/ProcessInfo+ControlCodes.swift",
        "MockingbirdCommon/String+ControlCodes.swift",
        "MockingbirdCommon/String+Interpolation.swift",
        "MockingbirdCommon/String+Regex.swift",
        "MockingbirdCommon/Synchronized.swift",
        "MockingbirdCommon/Version.swift",
        "MockingbirdFramework/Matching/ArgumentCaptor.swift",
        "MockingbirdFramework/Matching/ArgumentMatcher.swift",
        "MockingbirdFramework/Matching/ArgumentPosition.swift",
        "MockingbirdFramework/Matching/CollectionMatchers.swift",
        "MockingbirdFramework/Matching/CountMatcher.swift",
        "MockingbirdFramework/Matching/NonEscapingType.swift",
        "MockingbirdFramework/Matching/TypeFacade.swift",
        "MockingbirdFramework/Matching/WildcardMatchers.swift",
        "MockingbirdFramework/Mocking/Context.swift",
        "MockingbirdFramework/Mocking/Declaration.swift",
        "MockingbirdFramework/Mocking/GenericStaticMockContext.swift",
        "MockingbirdFramework/Mocking/Mock.swift",
        "MockingbirdFramework/Mocking/Mocking.swift",
        "MockingbirdFramework/Mocking/MockingContext.swift",
        "MockingbirdFramework/Stubbing/DefaultValues.swift",
        "MockingbirdFramework/Stubbing/DynamicStubbingManager.swift",
        "MockingbirdFramework/Stubbing/ImplementationProvider.swift",
        "MockingbirdFramework/Stubbing/InvocationForwarding.swift",
        "MockingbirdFramework/Stubbing/InvocationRecorder.swift",
        "MockingbirdFramework/Stubbing/PropertyProviders.swift",
        "MockingbirdFramework/Stubbing/ProxyContext.swift",
        "MockingbirdFramework/Stubbing/SequenceProviders.swift",
        "MockingbirdFramework/Stubbing/Stubbing+ObjC.swift",
        "MockingbirdFramework/Stubbing/Stubbing.swift",
        "MockingbirdFramework/Stubbing/StubbingContext+ObjC.swift",
        "MockingbirdFramework/Stubbing/StubbingContext.swift",
        "MockingbirdFramework/Stubbing/ValueProvider+Collections.swift",
        "MockingbirdFramework/Stubbing/ValueProvider+Foundation.swift",
        "MockingbirdFramework/Stubbing/ValueProvider+Tuples.swift",
        "MockingbirdFramework/Stubbing/ValueProvider.swift",
        "MockingbirdFramework/Utilities/Array+Extensions.swift",
        "MockingbirdFramework/Utilities/CwlDemangle.swift",
        "MockingbirdFramework/Utilities/DynamicCast.swift",
        "MockingbirdFramework/Utilities/MockingbirdBridge.swift",
        "MockingbirdFramework/Utilities/ObjCTypeEncodings.swift",
        "MockingbirdFramework/Utilities/Optional+Extensions.swift",
        "MockingbirdFramework/Utilities/SourceLocation.swift",
        "MockingbirdFramework/Utilities/StackTrace.swift",
        "MockingbirdFramework/Utilities/String+Extensions.swift",
        "MockingbirdFramework/Verification/AsyncVerification.swift",
        "MockingbirdFramework/Verification/ExpectationGroup.swift",
        "MockingbirdFramework/Verification/Invocation.swift",
        "MockingbirdFramework/Verification/MonotonicIncreasingIndex.swift",
        "MockingbirdFramework/Verification/OrderedVerification.swift",
        "MockingbirdFramework/Verification/TestFailure.swift",
        "MockingbirdFramework/Verification/Verification.swift",
        "MockingbirdFramework/Verification/XCTFailSwizzler.swift"
      ],
      "target_dependencies" : [
        "MockingbirdBridge"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.